05:59:49 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146138 05:59:49 Running as SYSTEM 05:59:49 [EnvInject] - Loading node environment variables. 05:59:49 Building remotely on prd-ubuntu1804-builder-4c-4g-12614 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 05:59:49 [ssh-agent] Looking for ssh-agent implementation... 05:59:49 $ ssh-agent 05:59:49 SSH_AUTH_SOCK=/tmp/ssh-uos29AyVP0oG/agent.1677 05:59:49 SSH_AGENT_PID=1679 05:59:49 [ssh-agent] Started. 05:59:49 Running ssh-add (command line suppressed) 05:59:49 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_7483518533260914726.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_7483518533260914726.key) 05:59:49 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 05:59:49 The recommended git tool is: NONE 05:59:51 using credential onap-jenkins-ssh 05:59:51 Wiping out workspace first. 05:59:51 Cloning the remote Git repository 05:59:51 Cloning repository git://cloud.onap.org/mirror/oom.git 05:59:51 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 05:59:51 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 05:59:51 > git --version # timeout=10 05:59:51 > git --version # 'git version 2.17.1' 05:59:51 using GIT_SSH to set credentials Gerrit user 05:59:51 Verifying host key using manually-configured host key entries 05:59:51 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 05:59:56 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 05:59:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:59:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 05:59:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 05:59:57 using GIT_SSH to set credentials Gerrit user 05:59:57 Verifying host key using manually-configured host key entries 05:59:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/38/146138/4 # timeout=30 05:59:57 > git rev-parse dc2d28711c8877f687146884b5c78d6f8a667ab5^{commit} # timeout=10 05:59:57 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 05:59:57 Checking out Revision dc2d28711c8877f687146884b5c78d6f8a667ab5 (refs/changes/38/146138/4) 05:59:57 > git config core.sparsecheckout # timeout=10 05:59:57 > git checkout -f dc2d28711c8877f687146884b5c78d6f8a667ab5 # timeout=30 06:00:01 Commit message: "[AAI] 17.1.0 release" 06:00:01 > git rev-parse FETCH_HEAD^{commit} # timeout=10 06:00:01 > git rev-list --no-walk 5fb5ba5ca9e7456f8757c6f81ff898b7a7d935e2 # timeout=10 06:00:01 [EnvInject] - Injecting environment variables from a build step. 06:00:01 [EnvInject] - Injecting as environment variables the properties content 06:00:01 PYTHON=python3 06:00:01 06:00:01 [EnvInject] - Variables injected successfully. 06:00:01 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17173953746426840282.sh 06:00:01 ---> tox-install.sh 06:00:01 + source /home/jenkins/lf-env.sh 06:00:01 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:00:01 ++ mktemp -d /tmp/venv-XXXX 06:00:01 + lf_venv=/tmp/venv-oXio 06:00:01 + local venv_file=/tmp/.os_lf_venv 06:00:01 + local python=python3 06:00:01 + local options 06:00:01 + local set_path=true 06:00:01 + local install_args= 06:00:01 ++ 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:00:01 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:00:01 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:00:01 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:00:01 + true 06:00:01 + case $1 in 06:00:01 + venv_file=/tmp/.toxenv 06:00:01 + shift 2 06:00:01 + true 06:00:01 + case $1 in 06:00:01 + shift 06:00:01 + break 06:00:01 + case $python in 06:00:01 + local pkg_list= 06:00:01 + [[ -d /opt/pyenv ]] 06:00:01 + echo 'Setup pyenv:' 06:00:01 Setup pyenv: 06:00:01 + export PYENV_ROOT=/opt/pyenv 06:00:01 + PYENV_ROOT=/opt/pyenv 06:00:01 + 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:00:01 + 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:00:01 + pyenv versions 06:00:01 * system (set by /opt/pyenv/version) 06:00:01 * 3.8.13 (set by /opt/pyenv/version) 06:00:01 * 3.9.13 (set by /opt/pyenv/version) 06:00:01 * 3.10.6 (set by /opt/pyenv/version) 06:00:01 + command -v pyenv 06:00:01 ++ pyenv init - --no-rehash 06:00:01 + 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:00:01 export PATH="/opt/pyenv/shims:${PATH}" 06:00:01 export PYENV_SHELL=bash 06:00:01 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:00:01 pyenv() { 06:00:01 local command 06:00:01 command="${1:-}" 06:00:01 if [ "$#" -gt 0 ]; then 06:00:01 shift 06:00:01 fi 06:00:01 06:00:01 case "$command" in 06:00:01 rehash|shell) 06:00:01 eval "$(pyenv "sh-$command" "$@")" 06:00:01 ;; 06:00:01 *) 06:00:01 command pyenv "$command" "$@" 06:00:01 ;; 06:00:01 esac 06:00:01 }' 06:00:01 +++ 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:00:01 ++ 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:00:01 ++ 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:00:01 ++ 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:00:01 ++ export PYENV_SHELL=bash 06:00:01 ++ PYENV_SHELL=bash 06:00:01 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:00:01 +++ complete -F _pyenv pyenv 06:00:01 ++ lf-pyver python3 06:00:01 ++ local py_version_xy=python3 06:00:01 ++ local py_version_xyz= 06:00:01 ++ pyenv versions 06:00:01 ++ local command 06:00:01 ++ command=versions 06:00:01 ++ '[' 1 -gt 0 ']' 06:00:01 ++ shift 06:00:01 ++ case "$command" in 06:00:01 ++ command pyenv versions 06:00:01 ++ pyenv versions 06:00:01 ++ awk '{ print $1 }' 06:00:01 ++ sed 's/^[ *]* //' 06:00:01 ++ grep -E '^[0-9.]*[0-9]$' 06:00:01 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:00:01 +++ grep '^3' /tmp/.pyenv_versions 06:00:01 +++ sort -V 06:00:01 +++ tail -n 1 06:00:01 ++ py_version_xyz=3.10.6 06:00:01 ++ [[ -z 3.10.6 ]] 06:00:01 ++ echo 3.10.6 06:00:01 ++ return 0 06:00:01 + pyenv local 3.10.6 06:00:01 + local command 06:00:01 + command=local 06:00:01 + '[' 2 -gt 0 ']' 06:00:01 + shift 06:00:01 + case "$command" in 06:00:01 + command pyenv local 3.10.6 06:00:01 + pyenv local 3.10.6 06:00:01 + for arg in "$@" 06:00:01 + case $arg in 06:00:01 + pkg_list+='tox ' 06:00:01 + for arg in "$@" 06:00:01 + case $arg in 06:00:01 + pkg_list+='virtualenv ' 06:00:01 + for arg in "$@" 06:00:01 + case $arg in 06:00:01 + pkg_list+='urllib3~=1.26.15 ' 06:00:01 + [[ -f /tmp/.toxenv ]] 06:00:01 + [[ ! -f /tmp/.toxenv ]] 06:00:01 + [[ -n '' ]] 06:00:01 + python3 -m venv /tmp/venv-oXio 06:00:06 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oXio' 06:00:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oXio 06:00:06 + echo /tmp/venv-oXio 06:00:06 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 06:00:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 06:00:06 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 06:00:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:00:06 + local 'pip_opts=--upgrade --quiet' 06:00:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 06:00:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 06:00:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 06:00:06 + [[ -n '' ]] 06:00:06 + [[ -n '' ]] 06:00:06 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 06:00:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:00:06 + /tmp/venv-oXio/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:00:10 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 06:00:10 lf-activate-venv(): INFO: Base packages installed successfully 06:00:10 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:00:10 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 06:00:10 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 06:00:10 + /tmp/venv-oXio/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:00:12 + type python3 06:00:12 + true 06:00:12 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oXio/bin to PATH' 06:00:12 lf-activate-venv(): INFO: Adding /tmp/venv-oXio/bin to PATH 06:00:12 + PATH=/tmp/venv-oXio/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:00:12 + return 0 06:00:12 + python3 --version 06:00:12 Python 3.10.6 06:00:12 + python3 -m pip --version 06:00:13 pip 26.1.2 from /tmp/venv-oXio/lib/python3.10/site-packages/pip (python 3.10) 06:00:13 + python3 -m pip freeze 06:00:13 cachetools==7.1.4 06:00:13 colorama==0.4.6 06:00:13 distlib==0.4.3 06:00:13 filelock==3.29.7 06:00:13 packaging==26.2 06:00:13 platformdirs==4.10.0 06:00:13 pluggy==1.6.0 06:00:13 pyproject-api==1.10.1 06:00:13 python-discovery==1.4.4 06:00:13 tomli==2.4.1 06:00:13 tomli_w==1.2.0 06:00:13 tox==4.56.4 06:00:13 typing_extensions==4.16.0 06:00:13 urllib3==1.26.20 06:00:13 virtualenv==21.6.1 06:00:13 [EnvInject] - Injecting environment variables from a build step. 06:00:13 [EnvInject] - Injecting as environment variables the properties content 06:00:13 PARALLEL=false 06:00:13 06:00:13 [EnvInject] - Variables injected successfully. 06:00:13 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11408010042391201203.sh 06:00:13 ---> tox-run.sh 06:00:13 + 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:00:13 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 06:00:13 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 06:00:13 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 06:00:13 + cd /w/workspace/oom-master-pre-commit-lint/. 06:00:13 + source /home/jenkins/lf-env.sh 06:00:13 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:00:13 ++ mktemp -d /tmp/venv-XXXX 06:00:13 + lf_venv=/tmp/venv-CbHs 06:00:13 + local venv_file=/tmp/.os_lf_venv 06:00:13 + local python=python3 06:00:13 + local options 06:00:13 + local set_path=true 06:00:13 + local install_args= 06:00:13 ++ 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:00:13 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:00:13 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:00:13 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:00:13 + true 06:00:13 + case $1 in 06:00:13 + venv_file=/tmp/.toxenv 06:00:13 + shift 2 06:00:13 + true 06:00:13 + case $1 in 06:00:13 + shift 06:00:13 + break 06:00:13 + case $python in 06:00:13 + local pkg_list= 06:00:13 + [[ -d /opt/pyenv ]] 06:00:13 + echo 'Setup pyenv:' 06:00:13 Setup pyenv: 06:00:13 + export PYENV_ROOT=/opt/pyenv 06:00:13 + PYENV_ROOT=/opt/pyenv 06:00:13 + 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:00:13 + 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:00:13 + pyenv versions 06:00:13 system 06:00:13 3.8.13 06:00:13 3.9.13 06:00:13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:00:13 + command -v pyenv 06:00:13 ++ pyenv init - --no-rehash 06:00:13 + 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:00:13 export PATH="/opt/pyenv/shims:${PATH}" 06:00:13 export PYENV_SHELL=bash 06:00:13 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:00:13 pyenv() { 06:00:13 local command 06:00:13 command="${1:-}" 06:00:13 if [ "$#" -gt 0 ]; then 06:00:13 shift 06:00:13 fi 06:00:13 06:00:13 case "$command" in 06:00:13 rehash|shell) 06:00:13 eval "$(pyenv "sh-$command" "$@")" 06:00:13 ;; 06:00:13 *) 06:00:13 command pyenv "$command" "$@" 06:00:13 ;; 06:00:13 esac 06:00:13 }' 06:00:13 +++ 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:00:13 ++ 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:00:13 ++ 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:00:13 ++ 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:00:13 ++ export PYENV_SHELL=bash 06:00:13 ++ PYENV_SHELL=bash 06:00:13 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:00:13 +++ complete -F _pyenv pyenv 06:00:13 ++ lf-pyver python3 06:00:13 ++ local py_version_xy=python3 06:00:13 ++ local py_version_xyz= 06:00:13 ++ pyenv versions 06:00:13 ++ local command 06:00:13 ++ command=versions 06:00:13 ++ '[' 1 -gt 0 ']' 06:00:13 ++ shift 06:00:13 ++ case "$command" in 06:00:13 ++ command pyenv versions 06:00:13 ++ pyenv versions 06:00:13 ++ awk '{ print $1 }' 06:00:13 ++ sed 's/^[ *]* //' 06:00:13 ++ grep -E '^[0-9.]*[0-9]$' 06:00:13 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:00:13 +++ sort -V 06:00:13 +++ grep '^3' /tmp/.pyenv_versions 06:00:13 +++ tail -n 1 06:00:13 ++ py_version_xyz=3.10.6 06:00:13 ++ [[ -z 3.10.6 ]] 06:00:13 ++ echo 3.10.6 06:00:13 ++ return 0 06:00:13 + pyenv local 3.10.6 06:00:13 + local command 06:00:13 + command=local 06:00:13 + '[' 2 -gt 0 ']' 06:00:13 + shift 06:00:13 + case "$command" in 06:00:13 + command pyenv local 3.10.6 06:00:13 + pyenv local 3.10.6 06:00:13 + for arg in "$@" 06:00:13 + case $arg in 06:00:13 + pkg_list+='tox ' 06:00:13 + for arg in "$@" 06:00:13 + case $arg in 06:00:13 + pkg_list+='virtualenv ' 06:00:13 + for arg in "$@" 06:00:13 + case $arg in 06:00:13 + pkg_list+='urllib3~=1.26.15 ' 06:00:13 + [[ -f /tmp/.toxenv ]] 06:00:13 ++ cat /tmp/.toxenv 06:00:13 + lf_venv=/tmp/venv-oXio 06:00:13 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oXio from' file:/tmp/.toxenv 06:00:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oXio from file:/tmp/.toxenv 06:00:13 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 06:00:13 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:00:13 + local 'pip_opts=--upgrade --quiet' 06:00:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 06:00:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 06:00:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 06:00:13 + [[ -n '' ]] 06:00:13 + [[ -n '' ]] 06:00:13 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 06:00:13 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:00:13 + /tmp/venv-oXio/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:00:14 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 06:00:14 lf-activate-venv(): INFO: Base packages installed successfully 06:00:14 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:00:14 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 06:00:14 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 06:00:14 + /tmp/venv-oXio/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:00:15 + type python3 06:00:15 + true 06:00:15 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oXio/bin to PATH' 06:00:15 lf-activate-venv(): INFO: Adding /tmp/venv-oXio/bin to PATH 06:00:15 + PATH=/tmp/venv-oXio/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:00:15 + return 0 06:00:15 + [[ -d /opt/pyenv ]] 06:00:15 + echo '---> Setting up pyenv' 06:00:15 ---> Setting up pyenv 06:00:15 + export PYENV_ROOT=/opt/pyenv 06:00:15 + PYENV_ROOT=/opt/pyenv 06:00:15 + export PATH=/opt/pyenv/bin:/tmp/venv-oXio/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:00:15 + PATH=/opt/pyenv/bin:/tmp/venv-oXio/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:00:15 ++ pwd 06:00:15 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 06:00:15 + export PYTHONPATH 06:00:15 + export TOX_TESTENV_PASSENV=PYTHONPATH 06:00:15 + TOX_TESTENV_PASSENV=PYTHONPATH 06:00:15 + tox --version 06:00:16 4.56.4 from /tmp/venv-oXio/lib/python3.10/site-packages/tox/__init__.py 06:00:16 + PARALLEL=false 06:00:16 + TOX_OPTIONS_LIST= 06:00:16 + [[ -n pre-commit ]] 06:00:16 + TOX_OPTIONS_LIST=' -e pre-commit' 06:00:16 + case ${PARALLEL,,} in 06:00:16 + tox -e pre-commit 06:00:16 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 06:00:17 pre-commit: install_deps> python -I -m pip install pre-commit 06:00:20 pre-commit: freeze> python -m pip freeze --all 06:00:21 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.29.7,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.4,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.6.1 06:00:21 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 06:00:21 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 06:00:21 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 06:00:22 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 06:00:23 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 06:00:24 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 06:00:24 [INFO] Once installed this environment will be reused. 06:00:24 [INFO] This may take a few minutes... 06:00:31 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 06:00:31 [INFO] Once installed this environment will be reused. 06:00:31 [INFO] This may take a few minutes... 06:00:38 trim trailing whitespace.................................................Passed 06:00:39 Tabs remover.............................................................Passed 06:00:39 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 06:00:39 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 06:00:39 [INFO] Once installed this environment will be reused. 06:00:39 [INFO] This may take a few minutes... 06:00:50 $ ssh-agent -k 06:00:50 unset SSH_AUTH_SOCK; 06:00:50 unset SSH_AGENT_PID; 06:00:50 echo Agent pid 1679 killed; 06:00:50 [ssh-agent] Stopped. 06:00:50 Build was aborted 06:00:50 Aborted by new patch set. 06:00:50 [PostBuildScript] - [INFO] Executing post build scripts. 06:00:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4049266295205331509.sh 06:00:50 ---> sysstat.sh 06:00:50 pre-commit: exit -15 (11.74 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG pid=2507 06:00:50 pre-commit: FAIL code -15 (34.39=setup[4.62]+cmd[18.03,11.74] seconds) 06:00:50 evaluation failed :( (34.43 seconds) 06:00:50 + tox_status=143 06:00:50 + echo '---> Completed tox runs' 06:00:50 ---> Completed tox runs 06:00:50 + for i in .tox/*/log 06:00:50 ++ echo .tox/pre-commit/log 06:00:50 ++ awk -F/ '{print $2}' 06:00:50 + tox_env=pre-commit 06:00:50 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 06:00:50 + DOC_DIR=docs/_build/html 06:00:50 + [[ -d docs/_build/html ]] 06:00:50 + echo '---> tox-run.sh ends' 06:00:50 ---> tox-run.sh ends 06:00:50 + test 143 -eq 0 06:00:50 + exit 143 06:00:50 ++ '[' 2 = 1 ']' 06:00:51 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11751885207906653931.sh 06:00:51 ---> package-listing.sh 06:00:51 ++ facter osfamily 06:00:51 ++ tr '[:upper:]' '[:lower:]' 06:00:51 + OS_FAMILY=debian 06:00:51 + workspace=/w/workspace/oom-master-pre-commit-lint 06:00:51 + START_PACKAGES=/tmp/packages_start.txt 06:00:51 + END_PACKAGES=/tmp/packages_end.txt 06:00:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:00:51 + PACKAGES=/tmp/packages_start.txt 06:00:51 + '[' /w/workspace/oom-master-pre-commit-lint ']' 06:00:51 + PACKAGES=/tmp/packages_end.txt 06:00:51 + case "${OS_FAMILY}" in 06:00:51 + dpkg -l 06:00:51 + grep '^ii' 06:00:51 + '[' -f /tmp/packages_start.txt ']' 06:00:51 + '[' -f /tmp/packages_end.txt ']' 06:00:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:00:51 + '[' /w/workspace/oom-master-pre-commit-lint ']' 06:00:51 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 06:00:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 06:00:51 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16852617996225166297.sh 06:00:51 ---> capture-instance-metadata.sh 06:00:51 Setup pyenv: 06:00:51 system 06:00:51 3.8.13 06:00:51 3.9.13 06:00:51 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:00:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ViTs 06:00:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 06:00:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:00:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:00:59 lf-activate-venv(): INFO: Base packages installed successfully 06:00:59 lf-activate-venv(): INFO: Installing additional packages: lftools 06:01:22 lf-activate-venv(): INFO: Adding /tmp/venv-ViTs/bin to PATH 06:01:22 INFO: Running in OpenStack, capturing instance metadata 06:01:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8537617012939884545.sh 06:01:23 provisioning config files... 06:01:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config6288364437709745435tmp 06:01:23 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 06:01:23 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 06:01:23 [EnvInject] - Injecting environment variables from a build step. 06:01:23 [EnvInject] - Injecting as environment variables the properties content 06:01:23 SERVER_ID=logs 06:01:23 06:01:23 [EnvInject] - Variables injected successfully. 06:01:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17013464025718484218.sh 06:01:23 ---> create-netrc.sh 06:01:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7866623540594525174.sh 06:01:23 ---> python-tools-install.sh 06:01:23 Setup pyenv: 06:01:23 system 06:01:23 3.8.13 06:01:23 3.9.13 06:01:23 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:01:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ViTs from file:/tmp/.os_lf_venv 06:01:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:01:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:01:25 lf-activate-venv(): INFO: Base packages installed successfully 06:01:25 lf-activate-venv(): INFO: Installing additional packages: lftools 06:01:32 lf-activate-venv(): INFO: Adding /tmp/venv-ViTs/bin to PATH 06:01:32 Generating Requirements File 06:01:58 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:01:58 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 06:01:58 Python 3.10.6 06:01:58 pip 26.1.2 from /tmp/venv-ViTs/lib/python3.10/site-packages/pip (python 3.10) 06:01:59 aiohappyeyeballs==2.7.1 06:01:59 aiohttp==3.14.1 06:01:59 aiosignal==1.4.0 06:01:59 appdirs==1.4.4 06:01:59 argcomplete==3.7.0 06:01:59 aspy.yaml==1.3.0 06:01:59 async-timeout==5.0.1 06:01:59 attrs==26.1.0 06:01:59 autopage==0.6.0 06:01:59 backports.strenum==1.3.1 06:01:59 beautifulsoup4==4.15.0 06:01:59 boto3==1.43.47 06:01:59 botocore==1.43.47 06:01:59 bs4==0.0.2 06:01:59 certifi==2026.6.17 06:01:59 cffi==2.1.0 06:01:59 cfgv==3.5.0 06:01:59 chardet==7.4.3 06:01:59 charset-normalizer==3.4.9 06:01:59 click==8.4.2 06:01:59 cliff==4.14.0 06:01:59 cmd2==3.5.1 06:01:59 cryptography==3.3.2 06:01:59 debtcollector==3.1.0 06:01:59 decorator==5.3.1 06:01:59 defusedxml==0.7.1 06:01:59 Deprecated==1.3.1 06:01:59 distlib==0.4.3 06:01:59 dnspython==2.8.0 06:01:59 docker==7.2.0 06:01:59 dogpile.cache==1.5.0 06:01:59 durationpy==0.10 06:01:59 email-validator==2.3.0 06:01:59 filelock==3.29.7 06:01:59 frozenlist==1.8.0 06:01:59 future==1.0.0 06:01:59 gitdb==4.0.12 06:01:59 GitPython==3.1.51 06:01:59 httplib2==0.30.2 06:01:59 identify==2.6.19 06:01:59 idna==3.18 06:01:59 importlib-resources==1.5.0 06:01:59 iso8601==2.1.0 06:01:59 Jinja2==3.1.6 06:01:59 jmespath==1.1.0 06:01:59 jsonpatch==1.33 06:01:59 jsonpointer==3.1.1 06:01:59 jsonschema==4.26.0 06:01:59 jsonschema-specifications==2025.9.1 06:01:59 keystoneauth1==5.14.0 06:01:59 kubernetes==36.0.3 06:01:59 lftools==0.37.22 06:01:59 lxml==6.1.1 06:01:59 markdown-it-py==4.2.0 06:01:59 MarkupSafe==3.0.3 06:01:59 mdurl==0.1.2 06:01:59 msgpack==1.2.1 06:01:59 multi_key_dict==2.0.3 06:01:59 multidict==6.7.1 06:01:59 munch==4.0.0 06:01:59 netaddr==1.3.0 06:01:59 niet==1.4.2 06:01:59 nodeenv==1.10.0 06:01:59 oauth2client==4.1.3 06:01:59 oauthlib==3.3.1 06:01:59 openstacksdk==4.13.0 06:01:59 os-service-types==1.8.2 06:01:59 osc-lib==4.6.0 06:01:59 oslo.config==10.4.0 06:01:59 oslo.context==6.4.0 06:01:59 oslo.i18n==6.8.0 06:01:59 oslo.log==8.2.0 06:01:59 oslo.serialization==5.10.0 06:01:59 oslo.utils==10.1.1 06:01:59 packaging==26.2 06:01:59 pbr==7.0.3 06:01:59 platformdirs==4.10.0 06:01:59 prettytable==3.18.0 06:01:59 propcache==0.5.2 06:01:59 psutil==7.2.2 06:01:59 pyasn1==0.6.4 06:01:59 pyasn1_modules==0.4.2 06:01:59 pycparser==3.0 06:01:59 pygerrit2==2.0.15 06:01:59 PyGithub==2.9.1 06:01:59 Pygments==2.20.0 06:01:59 PyJWT==2.13.0 06:01:59 PyNaCl==1.6.2 06:01:59 pyparsing==2.4.7 06:01:59 pyperclip==1.11.0 06:01:59 pyrsistent==0.20.0 06:01:59 python-cinderclient==9.9.0 06:01:59 python-dateutil==2.9.0.post0 06:01:59 python-discovery==1.4.4 06:01:59 python-heatclient==5.2.0 06:01:59 python-jenkins==1.8.3 06:01:59 python-keystoneclient==5.8.0 06:01:59 python-magnumclient==4.11.0 06:01:59 python-openstackclient==10.0.0 06:01:59 python-swiftclient==4.10.0 06:01:59 PyYAML==6.0.3 06:01:59 referencing==0.37.0 06:01:59 requests==2.34.2 06:01:59 requests-oauthlib==2.0.0 06:01:59 rfc3986==2.0.0 06:01:59 rich==15.0.0 06:01:59 rich-argparse==1.8.0 06:01:59 rpds-py==0.30.0 06:01:59 rsa==4.9.1 06:01:59 ruamel.yaml==0.19.1 06:01:59 ruamel.yaml.clib==0.2.15 06:01:59 s3transfer==0.19.1 06:01:59 simplejson==4.1.1 06:01:59 six==1.17.0 06:01:59 smmap==5.0.3 06:01:59 soupsieve==2.8.4 06:01:59 stevedore==5.8.0 06:01:59 tabulate==0.10.0 06:01:59 toml==0.10.2 06:01:59 tomlkit==0.15.0 06:01:59 tqdm==4.68.4 06:01:59 typing_extensions==4.16.0 06:01:59 urllib3==1.26.20 06:01:59 virtualenv==21.6.1 06:01:59 wcwidth==0.8.2 06:01:59 websocket-client==1.9.0 06:01:59 wrapt==2.2.2 06:01:59 xdg==6.0.0 06:01:59 xmltodict==1.0.4 06:01:59 yarl==1.24.2 06:01:59 yq==4.1.2 06:01:59 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins6881274419762571191.sh 06:01:59 ---> uv-install.sh 06:01:59 Installing uv/uvx (latest) using shell installer 06:01:59 2026-07-14 06:01:59 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-paT55L.sh" [1] 06:01:59 downloading uv 0.11.28 x86_64-unknown-linux-gnu 06:02:00 installing to /home/jenkins/.local/bin 06:02:00 uv 06:02:00 uvx 06:02:00 everything's installed! 06:02:00 06:02:00 To add $HOME/.local/bin to your PATH, either restart your shell or run: 06:02:00 06:02:00 source $HOME/.local/bin/env (sh, bash, zsh) 06:02:00 source $HOME/.local/bin/env.fish (fish) 06:02:00 Adding install location to PATH 06:02:00 ---> Validating uv/uvx install 06:02:00 uvx 0.11.28 (x86_64-unknown-linux-gnu) 06:02:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7855058900506982666.sh 06:02:00 ---> sudo-logs.sh 06:02:00 Archiving 'sudo' log.. 06:02:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11277557922367510165.sh 06:02:00 ---> job-cost.sh 06:02:00 INFO: Activating Python virtual environment... 06:02:00 Setup pyenv: 06:02:00 system 06:02:00 3.8.13 06:02:00 3.9.13 06:02:01 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:02:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ViTs from file:/tmp/.os_lf_venv 06:02:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:02:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:02:04 lf-activate-venv(): INFO: Base packages installed successfully 06:02:04 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 06:02:09 lf-activate-venv(): INFO: Adding /tmp/venv-ViTs/bin to PATH 06:02:09 INFO: No stack-cost file found 06:02:09 INFO: Instance uptime: 165s 06:02:09 INFO: Fetching instance metadata (attempt 1 of 3)... 06:02:09 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 06:02:09 INFO: Successfully fetched instance metadata 06:02:09 INFO: Instance type: v3-standard-4 06:02:09 INFO: Retrieving pricing info for: v3-standard-4 06:02:09 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 06:02:09 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=165 06:02:09 INFO: Successfully fetched Vexxhost pricing API 06:02:09 INFO: Retrieved cost: 0.11 06:02:09 INFO: Retrieved resource: v3-standard-4 06:02:09 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 06:02:09 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 06:02:09 INFO: Successfully archived job cost data 06:02:09 DEBUG: Cost data: oom-master-pre-commit-lint,4711,2026-07-14 06:02:09,v3-standard-4,165,0.11,0.00,ABORTED 06:02:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9764502254733147599.sh 06:02:09 ---> logs-deploy.sh 06:02:09 Setup pyenv: 06:02:09 system 06:02:09 3.8.13 06:02:09 3.9.13 06:02:09 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:02:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ViTs from file:/tmp/.os_lf_venv 06:02:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:02:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:02:11 lf-activate-venv(): INFO: Base packages installed successfully 06:02:11 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 06:02:20 lf-activate-venv(): INFO: Adding /tmp/venv-ViTs/bin to PATH 06:02:20 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4711 06:02:20 INFO: archiving workspace using pattern(s): 06:02:21 Archives upload complete. 06:02:22 INFO: archiving logs to Nexus 06:02:22 ---> uname -a: 06:02:22 Linux prd-ubuntu1804-builder-4c-4g-12614 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:02:22 06:02:22 06:02:22 ---> lscpu: 06:02:22 Architecture: x86_64 06:02:22 CPU op-mode(s): 32-bit, 64-bit 06:02:22 Byte Order: Little Endian 06:02:22 CPU(s): 4 06:02:22 On-line CPU(s) list: 0-3 06:02:22 Thread(s) per core: 1 06:02:22 Core(s) per socket: 1 06:02:22 Socket(s): 4 06:02:22 NUMA node(s): 1 06:02:22 Vendor ID: AuthenticAMD 06:02:22 CPU family: 23 06:02:22 Model: 49 06:02:22 Model name: AMD EPYC-Rome Processor 06:02:22 Stepping: 0 06:02:22 CPU MHz: 2799.998 06:02:22 BogoMIPS: 5599.99 06:02:22 Virtualization: AMD-V 06:02:22 Hypervisor vendor: KVM 06:02:22 Virtualization type: full 06:02:22 L1d cache: 32K 06:02:22 L1i cache: 32K 06:02:22 L2 cache: 512K 06:02:22 L3 cache: 16384K 06:02:22 NUMA node0 CPU(s): 0-3 06:02:22 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:02:22 06:02:22 06:02:22 ---> nproc: 06:02:22 4 06:02:22 06:02:22 06:02:22 ---> df -h: 06:02:22 Filesystem Size Used Avail Use% Mounted on 06:02:22 udev 7.9G 0 7.9G 0% /dev 06:02:22 tmpfs 1.6G 676K 1.6G 1% /run 06:02:22 /dev/vda1 78G 8.5G 69G 11% / 06:02:22 tmpfs 7.9G 0 7.9G 0% /dev/shm 06:02:22 tmpfs 5.0M 0 5.0M 0% /run/lock 06:02:22 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 06:02:22 /dev/vda15 105M 4.4M 100M 5% /boot/efi 06:02:22 tmpfs 1.6G 0 1.6G 0% /run/user/1001 06:02:22 06:02:22 06:02:22 ---> free -m: 06:02:22 total used free shared buff/cache available 06:02:22 Mem: 16040 557 13141 0 2340 15158 06:02:22 Swap: 1023 0 1023 06:02:22 06:02:22 06:02:22 ---> ip addr: 06:02:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:02:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:02:22 inet 127.0.0.1/8 scope host lo 06:02:22 valid_lft forever preferred_lft forever 06:02:22 inet6 ::1/128 scope host 06:02:22 valid_lft forever preferred_lft forever 06:02:22 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 06:02:22 link/ether fa:16:3e:01:7e:b9 brd ff:ff:ff:ff:ff:ff 06:02:22 inet 10.30.107.95/23 brd 10.30.107.255 scope global dynamic ens3 06:02:22 valid_lft 86229sec preferred_lft 86229sec 06:02:22 inet6 fe80::f816:3eff:fe01:7eb9/64 scope link 06:02:22 valid_lft forever preferred_lft forever 06:02:22 06:02:22 06:02:22 ---> sar -b -r -n DEV: 06:02:22 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-12614) 07/14/26 _x86_64_ (4 CPU) 06:02:22 06:02:22 05:59:34 LINUX RESTART (4 CPU) 06:02:22 06:02:22 06:00:01 tps rtps wtps bread/s bwrtn/s 06:02:22 06:01:01 101.37 22.25 79.12 793.20 31470.62 06:02:22 06:02:01 118.73 1.15 117.58 134.38 37240.19 06:02:22 Average: 110.05 11.70 98.35 463.79 34355.41 06:02:22 06:02:22 06:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:02:22 06:01:01 13968336 15560348 2456632 14.96 57476 1733684 751424 4.30 732420 1507012 76708 06:02:22 06:02:01 13497320 15553188 2927648 17.82 86816 2145080 765404 4.38 755204 1907432 247596 06:02:22 Average: 13732828 15556768 2692140 16.39 72146 1939382 758414 4.34 743812 1707222 162152 06:02:22 06:02:22 06:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:02:22 06:01:01 ens3 69.02 50.97 801.13 8.61 0.00 0.00 0.00 0.00 06:02:22 06:01:01 lo 2.07 2.07 0.23 0.23 0.00 0.00 0.00 0.00 06:02:22 06:02:01 ens3 92.50 66.82 1520.01 12.13 0.00 0.00 0.00 0.00 06:02:22 06:02:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 06:02:22 Average: ens3 80.76 58.90 1160.57 10.37 0.00 0.00 0.00 0.00 06:02:22 Average: lo 1.73 1.73 0.19 0.19 0.00 0.00 0.00 0.00 06:02:22 06:02:22 06:02:22 ---> sar -P ALL: 06:02:22 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-12614) 07/14/26 _x86_64_ (4 CPU) 06:02:22 06:02:22 05:59:34 LINUX RESTART (4 CPU) 06:02:22 06:02:22 06:00:01 CPU %user %nice %system %iowait %steal %idle 06:02:22 06:01:01 all 17.37 0.00 1.99 9.53 0.06 71.06 06:02:22 06:01:01 0 24.98 0.00 2.68 0.54 0.07 71.74 06:02:22 06:01:01 1 12.18 0.00 1.65 20.78 0.05 65.34 06:02:22 06:01:01 2 15.86 0.00 1.88 15.33 0.07 66.87 06:02:22 06:01:01 3 16.48 0.00 1.72 1.50 0.05 80.25 06:02:22 06:02:01 all 19.70 0.00 1.53 3.19 0.06 75.52 06:02:22 06:02:01 0 32.52 0.00 2.39 4.82 0.07 60.21 06:02:22 06:02:01 1 12.67 0.00 1.02 3.96 0.05 82.30 06:02:22 06:02:01 2 23.14 0.00 1.89 3.59 0.05 71.33 06:02:22 06:02:01 3 10.53 0.00 0.90 0.40 0.07 88.12 06:02:22 Average: all 18.54 0.00 1.76 6.35 0.06 73.29 06:02:22 Average: 0 28.75 0.00 2.53 2.68 0.07 65.97 06:02:22 Average: 1 12.42 0.00 1.34 12.37 0.05 73.82 06:02:22 Average: 2 19.51 0.00 1.88 9.45 0.06 69.10 06:02:22 Average: 3 13.49 0.00 1.31 0.95 0.06 84.20 06:02:22 06:02:22 06:02:22