13:52:49 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143333 13:52:49 Running as SYSTEM 13:52:49 [EnvInject] - Loading node environment variables. 13:52:49 Building remotely on prd-ubuntu1804-builder-4c-4g-18413 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 13:52:49 [ssh-agent] Looking for ssh-agent implementation... 13:52:50 $ ssh-agent 13:52:50 SSH_AUTH_SOCK=/tmp/ssh-nbdEsURZytHI/agent.1694 13:52:50 SSH_AGENT_PID=1696 13:52:50 [ssh-agent] Started. 13:52:50 Running ssh-add (command line suppressed) 13:52:50 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_4554526223492998247.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_4554526223492998247.key) 13:52:50 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 13:52:50 The recommended git tool is: NONE 13:52:51 using credential onap-jenkins-ssh 13:52:51 Wiping out workspace first. 13:52:51 Cloning the remote Git repository 13:52:51 Cloning repository git://cloud.onap.org/mirror/oom.git 13:52:51 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 13:52:51 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:52:51 > git --version # timeout=10 13:52:51 > git --version # 'git version 2.17.1' 13:52:51 using GIT_SSH to set credentials Gerrit user 13:52:51 Verifying host key using manually-configured host key entries 13:52:51 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 13:52:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:52:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:52:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:52:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:52:57 using GIT_SSH to set credentials Gerrit user 13:52:57 Verifying host key using manually-configured host key entries 13:52:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/33/143333/1 # timeout=30 13:52:57 > git rev-parse 6671ed8a477df35c5921fc2cf79f1049b7e845ce^{commit} # timeout=10 13:52:57 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 13:52:57 Checking out Revision 6671ed8a477df35c5921fc2cf79f1049b7e845ce (refs/changes/33/143333/1) 13:52:57 > git config core.sparsecheckout # timeout=10 13:52:57 > git checkout -f 6671ed8a477df35c5921fc2cf79f1049b7e845ce # timeout=30 13:53:01 Commit message: "[SO] Fix crashing so-nssmf-adapter pod" 13:53:01 > git rev-parse FETCH_HEAD^{commit} # timeout=10 13:53:01 > git rev-list --no-walk 15124307d21ac26fd7796d104c69b0130c2060a6 # timeout=10 13:53:01 [EnvInject] - Injecting environment variables from a build step. 13:53:01 [EnvInject] - Injecting as environment variables the properties content 13:53:01 PYTHON=python3 13:53:01 13:53:01 [EnvInject] - Variables injected successfully. 13:53:01 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins2656050198196789339.sh 13:53:01 ---> tox-install.sh 13:53:01 + source /home/jenkins/lf-env.sh 13:53:01 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:53:01 ++ mktemp -d /tmp/venv-XXXX 13:53:01 + lf_venv=/tmp/venv-R5hh 13:53:01 + local venv_file=/tmp/.os_lf_venv 13:53:01 + local python=python3 13:53:01 + local options 13:53:01 + local set_path=true 13:53:01 + local install_args= 13:53:01 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:53:01 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:53:01 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:53:01 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:53:01 + true 13:53:01 + case $1 in 13:53:01 + venv_file=/tmp/.toxenv 13:53:01 + shift 2 13:53:01 + true 13:53:01 + case $1 in 13:53:01 + shift 13:53:01 + break 13:53:01 + case $python in 13:53:01 + local pkg_list= 13:53:01 + [[ -d /opt/pyenv ]] 13:53:01 + echo 'Setup pyenv:' 13:53:01 Setup pyenv: 13:53:01 + export PYENV_ROOT=/opt/pyenv 13:53:01 + PYENV_ROOT=/opt/pyenv 13:53:01 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 13:53:01 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 13:53:01 + pyenv versions 13:53:01 * system (set by /opt/pyenv/version) 13:53:01 * 3.8.13 (set by /opt/pyenv/version) 13:53:01 * 3.9.13 (set by /opt/pyenv/version) 13:53:01 * 3.10.6 (set by /opt/pyenv/version) 13:53:01 + command -v pyenv 13:53:01 ++ pyenv init - --no-rehash 13:53:01 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 13:53:01 export PATH="/opt/pyenv/shims:${PATH}" 13:53:01 export PYENV_SHELL=bash 13:53:01 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:53:01 pyenv() { 13:53:01 local command 13:53:01 command="${1:-}" 13:53:01 if [ "$#" -gt 0 ]; then 13:53:01 shift 13:53:01 fi 13:53:01 13:53:01 case "$command" in 13:53:01 rehash|shell) 13:53:01 eval "$(pyenv "sh-$command" "$@")" 13:53:01 ;; 13:53:01 *) 13:53:01 command pyenv "$command" "$@" 13:53:01 ;; 13:53:01 esac 13:53:01 }' 13:53:01 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 13:53:01 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 13:53:01 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 13:53:01 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 13:53:01 ++ export PYENV_SHELL=bash 13:53:01 ++ PYENV_SHELL=bash 13:53:01 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:53:01 +++ complete -F _pyenv pyenv 13:53:01 ++ lf-pyver python3 13:53:01 ++ local py_version_xy=python3 13:53:01 ++ local py_version_xyz= 13:53:01 ++ pyenv versions 13:53:01 ++ local command 13:53:01 ++ sed 's/^[ *]* //' 13:53:01 ++ command=versions 13:53:01 ++ '[' 1 -gt 0 ']' 13:53:01 ++ shift 13:53:01 ++ case "$command" in 13:53:01 ++ command pyenv versions 13:53:01 ++ pyenv versions 13:53:01 ++ awk '{ print $1 }' 13:53:01 ++ grep -E '^[0-9.]*[0-9]$' 13:53:02 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:53:02 +++ sort -V 13:53:02 +++ tail -n 1 13:53:02 +++ grep '^3' /tmp/.pyenv_versions 13:53:02 ++ py_version_xyz=3.10.6 13:53:02 ++ [[ -z 3.10.6 ]] 13:53:02 ++ echo 3.10.6 13:53:02 ++ return 0 13:53:02 + pyenv local 3.10.6 13:53:02 + local command 13:53:02 + command=local 13:53:02 + '[' 2 -gt 0 ']' 13:53:02 + shift 13:53:02 + case "$command" in 13:53:02 + command pyenv local 3.10.6 13:53:02 + pyenv local 3.10.6 13:53:02 + for arg in "$@" 13:53:02 + case $arg in 13:53:02 + pkg_list+='tox ' 13:53:02 + for arg in "$@" 13:53:02 + case $arg in 13:53:02 + pkg_list+='virtualenv ' 13:53:02 + for arg in "$@" 13:53:02 + case $arg in 13:53:02 + pkg_list+='urllib3~=1.26.15 ' 13:53:02 + [[ -f /tmp/.toxenv ]] 13:53:02 + [[ ! -f /tmp/.toxenv ]] 13:53:02 + [[ -n '' ]] 13:53:02 + python3 -m venv /tmp/venv-R5hh 13:53:06 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R5hh' 13:53:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R5hh 13:53:06 + echo /tmp/venv-R5hh 13:53:06 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 13:53:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 13:53:06 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:53:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:06 + local 'pip_opts=--upgrade --quiet' 13:53:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:53:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:53:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:53:06 + [[ -n '' ]] 13:53:06 + [[ -n '' ]] 13:53:06 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:53:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:06 + /tmp/venv-R5hh/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 13:53:10 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:53:10 lf-activate-venv(): INFO: Base packages installed successfully 13:53:10 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:53:10 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:53:10 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:53:10 + /tmp/venv-R5hh/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 13:53:12 + type python3 13:53:12 + true 13:53:12 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-R5hh/bin to PATH' 13:53:12 lf-activate-venv(): INFO: Adding /tmp/venv-R5hh/bin to PATH 13:53:12 + PATH=/tmp/venv-R5hh/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 13:53:12 + return 0 13:53:12 + python3 --version 13:53:12 Python 3.10.6 13:53:12 + python3 -m pip --version 13:53:12 pip 26.0.1 from /tmp/venv-R5hh/lib/python3.10/site-packages/pip (python 3.10) 13:53:12 + python3 -m pip freeze 13:53:12 cachetools==7.0.1 13:53:12 chardet==5.2.0 13:53:12 colorama==0.4.6 13:53:12 distlib==0.4.0 13:53:12 filelock==3.24.3 13:53:12 packaging==26.0 13:53:12 platformdirs==4.9.2 13:53:12 pluggy==1.6.0 13:53:12 pyproject-api==1.10.0 13:53:12 tomli==2.4.0 13:53:12 tox==4.40.0 13:53:12 typing_extensions==4.15.0 13:53:12 urllib3==1.26.20 13:53:12 virtualenv==20.38.0 13:53:12 [EnvInject] - Injecting environment variables from a build step. 13:53:12 [EnvInject] - Injecting as environment variables the properties content 13:53:12 PARALLEL=false 13:53:12 13:53:12 [EnvInject] - Variables injected successfully. 13:53:12 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins15576495384227214650.sh 13:53:12 ---> tox-run.sh 13:53:12 + 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 13:53:12 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 13:53:12 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 13:53:12 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 13:53:12 + cd /w/workspace/oom-master-checkbashisms-lint/. 13:53:12 + source /home/jenkins/lf-env.sh 13:53:12 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:53:12 ++ mktemp -d /tmp/venv-XXXX 13:53:12 + lf_venv=/tmp/venv-1mAA 13:53:12 + local venv_file=/tmp/.os_lf_venv 13:53:12 + local python=python3 13:53:12 + local options 13:53:12 + local set_path=true 13:53:12 + local install_args= 13:53:12 ++ 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 13:53:12 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:53:12 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:53:12 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:53:12 + true 13:53:12 + case $1 in 13:53:12 + venv_file=/tmp/.toxenv 13:53:12 + shift 2 13:53:12 + true 13:53:12 + case $1 in 13:53:12 + shift 13:53:12 + break 13:53:12 + case $python in 13:53:12 + local pkg_list= 13:53:12 + [[ -d /opt/pyenv ]] 13:53:12 + echo 'Setup pyenv:' 13:53:12 Setup pyenv: 13:53:12 + export PYENV_ROOT=/opt/pyenv 13:53:12 + PYENV_ROOT=/opt/pyenv 13:53:12 + 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 13:53:12 + 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 13:53:12 + pyenv versions 13:53:12 system 13:53:12 3.8.13 13:53:12 3.9.13 13:53:12 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:53:12 + command -v pyenv 13:53:12 ++ pyenv init - --no-rehash 13:53:12 + 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[*]}"'\'')" 13:53:12 export PATH="/opt/pyenv/shims:${PATH}" 13:53:12 export PYENV_SHELL=bash 13:53:12 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:53:12 pyenv() { 13:53:12 local command 13:53:12 command="${1:-}" 13:53:12 if [ "$#" -gt 0 ]; then 13:53:12 shift 13:53:12 fi 13:53:12 13:53:12 case "$command" in 13:53:12 rehash|shell) 13:53:12 eval "$(pyenv "sh-$command" "$@")" 13:53:12 ;; 13:53:12 *) 13:53:12 command pyenv "$command" "$@" 13:53:12 ;; 13:53:12 esac 13:53:12 }' 13:53:12 +++ 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[*]}"' 13:53:12 ++ 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 13:53:12 ++ 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 13:53:12 ++ 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 13:53:12 ++ export PYENV_SHELL=bash 13:53:12 ++ PYENV_SHELL=bash 13:53:12 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:53:12 +++ complete -F _pyenv pyenv 13:53:12 ++ lf-pyver python3 13:53:12 ++ local py_version_xy=python3 13:53:12 ++ local py_version_xyz= 13:53:12 ++ pyenv versions 13:53:12 ++ local command 13:53:12 ++ command=versions 13:53:12 ++ '[' 1 -gt 0 ']' 13:53:12 ++ shift 13:53:12 ++ case "$command" in 13:53:12 ++ sed 's/^[ *]* //' 13:53:12 ++ command pyenv versions 13:53:12 ++ pyenv versions 13:53:12 ++ awk '{ print $1 }' 13:53:12 ++ grep -E '^[0-9.]*[0-9]$' 13:53:12 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:53:12 +++ grep '^3' /tmp/.pyenv_versions 13:53:12 +++ sort -V 13:53:12 +++ tail -n 1 13:53:12 ++ py_version_xyz=3.10.6 13:53:12 ++ [[ -z 3.10.6 ]] 13:53:12 ++ echo 3.10.6 13:53:12 ++ return 0 13:53:12 + pyenv local 3.10.6 13:53:12 + local command 13:53:12 + command=local 13:53:12 + '[' 2 -gt 0 ']' 13:53:12 + shift 13:53:12 + case "$command" in 13:53:12 + command pyenv local 3.10.6 13:53:12 + pyenv local 3.10.6 13:53:12 + for arg in "$@" 13:53:12 + case $arg in 13:53:12 + pkg_list+='tox ' 13:53:12 + for arg in "$@" 13:53:12 + case $arg in 13:53:12 + pkg_list+='virtualenv ' 13:53:12 + for arg in "$@" 13:53:12 + case $arg in 13:53:12 + pkg_list+='urllib3~=1.26.15 ' 13:53:12 + [[ -f /tmp/.toxenv ]] 13:53:12 ++ cat /tmp/.toxenv 13:53:12 + lf_venv=/tmp/venv-R5hh 13:53:12 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-R5hh from' file:/tmp/.toxenv 13:53:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-R5hh from file:/tmp/.toxenv 13:53:12 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:53:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:12 + local 'pip_opts=--upgrade --quiet' 13:53:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:53:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:53:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:53:12 + [[ -n '' ]] 13:53:12 + [[ -n '' ]] 13:53:12 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:53:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:12 + /tmp/venv-R5hh/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 13:53:13 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:53:13 lf-activate-venv(): INFO: Base packages installed successfully 13:53:13 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:53:13 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:53:13 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:53:13 + /tmp/venv-R5hh/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 13:53:14 + type python3 13:53:14 + true 13:53:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-R5hh/bin to PATH' 13:53:14 lf-activate-venv(): INFO: Adding /tmp/venv-R5hh/bin to PATH 13:53:14 + PATH=/tmp/venv-R5hh/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 13:53:14 + return 0 13:53:14 + [[ -d /opt/pyenv ]] 13:53:14 + echo '---> Setting up pyenv' 13:53:14 ---> Setting up pyenv 13:53:14 + export PYENV_ROOT=/opt/pyenv 13:53:14 + PYENV_ROOT=/opt/pyenv 13:53:14 + export PATH=/opt/pyenv/bin:/tmp/venv-R5hh/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 13:53:14 + PATH=/opt/pyenv/bin:/tmp/venv-R5hh/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 13:53:14 ++ pwd 13:53:14 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 13:53:14 + export PYTHONPATH 13:53:14 + export TOX_TESTENV_PASSENV=PYTHONPATH 13:53:14 + TOX_TESTENV_PASSENV=PYTHONPATH 13:53:14 + tox --version 13:53:15 4.40.0 from /tmp/venv-R5hh/lib/python3.10/site-packages/tox/__init__.py 13:53:15 + PARALLEL=false 13:53:15 + TOX_OPTIONS_LIST= 13:53:15 + [[ -n checkbashisms ]] 13:53:15 + TOX_OPTIONS_LIST=' -e checkbashisms' 13:53:15 + case ${PARALLEL,,} in 13:53:15 + tox -e checkbashisms 13:53:15 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 13:53:16 checkbashisms: freeze> python -m pip freeze --all 13:53:16 checkbashisms: pip==26.0.1,setuptools==82.0.0 13:53:16 checkbashisms: commands[0]> .ci/check-bashisms.sh 13:53:18 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 13:53:20 checkbashisms: OK (4.70=setup[1.31]+cmd[3.39] seconds) 13:53:20 congratulations :) (4.74 seconds) 13:53:20 + tox_status=0 13:53:20 + echo '---> Completed tox runs' 13:53:20 ---> Completed tox runs 13:53:20 + for i in .tox/*/log 13:53:20 ++ echo .tox/checkbashisms/log 13:53:20 ++ awk -F/ '{print $2}' 13:53:20 + tox_env=checkbashisms 13:53:20 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 13:53:20 + DOC_DIR=docs/_build/html 13:53:20 + [[ -d docs/_build/html ]] 13:53:20 + echo '---> tox-run.sh ends' 13:53:20 ---> tox-run.sh ends 13:53:20 + test 0 -eq 0 13:53:20 $ ssh-agent -k 13:53:20 unset SSH_AUTH_SOCK; 13:53:20 unset SSH_AGENT_PID; 13:53:20 echo Agent pid 1696 killed; 13:53:20 [ssh-agent] Stopped. 13:53:20 [PostBuildScript] - [INFO] Executing post build scripts. 13:53:20 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16223847918567457744.sh 13:53:20 ---> sysstat.sh 13:53:20 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins13003633368450024723.sh 13:53:20 ---> package-listing.sh 13:53:20 ++ tr '[:upper:]' '[:lower:]' 13:53:20 ++ facter osfamily 13:53:21 + OS_FAMILY=debian 13:53:21 + workspace=/w/workspace/oom-master-checkbashisms-lint 13:53:21 + START_PACKAGES=/tmp/packages_start.txt 13:53:21 + END_PACKAGES=/tmp/packages_end.txt 13:53:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:53:21 + PACKAGES=/tmp/packages_start.txt 13:53:21 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 13:53:21 + PACKAGES=/tmp/packages_end.txt 13:53:21 + case "${OS_FAMILY}" in 13:53:21 + dpkg -l 13:53:21 + grep '^ii' 13:53:21 + '[' -f /tmp/packages_start.txt ']' 13:53:21 + '[' -f /tmp/packages_end.txt ']' 13:53:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:53:21 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 13:53:21 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 13:53:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 13:53:21 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16627881988970291445.sh 13:53:21 ---> capture-instance-metadata.sh 13:53:21 Setup pyenv: 13:53:21 system 13:53:21 3.8.13 13:53:21 3.9.13 13:53:21 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:53:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hmCb 13:53:25 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:53:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:28 lf-activate-venv(): INFO: Base packages installed successfully 13:53:28 lf-activate-venv(): INFO: Installing additional packages: lftools 13:53:49 lf-activate-venv(): INFO: Adding /tmp/venv-hmCb/bin to PATH 13:53:49 INFO: Running in OpenStack, capturing instance metadata 13:53:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6730607465026111869.sh 13:53:50 provisioning config files... 13:53:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config3072233403150601009tmp 13:53:50 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 13:53:50 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 13:53:50 [EnvInject] - Injecting environment variables from a build step. 13:53:50 [EnvInject] - Injecting as environment variables the properties content 13:53:50 SERVER_ID=logs 13:53:50 13:53:50 [EnvInject] - Variables injected successfully. 13:53:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15381467866048139994.sh 13:53:50 ---> create-netrc.sh 13:53:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins955912172480604886.sh 13:53:50 ---> python-tools-install.sh 13:53:50 Setup pyenv: 13:53:50 system 13:53:50 3.8.13 13:53:50 3.9.13 13:53:50 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:53:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hmCb from file:/tmp/.os_lf_venv 13:53:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:51 lf-activate-venv(): INFO: Base packages installed successfully 13:53:51 lf-activate-venv(): INFO: Installing additional packages: lftools 13:53:58 lf-activate-venv(): INFO: Adding /tmp/venv-hmCb/bin to PATH 13:53:58 Generating Requirements File 13:54:15 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. 13:54:15 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 13:54:15 Python 3.10.6 13:54:16 pip 26.0.1 from /tmp/venv-hmCb/lib/python3.10/site-packages/pip (python 3.10) 13:54:16 appdirs==1.4.4 13:54:16 argcomplete==3.6.3 13:54:16 aspy.yaml==1.3.0 13:54:16 attrs==25.4.0 13:54:16 autopage==0.6.0 13:54:16 backports.strenum==1.3.1 13:54:16 beautifulsoup4==4.14.3 13:54:16 boto3==1.42.52 13:54:16 botocore==1.42.52 13:54:16 bs4==0.0.2 13:54:16 certifi==2026.1.4 13:54:16 cffi==2.0.0 13:54:16 cfgv==3.5.0 13:54:16 chardet==5.2.0 13:54:16 charset-normalizer==3.4.4 13:54:16 click==8.3.1 13:54:16 cliff==4.13.2 13:54:16 cmd2==3.2.0 13:54:16 cryptography==3.3.2 13:54:16 debtcollector==3.0.0 13:54:16 decorator==5.2.1 13:54:16 defusedxml==0.7.1 13:54:16 Deprecated==1.3.1 13:54:16 distlib==0.4.0 13:54:16 dnspython==2.8.0 13:54:16 docker==7.1.0 13:54:16 dogpile.cache==1.5.0 13:54:16 durationpy==0.10 13:54:16 email-validator==2.3.0 13:54:16 filelock==3.24.3 13:54:16 future==1.0.0 13:54:16 gitdb==4.0.12 13:54:16 GitPython==3.1.46 13:54:16 httplib2==0.30.2 13:54:16 identify==2.6.16 13:54:16 idna==3.11 13:54:16 importlib-resources==1.5.0 13:54:16 iso8601==2.1.0 13:54:16 Jinja2==3.1.6 13:54:16 jmespath==1.1.0 13:54:16 jsonpatch==1.33 13:54:16 jsonpointer==3.0.0 13:54:16 jsonschema==4.26.0 13:54:16 jsonschema-specifications==2025.9.1 13:54:16 keystoneauth1==5.13.0 13:54:16 kubernetes==35.0.0 13:54:16 lftools==0.37.21 13:54:16 lxml==6.0.2 13:54:16 markdown-it-py==4.0.0 13:54:16 MarkupSafe==3.0.3 13:54:16 mdurl==0.1.2 13:54:16 msgpack==1.1.2 13:54:16 multi_key_dict==2.0.3 13:54:16 munch==4.0.0 13:54:16 netaddr==1.3.0 13:54:16 niet==1.4.2 13:54:16 nodeenv==1.10.0 13:54:16 oauth2client==4.1.3 13:54:16 oauthlib==3.3.1 13:54:16 openstacksdk==4.10.0 13:54:16 os-service-types==1.8.2 13:54:16 osc-lib==4.4.0 13:54:16 oslo.config==10.3.0 13:54:16 oslo.context==6.3.0 13:54:16 oslo.i18n==6.7.2 13:54:16 oslo.log==8.1.0 13:54:16 oslo.serialization==5.9.1 13:54:16 oslo.utils==9.2.0 13:54:16 packaging==26.0 13:54:16 pbr==7.0.3 13:54:16 platformdirs==4.9.2 13:54:16 prettytable==3.17.0 13:54:16 psutil==7.2.2 13:54:16 pyasn1==0.6.2 13:54:16 pyasn1_modules==0.4.2 13:54:16 pycparser==3.0 13:54:16 pygerrit2==2.0.15 13:54:16 PyGithub==2.8.1 13:54:16 Pygments==2.19.2 13:54:16 PyJWT==2.11.0 13:54:16 PyNaCl==1.6.2 13:54:16 pyparsing==2.4.7 13:54:16 pyperclip==1.11.0 13:54:16 pyrsistent==0.20.0 13:54:16 python-cinderclient==9.8.0 13:54:16 python-dateutil==2.9.0.post0 13:54:16 python-heatclient==5.0.0 13:54:16 python-jenkins==1.8.3 13:54:16 python-keystoneclient==5.7.0 13:54:16 python-magnumclient==4.9.0 13:54:16 python-openstackclient==9.0.0 13:54:16 python-swiftclient==4.9.0 13:54:16 PyYAML==6.0.3 13:54:16 referencing==0.37.0 13:54:16 requests==2.32.5 13:54:16 requests-oauthlib==2.0.0 13:54:16 requestsexceptions==1.4.0 13:54:16 rfc3986==2.0.0 13:54:16 rich==14.3.2 13:54:16 rich-argparse==1.7.2 13:54:16 rpds-py==0.30.0 13:54:16 rsa==4.9.1 13:54:16 ruamel.yaml==0.19.1 13:54:16 ruamel.yaml.clib==0.2.15 13:54:16 s3transfer==0.16.0 13:54:16 simplejson==3.20.2 13:54:16 six==1.17.0 13:54:16 smmap==5.0.2 13:54:16 soupsieve==2.8.3 13:54:16 stevedore==5.6.0 13:54:16 tabulate==0.9.0 13:54:16 toml==0.10.2 13:54:16 tomlkit==0.14.0 13:54:16 tqdm==4.67.3 13:54:16 typing_extensions==4.15.0 13:54:16 tzdata==2025.3 13:54:16 urllib3==1.26.20 13:54:16 virtualenv==20.38.0 13:54:16 wcwidth==0.6.0 13:54:16 websocket-client==1.9.0 13:54:16 wrapt==2.1.1 13:54:16 xdg==6.0.0 13:54:16 xmltodict==1.0.3 13:54:16 yq==3.4.3 13:54:16 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2981417168303797644.sh 13:54:16 ---> sudo-logs.sh 13:54:16 Archiving 'sudo' log.. 13:54:16 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7900955205256200385.sh 13:54:16 ---> job-cost.sh 13:54:16 INFO: Activating Python virtual environment... 13:54:16 Setup pyenv: 13:54:16 system 13:54:16 3.8.13 13:54:16 3.9.13 13:54:16 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:54:16 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hmCb from file:/tmp/.os_lf_venv 13:54:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:54:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:54:18 lf-activate-venv(): INFO: Base packages installed successfully 13:54:18 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:54:23 lf-activate-venv(): INFO: Adding /tmp/venv-hmCb/bin to PATH 13:54:23 INFO: No stack-cost file found 13:54:23 INFO: Instance uptime: 120s 13:54:23 INFO: Fetching instance metadata (attempt 1 of 3)... 13:54:23 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 13:54:23 INFO: Successfully fetched instance metadata 13:54:23 INFO: Instance type: v3-standard-4 13:54:23 INFO: Retrieving pricing info for: v3-standard-4 13:54:23 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 13:54:23 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=120 13:54:23 INFO: Successfully fetched Vexxhost pricing API 13:54:23 INFO: Retrieved cost: 0.11 13:54:23 INFO: Retrieved resource: v3-standard-4 13:54:23 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 13:54:23 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 13:54:23 INFO: Successfully archived job cost data 13:54:23 DEBUG: Cost data: oom-master-checkbashisms-lint,4430,2026-02-19 13:54:23,v3-standard-4,120,0.11,0.00,SUCCESS 13:54:24 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins1407746341350460136.sh 13:54:24 ---> logs-deploy.sh 13:54:24 Setup pyenv: 13:54:24 system 13:54:24 3.8.13 13:54:24 3.9.13 13:54:24 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:54:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hmCb from file:/tmp/.os_lf_venv 13:54:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:54:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:54:25 lf-activate-venv(): INFO: Base packages installed successfully 13:54:25 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 13:54:33 lf-activate-venv(): INFO: Adding /tmp/venv-hmCb/bin to PATH 13:54:33 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4430 13:54:33 INFO: archiving workspace using pattern(s): 13:54:34 Archives upload complete. 13:54:34 INFO: archiving logs to Nexus 13:54:35 ---> uname -a: 13:54:35 Linux prd-ubuntu1804-builder-4c-4g-18413 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 13:54:35 13:54:35 13:54:35 ---> lscpu: 13:54:35 Architecture: x86_64 13:54:35 CPU op-mode(s): 32-bit, 64-bit 13:54:35 Byte Order: Little Endian 13:54:35 CPU(s): 4 13:54:35 On-line CPU(s) list: 0-3 13:54:35 Thread(s) per core: 1 13:54:35 Core(s) per socket: 1 13:54:35 Socket(s): 4 13:54:35 NUMA node(s): 1 13:54:35 Vendor ID: AuthenticAMD 13:54:35 CPU family: 23 13:54:35 Model: 49 13:54:35 Model name: AMD EPYC-Rome Processor 13:54:35 Stepping: 0 13:54:35 CPU MHz: 2799.998 13:54:35 BogoMIPS: 5599.99 13:54:35 Virtualization: AMD-V 13:54:35 Hypervisor vendor: KVM 13:54:35 Virtualization type: full 13:54:35 L1d cache: 32K 13:54:35 L1i cache: 32K 13:54:35 L2 cache: 512K 13:54:35 L3 cache: 16384K 13:54:35 NUMA node0 CPU(s): 0-3 13:54:35 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 13:54:35 13:54:35 13:54:35 ---> nproc: 13:54:35 4 13:54:35 13:54:35 13:54:35 ---> df -h: 13:54:35 Filesystem Size Used Avail Use% Mounted on 13:54:35 udev 7.9G 0 7.9G 0% /dev 13:54:35 tmpfs 1.6G 676K 1.6G 1% /run 13:54:35 /dev/vda1 78G 8.3G 70G 11% / 13:54:35 tmpfs 7.9G 0 7.9G 0% /dev/shm 13:54:35 tmpfs 5.0M 0 5.0M 0% /run/lock 13:54:35 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 13:54:35 /dev/vda15 105M 4.4M 100M 5% /boot/efi 13:54:35 tmpfs 1.6G 0 1.6G 0% /run/user/1001 13:54:35 13:54:35 13:54:35 ---> free -m: 13:54:35 total used free shared buff/cache available 13:54:35 Mem: 16040 568 13404 0 2067 15158 13:54:35 Swap: 1023 0 1023 13:54:35 13:54:35 13:54:35 ---> ip addr: 13:54:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:54:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:54:35 inet 127.0.0.1/8 scope host lo 13:54:35 valid_lft forever preferred_lft forever 13:54:35 inet6 ::1/128 scope host 13:54:35 valid_lft forever preferred_lft forever 13:54:35 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 13:54:35 link/ether fa:16:3e:f1:5c:ac brd ff:ff:ff:ff:ff:ff 13:54:35 inet 10.30.106.172/23 brd 10.30.107.255 scope global dynamic ens3 13:54:35 valid_lft 86277sec preferred_lft 86277sec 13:54:35 inet6 fe80::f816:3eff:fef1:5cac/64 scope link 13:54:35 valid_lft forever preferred_lft forever 13:54:35 13:54:35 13:54:35 ---> sar -b -r -n DEV: 13:54:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18413) 02/19/26 _x86_64_ (4 CPU) 13:54:35 13:54:35 13:52:33 LINUX RESTART (4 CPU) 13:54:35 13:54:35 13:53:01 tps rtps wtps bread/s bwrtn/s 13:54:35 13:54:02 98.33 13.86 84.47 628.30 9599.60 13:54:35 Average: 98.33 13.86 84.47 628.30 9599.60 13:54:35 13:54:35 13:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:54:35 13:54:02 13896452 15560236 2528516 15.39 69984 1789200 750524 4.30 692596 1612824 147256 13:54:35 Average: 13896452 15560236 2528516 15.39 69984 1789200 750524 4.30 692596 1612824 147256 13:54:35 13:54:35 13:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:54:35 13:54:02 ens3 64.36 48.66 903.29 11.87 0.00 0.00 0.00 0.00 13:54:35 13:54:02 lo 1.67 1.67 0.20 0.20 0.00 0.00 0.00 0.00 13:54:35 Average: ens3 64.36 48.66 903.29 11.87 0.00 0.00 0.00 0.00 13:54:35 Average: lo 1.67 1.67 0.20 0.20 0.00 0.00 0.00 0.00 13:54:35 13:54:35 13:54:35 ---> sar -P ALL: 13:54:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18413) 02/19/26 _x86_64_ (4 CPU) 13:54:35 13:54:35 13:52:33 LINUX RESTART (4 CPU) 13:54:35 13:54:35 13:53:01 CPU %user %nice %system %iowait %steal %idle 13:54:35 13:54:02 all 21.49 0.00 1.66 1.47 0.05 75.33 13:54:35 13:54:02 0 26.39 0.00 1.60 0.38 0.07 71.55 13:54:35 13:54:02 1 18.58 0.00 1.57 0.68 0.08 79.08 13:54:35 13:54:02 2 21.61 0.00 1.13 0.30 0.03 76.93 13:54:35 13:54:02 3 19.36 0.00 2.32 4.52 0.05 73.75 13:54:35 Average: all 21.49 0.00 1.66 1.47 0.05 75.33 13:54:35 Average: 0 26.39 0.00 1.60 0.38 0.07 71.55 13:54:35 Average: 1 18.58 0.00 1.57 0.68 0.08 79.08 13:54:35 Average: 2 21.61 0.00 1.13 0.30 0.03 76.93 13:54:35 Average: 3 19.36 0.00 2.32 4.52 0.05 73.75 13:54:35 13:54:35 13:54:35