11:25:16 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/142924 11:25:16 Running as SYSTEM 11:25:16 [EnvInject] - Loading node environment variables. 11:25:16 Building remotely on prd-ubuntu1804-builder-4c-4g-287 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 11:25:16 [ssh-agent] Looking for ssh-agent implementation... 11:25:16 $ ssh-agent 11:25:16 SSH_AUTH_SOCK=/tmp/ssh-p3r0cYKA7Bhx/agent.1637 11:25:16 SSH_AGENT_PID=1639 11:25:16 [ssh-agent] Started. 11:25:16 Running ssh-add (command line suppressed) 11:25:16 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_13375635637717545955.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_13375635637717545955.key) 11:25:16 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:25:16 The recommended git tool is: NONE 11:25:18 using credential onap-jenkins-ssh 11:25:18 Wiping out workspace first. 11:25:18 Cloning the remote Git repository 11:25:18 Cloning repository git://cloud.onap.org/mirror/oom.git 11:25:18 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 11:25:18 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:25:18 > git --version # timeout=10 11:25:18 > git --version # 'git version 2.17.1' 11:25:18 using GIT_SSH to set credentials Gerrit user 11:25:18 Verifying host key using manually-configured host key entries 11:25:18 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:25:23 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:25:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:25:23 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:25:23 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:25:23 using GIT_SSH to set credentials Gerrit user 11:25:23 Verifying host key using manually-configured host key entries 11:25:23 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/24/142924/1 # timeout=30 11:25:24 > git rev-parse f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22^{commit} # timeout=10 11:25:24 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:25:24 Checking out Revision f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22 (refs/changes/24/142924/1) 11:25:24 > git config core.sparsecheckout # timeout=10 11:25:24 > git checkout -f f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22 # timeout=30 11:25:27 Commit message: "[SDNC] sdnc-init job fails if istio is not used" 11:25:27 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:25:27 > git rev-list --no-walk 551dedc6827327fe88cbebd671f10ec458776975 # timeout=10 11:25:27 [EnvInject] - Injecting environment variables from a build step. 11:25:27 [EnvInject] - Injecting as environment variables the properties content 11:25:27 PYTHON=python3 11:25:27 11:25:27 [EnvInject] - Variables injected successfully. 11:25:28 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17279535650771440422.sh 11:25:28 ---> tox-install.sh 11:25:28 + source /home/jenkins/lf-env.sh 11:25:28 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:25:28 ++ mktemp -d /tmp/venv-XXXX 11:25:28 + lf_venv=/tmp/venv-dJDa 11:25:28 + local venv_file=/tmp/.os_lf_venv 11:25:28 + local python=python3 11:25:28 + local options 11:25:28 + local set_path=true 11:25:28 + local install_args= 11:25: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 11:25:28 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:25:28 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:25:28 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:25:28 + true 11:25:28 + case $1 in 11:25:28 + venv_file=/tmp/.toxenv 11:25:28 + shift 2 11:25:28 + true 11:25:28 + case $1 in 11:25:28 + shift 11:25:28 + break 11:25:28 + case $python in 11:25:28 + local pkg_list= 11:25:28 + [[ -d /opt/pyenv ]] 11:25:28 + echo 'Setup pyenv:' 11:25:28 Setup pyenv: 11:25:28 + export PYENV_ROOT=/opt/pyenv 11:25:28 + PYENV_ROOT=/opt/pyenv 11:25:28 + 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 11:25:28 + 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 11:25:28 + pyenv versions 11:25:28 * system (set by /opt/pyenv/version) 11:25:28 * 3.8.13 (set by /opt/pyenv/version) 11:25:28 * 3.9.13 (set by /opt/pyenv/version) 11:25:28 * 3.10.6 (set by /opt/pyenv/version) 11:25:28 + command -v pyenv 11:25:28 ++ pyenv init - --no-rehash 11:25: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[*]}"'\'')" 11:25:28 export PATH="/opt/pyenv/shims:${PATH}" 11:25:28 export PYENV_SHELL=bash 11:25:28 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:25:28 pyenv() { 11:25:28 local command 11:25:28 command="${1:-}" 11:25:28 if [ "$#" -gt 0 ]; then 11:25:28 shift 11:25:28 fi 11:25:28 11:25:28 case "$command" in 11:25:28 rehash|shell) 11:25:28 eval "$(pyenv "sh-$command" "$@")" 11:25:28 ;; 11:25:28 *) 11:25:28 command pyenv "$command" "$@" 11:25:28 ;; 11:25:28 esac 11:25:28 }' 11:25: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[*]}"' 11:25:28 ++ 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 11:25:28 ++ 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 11:25:28 ++ 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 11:25:28 ++ export PYENV_SHELL=bash 11:25:28 ++ PYENV_SHELL=bash 11:25:28 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:25:28 +++ complete -F _pyenv pyenv 11:25:28 ++ lf-pyver python3 11:25:28 ++ local py_version_xy=python3 11:25:28 ++ local py_version_xyz= 11:25:28 ++ pyenv versions 11:25:28 ++ local command 11:25:28 ++ command=versions 11:25:28 ++ '[' 1 -gt 0 ']' 11:25:28 ++ shift 11:25:28 ++ case "$command" in 11:25:28 ++ command pyenv versions 11:25:28 ++ pyenv versions 11:25:28 ++ sed 's/^[ *]* //' 11:25:28 ++ grep -E '^[0-9.]*[0-9]$' 11:25:28 ++ awk '{ print $1 }' 11:25:28 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:25:28 +++ grep '^3' /tmp/.pyenv_versions 11:25:28 +++ sort -V 11:25:28 +++ tail -n 1 11:25:28 ++ py_version_xyz=3.10.6 11:25:28 ++ [[ -z 3.10.6 ]] 11:25:28 ++ echo 3.10.6 11:25:28 ++ return 0 11:25:28 + pyenv local 3.10.6 11:25:28 + local command 11:25:28 + command=local 11:25:28 + '[' 2 -gt 0 ']' 11:25:28 + shift 11:25:28 + case "$command" in 11:25:28 + command pyenv local 3.10.6 11:25:28 + pyenv local 3.10.6 11:25:28 + for arg in "$@" 11:25:28 + case $arg in 11:25:28 + pkg_list+='tox ' 11:25:28 + for arg in "$@" 11:25:28 + case $arg in 11:25:28 + pkg_list+='virtualenv ' 11:25:28 + for arg in "$@" 11:25:28 + case $arg in 11:25:28 + pkg_list+='urllib3~=1.26.15 ' 11:25:28 + [[ -f /tmp/.toxenv ]] 11:25:28 + [[ ! -f /tmp/.toxenv ]] 11:25:28 + [[ -n '' ]] 11:25:28 + python3 -m venv /tmp/venv-dJDa 11:25:32 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dJDa' 11:25:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dJDa 11:25:32 + echo /tmp/venv-dJDa 11:25:32 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:25:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:25:32 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:25:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:25:32 + local 'pip_opts=--upgrade --quiet' 11:25:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:25:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:25:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:25:32 + [[ -n '' ]] 11:25:32 + [[ -n '' ]] 11:25:32 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:25:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:25:32 + /tmp/venv-dJDa/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 11:25:36 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:25:36 lf-activate-venv(): INFO: Base packages installed successfully 11:25:36 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:25:36 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:25:36 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:25:36 + /tmp/venv-dJDa/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 11:25:38 + type python3 11:25:38 + true 11:25:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-dJDa/bin to PATH' 11:25:38 lf-activate-venv(): INFO: Adding /tmp/venv-dJDa/bin to PATH 11:25:38 + PATH=/tmp/venv-dJDa/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 11:25:38 + return 0 11:25:38 + python3 --version 11:25:38 Python 3.10.6 11:25:38 + python3 -m pip --version 11:25:38 pip 25.3 from /tmp/venv-dJDa/lib/python3.10/site-packages/pip (python 3.10) 11:25:38 + python3 -m pip freeze 11:25:38 cachetools==6.2.4 11:25:38 chardet==5.2.0 11:25:38 colorama==0.4.6 11:25:38 distlib==0.4.0 11:25:38 filelock==3.20.3 11:25:38 packaging==25.0 11:25:38 platformdirs==4.5.1 11:25:38 pluggy==1.6.0 11:25:38 pyproject-api==1.10.0 11:25:38 tomli==2.4.0 11:25:38 tox==4.34.1 11:25:38 typing_extensions==4.15.0 11:25:38 urllib3==1.26.20 11:25:38 virtualenv==20.36.1 11:25:38 [EnvInject] - Injecting environment variables from a build step. 11:25:38 [EnvInject] - Injecting as environment variables the properties content 11:25:38 PARALLEL=false 11:25:38 11:25:38 [EnvInject] - Variables injected successfully. 11:25:38 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins15373136294307839049.sh 11:25:38 ---> tox-run.sh 11:25:38 + 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 11:25:38 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 11:25:38 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 11:25:38 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 11:25:38 + cd /w/workspace/oom-master-pre-commit-lint/. 11:25:38 + source /home/jenkins/lf-env.sh 11:25:38 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:25:38 ++ mktemp -d /tmp/venv-XXXX 11:25:38 + lf_venv=/tmp/venv-Bksp 11:25:38 + local venv_file=/tmp/.os_lf_venv 11:25:38 + local python=python3 11:25:38 + local options 11:25:38 + local set_path=true 11:25:38 + local install_args= 11:25:38 ++ 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 11:25:38 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:25:38 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:25:38 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:25:38 + true 11:25:38 + case $1 in 11:25:38 + venv_file=/tmp/.toxenv 11:25:38 + shift 2 11:25:38 + true 11:25:38 + case $1 in 11:25:38 + shift 11:25:38 + break 11:25:38 + case $python in 11:25:38 + local pkg_list= 11:25:38 + [[ -d /opt/pyenv ]] 11:25:38 + echo 'Setup pyenv:' 11:25:38 Setup pyenv: 11:25:38 + export PYENV_ROOT=/opt/pyenv 11:25:38 + PYENV_ROOT=/opt/pyenv 11:25:38 + 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 11:25:38 + 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 11:25:38 + pyenv versions 11:25:38 system 11:25:38 3.8.13 11:25:38 3.9.13 11:25:38 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:25:38 + command -v pyenv 11:25:38 ++ pyenv init - --no-rehash 11:25:39 + 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[*]}"'\'')" 11:25:39 export PATH="/opt/pyenv/shims:${PATH}" 11:25:39 export PYENV_SHELL=bash 11:25:39 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:25:39 pyenv() { 11:25:39 local command 11:25:39 command="${1:-}" 11:25:39 if [ "$#" -gt 0 ]; then 11:25:39 shift 11:25:39 fi 11:25:39 11:25:39 case "$command" in 11:25:39 rehash|shell) 11:25:39 eval "$(pyenv "sh-$command" "$@")" 11:25:39 ;; 11:25:39 *) 11:25:39 command pyenv "$command" "$@" 11:25:39 ;; 11:25:39 esac 11:25:39 }' 11:25:39 +++ 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[*]}"' 11:25:39 ++ 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 11:25:39 ++ 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 11:25:39 ++ 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 11:25:39 ++ export PYENV_SHELL=bash 11:25:39 ++ PYENV_SHELL=bash 11:25:39 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:25:39 +++ complete -F _pyenv pyenv 11:25:39 ++ lf-pyver python3 11:25:39 ++ local py_version_xy=python3 11:25:39 ++ local py_version_xyz= 11:25:39 ++ pyenv versions 11:25:39 ++ local command 11:25:39 ++ sed 's/^[ *]* //' 11:25:39 ++ awk '{ print $1 }' 11:25:39 ++ grep -E '^[0-9.]*[0-9]$' 11:25:39 ++ command=versions 11:25:39 ++ '[' 1 -gt 0 ']' 11:25:39 ++ shift 11:25:39 ++ case "$command" in 11:25:39 ++ command pyenv versions 11:25:39 ++ pyenv versions 11:25:39 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:25:39 +++ grep '^3' /tmp/.pyenv_versions 11:25:39 +++ sort -V 11:25:39 +++ tail -n 1 11:25:39 ++ py_version_xyz=3.10.6 11:25:39 ++ [[ -z 3.10.6 ]] 11:25:39 ++ echo 3.10.6 11:25:39 ++ return 0 11:25:39 + pyenv local 3.10.6 11:25:39 + local command 11:25:39 + command=local 11:25:39 + '[' 2 -gt 0 ']' 11:25:39 + shift 11:25:39 + case "$command" in 11:25:39 + command pyenv local 3.10.6 11:25:39 + pyenv local 3.10.6 11:25:39 + for arg in "$@" 11:25:39 + case $arg in 11:25:39 + pkg_list+='tox ' 11:25:39 + for arg in "$@" 11:25:39 + case $arg in 11:25:39 + pkg_list+='virtualenv ' 11:25:39 + for arg in "$@" 11:25:39 + case $arg in 11:25:39 + pkg_list+='urllib3~=1.26.15 ' 11:25:39 + [[ -f /tmp/.toxenv ]] 11:25:39 ++ cat /tmp/.toxenv 11:25:39 + lf_venv=/tmp/venv-dJDa 11:25:39 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dJDa from' file:/tmp/.toxenv 11:25:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dJDa from file:/tmp/.toxenv 11:25:39 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:25:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:25:39 + local 'pip_opts=--upgrade --quiet' 11:25:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:25:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:25:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:25:39 + [[ -n '' ]] 11:25:39 + [[ -n '' ]] 11:25:39 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:25:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:25:39 + /tmp/venv-dJDa/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 11:25:40 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:25:40 lf-activate-venv(): INFO: Base packages installed successfully 11:25:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:25:40 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:25:40 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:25:40 + /tmp/venv-dJDa/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 11:25:41 + type python3 11:25:41 + true 11:25:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-dJDa/bin to PATH' 11:25:41 lf-activate-venv(): INFO: Adding /tmp/venv-dJDa/bin to PATH 11:25:41 + PATH=/tmp/venv-dJDa/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 11:25:41 + return 0 11:25:41 + [[ -d /opt/pyenv ]] 11:25:41 + echo '---> Setting up pyenv' 11:25:41 ---> Setting up pyenv 11:25:41 + export PYENV_ROOT=/opt/pyenv 11:25:41 + PYENV_ROOT=/opt/pyenv 11:25:41 + export PATH=/opt/pyenv/bin:/tmp/venv-dJDa/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 11:25:41 + PATH=/opt/pyenv/bin:/tmp/venv-dJDa/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 11:25:41 ++ pwd 11:25:41 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 11:25:41 + export PYTHONPATH 11:25:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:25:41 + TOX_TESTENV_PASSENV=PYTHONPATH 11:25:41 + tox --version 11:25:41 4.34.1 from /tmp/venv-dJDa/lib/python3.10/site-packages/tox/__init__.py 11:25:41 + PARALLEL=false 11:25:41 + TOX_OPTIONS_LIST= 11:25:41 + [[ -n pre-commit ]] 11:25:41 + TOX_OPTIONS_LIST=' -e pre-commit' 11:25:41 + case ${PARALLEL,,} in 11:25:41 + tox -e pre-commit 11:25:41 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 11:25:42 pre-commit: install_deps> python -I -m pip install pre-commit 11:25:45 pre-commit: freeze> python -m pip freeze --all 11:25:45 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 11:25:45 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 11:25:45 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 11:25:46 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 11:25:46 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 11:25:47 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:25:47 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 11:25:47 [INFO] Once installed this environment will be reused. 11:25:47 [INFO] This may take a few minutes... 11:25:51 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:25:51 [INFO] Once installed this environment will be reused. 11:25:51 [INFO] This may take a few minutes... 11:25:56 trim trailing whitespace.................................................Passed 11:25:56 Tabs remover.............................................................Passed 11:25:56 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 11:25:56 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 11:25:56 [INFO] Once installed this environment will be reused. 11:25:56 [INFO] This may take a few minutes... 11:26:05 gitlint..............................................(no files to check)Skipped 11:26:05 pre-commit: OK (23.47=setup[3.52]+cmd[11.19,8.77] seconds) 11:26:05 congratulations :) (23.51 seconds) 11:26:05 + tox_status=0 11:26:05 + echo '---> Completed tox runs' 11:26:05 ---> Completed tox runs 11:26:05 + for i in .tox/*/log 11:26:05 ++ echo .tox/pre-commit/log 11:26:05 ++ awk -F/ '{print $2}' 11:26:05 + tox_env=pre-commit 11:26:05 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 11:26:05 + DOC_DIR=docs/_build/html 11:26:05 + [[ -d docs/_build/html ]] 11:26:05 + echo '---> tox-run.sh ends' 11:26:05 ---> tox-run.sh ends 11:26:05 + test 0 -eq 0 11:26:05 $ ssh-agent -k 11:26:05 unset SSH_AUTH_SOCK; 11:26:05 unset SSH_AGENT_PID; 11:26:05 echo Agent pid 1639 killed; 11:26:05 [ssh-agent] Stopped. 11:26:05 [PostBuildScript] - [INFO] Executing post build scripts. 11:26:05 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4304227691112114076.sh 11:26:05 ---> sysstat.sh 11:26:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6817449063775743011.sh 11:26:06 ---> package-listing.sh 11:26:06 ++ facter osfamily 11:26:06 ++ tr '[:upper:]' '[:lower:]' 11:26:06 + OS_FAMILY=debian 11:26:06 + workspace=/w/workspace/oom-master-pre-commit-lint 11:26:06 + START_PACKAGES=/tmp/packages_start.txt 11:26:06 + END_PACKAGES=/tmp/packages_end.txt 11:26:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:26:06 + PACKAGES=/tmp/packages_start.txt 11:26:06 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:26:06 + PACKAGES=/tmp/packages_end.txt 11:26:06 + case "${OS_FAMILY}" in 11:26:06 + dpkg -l 11:26:06 + grep '^ii' 11:26:06 + '[' -f /tmp/packages_start.txt ']' 11:26:06 + '[' -f /tmp/packages_end.txt ']' 11:26:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:26:06 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:26:06 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 11:26:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 11:26:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins741136482697115951.sh 11:26:06 ---> capture-instance-metadata.sh 11:26:06 Setup pyenv: 11:26:06 system 11:26:06 3.8.13 11:26:06 3.9.13 11:26:06 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:26:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L9ul 11:26:10 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:26:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:26:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:26:14 lf-activate-venv(): INFO: Base packages installed successfully 11:26:14 lf-activate-venv(): INFO: Installing additional packages: lftools 11:26:35 lf-activate-venv(): INFO: Adding /tmp/venv-L9ul/bin to PATH 11:26:35 INFO: Running in OpenStack, capturing instance metadata 11:26:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11737189354069779811.sh 11:26:36 provisioning config files... 11:26:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config16461140093647639124tmp 11:26:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:26:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:26:36 [EnvInject] - Injecting environment variables from a build step. 11:26:36 [EnvInject] - Injecting as environment variables the properties content 11:26:36 SERVER_ID=logs 11:26:36 11:26:36 [EnvInject] - Variables injected successfully. 11:26:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6442509825354639076.sh 11:26:36 ---> create-netrc.sh 11:26:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins253278476271877681.sh 11:26:36 ---> python-tools-install.sh 11:26:36 Setup pyenv: 11:26:36 system 11:26:36 3.8.13 11:26:36 3.9.13 11:26:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:26:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-L9ul from file:/tmp/.os_lf_venv 11:26:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:26:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:26:38 lf-activate-venv(): INFO: Base packages installed successfully 11:26:38 lf-activate-venv(): INFO: Installing additional packages: lftools 11:26:46 lf-activate-venv(): INFO: Adding /tmp/venv-L9ul/bin to PATH 11:26:46 Generating Requirements File 11:27:04 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. 11:27:04 httplib2 0.31.1 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:27:04 Python 3.10.6 11:27:04 pip 25.3 from /tmp/venv-L9ul/lib/python3.10/site-packages/pip (python 3.10) 11:27:05 appdirs==1.4.4 11:27:05 argcomplete==3.6.3 11:27:05 aspy.yaml==1.3.0 11:27:05 attrs==25.4.0 11:27:05 autopage==0.5.2 11:27:05 backports.strenum==1.3.1 11:27:05 beautifulsoup4==4.14.3 11:27:05 boto3==1.42.27 11:27:05 botocore==1.42.27 11:27:05 bs4==0.0.2 11:27:05 certifi==2026.1.4 11:27:05 cffi==2.0.0 11:27:05 cfgv==3.5.0 11:27:05 chardet==5.2.0 11:27:05 charset-normalizer==3.4.4 11:27:05 click==8.3.1 11:27:05 cliff==4.13.1 11:27:05 cmd2==3.1.0 11:27:05 cryptography==3.3.2 11:27:05 debtcollector==3.0.0 11:27:05 decorator==5.2.1 11:27:05 defusedxml==0.7.1 11:27:05 Deprecated==1.3.1 11:27:05 distlib==0.4.0 11:27:05 dnspython==2.8.0 11:27:05 docker==7.1.0 11:27:05 dogpile.cache==1.5.0 11:27:05 durationpy==0.10 11:27:05 email-validator==2.3.0 11:27:05 filelock==3.20.3 11:27:05 future==1.0.0 11:27:05 gitdb==4.0.12 11:27:05 GitPython==3.1.46 11:27:05 google-auth==2.47.0 11:27:05 httplib2==0.31.1 11:27:05 identify==2.6.16 11:27:05 idna==3.11 11:27:05 importlib-resources==1.5.0 11:27:05 iso8601==2.1.0 11:27:05 Jinja2==3.1.6 11:27:05 jmespath==1.0.1 11:27:05 jsonpatch==1.33 11:27:05 jsonpointer==3.0.0 11:27:05 jsonschema==4.26.0 11:27:05 jsonschema-specifications==2025.9.1 11:27:05 keystoneauth1==5.12.0 11:27:05 kubernetes==34.1.0 11:27:05 lftools==0.37.19 11:27:05 lxml==6.0.2 11:27:05 markdown-it-py==4.0.0 11:27:05 MarkupSafe==3.0.3 11:27:05 mdurl==0.1.2 11:27:05 msgpack==1.1.2 11:27:05 multi_key_dict==2.0.3 11:27:05 munch==4.0.0 11:27:05 netaddr==1.3.0 11:27:05 niet==1.4.2 11:27:05 nodeenv==1.10.0 11:27:05 oauth2client==4.1.3 11:27:05 oauthlib==3.3.1 11:27:05 openstacksdk==4.8.0 11:27:05 os-service-types==1.8.2 11:27:05 osc-lib==4.3.0 11:27:05 oslo.config==10.2.0 11:27:05 oslo.context==6.2.0 11:27:05 oslo.i18n==6.7.1 11:27:05 oslo.log==8.0.0 11:27:05 oslo.serialization==5.9.0 11:27:05 oslo.utils==9.2.0 11:27:05 packaging==25.0 11:27:05 pbr==7.0.3 11:27:05 platformdirs==4.5.1 11:27:05 prettytable==3.17.0 11:27:05 psutil==7.2.1 11:27:05 pyasn1==0.6.1 11:27:05 pyasn1_modules==0.4.2 11:27:05 pycparser==2.23 11:27:05 pygerrit2==2.0.15 11:27:05 PyGithub==2.8.1 11:27:05 Pygments==2.19.2 11:27:05 PyJWT==2.10.1 11:27:05 PyNaCl==1.6.2 11:27:05 pyparsing==2.4.7 11:27:05 pyperclip==1.11.0 11:27:05 pyrsistent==0.20.0 11:27:05 python-cinderclient==9.8.0 11:27:05 python-dateutil==2.9.0.post0 11:27:05 python-heatclient==4.3.0 11:27:05 python-jenkins==1.8.3 11:27:05 python-keystoneclient==5.7.0 11:27:05 python-magnumclient==4.9.0 11:27:05 python-openstackclient==8.3.0 11:27:05 python-swiftclient==4.9.0 11:27:05 PyYAML==6.0.3 11:27:05 referencing==0.37.0 11:27:05 requests==2.32.5 11:27:05 requests-oauthlib==2.0.0 11:27:05 requestsexceptions==1.4.0 11:27:05 rfc3986==2.0.0 11:27:05 rich==14.2.0 11:27:05 rich-argparse==1.7.2 11:27:05 rpds-py==0.30.0 11:27:05 rsa==4.9.1 11:27:05 ruamel.yaml==0.19.1 11:27:05 ruamel.yaml.clib==0.2.15 11:27:05 s3transfer==0.16.0 11:27:05 simplejson==3.20.2 11:27:05 six==1.17.0 11:27:05 smmap==5.0.2 11:27:05 soupsieve==2.8.1 11:27:05 stevedore==5.6.0 11:27:05 tabulate==0.9.0 11:27:05 toml==0.10.2 11:27:05 tomlkit==0.14.0 11:27:05 tqdm==4.67.1 11:27:05 typing_extensions==4.15.0 11:27:05 tzdata==2025.3 11:27:05 urllib3==1.26.20 11:27:05 virtualenv==20.36.1 11:27:05 wcwidth==0.2.14 11:27:05 websocket-client==1.9.0 11:27:05 wrapt==2.0.1 11:27:05 xdg==6.0.0 11:27:05 xmltodict==1.0.2 11:27:05 yq==3.4.3 11:27:05 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5597227694712397788.sh 11:27:05 ---> sudo-logs.sh 11:27:05 Archiving 'sudo' log.. 11:27:05 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7330349812016054192.sh 11:27:05 ---> job-cost.sh 11:27:05 Setup pyenv: 11:27:05 system 11:27:05 3.8.13 11:27:05 3.9.13 11:27:05 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:27:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-L9ul from file:/tmp/.os_lf_venv 11:27:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:27:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:27:07 lf-activate-venv(): INFO: Base packages installed successfully 11:27:07 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:27:12 lf-activate-venv(): INFO: Adding /tmp/venv-L9ul/bin to PATH 11:27:12 INFO: No Stack... 11:27:13 INFO: Retrieving Pricing Info for: v3-standard-4 11:27:13 INFO: Archiving Costs 11:27:13 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins3546455117785868638.sh 11:27:13 ---> logs-deploy.sh 11:27:13 Setup pyenv: 11:27:13 system 11:27:13 3.8.13 11:27:13 3.9.13 11:27:13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:27:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-L9ul from file:/tmp/.os_lf_venv 11:27:13 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:27:13 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:27:15 lf-activate-venv(): INFO: Base packages installed successfully 11:27:15 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:27:23 lf-activate-venv(): INFO: Adding /tmp/venv-L9ul/bin to PATH 11:27:23 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4376 11:27:23 INFO: archiving workspace using pattern(s): 11:27:24 Archives upload complete. 11:27:24 INFO: archiving logs to Nexus 11:27:25 ---> uname -a: 11:27:25 Linux prd-ubuntu1804-builder-4c-4g-287 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:27:25 11:27:25 11:27:25 ---> lscpu: 11:27:25 Architecture: x86_64 11:27:25 CPU op-mode(s): 32-bit, 64-bit 11:27:25 Byte Order: Little Endian 11:27:25 CPU(s): 4 11:27:25 On-line CPU(s) list: 0-3 11:27:25 Thread(s) per core: 1 11:27:25 Core(s) per socket: 1 11:27:25 Socket(s): 4 11:27:25 NUMA node(s): 1 11:27:25 Vendor ID: AuthenticAMD 11:27:25 CPU family: 23 11:27:25 Model: 49 11:27:25 Model name: AMD EPYC-Rome Processor 11:27:25 Stepping: 0 11:27:25 CPU MHz: 2799.998 11:27:25 BogoMIPS: 5599.99 11:27:25 Virtualization: AMD-V 11:27:25 Hypervisor vendor: KVM 11:27:25 Virtualization type: full 11:27:25 L1d cache: 32K 11:27:25 L1i cache: 32K 11:27:25 L2 cache: 512K 11:27:25 L3 cache: 16384K 11:27:25 NUMA node0 CPU(s): 0-3 11:27:25 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 11:27:25 11:27:25 11:27:25 ---> nproc: 11:27:25 4 11:27:25 11:27:25 11:27:25 ---> df -h: 11:27:25 Filesystem Size Used Avail Use% Mounted on 11:27:25 udev 7.9G 0 7.9G 0% /dev 11:27:25 tmpfs 1.6G 680K 1.6G 1% /run 11:27:25 /dev/vda1 78G 8.4G 69G 11% / 11:27:25 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:27:25 tmpfs 5.0M 0 5.0M 0% /run/lock 11:27:25 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:27:25 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:27:25 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:27:25 11:27:25 11:27:25 ---> free -m: 11:27:25 total used free shared buff/cache available 11:27:25 Mem: 16040 561 13267 0 2210 15156 11:27:25 Swap: 1023 0 1023 11:27:25 11:27:25 11:27:25 ---> ip addr: 11:27:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:27:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:27:25 inet 127.0.0.1/8 scope host lo 11:27:25 valid_lft forever preferred_lft forever 11:27:25 inet6 ::1/128 scope host 11:27:25 valid_lft forever preferred_lft forever 11:27:25 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:27:25 link/ether fa:16:3e:cf:eb:d0 brd ff:ff:ff:ff:ff:ff 11:27:25 inet 10.30.106.204/23 brd 10.30.107.255 scope global dynamic ens3 11:27:25 valid_lft 86253sec preferred_lft 86253sec 11:27:25 inet6 fe80::f816:3eff:fecf:ebd0/64 scope link 11:27:25 valid_lft forever preferred_lft forever 11:27:25 11:27:25 11:27:25 ---> sar -b -r -n DEV: 11:27:25 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-287) 01/14/26 _x86_64_ (4 CPU) 11:27:25 11:27:25 11:25:01 LINUX RESTART (4 CPU) 11:27:25 11:27:25 11:26:01 tps rtps wtps bread/s bwrtn/s 11:27:25 11:27:01 112.76 0.90 111.86 103.85 12315.95 11:27:25 Average: 112.76 0.90 111.86 103.85 12315.95 11:27:25 11:27:25 11:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:27:25 11:27:01 13589488 15492544 2835480 17.26 84144 2001200 808004 4.62 822828 1757704 214188 11:27:25 Average: 13589488 15492544 2835480 17.26 84144 2001200 808004 4.62 822828 1757704 214188 11:27:25 11:27:25 11:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:27:25 11:27:01 lo 1.40 1.40 0.17 0.17 0.00 0.00 0.00 0.00 11:27:25 11:27:01 ens3 74.50 53.79 930.06 12.15 0.00 0.00 0.00 0.00 11:27:25 Average: lo 1.40 1.40 0.17 0.17 0.00 0.00 0.00 0.00 11:27:25 Average: ens3 74.50 53.79 930.06 12.15 0.00 0.00 0.00 0.00 11:27:25 11:27:25 11:27:25 ---> sar -P ALL: 11:27:25 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-287) 01/14/26 _x86_64_ (4 CPU) 11:27:25 11:27:25 11:25:01 LINUX RESTART (4 CPU) 11:27:25 11:27:25 11:26:01 CPU %user %nice %system %iowait %steal %idle 11:27:25 11:27:01 all 21.80 0.00 1.67 1.22 0.06 75.25 11:27:25 11:27:01 0 37.65 0.00 2.15 0.32 0.05 59.84 11:27:25 11:27:01 1 7.16 0.00 0.97 3.25 0.08 88.55 11:27:25 11:27:01 2 15.23 0.00 1.50 0.80 0.05 82.42 11:27:25 11:27:01 3 27.20 0.00 2.08 0.50 0.03 70.19 11:27:25 Average: all 21.80 0.00 1.67 1.22 0.06 75.25 11:27:25 Average: 0 37.65 0.00 2.15 0.32 0.05 59.84 11:27:25 Average: 1 7.16 0.00 0.97 3.25 0.08 88.55 11:27:25 Average: 2 15.23 0.00 1.50 0.80 0.05 82.42 11:27:25 Average: 3 27.20 0.00 2.08 0.50 0.03 70.19 11:27:25 11:27:25 11:27:25