16:58:39 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143593 16:58:39 Running as SYSTEM 16:58:39 [EnvInject] - Loading node environment variables. 16:58:39 Building remotely on prd-ubuntu1804-builder-4c-4g-2626 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 16:58:39 [ssh-agent] Looking for ssh-agent implementation... 16:58:39 $ ssh-agent 16:58:39 SSH_AUTH_SOCK=/tmp/ssh-y6XBhAE2jGcS/agent.1680 16:58:39 SSH_AGENT_PID=1682 16:58:39 [ssh-agent] Started. 16:58:39 Running ssh-add (command line suppressed) 16:58:39 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_9537343817098171229.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_9537343817098171229.key) 16:58:39 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 16:58:39 The recommended git tool is: NONE 16:58:40 using credential onap-jenkins-ssh 16:58:40 Wiping out workspace first. 16:58:40 Cloning the remote Git repository 16:58:40 Cloning repository git://cloud.onap.org/mirror/oom.git 16:58:40 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 16:58:40 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:58:40 > git --version # timeout=10 16:58:40 > git --version # 'git version 2.17.1' 16:58:40 using GIT_SSH to set credentials Gerrit user 16:58:40 Verifying host key using manually-configured host key entries 16:58:40 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 16:58:46 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:58:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:46 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:58:46 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:58:46 using GIT_SSH to set credentials Gerrit user 16:58:46 Verifying host key using manually-configured host key entries 16:58:46 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/93/143593/4 # timeout=30 16:58:47 > git rev-parse be1ea60ab660c695678ead0adcbc500d374c93a3^{commit} # timeout=10 16:58:47 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 16:58:47 Checking out Revision be1ea60ab660c695678ead0adcbc500d374c93a3 (refs/changes/93/143593/4) 16:58:47 > git config core.sparsecheckout # timeout=10 16:58:47 > git checkout -f be1ea60ab660c695678ead0adcbc500d374c93a3 # timeout=30 16:58:50 Commit message: "[SDC] 13.1.0 release" 16:58:50 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:58:50 > git rev-list --no-walk a1c60ef6e0f2ee4c68bf3d6c0000ed232be29809 # timeout=10 16:58:50 [EnvInject] - Injecting environment variables from a build step. 16:58:50 [EnvInject] - Injecting as environment variables the properties content 16:58:50 PYTHON=python3 16:58:50 16:58:50 [EnvInject] - Variables injected successfully. 16:58:50 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins8405346146195215707.sh 16:58:50 ---> tox-install.sh 16:58:50 + source /home/jenkins/lf-env.sh 16:58:50 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:58:50 ++ mktemp -d /tmp/venv-XXXX 16:58:50 + lf_venv=/tmp/venv-4wFx 16:58:50 + local venv_file=/tmp/.os_lf_venv 16:58:50 + local python=python3 16:58:50 + local options 16:58:50 + local set_path=true 16:58:50 + local install_args= 16:58:50 ++ 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 16:58:50 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:58:50 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:58:50 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:58:50 + true 16:58:50 + case $1 in 16:58:50 + venv_file=/tmp/.toxenv 16:58:50 + shift 2 16:58:50 + true 16:58:50 + case $1 in 16:58:50 + shift 16:58:50 + break 16:58:50 + case $python in 16:58:50 + local pkg_list= 16:58:50 + [[ -d /opt/pyenv ]] 16:58:50 + echo 'Setup pyenv:' 16:58:50 Setup pyenv: 16:58:50 + export PYENV_ROOT=/opt/pyenv 16:58:50 + PYENV_ROOT=/opt/pyenv 16:58:50 + 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 16:58:50 + 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 16:58:50 + pyenv versions 16:58:51 * system (set by /opt/pyenv/version) 16:58:51 * 3.8.13 (set by /opt/pyenv/version) 16:58:51 * 3.9.13 (set by /opt/pyenv/version) 16:58:51 * 3.10.6 (set by /opt/pyenv/version) 16:58:51 + command -v pyenv 16:58:51 ++ pyenv init - --no-rehash 16:58:51 + 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[*]}"'\'')" 16:58:51 export PATH="/opt/pyenv/shims:${PATH}" 16:58:51 export PYENV_SHELL=bash 16:58:51 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:58:51 pyenv() { 16:58:51 local command 16:58:51 command="${1:-}" 16:58:51 if [ "$#" -gt 0 ]; then 16:58:51 shift 16:58:51 fi 16:58:51 16:58:51 case "$command" in 16:58:51 rehash|shell) 16:58:51 eval "$(pyenv "sh-$command" "$@")" 16:58:51 ;; 16:58:51 *) 16:58:51 command pyenv "$command" "$@" 16:58:51 ;; 16:58:51 esac 16:58:51 }' 16:58:51 +++ 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[*]}"' 16:58:51 ++ 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 16:58:51 ++ 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 16:58:51 ++ 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 16:58:51 ++ export PYENV_SHELL=bash 16:58:51 ++ PYENV_SHELL=bash 16:58:51 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:58:51 +++ complete -F _pyenv pyenv 16:58:51 ++ lf-pyver python3 16:58:51 ++ local py_version_xy=python3 16:58:51 ++ local py_version_xyz= 16:58:51 ++ pyenv versions 16:58:51 ++ local command 16:58:51 ++ command=versions 16:58:51 ++ '[' 1 -gt 0 ']' 16:58:51 ++ shift 16:58:51 ++ case "$command" in 16:58:51 ++ command pyenv versions 16:58:51 ++ pyenv versions 16:58:51 ++ sed 's/^[ *]* //' 16:58:51 ++ awk '{ print $1 }' 16:58:51 ++ grep -E '^[0-9.]*[0-9]$' 16:58:51 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:58:51 +++ grep '^3' /tmp/.pyenv_versions 16:58:51 +++ tail -n 1 16:58:51 +++ sort -V 16:58:51 ++ py_version_xyz=3.10.6 16:58:51 ++ [[ -z 3.10.6 ]] 16:58:51 ++ echo 3.10.6 16:58:51 ++ return 0 16:58:51 + pyenv local 3.10.6 16:58:51 + local command 16:58:51 + command=local 16:58:51 + '[' 2 -gt 0 ']' 16:58:51 + shift 16:58:51 + case "$command" in 16:58:51 + command pyenv local 3.10.6 16:58:51 + pyenv local 3.10.6 16:58:51 + for arg in "$@" 16:58:51 + case $arg in 16:58:51 + pkg_list+='tox ' 16:58:51 + for arg in "$@" 16:58:51 + case $arg in 16:58:51 + pkg_list+='virtualenv ' 16:58:51 + for arg in "$@" 16:58:51 + case $arg in 16:58:51 + pkg_list+='urllib3~=1.26.15 ' 16:58:51 + [[ -f /tmp/.toxenv ]] 16:58:51 + [[ ! -f /tmp/.toxenv ]] 16:58:51 + [[ -n '' ]] 16:58:51 + python3 -m venv /tmp/venv-4wFx 16:58:55 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4wFx' 16:58:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4wFx 16:58:55 + echo /tmp/venv-4wFx 16:58:55 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 16:58:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 16:58:55 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:58:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:58:55 + local 'pip_opts=--upgrade --quiet' 16:58:55 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:58:55 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:58:55 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:58:55 + [[ -n '' ]] 16:58:55 + [[ -n '' ]] 16:58:55 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:58:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:58:55 + /tmp/venv-4wFx/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 16:58:59 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:58:59 lf-activate-venv(): INFO: Base packages installed successfully 16:58:59 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:58:59 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:58:59 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:58:59 + /tmp/venv-4wFx/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 16:59:01 + type python3 16:59:01 + true 16:59:01 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-4wFx/bin to PATH' 16:59:01 lf-activate-venv(): INFO: Adding /tmp/venv-4wFx/bin to PATH 16:59:01 + PATH=/tmp/venv-4wFx/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 16:59:01 + return 0 16:59:01 + python3 --version 16:59:01 Python 3.10.6 16:59:01 + python3 -m pip --version 16:59:01 pip 26.0.1 from /tmp/venv-4wFx/lib/python3.10/site-packages/pip (python 3.10) 16:59:01 + python3 -m pip freeze 16:59:01 cachetools==7.0.5 16:59:01 colorama==0.4.6 16:59:01 distlib==0.4.0 16:59:01 filelock==3.25.2 16:59:01 packaging==26.0 16:59:01 platformdirs==4.9.4 16:59:01 pluggy==1.6.0 16:59:01 pyproject-api==1.10.0 16:59:01 python-discovery==1.1.3 16:59:01 tomli==2.4.0 16:59:01 tomli_w==1.2.0 16:59:01 tox==4.50.0 16:59:01 typing_extensions==4.15.0 16:59:01 urllib3==1.26.20 16:59:01 virtualenv==21.2.0 16:59:01 [EnvInject] - Injecting environment variables from a build step. 16:59:01 [EnvInject] - Injecting as environment variables the properties content 16:59:01 PARALLEL=false 16:59:01 16:59:01 [EnvInject] - Variables injected successfully. 16:59:01 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins3202802522144613525.sh 16:59:01 ---> tox-run.sh 16:59:01 + 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 16:59:01 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 16:59:01 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 16:59:01 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 16:59:01 + cd /w/workspace/oom-master-checkbashisms-lint/. 16:59:01 + source /home/jenkins/lf-env.sh 16:59:01 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:59:01 ++ mktemp -d /tmp/venv-XXXX 16:59:01 + lf_venv=/tmp/venv-lgCT 16:59:01 + local venv_file=/tmp/.os_lf_venv 16:59:01 + local python=python3 16:59:01 + local options 16:59:01 + local set_path=true 16:59:01 + local install_args= 16:59: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 16:59:01 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:59:01 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:59:01 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:59:01 + true 16:59:01 + case $1 in 16:59:01 + venv_file=/tmp/.toxenv 16:59:01 + shift 2 16:59:01 + true 16:59:01 + case $1 in 16:59:01 + shift 16:59:01 + break 16:59:01 + case $python in 16:59:01 + local pkg_list= 16:59:01 + [[ -d /opt/pyenv ]] 16:59:01 + echo 'Setup pyenv:' 16:59:01 Setup pyenv: 16:59:01 + export PYENV_ROOT=/opt/pyenv 16:59:01 + PYENV_ROOT=/opt/pyenv 16:59:01 + 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 16:59:01 + 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 16:59:01 + pyenv versions 16:59:01 system 16:59:01 3.8.13 16:59:01 3.9.13 16:59:01 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 16:59:01 + command -v pyenv 16:59:01 ++ pyenv init - --no-rehash 16:59: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[*]}"'\'')" 16:59:01 export PATH="/opt/pyenv/shims:${PATH}" 16:59:01 export PYENV_SHELL=bash 16:59:01 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:59:01 pyenv() { 16:59:01 local command 16:59:01 command="${1:-}" 16:59:01 if [ "$#" -gt 0 ]; then 16:59:01 shift 16:59:01 fi 16:59:01 16:59:01 case "$command" in 16:59:01 rehash|shell) 16:59:01 eval "$(pyenv "sh-$command" "$@")" 16:59:01 ;; 16:59:01 *) 16:59:01 command pyenv "$command" "$@" 16:59:01 ;; 16:59:01 esac 16:59:01 }' 16:59: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[*]}"' 16:59:01 ++ 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 16:59:01 ++ 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 16:59:01 ++ 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 16:59:01 ++ export PYENV_SHELL=bash 16:59:01 ++ PYENV_SHELL=bash 16:59:01 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:59:01 +++ complete -F _pyenv pyenv 16:59:01 ++ lf-pyver python3 16:59:01 ++ local py_version_xy=python3 16:59:01 ++ local py_version_xyz= 16:59:01 ++ pyenv versions 16:59:01 ++ local command 16:59:01 ++ command=versions 16:59:01 ++ '[' 1 -gt 0 ']' 16:59:01 ++ shift 16:59:01 ++ case "$command" in 16:59:01 ++ sed 's/^[ *]* //' 16:59:01 ++ command pyenv versions 16:59:01 ++ pyenv versions 16:59:01 ++ awk '{ print $1 }' 16:59:01 ++ grep -E '^[0-9.]*[0-9]$' 16:59:02 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:59:02 +++ grep '^3' /tmp/.pyenv_versions 16:59:02 +++ sort -V 16:59:02 +++ tail -n 1 16:59:02 ++ py_version_xyz=3.10.6 16:59:02 ++ [[ -z 3.10.6 ]] 16:59:02 ++ echo 3.10.6 16:59:02 ++ return 0 16:59:02 + pyenv local 3.10.6 16:59:02 + local command 16:59:02 + command=local 16:59:02 + '[' 2 -gt 0 ']' 16:59:02 + shift 16:59:02 + case "$command" in 16:59:02 + command pyenv local 3.10.6 16:59:02 + pyenv local 3.10.6 16:59:02 + for arg in "$@" 16:59:02 + case $arg in 16:59:02 + pkg_list+='tox ' 16:59:02 + for arg in "$@" 16:59:02 + case $arg in 16:59:02 + pkg_list+='virtualenv ' 16:59:02 + for arg in "$@" 16:59:02 + case $arg in 16:59:02 + pkg_list+='urllib3~=1.26.15 ' 16:59:02 + [[ -f /tmp/.toxenv ]] 16:59:02 ++ cat /tmp/.toxenv 16:59:02 + lf_venv=/tmp/venv-4wFx 16:59:02 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4wFx from' file:/tmp/.toxenv 16:59:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4wFx from file:/tmp/.toxenv 16:59:02 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:59:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:59:02 + local 'pip_opts=--upgrade --quiet' 16:59:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:59:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:59:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:59:02 + [[ -n '' ]] 16:59:02 + [[ -n '' ]] 16:59:02 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:59:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:59:02 + /tmp/venv-4wFx/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 16:59:02 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:59:02 lf-activate-venv(): INFO: Base packages installed successfully 16:59:02 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:59:02 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:59:02 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:59:02 + /tmp/venv-4wFx/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 16:59:03 + type python3 16:59:03 + true 16:59:03 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-4wFx/bin to PATH' 16:59:03 lf-activate-venv(): INFO: Adding /tmp/venv-4wFx/bin to PATH 16:59:03 + PATH=/tmp/venv-4wFx/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 16:59:03 + return 0 16:59:03 + [[ -d /opt/pyenv ]] 16:59:03 + echo '---> Setting up pyenv' 16:59:03 ---> Setting up pyenv 16:59:03 + export PYENV_ROOT=/opt/pyenv 16:59:03 + PYENV_ROOT=/opt/pyenv 16:59:03 + export PATH=/opt/pyenv/bin:/tmp/venv-4wFx/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 16:59:03 + PATH=/opt/pyenv/bin:/tmp/venv-4wFx/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 16:59:03 ++ pwd 16:59:03 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 16:59:03 + export PYTHONPATH 16:59:03 + export TOX_TESTENV_PASSENV=PYTHONPATH 16:59:03 + TOX_TESTENV_PASSENV=PYTHONPATH 16:59:03 + tox --version 16:59:04 4.50.0 from /tmp/venv-4wFx/lib/python3.10/site-packages/tox/__init__.py 16:59:04 + PARALLEL=false 16:59:04 + TOX_OPTIONS_LIST= 16:59:04 + [[ -n checkbashisms ]] 16:59:04 + TOX_OPTIONS_LIST=' -e checkbashisms' 16:59:04 + case ${PARALLEL,,} in 16:59:04 + tox -e checkbashisms 16:59:04 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 16:59:05 checkbashisms: freeze> python -m pip freeze --all 16:59:05 checkbashisms: pip==26.0.1,setuptools==82.0.0 16:59:05 checkbashisms: commands[0]> .ci/check-bashisms.sh 16:59:07 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 16:59:09 checkbashisms: OK (4.76=setup[1.37]+cmd[3.39] seconds) 16:59:09 congratulations :) (4.80 seconds) 16:59:09 + tox_status=0 16:59:09 + echo '---> Completed tox runs' 16:59:09 ---> Completed tox runs 16:59:09 + for i in .tox/*/log 16:59:09 ++ echo .tox/checkbashisms/log 16:59:09 ++ awk -F/ '{print $2}' 16:59:09 + tox_env=checkbashisms 16:59:09 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 16:59:09 + DOC_DIR=docs/_build/html 16:59:09 + [[ -d docs/_build/html ]] 16:59:09 + echo '---> tox-run.sh ends' 16:59:09 ---> tox-run.sh ends 16:59:09 + test 0 -eq 0 16:59:09 $ ssh-agent -k 16:59:09 unset SSH_AUTH_SOCK; 16:59:09 unset SSH_AGENT_PID; 16:59:09 echo Agent pid 1682 killed; 16:59:09 [ssh-agent] Stopped. 16:59:09 [PostBuildScript] - [INFO] Executing post build scripts. 16:59:09 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1087168875468229628.sh 16:59:09 ---> sysstat.sh 16:59:09 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2499789819940277333.sh 16:59:09 ---> package-listing.sh 16:59:09 ++ facter osfamily 16:59:09 ++ tr '[:upper:]' '[:lower:]' 16:59:09 + OS_FAMILY=debian 16:59:09 + workspace=/w/workspace/oom-master-checkbashisms-lint 16:59:09 + START_PACKAGES=/tmp/packages_start.txt 16:59:09 + END_PACKAGES=/tmp/packages_end.txt 16:59:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:59:09 + PACKAGES=/tmp/packages_start.txt 16:59:09 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 16:59:09 + PACKAGES=/tmp/packages_end.txt 16:59:09 + case "${OS_FAMILY}" in 16:59:09 + dpkg -l 16:59:09 + grep '^ii' 16:59:09 + '[' -f /tmp/packages_start.txt ']' 16:59:09 + '[' -f /tmp/packages_end.txt ']' 16:59:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:59:10 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 16:59:10 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 16:59:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 16:59:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins978865171825357013.sh 16:59:10 ---> capture-instance-metadata.sh 16:59:10 Setup pyenv: 16:59:10 system 16:59:10 3.8.13 16:59:10 3.9.13 16:59:10 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 16:59:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8w8c 16:59:13 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:59:13 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:59:13 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:59:18 lf-activate-venv(): INFO: Base packages installed successfully 16:59:18 lf-activate-venv(): INFO: Installing additional packages: lftools 16:59:41 lf-activate-venv(): INFO: Adding /tmp/venv-8w8c/bin to PATH 16:59:41 INFO: Running in OpenStack, capturing instance metadata 16:59:41 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17253387429723374028.sh 16:59:41 provisioning config files... 16:59:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config5467236001533149136tmp 16:59:41 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:59:41 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:59:41 [EnvInject] - Injecting environment variables from a build step. 16:59:41 [EnvInject] - Injecting as environment variables the properties content 16:59:41 SERVER_ID=logs 16:59:41 16:59:41 [EnvInject] - Variables injected successfully. 16:59:41 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins894076323323860343.sh 16:59:41 ---> create-netrc.sh 16:59:41 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1302141755721511005.sh 16:59:41 ---> python-tools-install.sh 16:59:41 Setup pyenv: 16:59:41 system 16:59:41 3.8.13 16:59:41 3.9.13 16:59:41 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 16:59:42 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8w8c from file:/tmp/.os_lf_venv 16:59:42 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:59:42 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:59:43 lf-activate-venv(): INFO: Base packages installed successfully 16:59:43 lf-activate-venv(): INFO: Installing additional packages: lftools 16:59:51 lf-activate-venv(): INFO: Adding /tmp/venv-8w8c/bin to PATH 16:59:51 Generating Requirements File 17:00:08 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. 17:00:08 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 17:00:08 Python 3.10.6 17:00:08 pip 26.0.1 from /tmp/venv-8w8c/lib/python3.10/site-packages/pip (python 3.10) 17:00:09 appdirs==1.4.4 17:00:09 argcomplete==3.6.3 17:00:09 aspy.yaml==1.3.0 17:00:09 attrs==25.4.0 17:00:09 autopage==0.6.0 17:00:09 backports.strenum==1.3.1 17:00:09 beautifulsoup4==4.14.3 17:00:09 boto3==1.42.69 17:00:09 botocore==1.42.69 17:00:09 bs4==0.0.2 17:00:09 certifi==2026.2.25 17:00:09 cffi==2.0.0 17:00:09 cfgv==3.5.0 17:00:09 chardet==7.1.0 17:00:09 charset-normalizer==3.4.6 17:00:09 click==8.3.1 17:00:09 cliff==4.13.2 17:00:09 cmd2==3.4.0 17:00:09 cryptography==3.3.2 17:00:09 debtcollector==3.0.0 17:00:09 decorator==5.2.1 17:00:09 defusedxml==0.7.1 17:00:09 Deprecated==1.3.1 17:00:09 distlib==0.4.0 17:00:09 dnspython==2.8.0 17:00:09 docker==7.1.0 17:00:09 dogpile.cache==1.5.0 17:00:09 durationpy==0.10 17:00:09 email-validator==2.3.0 17:00:09 filelock==3.25.2 17:00:09 future==1.0.0 17:00:09 gitdb==4.0.12 17:00:09 GitPython==3.1.46 17:00:09 httplib2==0.30.2 17:00:09 identify==2.6.18 17:00:09 idna==3.11 17:00:09 importlib-resources==1.5.0 17:00:09 iso8601==2.1.0 17:00:09 Jinja2==3.1.6 17:00:09 jmespath==1.1.0 17:00:09 jsonpatch==1.33 17:00:09 jsonpointer==3.0.0 17:00:09 jsonschema==4.26.0 17:00:09 jsonschema-specifications==2025.9.1 17:00:09 keystoneauth1==5.13.1 17:00:09 kubernetes==35.0.0 17:00:09 lftools==0.37.22 17:00:09 lxml==6.0.2 17:00:09 markdown-it-py==4.0.0 17:00:09 MarkupSafe==3.0.3 17:00:09 mdurl==0.1.2 17:00:09 msgpack==1.1.2 17:00:09 multi_key_dict==2.0.3 17:00:09 munch==4.0.0 17:00:09 netaddr==1.3.0 17:00:09 niet==1.4.2 17:00:09 nodeenv==1.10.0 17:00:09 oauth2client==4.1.3 17:00:09 oauthlib==3.3.1 17:00:09 openstacksdk==4.10.0 17:00:09 os-service-types==1.8.2 17:00:09 osc-lib==4.4.0 17:00:09 oslo.config==10.3.0 17:00:09 oslo.context==6.3.0 17:00:09 oslo.i18n==6.7.2 17:00:09 oslo.log==8.1.0 17:00:09 oslo.serialization==5.9.1 17:00:09 oslo.utils==10.0.0 17:00:09 packaging==26.0 17:00:09 pbr==7.0.3 17:00:09 platformdirs==4.9.4 17:00:09 prettytable==3.17.0 17:00:09 psutil==7.2.2 17:00:09 pyasn1==0.6.3 17:00:09 pyasn1_modules==0.4.2 17:00:09 pycparser==3.0 17:00:09 pygerrit2==2.0.15 17:00:09 PyGithub==2.8.1 17:00:09 Pygments==2.19.2 17:00:09 PyJWT==2.12.1 17:00:09 PyNaCl==1.6.2 17:00:09 pyparsing==2.4.7 17:00:09 pyperclip==1.11.0 17:00:09 pyrsistent==0.20.0 17:00:09 python-cinderclient==9.9.0 17:00:09 python-dateutil==2.9.0.post0 17:00:09 python-discovery==1.1.3 17:00:09 python-heatclient==5.1.0 17:00:09 python-jenkins==1.8.3 17:00:09 python-keystoneclient==5.8.0 17:00:09 python-magnumclient==4.10.0 17:00:09 python-openstackclient==9.0.0 17:00:09 python-swiftclient==4.10.0 17:00:09 PyYAML==6.0.3 17:00:09 referencing==0.37.0 17:00:09 requests==2.32.5 17:00:09 requests-oauthlib==2.0.0 17:00:09 requestsexceptions==1.4.0 17:00:09 rfc3986==2.0.0 17:00:09 rich==14.3.3 17:00:09 rich-argparse==1.7.2 17:00:09 rpds-py==0.30.0 17:00:09 rsa==4.9.1 17:00:09 ruamel.yaml==0.19.1 17:00:09 ruamel.yaml.clib==0.2.15 17:00:09 s3transfer==0.16.0 17:00:09 simplejson==3.20.2 17:00:09 six==1.17.0 17:00:09 smmap==5.0.3 17:00:09 soupsieve==2.8.3 17:00:09 stevedore==5.7.0 17:00:09 tabulate==0.10.0 17:00:09 toml==0.10.2 17:00:09 tomlkit==0.14.0 17:00:09 tqdm==4.67.3 17:00:09 typing_extensions==4.15.0 17:00:09 urllib3==1.26.20 17:00:09 virtualenv==21.2.0 17:00:09 wcwidth==0.6.0 17:00:09 websocket-client==1.9.0 17:00:09 wrapt==2.1.2 17:00:09 xdg==6.0.0 17:00:09 xmltodict==1.0.4 17:00:09 yq==3.4.3 17:00:09 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins18089668033887681849.sh 17:00:09 ---> sudo-logs.sh 17:00:09 Archiving 'sudo' log.. 17:00:09 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7729800417383268916.sh 17:00:09 ---> job-cost.sh 17:00:09 INFO: Activating Python virtual environment... 17:00:09 Setup pyenv: 17:00:09 system 17:00:09 3.8.13 17:00:09 3.9.13 17:00:09 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:00:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8w8c from file:/tmp/.os_lf_venv 17:00:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:00:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:00:11 lf-activate-venv(): INFO: Base packages installed successfully 17:00:11 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:00:16 lf-activate-venv(): INFO: Adding /tmp/venv-8w8c/bin to PATH 17:00:16 INFO: No stack-cost file found 17:00:16 INFO: Instance uptime: 154s 17:00:16 INFO: Fetching instance metadata (attempt 1 of 3)... 17:00:16 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 17:00:16 INFO: Successfully fetched instance metadata 17:00:16 INFO: Instance type: v3-standard-4 17:00:16 INFO: Retrieving pricing info for: v3-standard-4 17:00:16 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 17:00:16 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=154 17:00:16 INFO: Successfully fetched Vexxhost pricing API 17:00:16 INFO: Retrieved cost: 0.11 17:00:17 INFO: Retrieved resource: v3-standard-4 17:00:17 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 17:00:17 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 17:00:17 INFO: Successfully archived job cost data 17:00:17 DEBUG: Cost data: oom-master-checkbashisms-lint,4507,2026-03-17 17:00:17,v3-standard-4,154,0.11,0.00,SUCCESS 17:00:17 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins14391107939391802795.sh 17:00:17 ---> logs-deploy.sh 17:00:17 Setup pyenv: 17:00:17 system 17:00:17 3.8.13 17:00:17 3.9.13 17:00:17 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:00:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8w8c from file:/tmp/.os_lf_venv 17:00:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:00:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:00:18 lf-activate-venv(): INFO: Base packages installed successfully 17:00:18 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 17:00:26 lf-activate-venv(): INFO: Adding /tmp/venv-8w8c/bin to PATH 17:00:26 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4507 17:00:26 INFO: archiving workspace using pattern(s): 17:00:26 /tmp/venv-8w8c/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.6) doesn't match a supported version! 17:00:26 warnings.warn( 17:00:27 Archives upload complete. 17:00:27 INFO: archiving logs to Nexus 17:00:27 /tmp/venv-8w8c/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.6) doesn't match a supported version! 17:00:27 warnings.warn( 17:00:28 ---> uname -a: 17:00:28 Linux prd-ubuntu1804-builder-4c-4g-2626 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 17:00:28 17:00:28 17:00:28 ---> lscpu: 17:00:28 Architecture: x86_64 17:00:28 CPU op-mode(s): 32-bit, 64-bit 17:00:28 Byte Order: Little Endian 17:00:28 CPU(s): 4 17:00:28 On-line CPU(s) list: 0-3 17:00:28 Thread(s) per core: 1 17:00:28 Core(s) per socket: 1 17:00:28 Socket(s): 4 17:00:28 NUMA node(s): 1 17:00:28 Vendor ID: AuthenticAMD 17:00:28 CPU family: 23 17:00:28 Model: 49 17:00:28 Model name: AMD EPYC-Rome Processor 17:00:28 Stepping: 0 17:00:28 CPU MHz: 2799.998 17:00:28 BogoMIPS: 5599.99 17:00:28 Virtualization: AMD-V 17:00:28 Hypervisor vendor: KVM 17:00:28 Virtualization type: full 17:00:28 L1d cache: 32K 17:00:28 L1i cache: 32K 17:00:28 L2 cache: 512K 17:00:28 L3 cache: 16384K 17:00:28 NUMA node0 CPU(s): 0-3 17:00:28 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 17:00:28 17:00:28 17:00:28 ---> nproc: 17:00:28 4 17:00:28 17:00:28 17:00:28 ---> df -h: 17:00:28 Filesystem Size Used Avail Use% Mounted on 17:00:28 udev 7.9G 0 7.9G 0% /dev 17:00:28 tmpfs 1.6G 676K 1.6G 1% /run 17:00:28 /dev/vda1 78G 8.3G 70G 11% / 17:00:28 tmpfs 7.9G 0 7.9G 0% /dev/shm 17:00:28 tmpfs 5.0M 0 5.0M 0% /run/lock 17:00:28 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 17:00:28 /dev/vda15 105M 4.4M 100M 5% /boot/efi 17:00:28 tmpfs 1.6G 0 1.6G 0% /run/user/1001 17:00:28 17:00:28 17:00:28 ---> free -m: 17:00:28 total used free shared buff/cache available 17:00:28 Mem: 16040 550 13428 0 2060 15175 17:00:28 Swap: 1023 0 1023 17:00:28 17:00:28 17:00:28 ---> ip addr: 17:00:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:00:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:00:28 inet 127.0.0.1/8 scope host lo 17:00:28 valid_lft forever preferred_lft forever 17:00:28 inet6 ::1/128 scope host 17:00:28 valid_lft forever preferred_lft forever 17:00:28 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 17:00:28 link/ether fa:16:3e:ea:53:f2 brd ff:ff:ff:ff:ff:ff 17:00:28 inet 10.30.106.254/23 brd 10.30.107.255 scope global dynamic ens3 17:00:28 valid_lft 86274sec preferred_lft 86274sec 17:00:28 inet6 fe80::f816:3eff:feea:53f2/64 scope link 17:00:28 valid_lft forever preferred_lft forever 17:00:28 17:00:28 17:00:28 ---> sar -b -r -n DEV: 17:00:28 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2626) 03/17/26 _x86_64_ (4 CPU) 17:00:28 17:00:28 16:58:24 LINUX RESTART (4 CPU) 17:00:28 17:00:28 16:59:01 tps rtps wtps bread/s bwrtn/s 17:00:28 17:00:01 124.80 5.35 119.45 216.76 52130.24 17:00:28 Average: 124.80 5.35 119.45 216.76 52130.24 17:00:28 17:00:28 16:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:00:28 17:00:01 13843764 15542648 2581204 15.72 72376 1820156 770464 4.41 707224 1644956 161640 17:00:28 Average: 13843764 15542648 2581204 15.72 72376 1820156 770464 4.41 707224 1644956 161640 17:00:28 17:00:28 16:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:00:28 17:00:01 lo 1.40 1.40 0.17 0.17 0.00 0.00 0.00 0.00 17:00:28 17:00:01 ens3 66.76 50.12 834.78 12.16 0.00 0.00 0.00 0.00 17:00:28 Average: lo 1.40 1.40 0.17 0.17 0.00 0.00 0.00 0.00 17:00:28 Average: ens3 66.76 50.12 834.78 12.16 0.00 0.00 0.00 0.00 17:00:28 17:00:28 17:00:28 ---> sar -P ALL: 17:00:28 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2626) 03/17/26 _x86_64_ (4 CPU) 17:00:28 17:00:28 16:58:24 LINUX RESTART (4 CPU) 17:00:28 17:00:28 16:59:01 CPU %user %nice %system %iowait %steal %idle 17:00:28 17:00:01 all 20.23 0.00 1.44 3.78 0.05 74.49 17:00:28 17:00:01 0 30.05 0.00 2.07 1.04 0.05 66.79 17:00:28 17:00:01 1 12.13 0.00 0.57 6.81 0.07 80.42 17:00:28 17:00:01 2 9.16 0.00 1.20 5.57 0.03 84.03 17:00:28 17:00:01 3 29.60 0.00 1.90 1.70 0.05 66.75 17:00:28 Average: all 20.23 0.00 1.44 3.78 0.05 74.49 17:00:28 Average: 0 30.05 0.00 2.07 1.04 0.05 66.79 17:00:28 Average: 1 12.13 0.00 0.57 6.81 0.07 80.42 17:00:28 Average: 2 9.16 0.00 1.20 5.57 0.03 84.03 17:00:28 Average: 3 29.60 0.00 1.90 1.70 0.05 66.75 17:00:28 17:00:28 17:00:28