08:55:02 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143255 08:55:02 Running as SYSTEM 08:55:02 [EnvInject] - Loading node environment variables. 08:55:02 Building remotely on prd-ubuntu1804-builder-4c-4g-7588 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 08:55:02 [ssh-agent] Looking for ssh-agent implementation... 08:55:02 $ ssh-agent 08:55:02 SSH_AUTH_SOCK=/tmp/ssh-N1O7VyLye68J/agent.1690 08:55:02 SSH_AGENT_PID=1691 08:55:02 [ssh-agent] Started. 08:55:02 Running ssh-add (command line suppressed) 08:55:02 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_5790845398162508291.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_5790845398162508291.key) 08:55:02 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:55:02 The recommended git tool is: NONE 08:55:04 using credential onap-jenkins-ssh 08:55:04 Wiping out workspace first. 08:55:04 Cloning the remote Git repository 08:55:04 Cloning repository git://cloud.onap.org/mirror/oom.git 08:55:04 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 08:55:04 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:55:04 > git --version # timeout=10 08:55:04 > git --version # 'git version 2.17.1' 08:55:04 using GIT_SSH to set credentials Gerrit user 08:55:04 Verifying host key using manually-configured host key entries 08:55:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:55:10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:55:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:55:10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:55:10 using GIT_SSH to set credentials Gerrit user 08:55:10 Verifying host key using manually-configured host key entries 08:55:10 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/55/143255/1 # timeout=30 08:55:11 > git rev-parse ee7120dcbb2cb5c5e16d21a70c33661f8e8c2d49^{commit} # timeout=10 08:55:11 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 08:55:11 Checking out Revision ee7120dcbb2cb5c5e16d21a70c33661f8e8c2d49 (refs/changes/55/143255/1) 08:55:11 > git config core.sparsecheckout # timeout=10 08:55:11 > git checkout -f ee7120dcbb2cb5c5e16d21a70c33661f8e8c2d49 # timeout=30 08:55:14 Commit message: "CI: Deploy python based Github2Gerrit" 08:55:14 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:55:14 > git rev-list --no-walk 30e35469091375b1f3525865c12870fc071836b4 # timeout=10 08:55:15 [EnvInject] - Injecting environment variables from a build step. 08:55:15 [EnvInject] - Injecting as environment variables the properties content 08:55:15 PYTHON=python3 08:55:15 08:55:15 [EnvInject] - Variables injected successfully. 08:55:15 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins702237787935397306.sh 08:55:15 ---> tox-install.sh 08:55:15 + source /home/jenkins/lf-env.sh 08:55:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:55:15 ++ mktemp -d /tmp/venv-XXXX 08:55:15 + lf_venv=/tmp/venv-Vtds 08:55:15 + local venv_file=/tmp/.os_lf_venv 08:55:15 + local python=python3 08:55:15 + local options 08:55:15 + local set_path=true 08:55:15 + local install_args= 08:55:15 ++ 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 08:55:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:55:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:55:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:55:15 + true 08:55:15 + case $1 in 08:55:15 + venv_file=/tmp/.toxenv 08:55:15 + shift 2 08:55:15 + true 08:55:15 + case $1 in 08:55:15 + shift 08:55:15 + break 08:55:15 + case $python in 08:55:15 + local pkg_list= 08:55:15 + [[ -d /opt/pyenv ]] 08:55:15 + echo 'Setup pyenv:' 08:55:15 Setup pyenv: 08:55:15 + export PYENV_ROOT=/opt/pyenv 08:55:15 + PYENV_ROOT=/opt/pyenv 08:55:15 + 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 08:55:15 + 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 08:55:15 + pyenv versions 08:55:15 * system (set by /opt/pyenv/version) 08:55:15 * 3.8.13 (set by /opt/pyenv/version) 08:55:15 * 3.9.13 (set by /opt/pyenv/version) 08:55:15 * 3.10.6 (set by /opt/pyenv/version) 08:55:15 + command -v pyenv 08:55:15 ++ pyenv init - --no-rehash 08:55:15 + 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[*]}"'\'')" 08:55:15 export PATH="/opt/pyenv/shims:${PATH}" 08:55:15 export PYENV_SHELL=bash 08:55:15 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:55:15 pyenv() { 08:55:15 local command 08:55:15 command="${1:-}" 08:55:15 if [ "$#" -gt 0 ]; then 08:55:15 shift 08:55:15 fi 08:55:15 08:55:15 case "$command" in 08:55:15 rehash|shell) 08:55:15 eval "$(pyenv "sh-$command" "$@")" 08:55:15 ;; 08:55:15 *) 08:55:15 command pyenv "$command" "$@" 08:55:15 ;; 08:55:15 esac 08:55:15 }' 08:55:15 +++ 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[*]}"' 08:55:15 ++ 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 08:55:15 ++ 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 08:55:15 ++ 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 08:55:15 ++ export PYENV_SHELL=bash 08:55:15 ++ PYENV_SHELL=bash 08:55:15 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:55:15 +++ complete -F _pyenv pyenv 08:55:15 ++ lf-pyver python3 08:55:15 ++ local py_version_xy=python3 08:55:15 ++ local py_version_xyz= 08:55:15 ++ pyenv versions 08:55:15 ++ local command 08:55:15 ++ sed 's/^[ *]* //' 08:55:15 ++ command=versions 08:55:15 ++ '[' 1 -gt 0 ']' 08:55:15 ++ shift 08:55:15 ++ case "$command" in 08:55:15 ++ command pyenv versions 08:55:15 ++ pyenv versions 08:55:15 ++ awk '{ print $1 }' 08:55:15 ++ grep -E '^[0-9.]*[0-9]$' 08:55:15 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:55:15 +++ grep '^3' /tmp/.pyenv_versions 08:55:15 +++ sort -V 08:55:15 +++ tail -n 1 08:55:15 ++ py_version_xyz=3.10.6 08:55:15 ++ [[ -z 3.10.6 ]] 08:55:15 ++ echo 3.10.6 08:55:15 ++ return 0 08:55:15 + pyenv local 3.10.6 08:55:15 + local command 08:55:15 + command=local 08:55:15 + '[' 2 -gt 0 ']' 08:55:15 + shift 08:55:15 + case "$command" in 08:55:15 + command pyenv local 3.10.6 08:55:15 + pyenv local 3.10.6 08:55:15 + for arg in "$@" 08:55:15 + case $arg in 08:55:15 + pkg_list+='tox ' 08:55:15 + for arg in "$@" 08:55:15 + case $arg in 08:55:15 + pkg_list+='virtualenv ' 08:55:15 + for arg in "$@" 08:55:15 + case $arg in 08:55:15 + pkg_list+='urllib3~=1.26.15 ' 08:55:15 + [[ -f /tmp/.toxenv ]] 08:55:15 + [[ ! -f /tmp/.toxenv ]] 08:55:15 + [[ -n '' ]] 08:55:15 + python3 -m venv /tmp/venv-Vtds 08:55:21 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vtds' 08:55:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vtds 08:55:21 + echo /tmp/venv-Vtds 08:55:21 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 08:55:21 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 08:55:21 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:55:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:55:21 + local 'pip_opts=--upgrade --quiet' 08:55:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:55:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:55:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:55:21 + [[ -n '' ]] 08:55:21 + [[ -n '' ]] 08:55:21 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:55:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:55:21 + /tmp/venv-Vtds/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 08:55:25 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:55:25 lf-activate-venv(): INFO: Base packages installed successfully 08:55:25 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:55:25 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:55:25 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:55:25 + /tmp/venv-Vtds/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 08:55:28 + type python3 08:55:28 + true 08:55:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Vtds/bin to PATH' 08:55:28 lf-activate-venv(): INFO: Adding /tmp/venv-Vtds/bin to PATH 08:55:28 + PATH=/tmp/venv-Vtds/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 08:55:28 + return 0 08:55:28 + python3 --version 08:55:28 Python 3.10.6 08:55:28 + python3 -m pip --version 08:55:28 pip 26.0.1 from /tmp/venv-Vtds/lib/python3.10/site-packages/pip (python 3.10) 08:55:28 + python3 -m pip freeze 08:55:28 cachetools==7.0.1 08:55:28 chardet==5.2.0 08:55:28 colorama==0.4.6 08:55:28 distlib==0.4.0 08:55:28 filelock==3.21.2 08:55:28 packaging==26.0 08:55:28 platformdirs==4.7.0 08:55:28 pluggy==1.6.0 08:55:28 pyproject-api==1.10.0 08:55:28 tomli==2.4.0 08:55:28 tox==4.35.0 08:55:28 typing_extensions==4.15.0 08:55:28 urllib3==1.26.20 08:55:28 virtualenv==20.36.1 08:55:28 [EnvInject] - Injecting environment variables from a build step. 08:55:28 [EnvInject] - Injecting as environment variables the properties content 08:55:28 PARALLEL=false 08:55:28 08:55:28 [EnvInject] - Variables injected successfully. 08:55:28 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8170110869932174457.sh 08:55:28 ---> tox-run.sh 08:55:28 + 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 08:55:28 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 08:55:28 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 08:55:28 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 08:55:28 + cd /w/workspace/oom-master-pre-commit-lint/. 08:55:28 + source /home/jenkins/lf-env.sh 08:55:28 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:55:28 ++ mktemp -d /tmp/venv-XXXX 08:55:28 + lf_venv=/tmp/venv-cQYi 08:55:28 + local venv_file=/tmp/.os_lf_venv 08:55:28 + local python=python3 08:55:28 + local options 08:55:28 + local set_path=true 08:55:28 + local install_args= 08:55:28 ++ 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 08:55:28 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:55:28 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:55:28 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:55:28 + true 08:55:28 + case $1 in 08:55:28 + venv_file=/tmp/.toxenv 08:55:28 + shift 2 08:55:28 + true 08:55:28 + case $1 in 08:55:28 + shift 08:55:28 + break 08:55:28 + case $python in 08:55:28 + local pkg_list= 08:55:28 + [[ -d /opt/pyenv ]] 08:55:28 + echo 'Setup pyenv:' 08:55:28 Setup pyenv: 08:55:28 + export PYENV_ROOT=/opt/pyenv 08:55:28 + PYENV_ROOT=/opt/pyenv 08:55:28 + 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 08:55:28 + 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 08:55:28 + pyenv versions 08:55:28 system 08:55:28 3.8.13 08:55:28 3.9.13 08:55:28 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:55:28 + command -v pyenv 08:55:28 ++ pyenv init - --no-rehash 08:55:28 + 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[*]}"'\'')" 08:55:28 export PATH="/opt/pyenv/shims:${PATH}" 08:55:28 export PYENV_SHELL=bash 08:55:28 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:55:28 pyenv() { 08:55:28 local command 08:55:28 command="${1:-}" 08:55:28 if [ "$#" -gt 0 ]; then 08:55:28 shift 08:55:28 fi 08:55:28 08:55:28 case "$command" in 08:55:28 rehash|shell) 08:55:28 eval "$(pyenv "sh-$command" "$@")" 08:55:28 ;; 08:55:28 *) 08:55:28 command pyenv "$command" "$@" 08:55:28 ;; 08:55:28 esac 08:55:28 }' 08:55:28 +++ 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[*]}"' 08:55:28 ++ 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 08:55:28 ++ 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 08:55:28 ++ 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 08:55:28 ++ export PYENV_SHELL=bash 08:55:28 ++ PYENV_SHELL=bash 08:55:28 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:55:28 +++ complete -F _pyenv pyenv 08:55:28 ++ lf-pyver python3 08:55:28 ++ local py_version_xy=python3 08:55:28 ++ local py_version_xyz= 08:55:28 ++ pyenv versions 08:55:28 ++ local command 08:55:28 ++ command=versions 08:55:28 ++ '[' 1 -gt 0 ']' 08:55:28 ++ shift 08:55:28 ++ case "$command" in 08:55:28 ++ command pyenv versions 08:55:28 ++ pyenv versions 08:55:28 ++ awk '{ print $1 }' 08:55:28 ++ sed 's/^[ *]* //' 08:55:28 ++ grep -E '^[0-9.]*[0-9]$' 08:55:28 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:55:28 +++ grep '^3' /tmp/.pyenv_versions 08:55:28 +++ sort -V 08:55:28 +++ tail -n 1 08:55:28 ++ py_version_xyz=3.10.6 08:55:28 ++ [[ -z 3.10.6 ]] 08:55:28 ++ echo 3.10.6 08:55:28 ++ return 0 08:55:28 + pyenv local 3.10.6 08:55:28 + local command 08:55:28 + command=local 08:55:28 + '[' 2 -gt 0 ']' 08:55:28 + shift 08:55:28 + case "$command" in 08:55:28 + command pyenv local 3.10.6 08:55:28 + pyenv local 3.10.6 08:55:28 + for arg in "$@" 08:55:28 + case $arg in 08:55:28 + pkg_list+='tox ' 08:55:28 + for arg in "$@" 08:55:28 + case $arg in 08:55:28 + pkg_list+='virtualenv ' 08:55:28 + for arg in "$@" 08:55:28 + case $arg in 08:55:28 + pkg_list+='urllib3~=1.26.15 ' 08:55:28 + [[ -f /tmp/.toxenv ]] 08:55:28 ++ cat /tmp/.toxenv 08:55:28 + lf_venv=/tmp/venv-Vtds 08:55:28 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Vtds from' file:/tmp/.toxenv 08:55:28 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Vtds from file:/tmp/.toxenv 08:55:28 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:55:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:55:28 + local 'pip_opts=--upgrade --quiet' 08:55:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:55:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:55:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:55:28 + [[ -n '' ]] 08:55:28 + [[ -n '' ]] 08:55:28 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:55:28 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:55:28 + /tmp/venv-Vtds/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 08:55:29 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:55:29 lf-activate-venv(): INFO: Base packages installed successfully 08:55:29 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:55:29 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:55:29 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:55:29 + /tmp/venv-Vtds/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 08:55:30 + type python3 08:55:30 + true 08:55:30 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Vtds/bin to PATH' 08:55:30 lf-activate-venv(): INFO: Adding /tmp/venv-Vtds/bin to PATH 08:55:30 + PATH=/tmp/venv-Vtds/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 08:55:30 + return 0 08:55:30 + [[ -d /opt/pyenv ]] 08:55:30 + echo '---> Setting up pyenv' 08:55:30 ---> Setting up pyenv 08:55:30 + export PYENV_ROOT=/opt/pyenv 08:55:30 + PYENV_ROOT=/opt/pyenv 08:55:30 + export PATH=/opt/pyenv/bin:/tmp/venv-Vtds/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 08:55:30 + PATH=/opt/pyenv/bin:/tmp/venv-Vtds/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 08:55:30 ++ pwd 08:55:30 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 08:55:30 + export PYTHONPATH 08:55:30 + export TOX_TESTENV_PASSENV=PYTHONPATH 08:55:30 + TOX_TESTENV_PASSENV=PYTHONPATH 08:55:30 + tox --version 08:55:31 4.35.0 from /tmp/venv-Vtds/lib/python3.10/site-packages/tox/__init__.py 08:55:31 + PARALLEL=false 08:55:31 + TOX_OPTIONS_LIST= 08:55:31 + [[ -n pre-commit ]] 08:55:31 + TOX_OPTIONS_LIST=' -e pre-commit' 08:55:31 + case ${PARALLEL,,} in 08:55:31 + tox -e pre-commit 08:55:31 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 08:55:32 pre-commit: install_deps> python -I -m pip install pre-commit 08:55:35 pre-commit: freeze> python -m pip freeze --all 08:55:36 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.21.2,identify==2.6.16,nodeenv==1.10.0,pip==25.3,platformdirs==4.7.0,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==80.9.0,typing_extensions==4.15.0,virtualenv==20.36.1 08:55:36 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 08:55:36 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 08:55:37 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 08:55:38 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 08:55:39 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:55:39 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 08:55:39 [INFO] Once installed this environment will be reused. 08:55:39 [INFO] This may take a few minutes... 08:55:44 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:55:44 [INFO] Once installed this environment will be reused. 08:55:44 [INFO] This may take a few minutes... 08:55:49 trim trailing whitespace.................................................Passed 08:55:49 Tabs remover.............................................................Passed 08:55:49 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 08:55:49 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 08:55:49 [INFO] Once installed this environment will be reused. 08:55:49 [INFO] This may take a few minutes... 08:56:00 gitlint..............................................(no files to check)Skipped 08:56:00 pre-commit: OK (28.93=setup[4.40]+cmd[13.18,11.35] seconds) 08:56:00 congratulations :) (28.97 seconds) 08:56:00 + tox_status=0 08:56:00 + echo '---> Completed tox runs' 08:56:00 ---> Completed tox runs 08:56:00 + for i in .tox/*/log 08:56:00 ++ awk -F/ '{print $2}' 08:56:00 ++ echo .tox/pre-commit/log 08:56:00 + tox_env=pre-commit 08:56:00 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 08:56:00 + DOC_DIR=docs/_build/html 08:56:00 + [[ -d docs/_build/html ]] 08:56:00 + echo '---> tox-run.sh ends' 08:56:00 ---> tox-run.sh ends 08:56:00 + test 0 -eq 0 08:56:00 $ ssh-agent -k 08:56:00 unset SSH_AUTH_SOCK; 08:56:00 unset SSH_AGENT_PID; 08:56:00 echo Agent pid 1691 killed; 08:56:00 [ssh-agent] Stopped. 08:56:01 [PostBuildScript] - [INFO] Executing post build scripts. 08:56:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4542622274790948788.sh 08:56:01 ---> sysstat.sh 08:56:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11170818020710210028.sh 08:56:01 ---> package-listing.sh 08:56:01 ++ tr '[:upper:]' '[:lower:]' 08:56:01 ++ facter osfamily 08:56:01 + OS_FAMILY=debian 08:56:01 + workspace=/w/workspace/oom-master-pre-commit-lint 08:56:01 + START_PACKAGES=/tmp/packages_start.txt 08:56:01 + END_PACKAGES=/tmp/packages_end.txt 08:56:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:56:01 + PACKAGES=/tmp/packages_start.txt 08:56:01 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:56:01 + PACKAGES=/tmp/packages_end.txt 08:56:01 + case "${OS_FAMILY}" in 08:56:01 + dpkg -l 08:56:01 + grep '^ii' 08:56:01 + '[' -f /tmp/packages_start.txt ']' 08:56:01 + '[' -f /tmp/packages_end.txt ']' 08:56:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:56:01 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:56:01 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 08:56:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 08:56:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2275580874031173044.sh 08:56:01 ---> capture-instance-metadata.sh 08:56:01 Setup pyenv: 08:56:01 system 08:56:01 3.8.13 08:56:01 3.9.13 08:56:01 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:56:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KHF9 08:56:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:56:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:56:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:56:09 lf-activate-venv(): INFO: Base packages installed successfully 08:56:09 lf-activate-venv(): INFO: Installing additional packages: lftools 08:56:38 lf-activate-venv(): INFO: Adding /tmp/venv-KHF9/bin to PATH 08:56:38 INFO: Running in OpenStack, capturing instance metadata 08:56:38 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9737035982133424809.sh 08:56:38 provisioning config files... 08:56:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config5172813974757456201tmp 08:56:38 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:56:38 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:56:38 [EnvInject] - Injecting environment variables from a build step. 08:56:38 [EnvInject] - Injecting as environment variables the properties content 08:56:38 SERVER_ID=logs 08:56:38 08:56:38 [EnvInject] - Variables injected successfully. 08:56:38 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5558657467628441780.sh 08:56:38 ---> create-netrc.sh 08:56:38 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10964178395530920144.sh 08:56:38 ---> python-tools-install.sh 08:56:38 Setup pyenv: 08:56:38 system 08:56:38 3.8.13 08:56:38 3.9.13 08:56:38 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:56:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KHF9 from file:/tmp/.os_lf_venv 08:56:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:56:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:56:41 lf-activate-venv(): INFO: Base packages installed successfully 08:56:41 lf-activate-venv(): INFO: Installing additional packages: lftools 08:56:49 lf-activate-venv(): INFO: Adding /tmp/venv-KHF9/bin to PATH 08:56:49 Generating Requirements File 08:57:14 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. 08:57:14 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:57:14 Python 3.10.6 08:57:14 pip 26.0.1 from /tmp/venv-KHF9/lib/python3.10/site-packages/pip (python 3.10) 08:57:15 appdirs==1.4.4 08:57:15 argcomplete==3.6.3 08:57:15 aspy.yaml==1.3.0 08:57:15 attrs==25.4.0 08:57:15 autopage==0.6.0 08:57:15 backports.strenum==1.3.1 08:57:15 beautifulsoup4==4.14.3 08:57:15 boto3==1.42.48 08:57:15 botocore==1.42.48 08:57:15 bs4==0.0.2 08:57:15 certifi==2026.1.4 08:57:15 cffi==2.0.0 08:57:15 cfgv==3.5.0 08:57:15 chardet==5.2.0 08:57:15 charset-normalizer==3.4.4 08:57:15 click==8.3.1 08:57:15 cliff==4.13.1 08:57:15 cmd2==3.2.0 08:57:15 cryptography==3.3.2 08:57:15 debtcollector==3.0.0 08:57:15 decorator==5.2.1 08:57:15 defusedxml==0.7.1 08:57:15 Deprecated==1.3.1 08:57:15 distlib==0.4.0 08:57:15 dnspython==2.8.0 08:57:15 docker==7.1.0 08:57:15 dogpile.cache==1.5.0 08:57:15 durationpy==0.10 08:57:15 email-validator==2.3.0 08:57:15 filelock==3.21.2 08:57:15 future==1.0.0 08:57:15 gitdb==4.0.12 08:57:15 GitPython==3.1.46 08:57:15 httplib2==0.30.2 08:57:15 identify==2.6.16 08:57:15 idna==3.11 08:57:15 importlib-resources==1.5.0 08:57:15 iso8601==2.1.0 08:57:15 Jinja2==3.1.6 08:57:15 jmespath==1.1.0 08:57:15 jsonpatch==1.33 08:57:15 jsonpointer==3.0.0 08:57:15 jsonschema==4.26.0 08:57:15 jsonschema-specifications==2025.9.1 08:57:15 keystoneauth1==5.13.0 08:57:15 kubernetes==35.0.0 08:57:15 lftools==0.37.21 08:57:15 lxml==6.0.2 08:57:15 markdown-it-py==4.0.0 08:57:15 MarkupSafe==3.0.3 08:57:15 mdurl==0.1.2 08:57:15 msgpack==1.1.2 08:57:15 multi_key_dict==2.0.3 08:57:15 munch==4.0.0 08:57:15 netaddr==1.3.0 08:57:15 niet==1.4.2 08:57:15 nodeenv==1.10.0 08:57:15 oauth2client==4.1.3 08:57:15 oauthlib==3.3.1 08:57:15 openstacksdk==4.9.0 08:57:15 os-service-types==1.8.2 08:57:15 osc-lib==4.3.0 08:57:15 oslo.config==10.2.0 08:57:15 oslo.context==6.2.0 08:57:15 oslo.i18n==6.7.1 08:57:15 oslo.log==8.0.0 08:57:15 oslo.serialization==5.9.0 08:57:15 oslo.utils==9.2.0 08:57:15 packaging==26.0 08:57:15 pbr==7.0.3 08:57:15 platformdirs==4.7.0 08:57:15 prettytable==3.17.0 08:57:15 psutil==7.2.2 08:57:15 pyasn1==0.6.2 08:57:15 pyasn1_modules==0.4.2 08:57:15 pycparser==3.0 08:57:15 pygerrit2==2.0.15 08:57:15 PyGithub==2.8.1 08:57:15 Pygments==2.19.2 08:57:15 PyJWT==2.11.0 08:57:15 PyNaCl==1.6.2 08:57:15 pyparsing==2.4.7 08:57:15 pyperclip==1.11.0 08:57:15 pyrsistent==0.20.0 08:57:15 python-cinderclient==9.8.0 08:57:15 python-dateutil==2.9.0.post0 08:57:15 python-heatclient==5.0.0 08:57:15 python-jenkins==1.8.3 08:57:15 python-keystoneclient==5.7.0 08:57:15 python-magnumclient==4.9.0 08:57:15 python-openstackclient==8.3.0 08:57:15 python-swiftclient==4.9.0 08:57:15 PyYAML==6.0.3 08:57:15 referencing==0.37.0 08:57:15 requests==2.32.5 08:57:15 requests-oauthlib==2.0.0 08:57:15 requestsexceptions==1.4.0 08:57:15 rfc3986==2.0.0 08:57:15 rich==14.3.2 08:57:15 rich-argparse==1.7.2 08:57:15 rpds-py==0.30.0 08:57:15 rsa==4.9.1 08:57:15 ruamel.yaml==0.19.1 08:57:15 ruamel.yaml.clib==0.2.15 08:57:15 s3transfer==0.16.0 08:57:15 simplejson==3.20.2 08:57:15 six==1.17.0 08:57:15 smmap==5.0.2 08:57:15 soupsieve==2.8.3 08:57:15 stevedore==5.6.0 08:57:15 tabulate==0.9.0 08:57:15 toml==0.10.2 08:57:15 tomlkit==0.14.0 08:57:15 tqdm==4.67.3 08:57:15 typing_extensions==4.15.0 08:57:15 tzdata==2025.3 08:57:15 urllib3==1.26.20 08:57:15 virtualenv==20.36.1 08:57:15 wcwidth==0.6.0 08:57:15 websocket-client==1.9.0 08:57:15 wrapt==2.1.1 08:57:15 xdg==6.0.0 08:57:15 xmltodict==1.0.2 08:57:15 yq==3.4.3 08:57:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4544579298686578141.sh 08:57:15 ---> sudo-logs.sh 08:57:15 Archiving 'sudo' log.. 08:57:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins629915407708303042.sh 08:57:15 ---> job-cost.sh 08:57:15 INFO: Activating Python virtual environment... 08:57:15 Setup pyenv: 08:57:15 system 08:57:15 3.8.13 08:57:15 3.9.13 08:57:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:57:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KHF9 from file:/tmp/.os_lf_venv 08:57:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:57:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:57:17 lf-activate-venv(): INFO: Base packages installed successfully 08:57:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:57:24 lf-activate-venv(): INFO: Adding /tmp/venv-KHF9/bin to PATH 08:57:24 INFO: No stack-cost file found 08:57:24 INFO: Instance uptime: 168s 08:57:24 INFO: Fetching instance metadata (attempt 1 of 3)... 08:57:24 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 08:57:24 INFO: Successfully fetched instance metadata 08:57:24 INFO: Instance type: v3-standard-4 08:57:24 INFO: Retrieving pricing info for: v3-standard-4 08:57:24 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 08:57:24 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=168 08:57:24 INFO: Successfully fetched Vexxhost pricing API 08:57:24 INFO: Retrieved cost: 0.11 08:57:24 INFO: Retrieved resource: v3-standard-4 08:57:24 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 08:57:24 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 08:57:24 INFO: Successfully archived job cost data 08:57:24 DEBUG: Cost data: oom-master-pre-commit-lint,4406,2026-02-13 08:57:24,v3-standard-4,168,0.11,0.00,SUCCESS 08:57:24 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17325684501158255151.sh 08:57:24 ---> logs-deploy.sh 08:57:24 Setup pyenv: 08:57:24 system 08:57:24 3.8.13 08:57:24 3.9.13 08:57:24 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:57:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KHF9 from file:/tmp/.os_lf_venv 08:57:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:57:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:57:26 lf-activate-venv(): INFO: Base packages installed successfully 08:57:26 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 08:57:35 lf-activate-venv(): INFO: Adding /tmp/venv-KHF9/bin to PATH 08:57:35 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4406 08:57:35 INFO: archiving workspace using pattern(s): 08:57:37 Archives upload complete. 08:57:37 INFO: archiving logs to Nexus 08:57:38 ---> uname -a: 08:57:38 Linux prd-ubuntu1804-builder-4c-4g-7588 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 08:57:38 08:57:38 08:57:38 ---> lscpu: 08:57:38 Architecture: x86_64 08:57:38 CPU op-mode(s): 32-bit, 64-bit 08:57:38 Byte Order: Little Endian 08:57:38 CPU(s): 4 08:57:38 On-line CPU(s) list: 0-3 08:57:38 Thread(s) per core: 1 08:57:38 Core(s) per socket: 1 08:57:38 Socket(s): 4 08:57:38 NUMA node(s): 1 08:57:38 Vendor ID: AuthenticAMD 08:57:38 CPU family: 23 08:57:38 Model: 49 08:57:38 Model name: AMD EPYC-Rome Processor 08:57:38 Stepping: 0 08:57:38 CPU MHz: 2800.000 08:57:38 BogoMIPS: 5600.00 08:57:38 Virtualization: AMD-V 08:57:38 Hypervisor vendor: KVM 08:57:38 Virtualization type: full 08:57:38 L1d cache: 32K 08:57:38 L1i cache: 32K 08:57:38 L2 cache: 512K 08:57:38 L3 cache: 16384K 08:57:38 NUMA node0 CPU(s): 0-3 08:57:38 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 08:57:38 08:57:38 08:57:38 ---> nproc: 08:57:38 4 08:57:38 08:57:38 08:57:38 ---> df -h: 08:57:38 Filesystem Size Used Avail Use% Mounted on 08:57:38 udev 7.9G 0 7.9G 0% /dev 08:57:38 tmpfs 1.6G 676K 1.6G 1% /run 08:57:38 /dev/vda1 78G 8.4G 69G 11% / 08:57:38 tmpfs 7.9G 0 7.9G 0% /dev/shm 08:57:38 tmpfs 5.0M 0 5.0M 0% /run/lock 08:57:38 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 08:57:38 /dev/vda15 105M 4.4M 100M 5% /boot/efi 08:57:38 tmpfs 1.6G 0 1.6G 0% /run/user/1001 08:57:38 08:57:38 08:57:38 ---> free -m: 08:57:38 total used free shared buff/cache available 08:57:38 Mem: 16040 537 13280 0 2222 15181 08:57:38 Swap: 1023 0 1023 08:57:38 08:57:38 08:57:38 ---> ip addr: 08:57:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:57:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:57:38 inet 127.0.0.1/8 scope host lo 08:57:38 valid_lft forever preferred_lft forever 08:57:38 inet6 ::1/128 scope host 08:57:38 valid_lft forever preferred_lft forever 08:57:38 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:57:38 link/ether fa:16:3e:15:62:ad brd ff:ff:ff:ff:ff:ff 08:57:38 inet 10.30.106.45/23 brd 10.30.107.255 scope global dynamic ens3 08:57:38 valid_lft 86226sec preferred_lft 86226sec 08:57:38 inet6 fe80::f816:3eff:fe15:62ad/64 scope link 08:57:38 valid_lft forever preferred_lft forever 08:57:38 08:57:38 08:57:38 ---> sar -b -r -n DEV: 08:57:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7588) 02/13/26 _x86_64_ (4 CPU) 08:57:38 08:57:38 08:54:47 LINUX RESTART (4 CPU) 08:57:38 08:57:38 08:55:01 tps rtps wtps bread/s bwrtn/s 08:57:38 08:56:01 105.93 32.44 73.49 1069.82 29550.41 08:57:38 08:57:01 98.42 0.72 97.70 94.25 30547.58 08:57:38 Average: 102.17 16.58 85.59 582.04 30048.99 08:57:38 08:57:38 08:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:57:38 08:56:01 14049488 15635884 2375480 14.46 58400 1728124 727196 4.16 657092 1502408 128180 08:57:38 08:57:01 13712776 15569908 2712192 16.51 80456 1961568 751908 4.30 739280 1725856 164872 08:57:38 Average: 13881132 15602896 2543836 15.49 69428 1844846 739552 4.23 698186 1614132 146526 08:57:38 08:57:38 08:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:57:38 08:56:01 ens3 408.75 259.76 2186.14 73.88 0.00 0.00 0.00 0.00 08:57:38 08:56:01 lo 3.00 3.00 0.34 0.34 0.00 0.00 0.00 0.00 08:57:38 08:57:01 ens3 52.01 38.96 764.44 8.54 0.00 0.00 0.00 0.00 08:57:38 08:57:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 08:57:38 Average: ens3 230.38 149.36 1475.29 41.21 0.00 0.00 0.00 0.00 08:57:38 Average: lo 2.20 2.20 0.25 0.25 0.00 0.00 0.00 0.00 08:57:38 08:57:38 08:57:38 ---> sar -P ALL: 08:57:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7588) 02/13/26 _x86_64_ (4 CPU) 08:57:38 08:57:38 08:54:47 LINUX RESTART (4 CPU) 08:57:38 08:57:38 08:55:01 CPU %user %nice %system %iowait %steal %idle 08:57:38 08:56:01 all 24.59 0.00 2.39 8.31 0.08 64.63 08:57:38 08:56:01 0 24.21 0.00 2.46 2.73 0.07 70.54 08:57:38 08:56:01 1 29.47 0.00 2.58 4.35 0.07 63.54 08:57:38 08:56:01 2 19.64 0.00 2.34 12.97 0.08 64.97 08:57:38 08:56:01 3 25.08 0.00 2.19 13.17 0.10 59.46 08:57:38 08:57:01 all 16.60 0.00 1.09 8.60 0.05 73.66 08:57:38 08:57:01 0 4.42 0.00 0.48 0.20 0.03 94.86 08:57:38 08:57:01 1 31.71 0.00 1.92 6.14 0.07 60.16 08:57:38 08:57:01 2 15.32 0.00 1.07 26.12 0.07 57.42 08:57:38 08:57:01 3 14.95 0.00 0.90 2.02 0.05 82.08 08:57:38 Average: all 20.59 0.00 1.74 8.46 0.07 69.15 08:57:38 Average: 0 14.30 0.00 1.47 1.46 0.05 82.72 08:57:38 Average: 1 30.59 0.00 2.25 5.24 0.07 61.85 08:57:38 Average: 2 17.48 0.00 1.70 19.55 0.08 61.19 08:57:38 Average: 3 20.00 0.00 1.55 7.58 0.08 70.80 08:57:38 08:57:38 08:57:38