16:25:24 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146530 16:25:24 Running as SYSTEM 16:25:24 [EnvInject] - Loading node environment variables. 16:25:24 Building remotely on prd-ubuntu1804-builder-4c-4g-993 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 16:25:24 [ssh-agent] Looking for ssh-agent implementation... 16:25:24 $ ssh-agent 16:25:24 SSH_AUTH_SOCK=/tmp/ssh-mwkiFEtAEJJx/agent.1629 16:25:24 SSH_AGENT_PID=1631 16:25:24 [ssh-agent] Started. 16:25:24 Running ssh-add (command line suppressed) 16:25:24 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_10639899062389538114.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_10639899062389538114.key) 16:25:24 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 16:25:24 The recommended git tool is: NONE 16:25:26 using credential onap-jenkins-ssh 16:25:26 Wiping out workspace first. 16:25:26 Cloning the remote Git repository 16:25:26 Cloning repository git://cloud.onap.org/mirror/oom.git 16:25:26 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 16:25:26 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:25:26 > git --version # timeout=10 16:25:26 > git --version # 'git version 2.17.1' 16:25:26 using GIT_SSH to set credentials Gerrit user 16:25:26 Verifying host key using manually-configured host key entries 16:25:26 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 16:25:31 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:25:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:25:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:25:32 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:25:32 using GIT_SSH to set credentials Gerrit user 16:25:32 Verifying host key using manually-configured host key entries 16:25:32 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/30/146530/1 # timeout=30 16:25:32 > git rev-parse 144c8701d9de24a4c22ccbe5824113224a2917a5^{commit} # timeout=10 16:25:32 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 16:25:32 Checking out Revision 144c8701d9de24a4c22ccbe5824113224a2917a5 (refs/changes/30/146530/1) 16:25:32 > git config core.sparsecheckout # timeout=10 16:25:32 > git checkout -f 144c8701d9de24a4c22ccbe5824113224a2917a5 # timeout=30 16:25:35 Commit message: "CI: Pin pre-commit below 4.6.1 to fix lint job" 16:25:35 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:25:35 > git rev-list --no-walk 081663d7fc840ffc7f8c462832cab9e0e9535abd # timeout=10 16:25:36 [EnvInject] - Injecting environment variables from a build step. 16:25:36 [EnvInject] - Injecting as environment variables the properties content 16:25:36 PYTHON=python3 16:25:36 16:25:36 [EnvInject] - Variables injected successfully. 16:25:36 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10225699255031009595.sh 16:25:36 ---> tox-install.sh 16:25:36 + source /home/jenkins/lf-env.sh 16:25:36 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:25:36 ++ mktemp -d /tmp/venv-XXXX 16:25:36 + lf_venv=/tmp/venv-DNkC 16:25:36 + local venv_file=/tmp/.os_lf_venv 16:25:36 + local python=python3 16:25:36 + local options 16:25:36 + local set_path=true 16:25:36 + local install_args= 16:25:36 ++ 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 16:25:36 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:25:36 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:25:36 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:25:36 + true 16:25:36 + case $1 in 16:25:36 + venv_file=/tmp/.toxenv 16:25:36 + shift 2 16:25:36 + true 16:25:36 + case $1 in 16:25:36 + shift 16:25:36 + break 16:25:36 + case $python in 16:25:36 + local pkg_list= 16:25:36 + [[ -d /opt/pyenv ]] 16:25:36 + echo 'Setup pyenv:' 16:25:36 Setup pyenv: 16:25:36 + export PYENV_ROOT=/opt/pyenv 16:25:36 + PYENV_ROOT=/opt/pyenv 16:25:36 + 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 16:25:36 + 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 16:25:36 + pyenv versions 16:25:36 * system (set by /opt/pyenv/version) 16:25:36 * 3.8.13 (set by /opt/pyenv/version) 16:25:36 * 3.9.13 (set by /opt/pyenv/version) 16:25:36 * 3.10.6 (set by /opt/pyenv/version) 16:25:36 + command -v pyenv 16:25:36 ++ pyenv init - --no-rehash 16:25:36 + 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[*]}"'\'')" 16:25:36 export PATH="/opt/pyenv/shims:${PATH}" 16:25:36 export PYENV_SHELL=bash 16:25:36 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:25:36 pyenv() { 16:25:36 local command 16:25:36 command="${1:-}" 16:25:36 if [ "$#" -gt 0 ]; then 16:25:36 shift 16:25:36 fi 16:25:36 16:25:36 case "$command" in 16:25:36 rehash|shell) 16:25:36 eval "$(pyenv "sh-$command" "$@")" 16:25:36 ;; 16:25:36 *) 16:25:36 command pyenv "$command" "$@" 16:25:36 ;; 16:25:36 esac 16:25:36 }' 16:25:36 +++ 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[*]}"' 16:25:36 ++ 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 16:25:36 ++ 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 16:25:36 ++ 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 16:25:36 ++ export PYENV_SHELL=bash 16:25:36 ++ PYENV_SHELL=bash 16:25:36 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:25:36 +++ complete -F _pyenv pyenv 16:25:36 ++ lf-pyver python3 16:25:36 ++ local py_version_xy=python3 16:25:36 ++ local py_version_xyz= 16:25:36 ++ pyenv versions 16:25:36 ++ local command 16:25:36 ++ sed 's/^[ *]* //' 16:25:36 ++ command=versions 16:25:36 ++ '[' 1 -gt 0 ']' 16:25:36 ++ shift 16:25:36 ++ grep -E '^[0-9.]*[0-9]$' 16:25:36 ++ case "$command" in 16:25:36 ++ command pyenv versions 16:25:36 ++ pyenv versions 16:25:36 ++ awk '{ print $1 }' 16:25:36 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:25:36 +++ grep '^3' /tmp/.pyenv_versions 16:25:36 +++ sort -V 16:25:36 +++ tail -n 1 16:25:36 ++ py_version_xyz=3.10.6 16:25:36 ++ [[ -z 3.10.6 ]] 16:25:36 ++ echo 3.10.6 16:25:36 ++ return 0 16:25:36 + pyenv local 3.10.6 16:25:36 + local command 16:25:36 + command=local 16:25:36 + '[' 2 -gt 0 ']' 16:25:36 + shift 16:25:36 + case "$command" in 16:25:36 + command pyenv local 3.10.6 16:25:36 + pyenv local 3.10.6 16:25:36 + for arg in "$@" 16:25:36 + case $arg in 16:25:36 + pkg_list+='tox ' 16:25:36 + for arg in "$@" 16:25:36 + case $arg in 16:25:36 + pkg_list+='virtualenv ' 16:25:36 + for arg in "$@" 16:25:36 + case $arg in 16:25:36 + pkg_list+='urllib3~=1.26.15 ' 16:25:36 + [[ -f /tmp/.toxenv ]] 16:25:36 + [[ ! -f /tmp/.toxenv ]] 16:25:36 + [[ -n '' ]] 16:25:36 + python3 -m venv /tmp/venv-DNkC 16:25:40 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DNkC' 16:25:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DNkC 16:25:40 + echo /tmp/venv-DNkC 16:25:40 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 16:25:40 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 16:25:40 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:25:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:25:40 + local 'pip_opts=--upgrade --quiet' 16:25:40 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:25:40 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:25:40 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:25:40 + [[ -n '' ]] 16:25:40 + [[ -n '' ]] 16:25:40 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:25:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:25:40 + /tmp/venv-DNkC/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 16:25:44 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:25:44 lf-activate-venv(): INFO: Base packages installed successfully 16:25:44 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:25:44 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:25:44 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:25:44 + /tmp/venv-DNkC/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 16:25:47 + type python3 16:25:47 + true 16:25:47 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-DNkC/bin to PATH' 16:25:47 lf-activate-venv(): INFO: Adding /tmp/venv-DNkC/bin to PATH 16:25:47 + PATH=/tmp/venv-DNkC/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 16:25:47 + return 0 16:25:47 + python3 --version 16:25:47 Python 3.10.6 16:25:47 + python3 -m pip --version 16:25:47 pip 26.1.2 from /tmp/venv-DNkC/lib/python3.10/site-packages/pip (python 3.10) 16:25:47 + python3 -m pip freeze 16:25:47 cachetools==7.1.4 16:25:47 colorama==0.4.6 16:25:47 distlib==0.4.3 16:25:47 filelock==3.32.0 16:25:47 packaging==26.2 16:25:47 platformdirs==4.11.0 16:25:47 pluggy==1.6.0 16:25:47 pyproject-api==1.11.0 16:25:47 python-discovery==1.5.0 16:25:47 tomli==2.4.1 16:25:47 tomli_w==1.2.0 16:25:47 tox==4.58.0 16:25:47 typing_extensions==4.16.0 16:25:47 urllib3==1.26.20 16:25:47 virtualenv==21.7.0 16:25:47 [EnvInject] - Injecting environment variables from a build step. 16:25:47 [EnvInject] - Injecting as environment variables the properties content 16:25:47 PARALLEL=false 16:25:47 16:25:47 [EnvInject] - Variables injected successfully. 16:25:47 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins2817377681414092941.sh 16:25:47 ---> tox-run.sh 16:25:47 + 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 16:25:47 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 16:25:47 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 16:25:47 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 16:25:47 + cd /w/workspace/oom-master-pre-commit-lint/. 16:25:47 + source /home/jenkins/lf-env.sh 16:25:47 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:25:47 ++ mktemp -d /tmp/venv-XXXX 16:25:47 + lf_venv=/tmp/venv-sphu 16:25:47 + local venv_file=/tmp/.os_lf_venv 16:25:47 + local python=python3 16:25:47 + local options 16:25:47 + local set_path=true 16:25:47 + local install_args= 16:25: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 16:25:47 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:25:47 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:25:47 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:25:47 + true 16:25:47 + case $1 in 16:25:47 + venv_file=/tmp/.toxenv 16:25:47 + shift 2 16:25:47 + true 16:25:47 + case $1 in 16:25:47 + shift 16:25:47 + break 16:25:47 + case $python in 16:25:47 + local pkg_list= 16:25:47 + [[ -d /opt/pyenv ]] 16:25:47 + echo 'Setup pyenv:' 16:25:47 Setup pyenv: 16:25:47 + export PYENV_ROOT=/opt/pyenv 16:25:47 + PYENV_ROOT=/opt/pyenv 16:25:47 + 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 16:25:47 + 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 16:25:47 + pyenv versions 16:25:47 system 16:25:47 3.8.13 16:25:47 3.9.13 16:25:47 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:25:47 + command -v pyenv 16:25:47 ++ pyenv init - --no-rehash 16:25: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[*]}"'\'')" 16:25:47 export PATH="/opt/pyenv/shims:${PATH}" 16:25:47 export PYENV_SHELL=bash 16:25:47 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:25:47 pyenv() { 16:25:47 local command 16:25:47 command="${1:-}" 16:25:47 if [ "$#" -gt 0 ]; then 16:25:47 shift 16:25:47 fi 16:25:47 16:25:47 case "$command" in 16:25:47 rehash|shell) 16:25:47 eval "$(pyenv "sh-$command" "$@")" 16:25:47 ;; 16:25:47 *) 16:25:47 command pyenv "$command" "$@" 16:25:47 ;; 16:25:47 esac 16:25:47 }' 16:25: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[*]}"' 16:25:47 ++ 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 16:25:48 ++ 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 16:25:48 ++ 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 16:25:48 ++ export PYENV_SHELL=bash 16:25:48 ++ PYENV_SHELL=bash 16:25:48 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:25:48 +++ complete -F _pyenv pyenv 16:25:48 ++ lf-pyver python3 16:25:48 ++ local py_version_xy=python3 16:25:48 ++ local py_version_xyz= 16:25:48 ++ pyenv versions 16:25:48 ++ local command 16:25:48 ++ command=versions 16:25:48 ++ '[' 1 -gt 0 ']' 16:25:48 ++ shift 16:25:48 ++ case "$command" in 16:25:48 ++ command pyenv versions 16:25:48 ++ pyenv versions 16:25:48 ++ awk '{ print $1 }' 16:25:48 ++ grep -E '^[0-9.]*[0-9]$' 16:25:48 ++ sed 's/^[ *]* //' 16:25:48 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:25:48 +++ grep '^3' /tmp/.pyenv_versions 16:25:48 +++ tail -n 1 16:25:48 +++ sort -V 16:25:48 ++ py_version_xyz=3.10.6 16:25:48 ++ [[ -z 3.10.6 ]] 16:25:48 ++ echo 3.10.6 16:25:48 ++ return 0 16:25:48 + pyenv local 3.10.6 16:25:48 + local command 16:25:48 + command=local 16:25:48 + '[' 2 -gt 0 ']' 16:25:48 + shift 16:25:48 + case "$command" in 16:25:48 + command pyenv local 3.10.6 16:25:48 + pyenv local 3.10.6 16:25:48 + for arg in "$@" 16:25:48 + case $arg in 16:25:48 + pkg_list+='tox ' 16:25:48 + for arg in "$@" 16:25:48 + case $arg in 16:25:48 + pkg_list+='virtualenv ' 16:25:48 + for arg in "$@" 16:25:48 + case $arg in 16:25:48 + pkg_list+='urllib3~=1.26.15 ' 16:25:48 + [[ -f /tmp/.toxenv ]] 16:25:48 ++ cat /tmp/.toxenv 16:25:48 + lf_venv=/tmp/venv-DNkC 16:25:48 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-DNkC from' file:/tmp/.toxenv 16:25:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-DNkC from file:/tmp/.toxenv 16:25:48 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:25:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:25:48 + local 'pip_opts=--upgrade --quiet' 16:25:48 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:25:48 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:25:48 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:25:48 + [[ -n '' ]] 16:25:48 + [[ -n '' ]] 16:25:48 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:25:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:25:48 + /tmp/venv-DNkC/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 16:25:48 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:25:48 lf-activate-venv(): INFO: Base packages installed successfully 16:25:48 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:25:48 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:25:48 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:25:48 + /tmp/venv-DNkC/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 16:25:50 + type python3 16:25:50 + true 16:25:50 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-DNkC/bin to PATH' 16:25:50 lf-activate-venv(): INFO: Adding /tmp/venv-DNkC/bin to PATH 16:25:50 + PATH=/tmp/venv-DNkC/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 16:25:50 + return 0 16:25:50 + [[ -d /opt/pyenv ]] 16:25:50 + echo '---> Setting up pyenv' 16:25:50 ---> Setting up pyenv 16:25:50 + export PYENV_ROOT=/opt/pyenv 16:25:50 + PYENV_ROOT=/opt/pyenv 16:25:50 + export PATH=/opt/pyenv/bin:/tmp/venv-DNkC/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 16:25:50 + PATH=/opt/pyenv/bin:/tmp/venv-DNkC/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 16:25:50 ++ pwd 16:25:50 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 16:25:50 + export PYTHONPATH 16:25:50 + export TOX_TESTENV_PASSENV=PYTHONPATH 16:25:50 + TOX_TESTENV_PASSENV=PYTHONPATH 16:25:50 + tox --version 16:25:50 4.58.0 from /tmp/venv-DNkC/lib/python3.10/site-packages/tox/__init__.py 16:25:50 + PARALLEL=false 16:25:50 + TOX_OPTIONS_LIST= 16:25:50 + [[ -n pre-commit ]] 16:25:50 + TOX_OPTIONS_LIST=' -e pre-commit' 16:25:50 + case ${PARALLEL,,} in 16:25:50 + tox -e pre-commit 16:25:50 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 16:25:51 pre-commit: install_deps> python -I -m pip install 'pre-commit<4.6.1' 16:25:54 pre-commit: freeze> python -m pip freeze --all 16:25:55 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.32.0,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.11.0,pre_commit==4.6.0,python-discovery==1.5.0,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.7.0 16:25:55 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 16:25:55 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 16:25:55 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 16:25:56 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 16:25:57 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 16:25:57 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 16:25:57 [INFO] Once installed this environment will be reused. 16:25:57 [INFO] This may take a few minutes... 16:26:01 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 16:26:01 [INFO] Once installed this environment will be reused. 16:26:01 [INFO] This may take a few minutes... 16:26:06 trim trailing whitespace.................................................Passed 16:26:06 Tabs remover.............................................................Passed 16:26:06 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 16:26:07 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 16:26:07 [INFO] Once installed this environment will be reused. 16:26:07 [INFO] This may take a few minutes... 16:26:16 gitlint..............................................(no files to check)Skipped 16:26:16 pre-commit: OK (25.48=setup[4.60]+cmd[11.68,9.20] seconds) 16:26:16 congratulations :) (25.52 seconds) 16:26:16 + tox_status=0 16:26:16 + echo '---> Completed tox runs' 16:26:16 ---> Completed tox runs 16:26:16 + for i in .tox/*/log 16:26:16 ++ echo .tox/pre-commit/log 16:26:16 ++ awk -F/ '{print $2}' 16:26:16 + tox_env=pre-commit 16:26:16 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 16:26:16 + DOC_DIR=docs/_build/html 16:26:16 + [[ -d docs/_build/html ]] 16:26:16 + echo '---> tox-run.sh ends' 16:26:16 ---> tox-run.sh ends 16:26:16 + test 0 -eq 0 16:26:16 $ ssh-agent -k 16:26:16 unset SSH_AUTH_SOCK; 16:26:16 unset SSH_AGENT_PID; 16:26:16 echo Agent pid 1631 killed; 16:26:16 [ssh-agent] Stopped. 16:26:16 [PostBuildScript] - [INFO] Executing post build scripts. 16:26:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17973525590419166315.sh 16:26:16 ---> sysstat.sh 16:26:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15670912889229364454.sh 16:26:16 ---> package-listing.sh 16:26:16 ++ tr '[:upper:]' '[:lower:]' 16:26:16 ++ facter osfamily 16:26:16 + OS_FAMILY=debian 16:26:16 + workspace=/w/workspace/oom-master-pre-commit-lint 16:26:16 + START_PACKAGES=/tmp/packages_start.txt 16:26:16 + END_PACKAGES=/tmp/packages_end.txt 16:26:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:26:16 + PACKAGES=/tmp/packages_start.txt 16:26:16 + '[' /w/workspace/oom-master-pre-commit-lint ']' 16:26:16 + PACKAGES=/tmp/packages_end.txt 16:26:16 + case "${OS_FAMILY}" in 16:26:16 + dpkg -l 16:26:16 + grep '^ii' 16:26:16 + '[' -f /tmp/packages_start.txt ']' 16:26:16 + '[' -f /tmp/packages_end.txt ']' 16:26:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:26:16 + '[' /w/workspace/oom-master-pre-commit-lint ']' 16:26:16 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 16:26:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 16:26:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1234082050413456904.sh 16:26:16 ---> capture-instance-metadata.sh 16:26:16 Setup pyenv: 16:26:17 system 16:26:17 3.8.13 16:26:17 3.9.13 16:26:17 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:26:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kdoc 16:26:20 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:26:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:26:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:26:25 lf-activate-venv(): INFO: Base packages installed successfully 16:26:25 lf-activate-venv(): INFO: Installing additional packages: lftools 16:26:47 lf-activate-venv(): INFO: Adding /tmp/venv-kdoc/bin to PATH 16:26:47 INFO: Running in OpenStack, capturing instance metadata 16:26:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17320210090803070576.sh 16:26:47 provisioning config files... 16:26:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11307311932514559827tmp 16:26:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:26:47 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:26:47 [EnvInject] - Injecting environment variables from a build step. 16:26:47 [EnvInject] - Injecting as environment variables the properties content 16:26:47 SERVER_ID=logs 16:26:47 16:26:47 [EnvInject] - Variables injected successfully. 16:26:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13192100973063396599.sh 16:26:47 ---> create-netrc.sh 16:26:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15400754045062801527.sh 16:26:47 ---> python-tools-install.sh 16:26:47 Setup pyenv: 16:26:47 system 16:26:47 3.8.13 16:26:47 3.9.13 16:26:47 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:26:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kdoc from file:/tmp/.os_lf_venv 16:26:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:26:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:26:49 lf-activate-venv(): INFO: Base packages installed successfully 16:26:49 lf-activate-venv(): INFO: Installing additional packages: lftools 16:26:57 lf-activate-venv(): INFO: Adding /tmp/venv-kdoc/bin to PATH 16:26:57 Generating Requirements File 16:27:20 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. 16:27:20 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 16:27:21 Python 3.10.6 16:27:21 pip 26.1.2 from /tmp/venv-kdoc/lib/python3.10/site-packages/pip (python 3.10) 16:27:21 aiohappyeyeballs==2.7.1 16:27:21 aiohttp==3.14.2 16:27:21 aiosignal==1.4.0 16:27:21 appdirs==1.4.4 16:27:21 argcomplete==3.7.0 16:27:21 aspy.yaml==1.3.0 16:27:21 async-timeout==5.0.1 16:27:21 attrs==26.1.0 16:27:21 autopage==0.6.0 16:27:21 backports.strenum==1.3.1 16:27:21 beautifulsoup4==4.15.0 16:27:21 boto3==1.43.53 16:27:21 botocore==1.43.53 16:27:21 bs4==0.0.2 16:27:21 certifi==2026.7.22 16:27:21 cffi==2.1.0 16:27:21 cfgv==3.5.0 16:27:21 chardet==7.4.3 16:27:21 charset-normalizer==3.4.9 16:27:21 click==8.4.2 16:27:21 cliff==4.14.0 16:27:21 cmd2==3.5.1 16:27:21 cryptography==3.3.2 16:27:21 debtcollector==3.1.0 16:27:21 decorator==5.3.1 16:27:21 defusedxml==0.7.1 16:27:21 Deprecated==1.3.1 16:27:21 distlib==0.4.3 16:27:21 dnspython==2.8.0 16:27:21 docker==7.2.0 16:27:21 dogpile.cache==1.5.0 16:27:21 durationpy==0.10 16:27:21 email-validator==2.3.0 16:27:21 filelock==3.32.0 16:27:21 frozenlist==1.8.0 16:27:21 future==1.0.0 16:27:21 gitdb==4.0.12 16:27:21 GitPython==3.1.54 16:27:21 httplib2==0.30.2 16:27:21 identify==2.6.19 16:27:21 idna==3.18 16:27:21 importlib-resources==1.5.0 16:27:21 iso8601==2.1.0 16:27:21 Jinja2==3.1.6 16:27:21 jmespath==1.1.0 16:27:21 jsonpatch==1.33 16:27:21 jsonpointer==3.1.1 16:27:21 jsonschema==4.26.0 16:27:21 jsonschema-specifications==2025.9.1 16:27:21 keystoneauth1==5.14.0 16:27:21 kubernetes==36.0.3 16:27:21 lftools==0.37.22 16:27:21 lxml==6.1.1 16:27:21 markdown-it-py==4.2.0 16:27:21 MarkupSafe==3.0.3 16:27:21 mdurl==0.1.2 16:27:21 msgpack==1.2.1 16:27:21 multi_key_dict==2.0.3 16:27:21 multidict==6.7.1 16:27:21 munch==4.0.0 16:27:21 netaddr==1.3.0 16:27:21 niet==1.4.2 16:27:21 nodeenv==1.10.0 16:27:21 oauth2client==4.1.3 16:27:21 oauthlib==3.3.1 16:27:21 openstacksdk==4.13.0 16:27:21 os-service-types==1.8.2 16:27:21 osc-lib==4.6.0 16:27:21 oslo.config==10.4.0 16:27:21 oslo.context==6.4.0 16:27:21 oslo.i18n==6.8.0 16:27:21 oslo.log==8.2.0 16:27:21 oslo.serialization==5.10.0 16:27:21 oslo.utils==10.1.1 16:27:21 packaging==26.2 16:27:21 pbr==7.0.3 16:27:21 platformdirs==4.11.0 16:27:21 prettytable==3.18.0 16:27:21 propcache==0.5.2 16:27:21 psutil==7.2.2 16:27:21 pyasn1==0.6.4 16:27:21 pyasn1_modules==0.4.2 16:27:21 pycparser==3.0 16:27:21 pygerrit2==2.0.15 16:27:21 PyGithub==2.9.1 16:27:21 Pygments==2.20.0 16:27:21 PyJWT==2.13.0 16:27:21 PyNaCl==1.6.2 16:27:21 pyparsing==2.4.7 16:27:21 pyperclip==1.11.0 16:27:21 pyrsistent==0.20.0 16:27:21 python-cinderclient==9.9.0 16:27:21 python-dateutil==2.9.0.post0 16:27:21 python-discovery==1.5.0 16:27:21 python-heatclient==5.2.0 16:27:21 python-jenkins==1.8.3 16:27:21 python-keystoneclient==5.8.0 16:27:21 python-magnumclient==4.11.0 16:27:21 python-openstackclient==10.0.0 16:27:21 python-swiftclient==4.10.0 16:27:21 PyYAML==6.0.3 16:27:21 referencing==0.37.0 16:27:21 requests==2.34.2 16:27:21 requests-oauthlib==2.0.0 16:27:21 rfc3986==2.0.0 16:27:21 rich==15.0.0 16:27:21 rich-argparse==1.8.0 16:27:21 rpds-py==0.30.0 16:27:21 rsa==4.9.1 16:27:21 ruamel.yaml==0.19.1 16:27:21 ruamel.yaml.clib==0.2.15 16:27:21 s3transfer==0.19.1 16:27:21 simplejson==4.1.1 16:27:21 six==1.17.0 16:27:21 smmap==5.0.3 16:27:21 soupsieve==2.9.1 16:27:21 stevedore==5.8.0 16:27:21 tabulate==0.10.0 16:27:21 toml==0.10.2 16:27:21 tomlkit==0.15.1 16:27:21 tqdm==4.69.0 16:27:21 typing_extensions==4.16.0 16:27:21 urllib3==1.26.20 16:27:21 virtualenv==21.7.0 16:27:21 wcwidth==0.8.2 16:27:21 websocket-client==1.9.0 16:27:21 wrapt==2.2.2 16:27:21 xdg==6.0.0 16:27:21 xmltodict==1.0.4 16:27:21 yarl==1.24.5 16:27:21 yq==4.1.2 16:27:21 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins8743882832643601526.sh 16:27:21 ---> uv-install.sh 16:27:21 Installing uv/uvx (latest) using shell installer 16:27:22 2026-07-22 16:27:22 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-HjbPTB.sh" [1] 16:27:22 downloading uv 0.11.31 x86_64-unknown-linux-gnu 16:27:22 installing to /home/jenkins/.local/bin 16:27:22 uv 16:27:22 uvx 16:27:22 everything's installed! 16:27:23 16:27:23 To add $HOME/.local/bin to your PATH, either restart your shell or run: 16:27:23 16:27:23 source $HOME/.local/bin/env (sh, bash, zsh) 16:27:23 source $HOME/.local/bin/env.fish (fish) 16:27:23 Adding install location to PATH 16:27:23 ---> Validating uv/uvx install 16:27:23 uvx 0.11.31 (x86_64-unknown-linux-gnu) 16:27:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3554901170301360573.sh 16:27:23 ---> sudo-logs.sh 16:27:23 Archiving 'sudo' log.. 16:27:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14764463813710679960.sh 16:27:23 ---> job-cost.sh 16:27:23 INFO: Activating Python virtual environment... 16:27:23 Setup pyenv: 16:27:23 system 16:27:23 3.8.13 16:27:23 3.9.13 16:27:23 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:27:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kdoc from file:/tmp/.os_lf_venv 16:27:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:27:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:27:25 lf-activate-venv(): INFO: Base packages installed successfully 16:27:25 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:27:30 lf-activate-venv(): INFO: Adding /tmp/venv-kdoc/bin to PATH 16:27:30 INFO: No stack-cost file found 16:27:30 INFO: Instance uptime: 159s 16:27:30 INFO: Fetching instance metadata (attempt 1 of 3)... 16:27:30 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 16:27:30 INFO: Successfully fetched instance metadata 16:27:30 INFO: Instance type: v3-standard-4 16:27:30 INFO: Retrieving pricing info for: v3-standard-4 16:27:30 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 16:27:30 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=159 16:27:31 INFO: Successfully fetched Vexxhost pricing API 16:27:31 INFO: Retrieved cost: 0.11 16:27:31 INFO: Retrieved resource: v3-standard-4 16:27:31 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 16:27:31 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 16:27:31 INFO: Successfully archived job cost data 16:27:31 DEBUG: Cost data: oom-master-pre-commit-lint,4741,2026-07-22 16:27:31,v3-standard-4,159,0.11,0.00,SUCCESS 16:27:31 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins6230730888086388343.sh 16:27:31 ---> logs-deploy.sh 16:27:31 Setup pyenv: 16:27:31 system 16:27:31 3.8.13 16:27:31 3.9.13 16:27:31 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:27:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kdoc from file:/tmp/.os_lf_venv 16:27:31 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:27:31 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:27:32 lf-activate-venv(): INFO: Base packages installed successfully 16:27:32 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 16:27:40 lf-activate-venv(): INFO: Adding /tmp/venv-kdoc/bin to PATH 16:27:40 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4741 16:27:40 INFO: archiving workspace using pattern(s): 16:27:41 Archives upload complete. 16:27:41 INFO: archiving logs to Nexus 16:27:42 ---> uname -a: 16:27:42 Linux prd-ubuntu1804-builder-4c-4g-993 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 16:27:42 16:27:42 16:27:42 ---> lscpu: 16:27:42 Architecture: x86_64 16:27:42 CPU op-mode(s): 32-bit, 64-bit 16:27:42 Byte Order: Little Endian 16:27:42 CPU(s): 4 16:27:42 On-line CPU(s) list: 0-3 16:27:42 Thread(s) per core: 1 16:27:42 Core(s) per socket: 1 16:27:42 Socket(s): 4 16:27:42 NUMA node(s): 1 16:27:42 Vendor ID: AuthenticAMD 16:27:42 CPU family: 23 16:27:42 Model: 49 16:27:42 Model name: AMD EPYC-Rome Processor 16:27:42 Stepping: 0 16:27:42 CPU MHz: 2799.998 16:27:42 BogoMIPS: 5599.99 16:27:42 Virtualization: AMD-V 16:27:42 Hypervisor vendor: KVM 16:27:42 Virtualization type: full 16:27:42 L1d cache: 32K 16:27:42 L1i cache: 32K 16:27:42 L2 cache: 512K 16:27:42 L3 cache: 16384K 16:27:42 NUMA node0 CPU(s): 0-3 16:27:42 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 16:27:42 16:27:42 16:27:42 ---> nproc: 16:27:42 4 16:27:42 16:27:42 16:27:42 ---> df -h: 16:27:42 Filesystem Size Used Avail Use% Mounted on 16:27:42 udev 7.9G 0 7.9G 0% /dev 16:27:42 tmpfs 1.6G 676K 1.6G 1% /run 16:27:42 /dev/vda1 78G 8.6G 69G 11% / 16:27:42 tmpfs 7.9G 0 7.9G 0% /dev/shm 16:27:42 tmpfs 5.0M 0 5.0M 0% /run/lock 16:27:42 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 16:27:42 /dev/vda15 105M 4.4M 100M 5% /boot/efi 16:27:42 tmpfs 1.6G 0 1.6G 0% /run/user/1001 16:27:42 16:27:42 16:27:42 ---> free -m: 16:27:42 total used free shared buff/cache available 16:27:42 Mem: 16040 563 13128 0 2348 15152 16:27:42 Swap: 1023 0 1023 16:27:42 16:27:42 16:27:42 ---> ip addr: 16:27:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:27:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:27:42 inet 127.0.0.1/8 scope host lo 16:27:42 valid_lft forever preferred_lft forever 16:27:42 inet6 ::1/128 scope host 16:27:42 valid_lft forever preferred_lft forever 16:27:42 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 16:27:42 link/ether fa:16:3e:21:23:60 brd ff:ff:ff:ff:ff:ff 16:27:42 inet 10.30.107.243/23 brd 10.30.107.255 scope global dynamic ens3 16:27:42 valid_lft 86236sec preferred_lft 86236sec 16:27:42 inet6 fe80::f816:3eff:fe21:2360/64 scope link 16:27:42 valid_lft forever preferred_lft forever 16:27:42 16:27:42 16:27:42 ---> sar -b -r -n DEV: 16:27:42 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-993) 07/22/26 _x86_64_ (4 CPU) 16:27:42 16:27:42 16:25:01 LINUX RESTART (4 CPU) 16:27:42 16:27:42 16:26:01 tps rtps wtps bread/s bwrtn/s 16:27:42 16:27:01 114.26 0.95 113.31 110.90 27183.47 16:27:42 Average: 114.26 0.95 113.31 110.90 27183.47 16:27:42 16:27:42 16:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:27:42 16:27:01 13748672 15553928 2676296 16.29 79020 1913756 754176 4.32 758660 1676480 148080 16:27:42 Average: 13748672 15553928 2676296 16.29 79020 1913756 754176 4.32 758660 1676480 148080 16:27:42 16:27:42 16:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:27:42 16:27:01 lo 1.67 1.67 0.20 0.20 0.00 0.00 0.00 0.00 16:27:42 16:27:01 ens3 65.11 49.15 823.54 10.81 0.00 0.00 0.00 0.00 16:27:42 Average: lo 1.67 1.67 0.20 0.20 0.00 0.00 0.00 0.00 16:27:42 Average: ens3 65.11 49.15 823.54 10.81 0.00 0.00 0.00 0.00 16:27:42 16:27:42 16:27:42 ---> sar -P ALL: 16:27:42 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-993) 07/22/26 _x86_64_ (4 CPU) 16:27:42 16:27:42 16:25:01 LINUX RESTART (4 CPU) 16:27:42 16:27:42 16:26:01 CPU %user %nice %system %iowait %steal %idle 16:27:42 16:27:01 all 20.17 0.00 1.61 2.72 0.05 75.45 16:27:42 16:27:01 0 7.96 0.00 1.21 1.19 0.05 89.60 16:27:42 16:27:01 1 12.61 0.00 1.17 3.02 0.05 83.16 16:27:42 16:27:01 2 27.18 0.00 1.97 4.18 0.07 66.60 16:27:42 16:27:01 3 32.88 0.00 2.15 2.49 0.07 62.42 16:27:42 Average: all 20.17 0.00 1.61 2.72 0.05 75.45 16:27:42 Average: 0 7.96 0.00 1.21 1.19 0.05 89.60 16:27:42 Average: 1 12.61 0.00 1.17 3.02 0.05 83.16 16:27:42 Average: 2 27.18 0.00 1.97 4.18 0.07 66.60 16:27:42 Average: 3 32.88 0.00 2.15 2.49 0.07 62.42 16:27:42 16:27:42 16:27:42