19:29:27 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146434 19:29:27 Running as SYSTEM 19:29:27 [EnvInject] - Loading node environment variables. 19:29:27 Building remotely on prd-ubuntu1804-builder-4c-4g-1375 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 19:29:27 [ssh-agent] Looking for ssh-agent implementation... 19:29:27 $ ssh-agent 19:29:27 SSH_AUTH_SOCK=/tmp/ssh-zuZlEcsO7HBl/agent.1664 19:29:27 SSH_AGENT_PID=1666 19:29:27 [ssh-agent] Started. 19:29:27 Running ssh-add (command line suppressed) 19:29:27 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_10789923084156857078.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_10789923084156857078.key) 19:29:27 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:29:27 The recommended git tool is: NONE 19:29:29 using credential onap-jenkins-ssh 19:29:29 Wiping out workspace first. 19:29:29 Cloning the remote Git repository 19:29:29 Cloning repository git://cloud.onap.org/mirror/oom.git 19:29:29 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 19:29:29 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:29:29 > git --version # timeout=10 19:29:29 > git --version # 'git version 2.17.1' 19:29:29 using GIT_SSH to set credentials Gerrit user 19:29:29 Verifying host key using manually-configured host key entries 19:29:29 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:29:35 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:29:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:29:35 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:29:35 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:29:35 using GIT_SSH to set credentials Gerrit user 19:29:35 Verifying host key using manually-configured host key entries 19:29:35 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/34/146434/1 # timeout=30 19:29:35 > git rev-parse e8092c02ae7e9a955f29dbfc91195ef5410e56d8^{commit} # timeout=10 19:29:35 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:29:35 Checking out Revision e8092c02ae7e9a955f29dbfc91195ef5410e56d8 (refs/changes/34/146434/1) 19:29:35 > git config core.sparsecheckout # timeout=10 19:29:35 > git checkout -f e8092c02ae7e9a955f29dbfc91195ef5410e56d8 # timeout=30 19:29:39 Commit message: "Fix: Revert Python to 3.11 in docs configuration" 19:29:39 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:29:39 > git rev-list --no-walk 14ace7cc58e0f060d4c48684141f125d0ff0169a # timeout=10 19:29:39 [EnvInject] - Injecting environment variables from a build step. 19:29:39 [EnvInject] - Injecting as environment variables the properties content 19:29:39 PYTHON=python3 19:29:39 19:29:39 [EnvInject] - Variables injected successfully. 19:29:39 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins3774712055869681633.sh 19:29:39 ---> tox-install.sh 19:29:39 + source /home/jenkins/lf-env.sh 19:29:39 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:29:39 ++ mktemp -d /tmp/venv-XXXX 19:29:39 + lf_venv=/tmp/venv-IxQF 19:29:39 + local venv_file=/tmp/.os_lf_venv 19:29:39 + local python=python3 19:29:39 + local options 19:29:39 + local set_path=true 19:29:39 + local install_args= 19:29:39 ++ 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 19:29:39 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:29:39 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:29:39 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:29:39 + true 19:29:39 + case $1 in 19:29:39 + venv_file=/tmp/.toxenv 19:29:39 + shift 2 19:29:39 + true 19:29:39 + case $1 in 19:29:39 + shift 19:29:39 + break 19:29:39 + case $python in 19:29:39 + local pkg_list= 19:29:39 + [[ -d /opt/pyenv ]] 19:29:39 + echo 'Setup pyenv:' 19:29:39 Setup pyenv: 19:29:39 + export PYENV_ROOT=/opt/pyenv 19:29:39 + PYENV_ROOT=/opt/pyenv 19:29:39 + 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 19:29:39 + 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 19:29:39 + pyenv versions 19:29:39 * system (set by /opt/pyenv/version) 19:29:39 * 3.8.13 (set by /opt/pyenv/version) 19:29:39 * 3.9.13 (set by /opt/pyenv/version) 19:29:39 * 3.10.6 (set by /opt/pyenv/version) 19:29:39 + command -v pyenv 19:29:39 ++ pyenv init - --no-rehash 19:29:39 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 19:29:39 export PATH="/opt/pyenv/shims:${PATH}" 19:29:39 export PYENV_SHELL=bash 19:29:39 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:29:39 pyenv() { 19:29:39 local command 19:29:39 command="${1:-}" 19:29:39 if [ "$#" -gt 0 ]; then 19:29:39 shift 19:29:39 fi 19:29:39 19:29:39 case "$command" in 19:29:39 rehash|shell) 19:29:39 eval "$(pyenv "sh-$command" "$@")" 19:29:39 ;; 19:29:39 *) 19:29:39 command pyenv "$command" "$@" 19:29:39 ;; 19:29:39 esac 19:29:39 }' 19:29:39 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 19:29:39 ++ 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 19:29:39 ++ 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 19:29:39 ++ 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 19:29:39 ++ export PYENV_SHELL=bash 19:29:39 ++ PYENV_SHELL=bash 19:29:39 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:29:39 +++ complete -F _pyenv pyenv 19:29:39 ++ lf-pyver python3 19:29:39 ++ local py_version_xy=python3 19:29:39 ++ local py_version_xyz= 19:29:39 ++ pyenv versions 19:29:39 ++ local command 19:29:39 ++ command=versions 19:29:39 ++ '[' 1 -gt 0 ']' 19:29:39 ++ shift 19:29:39 ++ case "$command" in 19:29:39 ++ command pyenv versions 19:29:39 ++ pyenv versions 19:29:39 ++ sed 's/^[ *]* //' 19:29:39 ++ grep -E '^[0-9.]*[0-9]$' 19:29:39 ++ awk '{ print $1 }' 19:29:40 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:29:40 +++ grep '^3' /tmp/.pyenv_versions 19:29:40 +++ sort -V 19:29:40 +++ tail -n 1 19:29:40 ++ py_version_xyz=3.10.6 19:29:40 ++ [[ -z 3.10.6 ]] 19:29:40 ++ echo 3.10.6 19:29:40 ++ return 0 19:29:40 + pyenv local 3.10.6 19:29:40 + local command 19:29:40 + command=local 19:29:40 + '[' 2 -gt 0 ']' 19:29:40 + shift 19:29:40 + case "$command" in 19:29:40 + command pyenv local 3.10.6 19:29:40 + pyenv local 3.10.6 19:29:40 + for arg in "$@" 19:29:40 + case $arg in 19:29:40 + pkg_list+='tox ' 19:29:40 + for arg in "$@" 19:29:40 + case $arg in 19:29:40 + pkg_list+='virtualenv ' 19:29:40 + for arg in "$@" 19:29:40 + case $arg in 19:29:40 + pkg_list+='urllib3~=1.26.15 ' 19:29:40 + [[ -f /tmp/.toxenv ]] 19:29:40 + [[ ! -f /tmp/.toxenv ]] 19:29:40 + [[ -n '' ]] 19:29:40 + python3 -m venv /tmp/venv-IxQF 19:29:44 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IxQF' 19:29:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IxQF 19:29:44 + echo /tmp/venv-IxQF 19:29:44 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:29:44 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:29:44 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:29:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:29:44 + local 'pip_opts=--upgrade --quiet' 19:29:44 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:29:44 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:29:44 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:29:44 + [[ -n '' ]] 19:29:44 + [[ -n '' ]] 19:29:44 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:29:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:29:44 + /tmp/venv-IxQF/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 19:29:51 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:29:51 lf-activate-venv(): INFO: Base packages installed successfully 19:29:51 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:29:51 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:29:51 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:29:51 + /tmp/venv-IxQF/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 19:29:57 + type python3 19:29:57 + true 19:29:57 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IxQF/bin to PATH' 19:29:57 lf-activate-venv(): INFO: Adding /tmp/venv-IxQF/bin to PATH 19:29:57 + PATH=/tmp/venv-IxQF/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 19:29:57 + return 0 19:29:57 + python3 --version 19:29:57 Python 3.10.6 19:29:57 + python3 -m pip --version 19:29:57 pip 26.1.2 from /tmp/venv-IxQF/lib/python3.10/site-packages/pip (python 3.10) 19:29:57 + python3 -m pip freeze 19:29:57 cachetools==7.1.4 19:29:57 colorama==0.4.6 19:29:57 distlib==0.4.3 19:29:57 filelock==3.31.1 19:29:57 packaging==26.2 19:29:57 platformdirs==4.10.1 19:29:57 pluggy==1.6.0 19:29:57 pyproject-api==1.10.1 19:29:57 python-discovery==1.4.4 19:29:57 tomli==2.4.1 19:29:57 tomli_w==1.2.0 19:29:57 tox==4.57.1 19:29:57 typing_extensions==4.16.0 19:29:57 urllib3==1.26.20 19:29:57 virtualenv==21.6.1 19:29:57 [EnvInject] - Injecting environment variables from a build step. 19:29:57 [EnvInject] - Injecting as environment variables the properties content 19:29:57 PARALLEL=false 19:29:57 19:29:57 [EnvInject] - Variables injected successfully. 19:29:57 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins11237311770030683455.sh 19:29:57 ---> tox-run.sh 19:29:57 + 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 19:29:57 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 19:29:57 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 19:29:57 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 19:29:57 + cd /w/workspace/oom-master-checkbashisms-lint/. 19:29:57 + source /home/jenkins/lf-env.sh 19:29:57 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:29:57 ++ mktemp -d /tmp/venv-XXXX 19:29:57 + lf_venv=/tmp/venv-rl13 19:29:57 + local venv_file=/tmp/.os_lf_venv 19:29:57 + local python=python3 19:29:57 + local options 19:29:57 + local set_path=true 19:29:57 + local install_args= 19:29:57 ++ 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 19:29:57 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:29:57 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:29:57 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:29:57 + true 19:29:57 + case $1 in 19:29:57 + venv_file=/tmp/.toxenv 19:29:57 + shift 2 19:29:57 + true 19:29:57 + case $1 in 19:29:57 + shift 19:29:57 + break 19:29:57 + case $python in 19:29:57 + local pkg_list= 19:29:57 + [[ -d /opt/pyenv ]] 19:29:57 + echo 'Setup pyenv:' 19:29:57 Setup pyenv: 19:29:57 + export PYENV_ROOT=/opt/pyenv 19:29:57 + PYENV_ROOT=/opt/pyenv 19:29:57 + 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 19:29:57 + 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 19:29:57 + pyenv versions 19:29:57 system 19:29:57 3.8.13 19:29:57 3.9.13 19:29:57 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 19:29:57 + command -v pyenv 19:29:57 ++ pyenv init - --no-rehash 19:29:57 + 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[*]}"'\'')" 19:29:57 export PATH="/opt/pyenv/shims:${PATH}" 19:29:57 export PYENV_SHELL=bash 19:29:57 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:29:57 pyenv() { 19:29:57 local command 19:29:57 command="${1:-}" 19:29:57 if [ "$#" -gt 0 ]; then 19:29:57 shift 19:29:57 fi 19:29:57 19:29:57 case "$command" in 19:29:57 rehash|shell) 19:29:57 eval "$(pyenv "sh-$command" "$@")" 19:29:57 ;; 19:29:57 *) 19:29:57 command pyenv "$command" "$@" 19:29:57 ;; 19:29:57 esac 19:29:57 }' 19:29:57 +++ 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[*]}"' 19:29:57 ++ 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 19:29:57 ++ 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 19:29:57 ++ 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 19:29:57 ++ export PYENV_SHELL=bash 19:29:57 ++ PYENV_SHELL=bash 19:29:57 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:29:57 +++ complete -F _pyenv pyenv 19:29:57 ++ lf-pyver python3 19:29:57 ++ local py_version_xy=python3 19:29:57 ++ local py_version_xyz= 19:29:57 ++ pyenv versions 19:29:57 ++ sed 's/^[ *]* //' 19:29:57 ++ local command 19:29:57 ++ command=versions 19:29:57 ++ '[' 1 -gt 0 ']' 19:29:57 ++ shift 19:29:57 ++ case "$command" in 19:29:57 ++ command pyenv versions 19:29:57 ++ pyenv versions 19:29:57 ++ awk '{ print $1 }' 19:29:57 ++ grep -E '^[0-9.]*[0-9]$' 19:29:57 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:29:57 +++ grep '^3' /tmp/.pyenv_versions 19:29:57 +++ sort -V 19:29:57 +++ tail -n 1 19:29:57 ++ py_version_xyz=3.10.6 19:29:57 ++ [[ -z 3.10.6 ]] 19:29:57 ++ echo 3.10.6 19:29:57 ++ return 0 19:29:57 + pyenv local 3.10.6 19:29:57 + local command 19:29:57 + command=local 19:29:57 + '[' 2 -gt 0 ']' 19:29:57 + shift 19:29:57 + case "$command" in 19:29:57 + command pyenv local 3.10.6 19:29:57 + pyenv local 3.10.6 19:29:57 + for arg in "$@" 19:29:57 + case $arg in 19:29:57 + pkg_list+='tox ' 19:29:57 + for arg in "$@" 19:29:57 + case $arg in 19:29:57 + pkg_list+='virtualenv ' 19:29:57 + for arg in "$@" 19:29:57 + case $arg in 19:29:57 + pkg_list+='urllib3~=1.26.15 ' 19:29:57 + [[ -f /tmp/.toxenv ]] 19:29:57 ++ cat /tmp/.toxenv 19:29:57 + lf_venv=/tmp/venv-IxQF 19:29:57 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IxQF from' file:/tmp/.toxenv 19:29:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IxQF from file:/tmp/.toxenv 19:29:57 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:29:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:29:57 + local 'pip_opts=--upgrade --quiet' 19:29:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:29:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:29:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:29:57 + [[ -n '' ]] 19:29:57 + [[ -n '' ]] 19:29:57 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:29:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:29:57 + /tmp/venv-IxQF/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 19:29:58 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:29:58 lf-activate-venv(): INFO: Base packages installed successfully 19:29:58 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:29:58 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:29:58 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:29:58 + /tmp/venv-IxQF/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 19:30:00 + type python3 19:30:00 + true 19:30:00 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IxQF/bin to PATH' 19:30:00 lf-activate-venv(): INFO: Adding /tmp/venv-IxQF/bin to PATH 19:30:00 + PATH=/tmp/venv-IxQF/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 19:30:00 + return 0 19:30:00 + [[ -d /opt/pyenv ]] 19:30:00 + echo '---> Setting up pyenv' 19:30:00 ---> Setting up pyenv 19:30:00 + export PYENV_ROOT=/opt/pyenv 19:30:00 + PYENV_ROOT=/opt/pyenv 19:30:00 + export PATH=/opt/pyenv/bin:/tmp/venv-IxQF/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 19:30:00 + PATH=/opt/pyenv/bin:/tmp/venv-IxQF/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 19:30:00 ++ pwd 19:30:00 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 19:30:00 + export PYTHONPATH 19:30:00 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:30:00 + TOX_TESTENV_PASSENV=PYTHONPATH 19:30:00 + tox --version 19:30:00 4.57.1 from /tmp/venv-IxQF/lib/python3.10/site-packages/tox/__init__.py 19:30:00 + PARALLEL=false 19:30:00 + TOX_OPTIONS_LIST= 19:30:00 + [[ -n checkbashisms ]] 19:30:00 + TOX_OPTIONS_LIST=' -e checkbashisms' 19:30:00 + case ${PARALLEL,,} in 19:30:00 + tox -e checkbashisms 19:30:00 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 19:30:01 checkbashisms: freeze> python -m pip freeze --all 19:30:02 checkbashisms: pip==26.1.2,setuptools==83.0.0 19:30:02 checkbashisms: commands[0]> .ci/check-bashisms.sh 19:30:04 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 19:30:06 checkbashisms: OK (5.39=setup[1.79]+cmd[3.61] seconds) 19:30:06 congratulations :) (5.43 seconds) 19:30:06 + tox_status=0 19:30:06 + echo '---> Completed tox runs' 19:30:06 ---> Completed tox runs 19:30:06 + for i in .tox/*/log 19:30:06 ++ echo .tox/checkbashisms/log 19:30:06 ++ awk -F/ '{print $2}' 19:30:06 + tox_env=checkbashisms 19:30:06 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 19:30:06 + DOC_DIR=docs/_build/html 19:30:06 + [[ -d docs/_build/html ]] 19:30:06 + echo '---> tox-run.sh ends' 19:30:06 ---> tox-run.sh ends 19:30:06 + test 0 -eq 0 19:30:06 $ ssh-agent -k 19:30:06 unset SSH_AUTH_SOCK; 19:30:06 unset SSH_AGENT_PID; 19:30:06 echo Agent pid 1666 killed; 19:30:06 [ssh-agent] Stopped. 19:30:06 [PostBuildScript] - [INFO] Executing post build scripts. 19:30:06 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9811106144172780732.sh 19:30:06 ---> sysstat.sh 19:30:06 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16645935258698064392.sh 19:30:06 ---> package-listing.sh 19:30:06 ++ facter osfamily 19:30:06 ++ tr '[:upper:]' '[:lower:]' 19:30:06 + OS_FAMILY=debian 19:30:06 + workspace=/w/workspace/oom-master-checkbashisms-lint 19:30:06 + START_PACKAGES=/tmp/packages_start.txt 19:30:06 + END_PACKAGES=/tmp/packages_end.txt 19:30:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:30:06 + PACKAGES=/tmp/packages_start.txt 19:30:06 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 19:30:06 + PACKAGES=/tmp/packages_end.txt 19:30:06 + case "${OS_FAMILY}" in 19:30:06 + dpkg -l 19:30:06 + grep '^ii' 19:30:06 + '[' -f /tmp/packages_start.txt ']' 19:30:06 + '[' -f /tmp/packages_end.txt ']' 19:30:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:30:06 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 19:30:06 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 19:30:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 19:30:06 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins609244715867132869.sh 19:30:06 ---> capture-instance-metadata.sh 19:30:07 Setup pyenv: 19:30:07 system 19:30:07 3.8.13 19:30:07 3.9.13 19:30:07 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 19:30:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vNKz 19:30:11 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:30:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:30:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:30:15 lf-activate-venv(): INFO: Base packages installed successfully 19:30:15 lf-activate-venv(): INFO: Installing additional packages: lftools 19:30:49 lf-activate-venv(): INFO: Adding /tmp/venv-vNKz/bin to PATH 19:30:49 INFO: Running in OpenStack, capturing instance metadata 19:30:49 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1483978795495208355.sh 19:30:49 provisioning config files... 19:30:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config16426633881920257533tmp 19:30:49 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:30:49 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:30:49 [EnvInject] - Injecting environment variables from a build step. 19:30:49 [EnvInject] - Injecting as environment variables the properties content 19:30:49 SERVER_ID=logs 19:30:49 19:30:49 [EnvInject] - Variables injected successfully. 19:30:49 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins155559907906952579.sh 19:30:49 ---> create-netrc.sh 19:30:49 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4499007466103195919.sh 19:30:49 ---> python-tools-install.sh 19:30:49 Setup pyenv: 19:30:49 system 19:30:49 3.8.13 19:30:49 3.9.13 19:30:49 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 19:30:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-vNKz from file:/tmp/.os_lf_venv 19:30:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:30:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:30:51 lf-activate-venv(): INFO: Base packages installed successfully 19:30:51 lf-activate-venv(): INFO: Installing additional packages: lftools 19:30:59 lf-activate-venv(): INFO: Adding /tmp/venv-vNKz/bin to PATH 19:30:59 Generating Requirements File 19:31:38 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. 19:31:38 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:31:38 Python 3.10.6 19:31:38 pip 26.1.2 from /tmp/venv-vNKz/lib/python3.10/site-packages/pip (python 3.10) 19:31:39 aiohappyeyeballs==2.7.1 19:31:39 aiohttp==3.14.1 19:31:39 aiosignal==1.4.0 19:31:39 appdirs==1.4.4 19:31:39 argcomplete==3.7.0 19:31:39 aspy.yaml==1.3.0 19:31:39 async-timeout==5.0.1 19:31:39 attrs==26.1.0 19:31:39 autopage==0.6.0 19:31:39 backports.strenum==1.3.1 19:31:39 beautifulsoup4==4.15.0 19:31:39 boto3==1.43.51 19:31:39 botocore==1.43.51 19:31:39 bs4==0.0.2 19:31:39 certifi==2026.6.17 19:31:39 cffi==2.1.0 19:31:39 cfgv==3.5.0 19:31:39 chardet==7.4.3 19:31:39 charset-normalizer==3.4.9 19:31:39 click==8.4.2 19:31:39 cliff==4.14.0 19:31:39 cmd2==3.5.1 19:31:39 cryptography==3.3.2 19:31:39 debtcollector==3.1.0 19:31:39 decorator==5.3.1 19:31:39 defusedxml==0.7.1 19:31:39 Deprecated==1.3.1 19:31:39 distlib==0.4.3 19:31:39 dnspython==2.8.0 19:31:39 docker==7.2.0 19:31:39 dogpile.cache==1.5.0 19:31:39 durationpy==0.10 19:31:39 email-validator==2.3.0 19:31:39 filelock==3.31.1 19:31:39 frozenlist==1.8.0 19:31:39 future==1.0.0 19:31:39 gitdb==4.0.12 19:31:39 GitPython==3.1.53 19:31:39 httplib2==0.30.2 19:31:39 identify==2.6.19 19:31:39 idna==3.18 19:31:39 importlib-resources==1.5.0 19:31:39 iso8601==2.1.0 19:31:39 Jinja2==3.1.6 19:31:39 jmespath==1.1.0 19:31:39 jsonpatch==1.33 19:31:39 jsonpointer==3.1.1 19:31:39 jsonschema==4.26.0 19:31:39 jsonschema-specifications==2025.9.1 19:31:39 keystoneauth1==5.14.0 19:31:39 kubernetes==36.0.3 19:31:39 lftools==0.37.22 19:31:39 lxml==6.1.1 19:31:39 markdown-it-py==4.2.0 19:31:39 MarkupSafe==3.0.3 19:31:39 mdurl==0.1.2 19:31:39 msgpack==1.2.1 19:31:39 multi_key_dict==2.0.3 19:31:39 multidict==6.7.1 19:31:39 munch==4.0.0 19:31:39 netaddr==1.3.0 19:31:39 niet==1.4.2 19:31:39 nodeenv==1.10.0 19:31:39 oauth2client==4.1.3 19:31:39 oauthlib==3.3.1 19:31:39 openstacksdk==4.13.0 19:31:39 os-service-types==1.8.2 19:31:39 osc-lib==4.6.0 19:31:39 oslo.config==10.4.0 19:31:39 oslo.context==6.4.0 19:31:39 oslo.i18n==6.8.0 19:31:39 oslo.log==8.2.0 19:31:39 oslo.serialization==5.10.0 19:31:39 oslo.utils==10.1.1 19:31:39 packaging==26.2 19:31:39 pbr==7.0.3 19:31:39 platformdirs==4.10.1 19:31:39 prettytable==3.18.0 19:31:39 propcache==0.5.2 19:31:39 psutil==7.2.2 19:31:39 pyasn1==0.6.4 19:31:39 pyasn1_modules==0.4.2 19:31:39 pycparser==3.0 19:31:39 pygerrit2==2.0.15 19:31:39 PyGithub==2.9.1 19:31:39 Pygments==2.20.0 19:31:39 PyJWT==2.13.0 19:31:39 PyNaCl==1.6.2 19:31:39 pyparsing==2.4.7 19:31:39 pyperclip==1.11.0 19:31:39 pyrsistent==0.20.0 19:31:39 python-cinderclient==9.9.0 19:31:39 python-dateutil==2.9.0.post0 19:31:39 python-discovery==1.4.4 19:31:39 python-heatclient==5.2.0 19:31:39 python-jenkins==1.8.3 19:31:39 python-keystoneclient==5.8.0 19:31:39 python-magnumclient==4.11.0 19:31:39 python-openstackclient==10.0.0 19:31:39 python-swiftclient==4.10.0 19:31:39 PyYAML==6.0.3 19:31:39 referencing==0.37.0 19:31:39 requests==2.34.2 19:31:39 requests-oauthlib==2.0.0 19:31:39 rfc3986==2.0.0 19:31:39 rich==15.0.0 19:31:39 rich-argparse==1.8.0 19:31:39 rpds-py==0.30.0 19:31:39 rsa==4.9.1 19:31:39 ruamel.yaml==0.19.1 19:31:39 ruamel.yaml.clib==0.2.15 19:31:39 s3transfer==0.19.1 19:31:39 simplejson==4.1.1 19:31:39 six==1.17.0 19:31:39 smmap==5.0.3 19:31:39 soupsieve==2.9 19:31:39 stevedore==5.8.0 19:31:39 tabulate==0.10.0 19:31:39 toml==0.10.2 19:31:39 tomlkit==0.15.1 19:31:39 tqdm==4.69.0 19:31:39 typing_extensions==4.16.0 19:31:39 urllib3==1.26.20 19:31:39 virtualenv==21.6.1 19:31:39 wcwidth==0.8.2 19:31:39 websocket-client==1.9.0 19:31:39 wrapt==2.2.2 19:31:39 xdg==6.0.0 19:31:39 xmltodict==1.0.4 19:31:39 yarl==1.24.5 19:31:39 yq==4.1.2 19:31:39 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins4623832433499449297.sh 19:31:39 ---> uv-install.sh 19:31:39 Installing uv/uvx (latest) using shell installer 19:31:39 2026-07-20 19:31:39 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-VO7oZi.sh" [1] 19:31:39 downloading uv 0.11.29 x86_64-unknown-linux-gnu 19:31:40 installing to /home/jenkins/.local/bin 19:31:40 uv 19:31:40 uvx 19:31:40 everything's installed! 19:31:40 19:31:40 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:31:40 19:31:40 source $HOME/.local/bin/env (sh, bash, zsh) 19:31:40 source $HOME/.local/bin/env.fish (fish) 19:31:40 Adding install location to PATH 19:31:40 ---> Validating uv/uvx install 19:31:40 uvx 0.11.29 (x86_64-unknown-linux-gnu) 19:31:40 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15209683670115774332.sh 19:31:40 ---> sudo-logs.sh 19:31:40 Archiving 'sudo' log.. 19:31:40 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16951588742026626606.sh 19:31:40 ---> job-cost.sh 19:31:40 INFO: Activating Python virtual environment... 19:31:40 Setup pyenv: 19:31:40 system 19:31:40 3.8.13 19:31:40 3.9.13 19:31:40 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 19:31:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-vNKz from file:/tmp/.os_lf_venv 19:31:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:31:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:31:42 lf-activate-venv(): INFO: Base packages installed successfully 19:31:42 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:31:48 lf-activate-venv(): INFO: Adding /tmp/venv-vNKz/bin to PATH 19:31:48 INFO: No stack-cost file found 19:31:48 INFO: Instance uptime: 167s 19:31:48 INFO: Fetching instance metadata (attempt 1 of 3)... 19:31:48 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:31:48 INFO: Successfully fetched instance metadata 19:31:48 INFO: Instance type: v3-standard-4 19:31:48 INFO: Retrieving pricing info for: v3-standard-4 19:31:48 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:31:48 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=167 19:31:49 INFO: Successfully fetched Vexxhost pricing API 19:31:49 INFO: Retrieved cost: 0.11 19:31:49 INFO: Retrieved resource: v3-standard-4 19:31:49 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 19:31:49 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 19:31:49 INFO: Successfully archived job cost data 19:31:49 DEBUG: Cost data: oom-master-checkbashisms-lint,4737,2026-07-20 19:31:49,v3-standard-4,167,0.11,0.00,SUCCESS 19:31:49 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins4662307592802832096.sh 19:31:49 ---> logs-deploy.sh 19:31:49 Setup pyenv: 19:31:49 system 19:31:49 3.8.13 19:31:49 3.9.13 19:31:49 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 19:31:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-vNKz from file:/tmp/.os_lf_venv 19:31:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:31:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:31:51 lf-activate-venv(): INFO: Base packages installed successfully 19:31:51 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:32:21 lf-activate-venv(): INFO: Adding /tmp/venv-vNKz/bin to PATH 19:32:21 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4737 19:32:21 INFO: archiving workspace using pattern(s): 19:32:22 Archives upload complete. 19:32:22 INFO: archiving logs to Nexus 19:32:23 ---> uname -a: 19:32:23 Linux prd-ubuntu1804-builder-4c-4g-1375 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 19:32:23 19:32:23 19:32:23 ---> lscpu: 19:32:23 Architecture: x86_64 19:32:23 CPU op-mode(s): 32-bit, 64-bit 19:32:23 Byte Order: Little Endian 19:32:23 CPU(s): 4 19:32:23 On-line CPU(s) list: 0-3 19:32:23 Thread(s) per core: 1 19:32:23 Core(s) per socket: 1 19:32:23 Socket(s): 4 19:32:23 NUMA node(s): 1 19:32:23 Vendor ID: AuthenticAMD 19:32:23 CPU family: 23 19:32:23 Model: 49 19:32:23 Model name: AMD EPYC-Rome Processor 19:32:23 Stepping: 0 19:32:23 CPU MHz: 2800.000 19:32:23 BogoMIPS: 5600.00 19:32:23 Virtualization: AMD-V 19:32:23 Hypervisor vendor: KVM 19:32:23 Virtualization type: full 19:32:23 L1d cache: 32K 19:32:23 L1i cache: 32K 19:32:23 L2 cache: 512K 19:32:23 L3 cache: 16384K 19:32:23 NUMA node0 CPU(s): 0-3 19:32:23 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 19:32:23 19:32:23 19:32:23 ---> nproc: 19:32:23 4 19:32:23 19:32:23 19:32:23 ---> df -h: 19:32:23 Filesystem Size Used Avail Use% Mounted on 19:32:23 udev 7.9G 0 7.9G 0% /dev 19:32:23 tmpfs 1.6G 676K 1.6G 1% /run 19:32:23 /dev/vda1 78G 8.4G 69G 11% / 19:32:23 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:32:23 tmpfs 5.0M 0 5.0M 0% /run/lock 19:32:23 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:32:23 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:32:23 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:32:23 19:32:23 19:32:23 ---> free -m: 19:32:23 total used free shared buff/cache available 19:32:23 Mem: 16040 545 13262 0 2232 15177 19:32:23 Swap: 1023 0 1023 19:32:23 19:32:23 19:32:23 ---> ip addr: 19:32:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:32:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:32:23 inet 127.0.0.1/8 scope host lo 19:32:23 valid_lft forever preferred_lft forever 19:32:23 inet6 ::1/128 scope host 19:32:23 valid_lft forever preferred_lft forever 19:32:23 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:32:23 link/ether fa:16:3e:ee:80:a3 brd ff:ff:ff:ff:ff:ff 19:32:23 inet 10.30.107.21/23 brd 10.30.107.255 scope global dynamic ens3 19:32:23 valid_lft 86206sec preferred_lft 86206sec 19:32:23 inet6 fe80::f816:3eff:feee:80a3/64 scope link 19:32:23 valid_lft forever preferred_lft forever 19:32:23 19:32:23 19:32:23 ---> sar -b -r -n DEV: 19:32:23 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1375) 07/20/26 _x86_64_ (4 CPU) 19:32:23 19:32:23 19:29:12 LINUX RESTART (4 CPU) 19:32:23 19:32:23 19:30:00 tps rtps wtps bread/s bwrtn/s 19:32:23 19:31:01 82.94 4.80 78.13 186.99 21992.20 19:32:23 19:32:01 71.84 0.50 71.34 41.59 8850.66 19:32:23 Average: 77.43 2.67 74.76 114.89 15475.72 19:32:23 19:32:23 19:30:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:32:23 19:31:01 13911004 15582988 2513964 15.31 70156 1796904 752040 4.30 669468 1619692 145884 19:32:23 19:32:01 13572532 15513024 2852436 17.37 81144 2043468 809356 4.63 749696 1856484 211736 19:32:23 Average: 13741768 15548006 2683200 16.34 75650 1920186 780698 4.47 709582 1738088 178810 19:32:23 19:32:23 19:30:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:32:23 19:31:01 ens3 201.48 130.55 765.90 16.01 0.00 0.00 0.00 0.00 19:32:23 19:31:01 lo 0.98 0.98 0.12 0.12 0.00 0.00 0.00 0.00 19:32:23 19:32:01 ens3 185.17 126.50 866.04 14.30 0.00 0.00 0.00 0.00 19:32:23 19:32:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 19:32:23 Average: ens3 193.39 128.54 815.56 15.16 0.00 0.00 0.00 0.00 19:32:23 Average: lo 1.06 1.06 0.12 0.12 0.00 0.00 0.00 0.00 19:32:23 19:32:23 19:32:23 ---> sar -P ALL: 19:32:23 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1375) 07/20/26 _x86_64_ (4 CPU) 19:32:23 19:32:23 19:29:12 LINUX RESTART (4 CPU) 19:32:23 19:32:23 19:30:00 CPU %user %nice %system %iowait %steal %idle 19:32:23 19:31:01 all 17.37 0.00 1.32 3.53 0.06 77.72 19:32:23 19:31:01 0 20.39 0.00 1.27 1.81 0.07 76.47 19:32:23 19:31:01 1 8.79 0.00 1.30 10.23 0.07 79.61 19:32:23 19:31:01 2 21.04 0.00 1.79 1.46 0.08 75.63 19:32:23 19:31:01 3 19.22 0.00 0.92 0.64 0.03 79.19 19:32:23 19:32:01 all 14.32 0.00 1.15 3.09 0.05 81.38 19:32:23 19:32:01 0 29.52 0.00 2.19 0.74 0.07 67.49 19:32:23 19:32:01 1 7.19 0.00 0.65 2.20 0.03 89.92 19:32:23 19:32:01 2 6.10 0.00 0.95 9.13 0.07 83.76 19:32:23 19:32:01 3 14.46 0.00 0.80 0.32 0.05 84.38 19:32:23 Average: all 15.86 0.00 1.23 3.32 0.06 79.53 19:32:23 Average: 0 24.92 0.00 1.72 1.28 0.07 72.01 19:32:23 Average: 1 8.00 0.00 0.98 6.26 0.05 84.72 19:32:23 Average: 2 13.64 0.00 1.38 5.25 0.07 79.65 19:32:23 Average: 3 16.86 0.00 0.86 0.48 0.04 81.76 19:32:23 19:32:23 19:32:23