18:32:46 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143142 18:32:46 Running as SYSTEM 18:32:46 [EnvInject] - Loading node environment variables. 18:32:46 Building remotely on prd-ubuntu1804-builder-4c-4g-6568 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 18:32:46 [ssh-agent] Looking for ssh-agent implementation... 18:32:46 $ ssh-agent 18:32:46 SSH_AUTH_SOCK=/tmp/ssh-eFdkoFRhjgF3/agent.1751 18:32:46 SSH_AGENT_PID=1753 18:32:46 [ssh-agent] Started. 18:32:47 Running ssh-add (command line suppressed) 18:32:47 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_11505525508131147704.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_11505525508131147704.key) 18:32:47 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:32:47 The recommended git tool is: NONE 18:32:48 using credential onap-jenkins-ssh 18:32:48 Wiping out workspace first. 18:32:48 Cloning the remote Git repository 18:32:48 Cloning repository git://cloud.onap.org/mirror/oom.git 18:32:48 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 18:32:48 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 18:32:48 > git --version # timeout=10 18:32:48 > git --version # 'git version 2.17.1' 18:32:48 using GIT_SSH to set credentials Gerrit user 18:32:48 Verifying host key using manually-configured host key entries 18:32:48 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 18:32:55 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 18:32:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:55 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 18:32:55 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 18:32:55 using GIT_SSH to set credentials Gerrit user 18:32:55 Verifying host key using manually-configured host key entries 18:32:56 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/42/143142/5 # timeout=30 18:32:56 > git rev-parse cf3943d5b8d1a3344cdc4af652250890defcdffb^{commit} # timeout=10 18:32:56 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 18:32:56 Checking out Revision cf3943d5b8d1a3344cdc4af652250890defcdffb (refs/changes/42/143142/5) 18:32:56 > git config core.sparsecheckout # timeout=10 18:32:56 > git checkout -f cf3943d5b8d1a3344cdc4af652250890defcdffb # timeout=30 18:32:59 Commit message: "[SDNC] Use official elasticsearch helm chart" 18:32:59 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:32:59 > git rev-list --no-walk 2214f66e9d9f757239d0297353d9194f782e9eac # timeout=10 18:33:00 [EnvInject] - Injecting environment variables from a build step. 18:33:00 [EnvInject] - Injecting as environment variables the properties content 18:33:00 PYTHON=python3 18:33:00 18:33:00 [EnvInject] - Variables injected successfully. 18:33:00 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins88811009558011529.sh 18:33:00 ---> tox-install.sh 18:33:00 + source /home/jenkins/lf-env.sh 18:33:00 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:33:00 ++ mktemp -d /tmp/venv-XXXX 18:33:00 + lf_venv=/tmp/venv-ko7s 18:33:00 + local venv_file=/tmp/.os_lf_venv 18:33:00 + local python=python3 18:33:00 + local options 18:33:00 + local set_path=true 18:33:00 + local install_args= 18:33:00 ++ 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 18:33:00 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:00 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:00 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:33:00 + true 18:33:00 + case $1 in 18:33:00 + venv_file=/tmp/.toxenv 18:33:00 + shift 2 18:33:00 + true 18:33:00 + case $1 in 18:33:00 + shift 18:33:00 + break 18:33:00 + case $python in 18:33:00 + local pkg_list= 18:33:00 + [[ -d /opt/pyenv ]] 18:33:00 + echo 'Setup pyenv:' 18:33:00 Setup pyenv: 18:33:00 + export PYENV_ROOT=/opt/pyenv 18:33:00 + PYENV_ROOT=/opt/pyenv 18:33:00 + 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 18:33:00 + 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 18:33:00 + pyenv versions 18:33:00 * system (set by /opt/pyenv/version) 18:33:00 * 3.8.13 (set by /opt/pyenv/version) 18:33:00 * 3.9.13 (set by /opt/pyenv/version) 18:33:00 * 3.10.6 (set by /opt/pyenv/version) 18:33:00 + command -v pyenv 18:33:00 ++ pyenv init - --no-rehash 18:33:00 + 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[*]}"'\'')" 18:33:00 export PATH="/opt/pyenv/shims:${PATH}" 18:33:00 export PYENV_SHELL=bash 18:33:00 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:33:00 pyenv() { 18:33:00 local command 18:33:00 command="${1:-}" 18:33:00 if [ "$#" -gt 0 ]; then 18:33:00 shift 18:33:00 fi 18:33:00 18:33:00 case "$command" in 18:33:00 rehash|shell) 18:33:00 eval "$(pyenv "sh-$command" "$@")" 18:33:00 ;; 18:33:00 *) 18:33:00 command pyenv "$command" "$@" 18:33:00 ;; 18:33:00 esac 18:33:00 }' 18:33:00 +++ 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[*]}"' 18:33:00 ++ 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 18:33:00 ++ 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 18:33:00 ++ 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 18:33:00 ++ export PYENV_SHELL=bash 18:33:00 ++ PYENV_SHELL=bash 18:33:00 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:33:00 +++ complete -F _pyenv pyenv 18:33:00 ++ lf-pyver python3 18:33:00 ++ local py_version_xy=python3 18:33:00 ++ local py_version_xyz= 18:33:00 ++ pyenv versions 18:33:00 ++ sed 's/^[ *]* //' 18:33:00 ++ local command 18:33:00 ++ command=versions 18:33:00 ++ '[' 1 -gt 0 ']' 18:33:00 ++ shift 18:33:00 ++ case "$command" in 18:33:00 ++ grep -E '^[0-9.]*[0-9]$' 18:33:00 ++ command pyenv versions 18:33:00 ++ pyenv versions 18:33:00 ++ awk '{ print $1 }' 18:33:00 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:33:00 +++ grep '^3' /tmp/.pyenv_versions 18:33:00 +++ sort -V 18:33:00 +++ tail -n 1 18:33:00 ++ py_version_xyz=3.10.6 18:33:00 ++ [[ -z 3.10.6 ]] 18:33:00 ++ echo 3.10.6 18:33:00 ++ return 0 18:33:00 + pyenv local 3.10.6 18:33:00 + local command 18:33:00 + command=local 18:33:00 + '[' 2 -gt 0 ']' 18:33:00 + shift 18:33:00 + case "$command" in 18:33:00 + command pyenv local 3.10.6 18:33:00 + pyenv local 3.10.6 18:33:00 + for arg in "$@" 18:33:00 + case $arg in 18:33:00 + pkg_list+='tox ' 18:33:00 + for arg in "$@" 18:33:00 + case $arg in 18:33:00 + pkg_list+='virtualenv ' 18:33:00 + for arg in "$@" 18:33:00 + case $arg in 18:33:00 + pkg_list+='urllib3~=1.26.15 ' 18:33:00 + [[ -f /tmp/.toxenv ]] 18:33:00 + [[ ! -f /tmp/.toxenv ]] 18:33:00 + [[ -n '' ]] 18:33:00 + python3 -m venv /tmp/venv-ko7s 18:33:05 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ko7s' 18:33:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ko7s 18:33:05 + echo /tmp/venv-ko7s 18:33:05 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:33:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:33:05 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:33:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:33:05 + local 'pip_opts=--upgrade --quiet' 18:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:33:05 + [[ -n '' ]] 18:33:05 + [[ -n '' ]] 18:33:05 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:33:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:33:05 + /tmp/venv-ko7s/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 18:33:10 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:33:10 lf-activate-venv(): INFO: Base packages installed successfully 18:33:10 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:33:10 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:33:10 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:33:10 + /tmp/venv-ko7s/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 18:33:14 + type python3 18:33:14 + true 18:33:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-ko7s/bin to PATH' 18:33:14 lf-activate-venv(): INFO: Adding /tmp/venv-ko7s/bin to PATH 18:33:14 + PATH=/tmp/venv-ko7s/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 18:33:14 + return 0 18:33:14 + python3 --version 18:33:14 Python 3.10.6 18:33:14 + python3 -m pip --version 18:33:14 pip 26.0.1 from /tmp/venv-ko7s/lib/python3.10/site-packages/pip (python 3.10) 18:33:14 + python3 -m pip freeze 18:33:15 cachetools==7.0.0 18:33:15 chardet==5.2.0 18:33:15 colorama==0.4.6 18:33:15 distlib==0.4.0 18:33:15 filelock==3.20.3 18:33:15 packaging==26.0 18:33:15 platformdirs==4.5.1 18:33:15 pluggy==1.6.0 18:33:15 pyproject-api==1.10.0 18:33:15 tomli==2.4.0 18:33:15 tox==4.34.1 18:33:15 typing_extensions==4.15.0 18:33:15 urllib3==1.26.20 18:33:15 virtualenv==20.36.1 18:33:15 [EnvInject] - Injecting environment variables from a build step. 18:33:15 [EnvInject] - Injecting as environment variables the properties content 18:33:15 PARALLEL=false 18:33:15 18:33:15 [EnvInject] - Variables injected successfully. 18:33:15 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4833852164101145733.sh 18:33:15 ---> tox-run.sh 18:33:15 + 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 18:33:15 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 18:33:15 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 18:33:15 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 18:33:15 + cd /w/workspace/oom-master-pre-commit-lint/. 18:33:15 + source /home/jenkins/lf-env.sh 18:33:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:33:15 ++ mktemp -d /tmp/venv-XXXX 18:33:15 + lf_venv=/tmp/venv-K2Rd 18:33:15 + local venv_file=/tmp/.os_lf_venv 18:33:15 + local python=python3 18:33:15 + local options 18:33:15 + local set_path=true 18:33:15 + local install_args= 18:33: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 18:33:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:33:15 + true 18:33:15 + case $1 in 18:33:15 + venv_file=/tmp/.toxenv 18:33:15 + shift 2 18:33:15 + true 18:33:15 + case $1 in 18:33:15 + shift 18:33:15 + break 18:33:15 + case $python in 18:33:15 + local pkg_list= 18:33:15 + [[ -d /opt/pyenv ]] 18:33:15 + echo 'Setup pyenv:' 18:33:15 Setup pyenv: 18:33:15 + export PYENV_ROOT=/opt/pyenv 18:33:15 + PYENV_ROOT=/opt/pyenv 18:33:15 + 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 18:33:15 + 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 18:33:15 + pyenv versions 18:33:15 system 18:33:15 3.8.13 18:33:15 3.9.13 18:33:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:33:15 + command -v pyenv 18:33:15 ++ pyenv init - --no-rehash 18:33: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[*]}"'\'')" 18:33:15 export PATH="/opt/pyenv/shims:${PATH}" 18:33:15 export PYENV_SHELL=bash 18:33:15 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:33:15 pyenv() { 18:33:15 local command 18:33:15 command="${1:-}" 18:33:15 if [ "$#" -gt 0 ]; then 18:33:15 shift 18:33:15 fi 18:33:15 18:33:15 case "$command" in 18:33:15 rehash|shell) 18:33:15 eval "$(pyenv "sh-$command" "$@")" 18:33:15 ;; 18:33:15 *) 18:33:15 command pyenv "$command" "$@" 18:33:15 ;; 18:33:15 esac 18:33:15 }' 18:33: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[*]}"' 18:33:15 ++ 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 18:33:15 ++ 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 18:33:15 ++ 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 18:33:15 ++ export PYENV_SHELL=bash 18:33:15 ++ PYENV_SHELL=bash 18:33:15 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:33:15 +++ complete -F _pyenv pyenv 18:33:15 ++ lf-pyver python3 18:33:15 ++ local py_version_xy=python3 18:33:15 ++ local py_version_xyz= 18:33:15 ++ pyenv versions 18:33:15 ++ sed 's/^[ *]* //' 18:33:15 ++ awk '{ print $1 }' 18:33:15 ++ grep -E '^[0-9.]*[0-9]$' 18:33:15 ++ local command 18:33:15 ++ command=versions 18:33:15 ++ '[' 1 -gt 0 ']' 18:33:15 ++ shift 18:33:15 ++ case "$command" in 18:33:15 ++ command pyenv versions 18:33:15 ++ pyenv versions 18:33:15 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:33:15 +++ grep '^3' /tmp/.pyenv_versions 18:33:15 +++ tail -n 1 18:33:15 +++ sort -V 18:33:15 ++ py_version_xyz=3.10.6 18:33:15 ++ [[ -z 3.10.6 ]] 18:33:15 ++ echo 3.10.6 18:33:15 ++ return 0 18:33:15 + pyenv local 3.10.6 18:33:15 + local command 18:33:15 + command=local 18:33:15 + '[' 2 -gt 0 ']' 18:33:15 + shift 18:33:15 + case "$command" in 18:33:15 + command pyenv local 3.10.6 18:33:15 + pyenv local 3.10.6 18:33:15 + for arg in "$@" 18:33:15 + case $arg in 18:33:15 + pkg_list+='tox ' 18:33:15 + for arg in "$@" 18:33:15 + case $arg in 18:33:15 + pkg_list+='virtualenv ' 18:33:15 + for arg in "$@" 18:33:15 + case $arg in 18:33:15 + pkg_list+='urllib3~=1.26.15 ' 18:33:15 + [[ -f /tmp/.toxenv ]] 18:33:15 ++ cat /tmp/.toxenv 18:33:15 + lf_venv=/tmp/venv-ko7s 18:33:15 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ko7s from' file:/tmp/.toxenv 18:33:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ko7s from file:/tmp/.toxenv 18:33:15 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:33:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:33:15 + local 'pip_opts=--upgrade --quiet' 18:33:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:33:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:33:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:33:15 + [[ -n '' ]] 18:33:15 + [[ -n '' ]] 18:33:15 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:33:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:33:15 + /tmp/venv-ko7s/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 18:33:16 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:33:16 lf-activate-venv(): INFO: Base packages installed successfully 18:33:16 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:33:16 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:33:16 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:33:16 + /tmp/venv-ko7s/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 18:33:17 + type python3 18:33:17 + true 18:33:17 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-ko7s/bin to PATH' 18:33:17 lf-activate-venv(): INFO: Adding /tmp/venv-ko7s/bin to PATH 18:33:17 + PATH=/tmp/venv-ko7s/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 18:33:17 + return 0 18:33:17 + [[ -d /opt/pyenv ]] 18:33:17 + echo '---> Setting up pyenv' 18:33:17 ---> Setting up pyenv 18:33:17 + export PYENV_ROOT=/opt/pyenv 18:33:17 + PYENV_ROOT=/opt/pyenv 18:33:17 + export PATH=/opt/pyenv/bin:/tmp/venv-ko7s/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 18:33:17 + PATH=/opt/pyenv/bin:/tmp/venv-ko7s/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 18:33:17 ++ pwd 18:33:17 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 18:33:17 + export PYTHONPATH 18:33:17 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:33:17 + TOX_TESTENV_PASSENV=PYTHONPATH 18:33:17 + tox --version 18:33:18 4.34.1 from /tmp/venv-ko7s/lib/python3.10/site-packages/tox/__init__.py 18:33:18 + PARALLEL=false 18:33:18 + TOX_OPTIONS_LIST= 18:33:18 + [[ -n pre-commit ]] 18:33:18 + TOX_OPTIONS_LIST=' -e pre-commit' 18:33:18 + case ${PARALLEL,,} in 18:33:18 + tox -e pre-commit 18:33:18 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 18:33:19 pre-commit: install_deps> python -I -m pip install pre-commit 18:33:23 pre-commit: freeze> python -m pip freeze --all 18:33:24 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.20.3,identify==2.6.16,nodeenv==1.10.0,pip==25.3,platformdirs==4.5.1,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==80.9.0,typing_extensions==4.15.0,virtualenv==20.36.1 18:33:24 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 18:33:24 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 18:33:24 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 18:33:25 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 18:33:26 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 18:33:26 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 18:33:26 [INFO] Once installed this environment will be reused. 18:33:26 [INFO] This may take a few minutes... 18:33:30 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 18:33:30 [INFO] Once installed this environment will be reused. 18:33:30 [INFO] This may take a few minutes... 18:33:35 trim trailing whitespace.................................................Passed 18:33:35 Tabs remover.............................................................Passed 18:33:35 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 18:33:36 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 18:33:36 [INFO] Once installed this environment will be reused. 18:33:36 [INFO] This may take a few minutes... 18:33:44 gitlint..............................................(no files to check)Skipped 18:33:44 pre-commit: OK (25.99=setup[5.68]+cmd[11.56,8.74] seconds) 18:33:44 congratulations :) (26.03 seconds) 18:33:44 + tox_status=0 18:33:44 + echo '---> Completed tox runs' 18:33:44 ---> Completed tox runs 18:33:44 + for i in .tox/*/log 18:33:44 ++ echo .tox/pre-commit/log 18:33:44 ++ awk -F/ '{print $2}' 18:33:44 + tox_env=pre-commit 18:33:44 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 18:33:44 + DOC_DIR=docs/_build/html 18:33:44 + [[ -d docs/_build/html ]] 18:33:44 + echo '---> tox-run.sh ends' 18:33:44 ---> tox-run.sh ends 18:33:44 + test 0 -eq 0 18:33:44 $ ssh-agent -k 18:33:44 unset SSH_AUTH_SOCK; 18:33:44 unset SSH_AGENT_PID; 18:33:44 echo Agent pid 1753 killed; 18:33:44 [ssh-agent] Stopped. 18:33:44 [PostBuildScript] - [INFO] Executing post build scripts. 18:33:44 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4982624580938161396.sh 18:33:44 ---> sysstat.sh 18:33:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18206925681763503990.sh 18:33:45 ---> package-listing.sh 18:33:45 ++ tr '[:upper:]' '[:lower:]' 18:33:45 ++ facter osfamily 18:33:45 + OS_FAMILY=debian 18:33:45 + workspace=/w/workspace/oom-master-pre-commit-lint 18:33:45 + START_PACKAGES=/tmp/packages_start.txt 18:33:45 + END_PACKAGES=/tmp/packages_end.txt 18:33:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:33:45 + PACKAGES=/tmp/packages_start.txt 18:33:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 18:33:45 + PACKAGES=/tmp/packages_end.txt 18:33:45 + case "${OS_FAMILY}" in 18:33:45 + dpkg -l 18:33:45 + grep '^ii' 18:33:45 + '[' -f /tmp/packages_start.txt ']' 18:33:45 + '[' -f /tmp/packages_end.txt ']' 18:33:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:33:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 18:33:45 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 18:33:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 18:33:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3103804639726711285.sh 18:33:45 ---> capture-instance-metadata.sh 18:33:45 Setup pyenv: 18:33:45 system 18:33:45 3.8.13 18:33:45 3.9.13 18:33:45 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:33:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cBmn 18:33:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:33:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:33:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:33:52 lf-activate-venv(): INFO: Base packages installed successfully 18:33:52 lf-activate-venv(): INFO: Installing additional packages: lftools 18:34:16 lf-activate-venv(): INFO: Adding /tmp/venv-cBmn/bin to PATH 18:34:16 INFO: Running in OpenStack, capturing instance metadata 18:34:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12714940380120476819.sh 18:34:17 provisioning config files... 18:34:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config3215058809403082498tmp 18:34:17 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:34:17 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:34:17 [EnvInject] - Injecting environment variables from a build step. 18:34:17 [EnvInject] - Injecting as environment variables the properties content 18:34:17 SERVER_ID=logs 18:34:17 18:34:17 [EnvInject] - Variables injected successfully. 18:34:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6935796116674187249.sh 18:34:17 ---> create-netrc.sh 18:34:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8506015486494564185.sh 18:34:17 ---> python-tools-install.sh 18:34:17 Setup pyenv: 18:34:17 system 18:34:17 3.8.13 18:34:17 3.9.13 18:34:17 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:34:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBmn from file:/tmp/.os_lf_venv 18:34:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:19 lf-activate-venv(): INFO: Base packages installed successfully 18:34:19 lf-activate-venv(): INFO: Installing additional packages: lftools 18:34:26 lf-activate-venv(): INFO: Adding /tmp/venv-cBmn/bin to PATH 18:34:26 Generating Requirements File 18:34:43 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. 18:34:43 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 18:34:43 Python 3.10.6 18:34:43 pip 26.0.1 from /tmp/venv-cBmn/lib/python3.10/site-packages/pip (python 3.10) 18:34:43 appdirs==1.4.4 18:34:43 argcomplete==3.6.3 18:34:43 aspy.yaml==1.3.0 18:34:43 attrs==25.4.0 18:34:43 autopage==0.6.0 18:34:43 backports.strenum==1.3.1 18:34:43 beautifulsoup4==4.14.3 18:34:43 boto3==1.42.44 18:34:43 botocore==1.42.44 18:34:43 bs4==0.0.2 18:34:43 certifi==2026.1.4 18:34:43 cffi==2.0.0 18:34:43 cfgv==3.5.0 18:34:43 chardet==5.2.0 18:34:43 charset-normalizer==3.4.4 18:34:43 click==8.3.1 18:34:43 cliff==4.13.1 18:34:43 cmd2==3.2.0 18:34:43 cryptography==3.3.2 18:34:43 debtcollector==3.0.0 18:34:43 decorator==5.2.1 18:34:43 defusedxml==0.7.1 18:34:43 Deprecated==1.3.1 18:34:43 distlib==0.4.0 18:34:43 dnspython==2.8.0 18:34:43 docker==7.1.0 18:34:43 dogpile.cache==1.5.0 18:34:43 durationpy==0.10 18:34:43 email-validator==2.3.0 18:34:43 filelock==3.20.3 18:34:43 future==1.0.0 18:34:43 gitdb==4.0.12 18:34:43 GitPython==3.1.46 18:34:43 httplib2==0.30.2 18:34:43 identify==2.6.16 18:34:43 idna==3.11 18:34:43 importlib-resources==1.5.0 18:34:43 iso8601==2.1.0 18:34:43 Jinja2==3.1.6 18:34:43 jmespath==1.1.0 18:34:43 jsonpatch==1.33 18:34:43 jsonpointer==3.0.0 18:34:43 jsonschema==4.26.0 18:34:43 jsonschema-specifications==2025.9.1 18:34:43 keystoneauth1==5.13.0 18:34:43 kubernetes==35.0.0 18:34:43 lftools==0.37.21 18:34:43 lxml==6.0.2 18:34:43 markdown-it-py==4.0.0 18:34:43 MarkupSafe==3.0.3 18:34:43 mdurl==0.1.2 18:34:43 msgpack==1.1.2 18:34:43 multi_key_dict==2.0.3 18:34:43 munch==4.0.0 18:34:43 netaddr==1.3.0 18:34:43 niet==1.4.2 18:34:43 nodeenv==1.10.0 18:34:43 oauth2client==4.1.3 18:34:43 oauthlib==3.3.1 18:34:43 openstacksdk==4.9.0 18:34:43 os-service-types==1.8.2 18:34:43 osc-lib==4.3.0 18:34:43 oslo.config==10.2.0 18:34:43 oslo.context==6.2.0 18:34:43 oslo.i18n==6.7.1 18:34:43 oslo.log==8.0.0 18:34:43 oslo.serialization==5.9.0 18:34:43 oslo.utils==9.2.0 18:34:43 packaging==26.0 18:34:43 pbr==7.0.3 18:34:43 platformdirs==4.5.1 18:34:43 prettytable==3.17.0 18:34:43 psutil==7.2.2 18:34:43 pyasn1==0.6.2 18:34:43 pyasn1_modules==0.4.2 18:34:43 pycparser==3.0 18:34:43 pygerrit2==2.0.15 18:34:43 PyGithub==2.8.1 18:34:43 Pygments==2.19.2 18:34:43 PyJWT==2.11.0 18:34:43 PyNaCl==1.6.2 18:34:43 pyparsing==2.4.7 18:34:43 pyperclip==1.11.0 18:34:43 pyrsistent==0.20.0 18:34:43 python-cinderclient==9.8.0 18:34:43 python-dateutil==2.9.0.post0 18:34:43 python-heatclient==5.0.0 18:34:43 python-jenkins==1.8.3 18:34:43 python-keystoneclient==5.7.0 18:34:43 python-magnumclient==4.9.0 18:34:43 python-openstackclient==8.3.0 18:34:43 python-swiftclient==4.9.0 18:34:43 PyYAML==6.0.3 18:34:43 referencing==0.37.0 18:34:43 requests==2.32.5 18:34:43 requests-oauthlib==2.0.0 18:34:43 requestsexceptions==1.4.0 18:34:43 rfc3986==2.0.0 18:34:43 rich==14.3.2 18:34:43 rich-argparse==1.7.2 18:34:43 rpds-py==0.30.0 18:34:43 rsa==4.9.1 18:34:43 ruamel.yaml==0.19.1 18:34:43 ruamel.yaml.clib==0.2.15 18:34:43 s3transfer==0.16.0 18:34:43 simplejson==3.20.2 18:34:43 six==1.17.0 18:34:43 smmap==5.0.2 18:34:43 soupsieve==2.8.3 18:34:43 stevedore==5.6.0 18:34:43 tabulate==0.9.0 18:34:43 toml==0.10.2 18:34:43 tomlkit==0.14.0 18:34:43 tqdm==4.67.3 18:34:43 typing_extensions==4.15.0 18:34:43 tzdata==2025.3 18:34:43 urllib3==1.26.20 18:34:43 virtualenv==20.36.1 18:34:43 wcwidth==0.6.0 18:34:43 websocket-client==1.9.0 18:34:43 wrapt==2.1.1 18:34:43 xdg==6.0.0 18:34:43 xmltodict==1.0.2 18:34:43 yq==3.4.3 18:34:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5340725209854743561.sh 18:34:43 ---> sudo-logs.sh 18:34:43 Archiving 'sudo' log.. 18:34:44 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6733760432057507202.sh 18:34:44 ---> job-cost.sh 18:34:44 Setup pyenv: 18:34:44 system 18:34:44 3.8.13 18:34:44 3.9.13 18:34:44 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:34:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBmn from file:/tmp/.os_lf_venv 18:34:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:46 lf-activate-venv(): INFO: Base packages installed successfully 18:34:46 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:34:51 lf-activate-venv(): INFO: Adding /tmp/venv-cBmn/bin to PATH 18:34:51 INFO: No Stack... 18:34:51 INFO: Retrieving Pricing Info for: v3-standard-4 18:34:51 INFO: Archiving Costs 18:34:51 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10473031990229616478.sh 18:34:51 ---> logs-deploy.sh 18:34:51 Setup pyenv: 18:34:51 system 18:34:51 3.8.13 18:34:51 3.9.13 18:34:51 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:34:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBmn from file:/tmp/.os_lf_venv 18:34:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:53 lf-activate-venv(): INFO: Base packages installed successfully 18:34:53 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 18:35:00 lf-activate-venv(): INFO: Adding /tmp/venv-cBmn/bin to PATH 18:35:00 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4396 18:35:00 INFO: archiving workspace using pattern(s): 18:35:01 Archives upload complete. 18:35:02 INFO: archiving logs to Nexus 18:35:02 ---> uname -a: 18:35:02 Linux prd-ubuntu1804-builder-4c-4g-6568 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 18:35:02 18:35:02 18:35:02 ---> lscpu: 18:35:02 Architecture: x86_64 18:35:02 CPU op-mode(s): 32-bit, 64-bit 18:35:02 Byte Order: Little Endian 18:35:02 CPU(s): 4 18:35:02 On-line CPU(s) list: 0-3 18:35:02 Thread(s) per core: 1 18:35:02 Core(s) per socket: 1 18:35:02 Socket(s): 4 18:35:02 NUMA node(s): 1 18:35:02 Vendor ID: AuthenticAMD 18:35:02 CPU family: 23 18:35:02 Model: 49 18:35:02 Model name: AMD EPYC-Rome Processor 18:35:02 Stepping: 0 18:35:02 CPU MHz: 2799.998 18:35:02 BogoMIPS: 5599.99 18:35:02 Virtualization: AMD-V 18:35:02 Hypervisor vendor: KVM 18:35:02 Virtualization type: full 18:35:02 L1d cache: 32K 18:35:02 L1i cache: 32K 18:35:02 L2 cache: 512K 18:35:02 L3 cache: 16384K 18:35:02 NUMA node0 CPU(s): 0-3 18:35:02 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 18:35:02 18:35:02 18:35:02 ---> nproc: 18:35:02 4 18:35:02 18:35:02 18:35:02 ---> df -h: 18:35:02 Filesystem Size Used Avail Use% Mounted on 18:35:02 udev 7.9G 0 7.9G 0% /dev 18:35:02 tmpfs 1.6G 676K 1.6G 1% /run 18:35:02 /dev/vda1 78G 8.4G 69G 11% / 18:35:02 tmpfs 7.9G 0 7.9G 0% /dev/shm 18:35:02 tmpfs 5.0M 0 5.0M 0% /run/lock 18:35:02 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 18:35:02 /dev/vda15 105M 4.4M 100M 5% /boot/efi 18:35:02 tmpfs 1.6G 0 1.6G 0% /run/user/1001 18:35:02 18:35:02 18:35:02 ---> free -m: 18:35:02 total used free shared buff/cache available 18:35:02 Mem: 16040 544 13269 0 2226 15173 18:35:02 Swap: 1023 0 1023 18:35:02 18:35:02 18:35:02 ---> ip addr: 18:35:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:35:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:35:02 inet 127.0.0.1/8 scope host lo 18:35:02 valid_lft forever preferred_lft forever 18:35:02 inet6 ::1/128 scope host 18:35:02 valid_lft forever preferred_lft forever 18:35:02 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 18:35:02 link/ether fa:16:3e:15:95:ff brd ff:ff:ff:ff:ff:ff 18:35:02 inet 10.30.106.132/23 brd 10.30.107.255 scope global dynamic ens3 18:35:02 valid_lft 86225sec preferred_lft 86225sec 18:35:02 inet6 fe80::f816:3eff:fe15:95ff/64 scope link 18:35:02 valid_lft forever preferred_lft forever 18:35:02 18:35:02 18:35:02 ---> sar -b -r -n DEV: 18:35:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-6568) 02/09/26 _x86_64_ (4 CPU) 18:35:02 18:35:02 18:32:12 LINUX RESTART (4 CPU) 18:35:02 18:35:02 18:33:01 tps rtps wtps bread/s bwrtn/s 18:35:02 18:34:01 86.85 12.81 74.04 390.60 16419.00 18:35:02 18:35:01 112.20 1.58 110.61 142.24 18933.64 18:35:02 Average: 99.53 7.20 92.33 266.42 17676.32 18:35:02 18:35:02 18:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:35:02 18:34:01 13904880 15551160 2520080 15.34 62636 1779900 799996 4.58 749060 1545836 106260 18:35:02 18:35:01 13620584 15570144 2804376 17.07 88056 2040720 755504 4.32 747264 1797364 123644 18:35:02 Average: 13762732 15560652 2662228 16.21 75346 1910310 777750 4.45 748162 1671600 114952 18:35:02 18:35:02 18:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:35:02 18:34:01 ens3 77.14 57.54 974.75 10.33 0.00 0.00 0.00 0.00 18:35:02 18:34:01 lo 3.40 3.40 0.39 0.39 0.00 0.00 0.00 0.00 18:35:02 18:35:01 ens3 62.99 45.61 875.70 11.67 0.00 0.00 0.00 0.00 18:35:02 18:35:01 lo 1.20 1.20 0.13 0.13 0.00 0.00 0.00 0.00 18:35:02 Average: ens3 70.06 51.57 925.23 11.00 0.00 0.00 0.00 0.00 18:35:02 Average: lo 2.30 2.30 0.26 0.26 0.00 0.00 0.00 0.00 18:35:02 18:35:02 18:35:02 ---> sar -P ALL: 18:35:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-6568) 02/09/26 _x86_64_ (4 CPU) 18:35:02 18:35:02 18:32:12 LINUX RESTART (4 CPU) 18:35:02 18:35:02 18:33:01 CPU %user %nice %system %iowait %steal %idle 18:35:02 18:34:01 all 24.06 0.00 1.94 5.34 0.06 68.60 18:35:02 18:34:01 0 33.60 0.00 2.35 3.61 0.05 60.39 18:35:02 18:34:01 1 9.99 0.00 1.49 15.43 0.05 73.05 18:35:02 18:34:01 2 28.70 0.00 1.80 1.43 0.07 68.00 18:35:02 18:34:01 3 23.91 0.00 2.11 0.92 0.05 73.02 18:35:02 18:35:01 all 20.38 0.00 1.37 3.57 0.05 74.63 18:35:02 18:35:01 0 10.70 0.00 1.69 10.33 0.05 77.24 18:35:02 18:35:01 1 3.97 0.00 0.40 2.42 0.03 93.18 18:35:02 18:35:01 2 39.66 0.00 1.84 0.67 0.07 57.77 18:35:02 18:35:01 3 27.37 0.00 1.54 0.87 0.07 70.16 18:35:02 Average: all 22.22 0.00 1.65 4.45 0.06 71.62 18:35:02 Average: 0 22.15 0.00 2.02 6.97 0.05 68.81 18:35:02 Average: 1 6.96 0.00 0.94 8.88 0.04 83.17 18:35:02 Average: 2 34.18 0.00 1.82 1.05 0.07 62.89 18:35:02 Average: 3 25.64 0.00 1.82 0.89 0.06 71.59 18:35:02 18:35:02 18:35:02