11:19:41 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143403 11:19:41 Running as SYSTEM 11:19:41 [EnvInject] - Loading node environment variables. 11:19:41 Building remotely on prd-ubuntu1804-builder-4c-4g-277 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 11:19:41 [ssh-agent] Looking for ssh-agent implementation... 11:19:41 $ ssh-agent 11:19:41 SSH_AUTH_SOCK=/tmp/ssh-YKtF0faem3wr/agent.1709 11:19:41 SSH_AGENT_PID=1711 11:19:41 [ssh-agent] Started. 11:19:41 Running ssh-add (command line suppressed) 11:19:41 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_12538838977330042775.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_12538838977330042775.key) 11:19:41 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:19:41 The recommended git tool is: NONE 11:19:43 using credential onap-jenkins-ssh 11:19:43 Wiping out workspace first. 11:19:43 Cloning the remote Git repository 11:19:43 Cloning repository git://cloud.onap.org/mirror/oom.git 11:19:43 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 11:19:43 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:19:43 > git --version # timeout=10 11:19:43 > git --version # 'git version 2.17.1' 11:19:43 using GIT_SSH to set credentials Gerrit user 11:19:43 Verifying host key using manually-configured host key entries 11:19:43 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:19:48 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:19:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:19:49 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:19:49 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:19:49 using GIT_SSH to set credentials Gerrit user 11:19:49 Verifying host key using manually-configured host key entries 11:19:49 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/03/143403/2 # timeout=30 11:19:49 > git rev-parse 60f87793f1b849bb29d90fa3b4af003feacce5f2^{commit} # timeout=10 11:19:49 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:19:49 Checking out Revision 60f87793f1b849bb29d90fa3b4af003feacce5f2 (refs/changes/03/143403/2) 11:19:49 > git config core.sparsecheckout # timeout=10 11:19:49 > git checkout -f 60f87793f1b849bb29d90fa3b4af003feacce5f2 # timeout=30 11:19:52 Commit message: "[SDC] Fix pipeline lint issue" 11:19:52 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:19:53 > git rev-list --no-walk 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 # timeout=10 11:19:53 [EnvInject] - Injecting environment variables from a build step. 11:19:53 [EnvInject] - Injecting as environment variables the properties content 11:19:53 PYTHON=python3 11:19:53 11:19:53 [EnvInject] - Variables injected successfully. 11:19:53 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins92234561579917453.sh 11:19:53 ---> tox-install.sh 11:19:53 + source /home/jenkins/lf-env.sh 11:19:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:19:53 ++ mktemp -d /tmp/venv-XXXX 11:19:53 + lf_venv=/tmp/venv-awC9 11:19:53 + local venv_file=/tmp/.os_lf_venv 11:19:53 + local python=python3 11:19:53 + local options 11:19:53 + local set_path=true 11:19:53 + local install_args= 11:19:53 ++ 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:19:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:19:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:19:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:19:53 + true 11:19:53 + case $1 in 11:19:53 + venv_file=/tmp/.toxenv 11:19:53 + shift 2 11:19:53 + true 11:19:53 + case $1 in 11:19:53 + shift 11:19:53 + break 11:19:53 + case $python in 11:19:53 + local pkg_list= 11:19:53 + [[ -d /opt/pyenv ]] 11:19:53 + echo 'Setup pyenv:' 11:19:53 Setup pyenv: 11:19:53 + export PYENV_ROOT=/opt/pyenv 11:19:53 + PYENV_ROOT=/opt/pyenv 11:19:53 + 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:19:53 + 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:19:53 + pyenv versions 11:19:53 * system (set by /opt/pyenv/version) 11:19:53 * 3.8.13 (set by /opt/pyenv/version) 11:19:53 * 3.9.13 (set by /opt/pyenv/version) 11:19:54 * 3.10.6 (set by /opt/pyenv/version) 11:19:54 + command -v pyenv 11:19:54 ++ pyenv init - --no-rehash 11:19:54 + 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:19:54 export PATH="/opt/pyenv/shims:${PATH}" 11:19:54 export PYENV_SHELL=bash 11:19:54 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:19:54 pyenv() { 11:19:54 local command 11:19:54 command="${1:-}" 11:19:54 if [ "$#" -gt 0 ]; then 11:19:54 shift 11:19:54 fi 11:19:54 11:19:54 case "$command" in 11:19:54 rehash|shell) 11:19:54 eval "$(pyenv "sh-$command" "$@")" 11:19:54 ;; 11:19:54 *) 11:19:54 command pyenv "$command" "$@" 11:19:54 ;; 11:19:54 esac 11:19:54 }' 11:19:54 +++ 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:19:54 ++ 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:19:54 ++ 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:19:54 ++ 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:19:54 ++ export PYENV_SHELL=bash 11:19:54 ++ PYENV_SHELL=bash 11:19:54 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:19:54 +++ complete -F _pyenv pyenv 11:19:54 ++ lf-pyver python3 11:19:54 ++ local py_version_xy=python3 11:19:54 ++ local py_version_xyz= 11:19:54 ++ pyenv versions 11:19:54 ++ local command 11:19:54 ++ command=versions 11:19:54 ++ '[' 1 -gt 0 ']' 11:19:54 ++ shift 11:19:54 ++ case "$command" in 11:19:54 ++ command pyenv versions 11:19:54 ++ pyenv versions 11:19:54 ++ sed 's/^[ *]* //' 11:19:54 ++ awk '{ print $1 }' 11:19:54 ++ grep -E '^[0-9.]*[0-9]$' 11:19:54 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:19:54 +++ grep '^3' /tmp/.pyenv_versions 11:19:54 +++ sort -V 11:19:54 +++ tail -n 1 11:19:54 ++ py_version_xyz=3.10.6 11:19:54 ++ [[ -z 3.10.6 ]] 11:19:54 ++ echo 3.10.6 11:19:54 ++ return 0 11:19:54 + pyenv local 3.10.6 11:19:54 + local command 11:19:54 + command=local 11:19:54 + '[' 2 -gt 0 ']' 11:19:54 + shift 11:19:54 + case "$command" in 11:19:54 + command pyenv local 3.10.6 11:19:54 + pyenv local 3.10.6 11:19:54 + for arg in "$@" 11:19:54 + case $arg in 11:19:54 + pkg_list+='tox ' 11:19:54 + for arg in "$@" 11:19:54 + case $arg in 11:19:54 + pkg_list+='virtualenv ' 11:19:54 + for arg in "$@" 11:19:54 + case $arg in 11:19:54 + pkg_list+='urllib3~=1.26.15 ' 11:19:54 + [[ -f /tmp/.toxenv ]] 11:19:54 + [[ ! -f /tmp/.toxenv ]] 11:19:54 + [[ -n '' ]] 11:19:54 + python3 -m venv /tmp/venv-awC9 11:19:59 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-awC9' 11:19:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-awC9 11:19:59 + echo /tmp/venv-awC9 11:19:59 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:19:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:19:59 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:19:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:19:59 + local 'pip_opts=--upgrade --quiet' 11:19:59 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:19:59 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:19:59 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:19:59 + [[ -n '' ]] 11:19:59 + [[ -n '' ]] 11:19:59 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:19:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:19:59 + /tmp/venv-awC9/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:20:03 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:20:03 lf-activate-venv(): INFO: Base packages installed successfully 11:20:03 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:20:03 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:20:03 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:20:03 + /tmp/venv-awC9/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:20:05 + type python3 11:20:05 + true 11:20:05 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-awC9/bin to PATH' 11:20:05 lf-activate-venv(): INFO: Adding /tmp/venv-awC9/bin to PATH 11:20:05 + PATH=/tmp/venv-awC9/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:20:05 + return 0 11:20:05 + python3 --version 11:20:05 Python 3.10.6 11:20:05 + python3 -m pip --version 11:20:05 pip 26.0.1 from /tmp/venv-awC9/lib/python3.10/site-packages/pip (python 3.10) 11:20:06 + python3 -m pip freeze 11:20:06 cachetools==7.0.1 11:20:06 colorama==0.4.6 11:20:06 distlib==0.4.0 11:20:06 filelock==3.24.3 11:20:06 packaging==26.0 11:20:06 platformdirs==4.9.2 11:20:06 pluggy==1.6.0 11:20:06 pyproject-api==1.10.0 11:20:06 python-discovery==1.1.0 11:20:06 tomli==2.4.0 11:20:06 tox==4.46.3 11:20:06 typing_extensions==4.15.0 11:20:06 urllib3==1.26.20 11:20:06 virtualenv==21.1.0 11:20:06 [EnvInject] - Injecting environment variables from a build step. 11:20:06 [EnvInject] - Injecting as environment variables the properties content 11:20:06 PARALLEL=false 11:20:06 11:20:06 [EnvInject] - Variables injected successfully. 11:20:06 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins3648248773020904218.sh 11:20:06 ---> tox-run.sh 11:20:06 + 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:20:06 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 11:20:06 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 11:20:06 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 11:20:06 + cd /w/workspace/oom-master-checkbashisms-lint/. 11:20:06 + source /home/jenkins/lf-env.sh 11:20:06 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:20:06 ++ mktemp -d /tmp/venv-XXXX 11:20:06 + lf_venv=/tmp/venv-tE2F 11:20:06 + local venv_file=/tmp/.os_lf_venv 11:20:06 + local python=python3 11:20:06 + local options 11:20:06 + local set_path=true 11:20:06 + local install_args= 11:20:06 ++ 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:20:06 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:20:06 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:20:06 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:20:06 + true 11:20:06 + case $1 in 11:20:06 + venv_file=/tmp/.toxenv 11:20:06 + shift 2 11:20:06 + true 11:20:06 + case $1 in 11:20:06 + shift 11:20:06 + break 11:20:06 + case $python in 11:20:06 + local pkg_list= 11:20:06 + [[ -d /opt/pyenv ]] 11:20:06 + echo 'Setup pyenv:' 11:20:06 Setup pyenv: 11:20:06 + export PYENV_ROOT=/opt/pyenv 11:20:06 + PYENV_ROOT=/opt/pyenv 11:20:06 + 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:20:06 + 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:20:06 + pyenv versions 11:20:06 system 11:20:06 3.8.13 11:20:06 3.9.13 11:20:06 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:20:06 + command -v pyenv 11:20:06 ++ pyenv init - --no-rehash 11:20:06 + 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:20:06 export PATH="/opt/pyenv/shims:${PATH}" 11:20:06 export PYENV_SHELL=bash 11:20:06 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:20:06 pyenv() { 11:20:06 local command 11:20:06 command="${1:-}" 11:20:06 if [ "$#" -gt 0 ]; then 11:20:06 shift 11:20:06 fi 11:20:06 11:20:06 case "$command" in 11:20:06 rehash|shell) 11:20:06 eval "$(pyenv "sh-$command" "$@")" 11:20:06 ;; 11:20:06 *) 11:20:06 command pyenv "$command" "$@" 11:20:06 ;; 11:20:06 esac 11:20:06 }' 11:20:06 +++ 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:20:06 ++ 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:20:06 ++ 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:20:06 ++ 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:20:06 ++ export PYENV_SHELL=bash 11:20:06 ++ PYENV_SHELL=bash 11:20:06 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:20:06 +++ complete -F _pyenv pyenv 11:20:06 ++ lf-pyver python3 11:20:06 ++ local py_version_xy=python3 11:20:06 ++ local py_version_xyz= 11:20:06 ++ pyenv versions 11:20:06 ++ local command 11:20:06 ++ command=versions 11:20:06 ++ awk '{ print $1 }' 11:20:06 ++ '[' 1 -gt 0 ']' 11:20:06 ++ grep -E '^[0-9.]*[0-9]$' 11:20:06 ++ sed 's/^[ *]* //' 11:20:06 ++ shift 11:20:06 ++ case "$command" in 11:20:06 ++ command pyenv versions 11:20:06 ++ pyenv versions 11:20:06 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:20:06 +++ grep '^3' /tmp/.pyenv_versions 11:20:06 +++ sort -V 11:20:06 +++ tail -n 1 11:20:06 ++ py_version_xyz=3.10.6 11:20:06 ++ [[ -z 3.10.6 ]] 11:20:06 ++ echo 3.10.6 11:20:06 ++ return 0 11:20:06 + pyenv local 3.10.6 11:20:06 + local command 11:20:06 + command=local 11:20:06 + '[' 2 -gt 0 ']' 11:20:06 + shift 11:20:06 + case "$command" in 11:20:06 + command pyenv local 3.10.6 11:20:06 + pyenv local 3.10.6 11:20:06 + for arg in "$@" 11:20:06 + case $arg in 11:20:06 + pkg_list+='tox ' 11:20:06 + for arg in "$@" 11:20:06 + case $arg in 11:20:06 + pkg_list+='virtualenv ' 11:20:06 + for arg in "$@" 11:20:06 + case $arg in 11:20:06 + pkg_list+='urllib3~=1.26.15 ' 11:20:06 + [[ -f /tmp/.toxenv ]] 11:20:06 ++ cat /tmp/.toxenv 11:20:06 + lf_venv=/tmp/venv-awC9 11:20:06 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-awC9 from' file:/tmp/.toxenv 11:20:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-awC9 from file:/tmp/.toxenv 11:20:06 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:20:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:20:06 + local 'pip_opts=--upgrade --quiet' 11:20:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:20:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:20:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:20:06 + [[ -n '' ]] 11:20:06 + [[ -n '' ]] 11:20:06 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:20:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:20:06 + /tmp/venv-awC9/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:20:07 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:20:07 lf-activate-venv(): INFO: Base packages installed successfully 11:20:07 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:20:07 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:20:07 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:20:07 + /tmp/venv-awC9/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:20:08 + type python3 11:20:08 + true 11:20:08 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-awC9/bin to PATH' 11:20:08 lf-activate-venv(): INFO: Adding /tmp/venv-awC9/bin to PATH 11:20:08 + PATH=/tmp/venv-awC9/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:20:08 + return 0 11:20:08 + [[ -d /opt/pyenv ]] 11:20:08 + echo '---> Setting up pyenv' 11:20:08 ---> Setting up pyenv 11:20:08 + export PYENV_ROOT=/opt/pyenv 11:20:08 + PYENV_ROOT=/opt/pyenv 11:20:08 + export PATH=/opt/pyenv/bin:/tmp/venv-awC9/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:20:08 + PATH=/opt/pyenv/bin:/tmp/venv-awC9/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:20:08 ++ pwd 11:20:08 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 11:20:08 + export PYTHONPATH 11:20:08 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:20:08 + TOX_TESTENV_PASSENV=PYTHONPATH 11:20:08 + tox --version 11:20:08 4.46.3 from /tmp/venv-awC9/lib/python3.10/site-packages/tox/__init__.py 11:20:08 + PARALLEL=false 11:20:08 + TOX_OPTIONS_LIST= 11:20:08 + [[ -n checkbashisms ]] 11:20:08 + TOX_OPTIONS_LIST=' -e checkbashisms' 11:20:08 + case ${PARALLEL,,} in 11:20:08 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 11:20:08 + tox -e checkbashisms 11:20:10 checkbashisms: freeze> python -m pip freeze --all 11:20:10 checkbashisms: pip==26.0.1,setuptools==82.0.0 11:20:10 checkbashisms: commands[0]> .ci/check-bashisms.sh 11:20:12 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 11:20:14 checkbashisms: OK (4.87=setup[1.36]+cmd[3.51] seconds) 11:20:14 congratulations :) (4.92 seconds) 11:20:14 + tox_status=0 11:20:14 + echo '---> Completed tox runs' 11:20:14 ---> Completed tox runs 11:20:14 + for i in .tox/*/log 11:20:14 ++ echo .tox/checkbashisms/log 11:20:14 ++ awk -F/ '{print $2}' 11:20:14 + tox_env=checkbashisms 11:20:14 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 11:20:14 + DOC_DIR=docs/_build/html 11:20:14 + [[ -d docs/_build/html ]] 11:20:14 + echo '---> tox-run.sh ends' 11:20:14 ---> tox-run.sh ends 11:20:14 + test 0 -eq 0 11:20:14 $ ssh-agent -k 11:20:14 unset SSH_AUTH_SOCK; 11:20:14 unset SSH_AGENT_PID; 11:20:14 echo Agent pid 1711 killed; 11:20:14 [ssh-agent] Stopped. 11:20:14 [PostBuildScript] - [INFO] Executing post build scripts. 11:20:14 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6387256212088922440.sh 11:20:14 ---> sysstat.sh 11:20:14 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins18327850620788175776.sh 11:20:14 ---> package-listing.sh 11:20:14 ++ facter osfamily 11:20:14 ++ tr '[:upper:]' '[:lower:]' 11:20:15 + OS_FAMILY=debian 11:20:15 + workspace=/w/workspace/oom-master-checkbashisms-lint 11:20:15 + START_PACKAGES=/tmp/packages_start.txt 11:20:15 + END_PACKAGES=/tmp/packages_end.txt 11:20:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:20:15 + PACKAGES=/tmp/packages_start.txt 11:20:15 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:20:15 + PACKAGES=/tmp/packages_end.txt 11:20:15 + case "${OS_FAMILY}" in 11:20:15 + dpkg -l 11:20:15 + grep '^ii' 11:20:15 + '[' -f /tmp/packages_start.txt ']' 11:20:15 + '[' -f /tmp/packages_end.txt ']' 11:20:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:20:15 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:20:15 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 11:20:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 11:20:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins13673835275254244553.sh 11:20:15 ---> capture-instance-metadata.sh 11:20:15 Setup pyenv: 11:20:15 system 11:20:15 3.8.13 11:20:15 3.9.13 11:20:15 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:20:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rhES 11:20:19 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:20:19 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:20:19 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:20:22 lf-activate-venv(): INFO: Base packages installed successfully 11:20:22 lf-activate-venv(): INFO: Installing additional packages: lftools 11:20:47 lf-activate-venv(): INFO: Adding /tmp/venv-rhES/bin to PATH 11:20:47 INFO: Running in OpenStack, capturing instance metadata 11:20:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2893229756152424698.sh 11:20:47 provisioning config files... 11:20:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config12605563834694175307tmp 11:20:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:20:47 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:20:47 [EnvInject] - Injecting environment variables from a build step. 11:20:47 [EnvInject] - Injecting as environment variables the properties content 11:20:47 SERVER_ID=logs 11:20:47 11:20:47 [EnvInject] - Variables injected successfully. 11:20:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1631570649149902868.sh 11:20:47 ---> create-netrc.sh 11:20:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6157830409199655757.sh 11:20:47 ---> python-tools-install.sh 11:20:47 Setup pyenv: 11:20:47 system 11:20:47 3.8.13 11:20:47 3.9.13 11:20:47 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:20:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rhES from file:/tmp/.os_lf_venv 11:20:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:20:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:20:49 lf-activate-venv(): INFO: Base packages installed successfully 11:20:49 lf-activate-venv(): INFO: Installing additional packages: lftools 11:20:57 lf-activate-venv(): INFO: Adding /tmp/venv-rhES/bin to PATH 11:20:57 Generating Requirements File 11:21:14 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 11:21:14 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:21:14 Python 3.10.6 11:21:14 pip 26.0.1 from /tmp/venv-rhES/lib/python3.10/site-packages/pip (python 3.10) 11:21:15 appdirs==1.4.4 11:21:15 argcomplete==3.6.3 11:21:15 aspy.yaml==1.3.0 11:21:15 attrs==25.4.0 11:21:15 autopage==0.6.0 11:21:15 backports.strenum==1.3.1 11:21:15 beautifulsoup4==4.14.3 11:21:15 boto3==1.42.58 11:21:15 botocore==1.42.58 11:21:15 bs4==0.0.2 11:21:15 certifi==2026.2.25 11:21:15 cffi==2.0.0 11:21:15 cfgv==3.5.0 11:21:15 chardet==6.0.0.post1 11:21:15 charset-normalizer==3.4.4 11:21:15 click==8.3.1 11:21:15 cliff==4.13.2 11:21:15 cmd2==3.2.2 11:21:15 cryptography==3.3.2 11:21:15 debtcollector==3.0.0 11:21:15 decorator==5.2.1 11:21:15 defusedxml==0.7.1 11:21:15 Deprecated==1.3.1 11:21:15 distlib==0.4.0 11:21:15 dnspython==2.8.0 11:21:15 docker==7.1.0 11:21:15 dogpile.cache==1.5.0 11:21:15 durationpy==0.10 11:21:15 email-validator==2.3.0 11:21:15 filelock==3.24.3 11:21:15 future==1.0.0 11:21:15 gitdb==4.0.12 11:21:15 GitPython==3.1.46 11:21:15 httplib2==0.30.2 11:21:15 identify==2.6.16 11:21:15 idna==3.11 11:21:15 importlib-resources==1.5.0 11:21:15 iso8601==2.1.0 11:21:15 Jinja2==3.1.6 11:21:15 jmespath==1.1.0 11:21:15 jsonpatch==1.33 11:21:15 jsonpointer==3.0.0 11:21:15 jsonschema==4.26.0 11:21:15 jsonschema-specifications==2025.9.1 11:21:15 keystoneauth1==5.13.1 11:21:15 kubernetes==35.0.0 11:21:15 lftools==0.37.21 11:21:15 lxml==6.0.2 11:21:15 markdown-it-py==4.0.0 11:21:15 MarkupSafe==3.0.3 11:21:15 mdurl==0.1.2 11:21:15 msgpack==1.1.2 11:21:15 multi_key_dict==2.0.3 11:21:15 munch==4.0.0 11:21:15 netaddr==1.3.0 11:21:15 niet==1.4.2 11:21:15 nodeenv==1.10.0 11:21:15 oauth2client==4.1.3 11:21:15 oauthlib==3.3.1 11:21:15 openstacksdk==4.10.0 11:21:15 os-service-types==1.8.2 11:21:15 osc-lib==4.4.0 11:21:15 oslo.config==10.3.0 11:21:15 oslo.context==6.3.0 11:21:15 oslo.i18n==6.7.2 11:21:15 oslo.log==8.1.0 11:21:15 oslo.serialization==5.9.1 11:21:15 oslo.utils==10.0.0 11:21:15 packaging==26.0 11:21:15 pbr==7.0.3 11:21:15 platformdirs==4.9.2 11:21:15 prettytable==3.17.0 11:21:15 psutil==7.2.2 11:21:15 pyasn1==0.6.2 11:21:15 pyasn1_modules==0.4.2 11:21:15 pycparser==3.0 11:21:15 pygerrit2==2.0.15 11:21:15 PyGithub==2.8.1 11:21:15 Pygments==2.19.2 11:21:15 PyJWT==2.11.0 11:21:15 PyNaCl==1.6.2 11:21:15 pyparsing==2.4.7 11:21:15 pyperclip==1.11.0 11:21:15 pyrsistent==0.20.0 11:21:15 python-cinderclient==9.8.0 11:21:15 python-dateutil==2.9.0.post0 11:21:15 python-discovery==1.1.0 11:21:15 python-heatclient==5.1.0 11:21:15 python-jenkins==1.8.3 11:21:15 python-keystoneclient==5.7.0 11:21:15 python-magnumclient==4.9.0 11:21:15 python-openstackclient==9.0.0 11:21:15 python-swiftclient==4.10.0 11:21:15 PyYAML==6.0.3 11:21:15 referencing==0.37.0 11:21:15 requests==2.32.5 11:21:15 requests-oauthlib==2.0.0 11:21:15 requestsexceptions==1.4.0 11:21:15 rfc3986==2.0.0 11:21:15 rich==14.3.3 11:21:15 rich-argparse==1.7.2 11:21:15 rpds-py==0.30.0 11:21:15 rsa==4.9.1 11:21:15 ruamel.yaml==0.19.1 11:21:15 ruamel.yaml.clib==0.2.15 11:21:15 s3transfer==0.16.0 11:21:15 simplejson==3.20.2 11:21:15 six==1.17.0 11:21:15 smmap==5.0.2 11:21:15 soupsieve==2.8.3 11:21:15 stevedore==5.7.0 11:21:15 tabulate==0.9.0 11:21:15 toml==0.10.2 11:21:15 tomlkit==0.14.0 11:21:15 tqdm==4.67.3 11:21:15 typing_extensions==4.15.0 11:21:15 urllib3==1.26.20 11:21:15 virtualenv==21.1.0 11:21:15 wcwidth==0.6.0 11:21:15 websocket-client==1.9.0 11:21:15 wrapt==2.1.1 11:21:15 xdg==6.0.0 11:21:15 xmltodict==1.0.4 11:21:15 yq==3.4.3 11:21:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14032062077532668444.sh 11:21:15 ---> sudo-logs.sh 11:21:15 Archiving 'sudo' log.. 11:21:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1626109717953518768.sh 11:21:15 ---> job-cost.sh 11:21:15 INFO: Activating Python virtual environment... 11:21:15 Setup pyenv: 11:21:15 system 11:21:15 3.8.13 11:21:15 3.9.13 11:21:15 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:21:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rhES from file:/tmp/.os_lf_venv 11:21:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:21:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:21:17 lf-activate-venv(): INFO: Base packages installed successfully 11:21:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:21:22 lf-activate-venv(): INFO: Adding /tmp/venv-rhES/bin to PATH 11:21:22 INFO: No stack-cost file found 11:21:22 INFO: Instance uptime: 133s 11:21:22 INFO: Fetching instance metadata (attempt 1 of 3)... 11:21:22 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 11:21:22 INFO: Successfully fetched instance metadata 11:21:22 INFO: Instance type: v3-standard-4 11:21:22 INFO: Retrieving pricing info for: v3-standard-4 11:21:22 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 11:21:22 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=133 11:21:22 INFO: Successfully fetched Vexxhost pricing API 11:21:22 INFO: Retrieved cost: 0.11 11:21:22 INFO: Retrieved resource: v3-standard-4 11:21:22 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 11:21:22 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 11:21:22 INFO: Successfully archived job cost data 11:21:22 DEBUG: Cost data: oom-master-checkbashisms-lint,4474,2026-02-27 11:21:22,v3-standard-4,133,0.11,0.00,SUCCESS 11:21:22 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins15663820744076141930.sh 11:21:22 ---> logs-deploy.sh 11:21:22 Setup pyenv: 11:21:22 system 11:21:22 3.8.13 11:21:22 3.9.13 11:21:23 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:21:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rhES from file:/tmp/.os_lf_venv 11:21:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:21:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:21:24 lf-activate-venv(): INFO: Base packages installed successfully 11:21:24 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:21:32 lf-activate-venv(): INFO: Adding /tmp/venv-rhES/bin to PATH 11:21:32 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4474 11:21:32 INFO: archiving workspace using pattern(s): 11:21:32 /tmp/venv-rhES/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 11:21:32 warnings.warn( 11:21:33 Archives upload complete. 11:21:33 INFO: archiving logs to Nexus 11:21:33 /tmp/venv-rhES/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 11:21:33 warnings.warn( 11:21:34 ---> uname -a: 11:21:34 Linux prd-ubuntu1804-builder-4c-4g-277 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:21:34 11:21:34 11:21:34 ---> lscpu: 11:21:34 Architecture: x86_64 11:21:34 CPU op-mode(s): 32-bit, 64-bit 11:21:34 Byte Order: Little Endian 11:21:34 CPU(s): 4 11:21:34 On-line CPU(s) list: 0-3 11:21:34 Thread(s) per core: 1 11:21:34 Core(s) per socket: 1 11:21:34 Socket(s): 4 11:21:34 NUMA node(s): 1 11:21:34 Vendor ID: AuthenticAMD 11:21:34 CPU family: 23 11:21:34 Model: 49 11:21:34 Model name: AMD EPYC-Rome Processor 11:21:34 Stepping: 0 11:21:34 CPU MHz: 2799.998 11:21:34 BogoMIPS: 5599.99 11:21:34 Virtualization: AMD-V 11:21:34 Hypervisor vendor: KVM 11:21:34 Virtualization type: full 11:21:34 L1d cache: 32K 11:21:34 L1i cache: 32K 11:21:34 L2 cache: 512K 11:21:34 L3 cache: 16384K 11:21:34 NUMA node0 CPU(s): 0-3 11:21:34 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:21:34 11:21:34 11:21:34 ---> nproc: 11:21:34 4 11:21:34 11:21:34 11:21:34 ---> df -h: 11:21:34 Filesystem Size Used Avail Use% Mounted on 11:21:34 udev 7.9G 0 7.9G 0% /dev 11:21:34 tmpfs 1.6G 676K 1.6G 1% /run 11:21:34 /dev/vda1 78G 8.3G 70G 11% / 11:21:34 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:21:34 tmpfs 5.0M 0 5.0M 0% /run/lock 11:21:34 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:21:34 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:21:34 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:21:34 11:21:34 11:21:34 ---> free -m: 11:21:34 total used free shared buff/cache available 11:21:34 Mem: 16040 566 13401 0 2071 15159 11:21:34 Swap: 1023 0 1023 11:21:34 11:21:34 11:21:34 ---> ip addr: 11:21:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:21:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:21:34 inet 127.0.0.1/8 scope host lo 11:21:34 valid_lft forever preferred_lft forever 11:21:34 inet6 ::1/128 scope host 11:21:34 valid_lft forever preferred_lft forever 11:21:34 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:21:34 link/ether fa:16:3e:24:38:fc brd ff:ff:ff:ff:ff:ff 11:21:34 inet 10.30.107.205/23 brd 10.30.107.255 scope global dynamic ens3 11:21:34 valid_lft 86263sec preferred_lft 86263sec 11:21:34 inet6 fe80::f816:3eff:fe24:38fc/64 scope link 11:21:34 valid_lft forever preferred_lft forever 11:21:34 11:21:34 11:21:34 ---> sar -b -r -n DEV: 11:21:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-277) 02/27/26 _x86_64_ (4 CPU) 11:21:34 11:21:34 11:19:19 LINUX RESTART (4 CPU) 11:21:34 11:21:34 11:20:02 tps rtps wtps bread/s bwrtn/s 11:21:34 11:21:01 123.76 8.91 114.84 244.16 51764.65 11:21:34 Average: 123.76 8.91 114.84 244.16 51764.65 11:21:34 11:21:34 11:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:21:34 11:21:01 13896372 15569448 2528588 15.39 70124 1798508 751552 4.30 683168 1622164 146396 11:21:34 Average: 13896372 15569448 2528588 15.39 70124 1798508 751552 4.30 683168 1622164 146396 11:21:34 11:21:34 11:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:21:34 11:21:01 ens3 59.89 45.87 763.75 11.59 0.00 0.00 0.00 0.00 11:21:34 11:21:01 lo 1.49 1.49 0.18 0.18 0.00 0.00 0.00 0.00 11:21:34 Average: ens3 59.89 45.87 763.75 11.59 0.00 0.00 0.00 0.00 11:21:34 Average: lo 1.49 1.49 0.18 0.18 0.00 0.00 0.00 0.00 11:21:34 11:21:34 11:21:34 ---> sar -P ALL: 11:21:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-277) 02/27/26 _x86_64_ (4 CPU) 11:21:34 11:21:34 11:19:19 LINUX RESTART (4 CPU) 11:21:34 11:21:34 11:20:02 CPU %user %nice %system %iowait %steal %idle 11:21:34 11:21:01 all 20.47 0.00 1.56 3.80 0.07 74.09 11:21:34 11:21:01 0 10.22 0.00 1.00 7.38 0.07 81.32 11:21:34 11:21:01 1 33.67 0.00 2.60 1.19 0.08 62.46 11:21:34 11:21:01 2 4.99 0.00 0.66 0.07 0.02 94.26 11:21:34 11:21:01 3 32.99 0.00 1.97 6.56 0.12 58.36 11:21:34 Average: all 20.47 0.00 1.56 3.80 0.07 74.09 11:21:34 Average: 0 10.22 0.00 1.00 7.38 0.07 81.32 11:21:34 Average: 1 33.67 0.00 2.60 1.19 0.08 62.46 11:21:34 Average: 2 4.99 0.00 0.66 0.07 0.02 94.26 11:21:34 Average: 3 32.99 0.00 1.97 6.56 0.12 58.36 11:21:34 11:21:34 11:21:34