10:36:56 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143522 10:36:56 Running as SYSTEM 10:36:56 [EnvInject] - Loading node environment variables. 10:36:57 Building remotely on prd-ubuntu1804-builder-4c-4g-128 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 10:36:57 [ssh-agent] Looking for ssh-agent implementation... 10:36:57 $ ssh-agent 10:36:57 SSH_AUTH_SOCK=/tmp/ssh-Sp2pWnqDso2Z/agent.1691 10:36:57 SSH_AGENT_PID=1693 10:36:57 [ssh-agent] Started. 10:36:57 Running ssh-add (command line suppressed) 10:36:57 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_13512874522994443018.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_13512874522994443018.key) 10:36:57 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:36:57 The recommended git tool is: NONE 10:36:58 using credential onap-jenkins-ssh 10:36:59 Wiping out workspace first. 10:36:59 Cloning the remote Git repository 10:36:59 Cloning repository git://cloud.onap.org/mirror/oom.git 10:36:59 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 10:36:59 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:36:59 > git --version # timeout=10 10:36:59 > git --version # 'git version 2.17.1' 10:36:59 using GIT_SSH to set credentials Gerrit user 10:36:59 Verifying host key using manually-configured host key entries 10:36:59 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:37:05 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:37:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:37:05 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:37:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:37:05 using GIT_SSH to set credentials Gerrit user 10:37:05 Verifying host key using manually-configured host key entries 10:37:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/22/143522/9 # timeout=30 10:37:06 > git rev-parse 36b48c69d70d53c55347f9e990d3facae22ab629^{commit} # timeout=10 10:37:06 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:37:06 Checking out Revision 36b48c69d70d53c55347f9e990d3facae22ab629 (refs/changes/22/143522/9) 10:37:06 > git config core.sparsecheckout # timeout=10 10:37:06 > git checkout -f 36b48c69d70d53c55347f9e990d3facae22ab629 # timeout=30 10:37:09 Commit message: "Refactor participant K8s in OOM" 10:37:09 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:37:09 > git rev-list --no-walk 14ace7cc58e0f060d4c48684141f125d0ff0169a # timeout=10 10:37:10 [EnvInject] - Injecting environment variables from a build step. 10:37:10 [EnvInject] - Injecting as environment variables the properties content 10:37:10 PYTHON=python3 10:37:10 10:37:10 [EnvInject] - Variables injected successfully. 10:37:10 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins6889313786324880229.sh 10:37:10 ---> tox-install.sh 10:37:10 + source /home/jenkins/lf-env.sh 10:37:10 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:37:10 ++ mktemp -d /tmp/venv-XXXX 10:37:10 + lf_venv=/tmp/venv-e2qz 10:37:10 + local venv_file=/tmp/.os_lf_venv 10:37:10 + local python=python3 10:37:10 + local options 10:37:10 + local set_path=true 10:37:10 + local install_args= 10:37:10 ++ 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 10:37:10 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:37:10 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:37:10 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:37:10 + true 10:37:10 + case $1 in 10:37:10 + venv_file=/tmp/.toxenv 10:37:10 + shift 2 10:37:10 + true 10:37:10 + case $1 in 10:37:10 + shift 10:37:10 + break 10:37:10 + case $python in 10:37:10 + local pkg_list= 10:37:10 + [[ -d /opt/pyenv ]] 10:37:10 + echo 'Setup pyenv:' 10:37:10 Setup pyenv: 10:37:10 + export PYENV_ROOT=/opt/pyenv 10:37:10 + PYENV_ROOT=/opt/pyenv 10:37:10 + 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 10:37:10 + 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 10:37:10 + pyenv versions 10:37:10 * system (set by /opt/pyenv/version) 10:37:10 * 3.8.13 (set by /opt/pyenv/version) 10:37:10 * 3.9.13 (set by /opt/pyenv/version) 10:37:10 * 3.10.6 (set by /opt/pyenv/version) 10:37:10 + command -v pyenv 10:37:10 ++ pyenv init - --no-rehash 10:37:10 + 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[*]}"'\'')" 10:37:10 export PATH="/opt/pyenv/shims:${PATH}" 10:37:10 export PYENV_SHELL=bash 10:37:10 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:37:10 pyenv() { 10:37:10 local command 10:37:10 command="${1:-}" 10:37:10 if [ "$#" -gt 0 ]; then 10:37:10 shift 10:37:10 fi 10:37:10 10:37:10 case "$command" in 10:37:10 rehash|shell) 10:37:10 eval "$(pyenv "sh-$command" "$@")" 10:37:10 ;; 10:37:10 *) 10:37:10 command pyenv "$command" "$@" 10:37:10 ;; 10:37:10 esac 10:37:10 }' 10:37:10 +++ 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[*]}"' 10:37:10 ++ 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 10:37:10 ++ 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 10:37:10 ++ 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 10:37:10 ++ export PYENV_SHELL=bash 10:37:10 ++ PYENV_SHELL=bash 10:37:10 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:37:10 +++ complete -F _pyenv pyenv 10:37:10 ++ lf-pyver python3 10:37:10 ++ local py_version_xy=python3 10:37:10 ++ local py_version_xyz= 10:37:10 ++ pyenv versions 10:37:10 ++ local command 10:37:10 ++ command=versions 10:37:10 ++ '[' 1 -gt 0 ']' 10:37:10 ++ shift 10:37:10 ++ case "$command" in 10:37:10 ++ command pyenv versions 10:37:10 ++ pyenv versions 10:37:10 ++ awk '{ print $1 }' 10:37:10 ++ sed 's/^[ *]* //' 10:37:10 ++ grep -E '^[0-9.]*[0-9]$' 10:37:10 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:37:10 +++ grep '^3' /tmp/.pyenv_versions 10:37:10 +++ sort -V 10:37:10 +++ tail -n 1 10:37:10 ++ py_version_xyz=3.10.6 10:37:10 ++ [[ -z 3.10.6 ]] 10:37:10 ++ echo 3.10.6 10:37:10 ++ return 0 10:37:10 + pyenv local 3.10.6 10:37:10 + local command 10:37:10 + command=local 10:37:10 + '[' 2 -gt 0 ']' 10:37:10 + shift 10:37:10 + case "$command" in 10:37:10 + command pyenv local 3.10.6 10:37:10 + pyenv local 3.10.6 10:37:10 + for arg in "$@" 10:37:10 + case $arg in 10:37:10 + pkg_list+='tox ' 10:37:10 + for arg in "$@" 10:37:10 + case $arg in 10:37:10 + pkg_list+='virtualenv ' 10:37:10 + for arg in "$@" 10:37:10 + case $arg in 10:37:10 + pkg_list+='urllib3~=1.26.15 ' 10:37:10 + [[ -f /tmp/.toxenv ]] 10:37:10 + [[ ! -f /tmp/.toxenv ]] 10:37:10 + [[ -n '' ]] 10:37:10 + python3 -m venv /tmp/venv-e2qz 10:37:14 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-e2qz' 10:37:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-e2qz 10:37:14 + echo /tmp/venv-e2qz 10:37:14 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:37:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:37:14 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:37:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:37:14 + local 'pip_opts=--upgrade --quiet' 10:37:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:37:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:37:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:37:14 + [[ -n '' ]] 10:37:14 + [[ -n '' ]] 10:37:14 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:37:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:37:14 + /tmp/venv-e2qz/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 10:37:19 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:37:19 lf-activate-venv(): INFO: Base packages installed successfully 10:37:19 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:37:19 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:37:19 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:37:19 + /tmp/venv-e2qz/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 10:37:21 + type python3 10:37:21 + true 10:37:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-e2qz/bin to PATH' 10:37:21 lf-activate-venv(): INFO: Adding /tmp/venv-e2qz/bin to PATH 10:37:21 + PATH=/tmp/venv-e2qz/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 10:37:21 + return 0 10:37:21 + python3 --version 10:37:21 Python 3.10.6 10:37:21 + python3 -m pip --version 10:37:21 pip 26.1.2 from /tmp/venv-e2qz/lib/python3.10/site-packages/pip (python 3.10) 10:37:22 + python3 -m pip freeze 10:37:22 cachetools==7.1.4 10:37:22 colorama==0.4.6 10:37:22 distlib==0.4.3 10:37:22 filelock==3.30.0 10:37:22 packaging==26.2 10:37:22 platformdirs==4.10.0 10:37:22 pluggy==1.6.0 10:37:22 pyproject-api==1.10.1 10:37:22 python-discovery==1.4.4 10:37:22 tomli==2.4.1 10:37:22 tomli_w==1.2.0 10:37:22 tox==4.56.4 10:37:22 typing_extensions==4.16.0 10:37:22 urllib3==1.26.20 10:37:22 virtualenv==21.6.1 10:37:22 [EnvInject] - Injecting environment variables from a build step. 10:37:22 [EnvInject] - Injecting as environment variables the properties content 10:37:22 PARALLEL=false 10:37:22 10:37:22 [EnvInject] - Variables injected successfully. 10:37:22 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins9969780158121967557.sh 10:37:22 ---> tox-run.sh 10:37:22 + 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 10:37:22 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 10:37:22 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 10:37:22 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 10:37:22 + cd /w/workspace/oom-master-checkbashisms-lint/. 10:37:22 + source /home/jenkins/lf-env.sh 10:37:22 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:37:22 ++ mktemp -d /tmp/venv-XXXX 10:37:22 + lf_venv=/tmp/venv-RGnI 10:37:22 + local venv_file=/tmp/.os_lf_venv 10:37:22 + local python=python3 10:37:22 + local options 10:37:22 + local set_path=true 10:37:22 + local install_args= 10:37:22 ++ 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 10:37:22 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:37:22 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:37:22 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:37:22 + true 10:37:22 + case $1 in 10:37:22 + venv_file=/tmp/.toxenv 10:37:22 + shift 2 10:37:22 + true 10:37:22 + case $1 in 10:37:22 + shift 10:37:22 + break 10:37:22 + case $python in 10:37:22 + local pkg_list= 10:37:22 + [[ -d /opt/pyenv ]] 10:37:22 + echo 'Setup pyenv:' 10:37:22 Setup pyenv: 10:37:22 + export PYENV_ROOT=/opt/pyenv 10:37:22 + PYENV_ROOT=/opt/pyenv 10:37:22 + 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 10:37:22 + 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 10:37:22 + pyenv versions 10:37:22 system 10:37:22 3.8.13 10:37:22 3.9.13 10:37:22 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 10:37:22 + command -v pyenv 10:37:22 ++ pyenv init - --no-rehash 10:37:22 + 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[*]}"'\'')" 10:37:22 export PATH="/opt/pyenv/shims:${PATH}" 10:37:22 export PYENV_SHELL=bash 10:37:22 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:37:22 pyenv() { 10:37:22 local command 10:37:22 command="${1:-}" 10:37:22 if [ "$#" -gt 0 ]; then 10:37:22 shift 10:37:22 fi 10:37:22 10:37:22 case "$command" in 10:37:22 rehash|shell) 10:37:22 eval "$(pyenv "sh-$command" "$@")" 10:37:22 ;; 10:37:22 *) 10:37:22 command pyenv "$command" "$@" 10:37:22 ;; 10:37:22 esac 10:37:22 }' 10:37:22 +++ 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[*]}"' 10:37:22 ++ 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 10:37:22 ++ 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 10:37:22 ++ 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 10:37:22 ++ export PYENV_SHELL=bash 10:37:22 ++ PYENV_SHELL=bash 10:37:22 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:37:22 +++ complete -F _pyenv pyenv 10:37:22 ++ lf-pyver python3 10:37:22 ++ local py_version_xy=python3 10:37:22 ++ local py_version_xyz= 10:37:22 ++ pyenv versions 10:37:22 ++ local command 10:37:22 ++ command=versions 10:37:22 ++ '[' 1 -gt 0 ']' 10:37:22 ++ shift 10:37:22 ++ case "$command" in 10:37:22 ++ command pyenv versions 10:37:22 ++ pyenv versions 10:37:22 ++ sed 's/^[ *]* //' 10:37:22 ++ awk '{ print $1 }' 10:37:22 ++ grep -E '^[0-9.]*[0-9]$' 10:37:22 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:37:22 +++ grep '^3' /tmp/.pyenv_versions 10:37:22 +++ sort -V 10:37:22 +++ tail -n 1 10:37:22 ++ py_version_xyz=3.10.6 10:37:22 ++ [[ -z 3.10.6 ]] 10:37:22 ++ echo 3.10.6 10:37:22 ++ return 0 10:37:22 + pyenv local 3.10.6 10:37:22 + local command 10:37:22 + command=local 10:37:22 + '[' 2 -gt 0 ']' 10:37:22 + shift 10:37:22 + case "$command" in 10:37:22 + command pyenv local 3.10.6 10:37:22 + pyenv local 3.10.6 10:37:22 + for arg in "$@" 10:37:22 + case $arg in 10:37:22 + pkg_list+='tox ' 10:37:22 + for arg in "$@" 10:37:22 + case $arg in 10:37:22 + pkg_list+='virtualenv ' 10:37:22 + for arg in "$@" 10:37:22 + case $arg in 10:37:22 + pkg_list+='urllib3~=1.26.15 ' 10:37:22 + [[ -f /tmp/.toxenv ]] 10:37:22 ++ cat /tmp/.toxenv 10:37:22 + lf_venv=/tmp/venv-e2qz 10:37:22 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-e2qz from' file:/tmp/.toxenv 10:37:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-e2qz from file:/tmp/.toxenv 10:37:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:37:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:37:22 + local 'pip_opts=--upgrade --quiet' 10:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:37:22 + [[ -n '' ]] 10:37:22 + [[ -n '' ]] 10:37:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:37:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:37:22 + /tmp/venv-e2qz/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 10:37:23 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:37:23 lf-activate-venv(): INFO: Base packages installed successfully 10:37:23 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:37:23 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:37:23 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:37:23 + /tmp/venv-e2qz/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 10:37:24 + type python3 10:37:24 + true 10:37:24 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-e2qz/bin to PATH' 10:37:24 lf-activate-venv(): INFO: Adding /tmp/venv-e2qz/bin to PATH 10:37:24 + PATH=/tmp/venv-e2qz/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 10:37:24 + return 0 10:37:24 + [[ -d /opt/pyenv ]] 10:37:24 + echo '---> Setting up pyenv' 10:37:24 ---> Setting up pyenv 10:37:24 + export PYENV_ROOT=/opt/pyenv 10:37:24 + PYENV_ROOT=/opt/pyenv 10:37:24 + export PATH=/opt/pyenv/bin:/tmp/venv-e2qz/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 10:37:24 + PATH=/opt/pyenv/bin:/tmp/venv-e2qz/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 10:37:24 ++ pwd 10:37:24 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 10:37:24 + export PYTHONPATH 10:37:24 + export TOX_TESTENV_PASSENV=PYTHONPATH 10:37:24 + TOX_TESTENV_PASSENV=PYTHONPATH 10:37:24 + tox --version 10:37:24 4.56.4 from /tmp/venv-e2qz/lib/python3.10/site-packages/tox/__init__.py 10:37:24 + PARALLEL=false 10:37:24 + TOX_OPTIONS_LIST= 10:37:24 + [[ -n checkbashisms ]] 10:37:24 + TOX_OPTIONS_LIST=' -e checkbashisms' 10:37:24 + case ${PARALLEL,,} in 10:37:24 + tox -e checkbashisms 10:37:24 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 10:37:26 checkbashisms: freeze> python -m pip freeze --all 10:37:26 checkbashisms: pip==26.1.2,setuptools==83.0.0 10:37:26 checkbashisms: commands[0]> .ci/check-bashisms.sh 10:37:28 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 10:37:30 checkbashisms: OK (5.21=setup[1.69]+cmd[3.52] seconds) 10:37:30 congratulations :) (5.25 seconds) 10:37:30 + tox_status=0 10:37:30 + echo '---> Completed tox runs' 10:37:30 ---> Completed tox runs 10:37:30 + for i in .tox/*/log 10:37:30 ++ echo .tox/checkbashisms/log 10:37:30 ++ awk -F/ '{print $2}' 10:37:30 + tox_env=checkbashisms 10:37:30 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 10:37:30 + DOC_DIR=docs/_build/html 10:37:30 + [[ -d docs/_build/html ]] 10:37:30 + echo '---> tox-run.sh ends' 10:37:30 ---> tox-run.sh ends 10:37:30 + test 0 -eq 0 10:37:30 $ ssh-agent -k 10:37:30 unset SSH_AUTH_SOCK; 10:37:30 unset SSH_AGENT_PID; 10:37:30 echo Agent pid 1693 killed; 10:37:30 [ssh-agent] Stopped. 10:37:30 [PostBuildScript] - [INFO] Executing post build scripts. 10:37:30 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8409923407736963011.sh 10:37:30 ---> sysstat.sh 10:37:30 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins13666732936023098582.sh 10:37:30 ---> package-listing.sh 10:37:30 ++ facter osfamily 10:37:30 ++ tr '[:upper:]' '[:lower:]' 10:37:31 + OS_FAMILY=debian 10:37:31 + workspace=/w/workspace/oom-master-checkbashisms-lint 10:37:31 + START_PACKAGES=/tmp/packages_start.txt 10:37:31 + END_PACKAGES=/tmp/packages_end.txt 10:37:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:31 + PACKAGES=/tmp/packages_start.txt 10:37:31 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 10:37:31 + PACKAGES=/tmp/packages_end.txt 10:37:31 + case "${OS_FAMILY}" in 10:37:31 + dpkg -l 10:37:31 + grep '^ii' 10:37:31 + '[' -f /tmp/packages_start.txt ']' 10:37:31 + '[' -f /tmp/packages_end.txt ']' 10:37:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:31 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 10:37:31 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 10:37:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 10:37:31 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8769894524798364753.sh 10:37:31 ---> capture-instance-metadata.sh 10:37:31 Setup pyenv: 10:37:31 system 10:37:31 3.8.13 10:37:31 3.9.13 10:37:31 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 10:37:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V9vG 10:37:35 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:37:35 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:37:35 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:37:39 lf-activate-venv(): INFO: Base packages installed successfully 10:37:39 lf-activate-venv(): INFO: Installing additional packages: lftools 10:38:03 lf-activate-venv(): INFO: Adding /tmp/venv-V9vG/bin to PATH 10:38:03 INFO: Running in OpenStack, capturing instance metadata 10:38:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12338671460002331063.sh 10:38:03 provisioning config files... 10:38:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config17460008411951524105tmp 10:38:03 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:38:03 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:38:03 [EnvInject] - Injecting environment variables from a build step. 10:38:03 [EnvInject] - Injecting as environment variables the properties content 10:38:03 SERVER_ID=logs 10:38:03 10:38:03 [EnvInject] - Variables injected successfully. 10:38:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6957953262366721463.sh 10:38:03 ---> create-netrc.sh 10:38:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7495213475579114758.sh 10:38:03 ---> python-tools-install.sh 10:38:03 Setup pyenv: 10:38:04 system 10:38:04 3.8.13 10:38:04 3.9.13 10:38:04 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 10:38:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V9vG from file:/tmp/.os_lf_venv 10:38:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:38:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:38:05 lf-activate-venv(): INFO: Base packages installed successfully 10:38:05 lf-activate-venv(): INFO: Installing additional packages: lftools 10:38:13 lf-activate-venv(): INFO: Adding /tmp/venv-V9vG/bin to PATH 10:38:13 Generating Requirements File 10:38:36 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. 10:38:36 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 10:38:36 Python 3.10.6 10:38:36 pip 26.1.2 from /tmp/venv-V9vG/lib/python3.10/site-packages/pip (python 3.10) 10:38:36 aiohappyeyeballs==2.7.1 10:38:36 aiohttp==3.14.1 10:38:36 aiosignal==1.4.0 10:38:36 appdirs==1.4.4 10:38:36 argcomplete==3.7.0 10:38:36 aspy.yaml==1.3.0 10:38:36 async-timeout==5.0.1 10:38:36 attrs==26.1.0 10:38:36 autopage==0.6.0 10:38:36 backports.strenum==1.3.1 10:38:36 beautifulsoup4==4.15.0 10:38:36 boto3==1.43.49 10:38:36 botocore==1.43.49 10:38:36 bs4==0.0.2 10:38:36 certifi==2026.6.17 10:38:36 cffi==2.1.0 10:38:36 cfgv==3.5.0 10:38:36 chardet==7.4.3 10:38:36 charset-normalizer==3.4.9 10:38:36 click==8.4.2 10:38:36 cliff==4.14.0 10:38:36 cmd2==3.5.1 10:38:36 cryptography==3.3.2 10:38:36 debtcollector==3.1.0 10:38:36 decorator==5.3.1 10:38:36 defusedxml==0.7.1 10:38:36 Deprecated==1.3.1 10:38:36 distlib==0.4.3 10:38:36 dnspython==2.8.0 10:38:36 docker==7.2.0 10:38:36 dogpile.cache==1.5.0 10:38:36 durationpy==0.10 10:38:36 email-validator==2.3.0 10:38:36 filelock==3.30.0 10:38:36 frozenlist==1.8.0 10:38:36 future==1.0.0 10:38:36 gitdb==4.0.12 10:38:36 GitPython==3.1.52 10:38:36 httplib2==0.30.2 10:38:36 identify==2.6.19 10:38:36 idna==3.18 10:38:36 importlib-resources==1.5.0 10:38:36 iso8601==2.1.0 10:38:36 Jinja2==3.1.6 10:38:36 jmespath==1.1.0 10:38:36 jsonpatch==1.33 10:38:36 jsonpointer==3.1.1 10:38:36 jsonschema==4.26.0 10:38:36 jsonschema-specifications==2025.9.1 10:38:36 keystoneauth1==5.14.0 10:38:36 kubernetes==36.0.3 10:38:36 lftools==0.37.22 10:38:36 lxml==6.1.1 10:38:36 markdown-it-py==4.2.0 10:38:36 MarkupSafe==3.0.3 10:38:36 mdurl==0.1.2 10:38:36 msgpack==1.2.1 10:38:36 multi_key_dict==2.0.3 10:38:36 multidict==6.7.1 10:38:36 munch==4.0.0 10:38:36 netaddr==1.3.0 10:38:36 niet==1.4.2 10:38:36 nodeenv==1.10.0 10:38:36 oauth2client==4.1.3 10:38:36 oauthlib==3.3.1 10:38:36 openstacksdk==4.13.0 10:38:36 os-service-types==1.8.2 10:38:36 osc-lib==4.6.0 10:38:36 oslo.config==10.4.0 10:38:36 oslo.context==6.4.0 10:38:36 oslo.i18n==6.8.0 10:38:36 oslo.log==8.2.0 10:38:36 oslo.serialization==5.10.0 10:38:36 oslo.utils==10.1.1 10:38:36 packaging==26.2 10:38:36 pbr==7.0.3 10:38:36 platformdirs==4.10.0 10:38:36 prettytable==3.18.0 10:38:36 propcache==0.5.2 10:38:36 psutil==7.2.2 10:38:36 pyasn1==0.6.4 10:38:36 pyasn1_modules==0.4.2 10:38:36 pycparser==3.0 10:38:36 pygerrit2==2.0.15 10:38:36 PyGithub==2.9.1 10:38:36 Pygments==2.20.0 10:38:36 PyJWT==2.13.0 10:38:36 PyNaCl==1.6.2 10:38:36 pyparsing==2.4.7 10:38:36 pyperclip==1.11.0 10:38:36 pyrsistent==0.20.0 10:38:36 python-cinderclient==9.9.0 10:38:36 python-dateutil==2.9.0.post0 10:38:36 python-discovery==1.4.4 10:38:36 python-heatclient==5.2.0 10:38:36 python-jenkins==1.8.3 10:38:36 python-keystoneclient==5.8.0 10:38:36 python-magnumclient==4.11.0 10:38:36 python-openstackclient==10.0.0 10:38:36 python-swiftclient==4.10.0 10:38:36 PyYAML==6.0.3 10:38:36 referencing==0.37.0 10:38:36 requests==2.34.2 10:38:36 requests-oauthlib==2.0.0 10:38:36 rfc3986==2.0.0 10:38:36 rich==15.0.0 10:38:36 rich-argparse==1.8.0 10:38:36 rpds-py==0.30.0 10:38:36 rsa==4.9.1 10:38:36 ruamel.yaml==0.19.1 10:38:36 ruamel.yaml.clib==0.2.15 10:38:36 s3transfer==0.19.1 10:38:36 simplejson==4.1.1 10:38:36 six==1.17.0 10:38:36 smmap==5.0.3 10:38:36 soupsieve==2.8.4 10:38:36 stevedore==5.8.0 10:38:36 tabulate==0.10.0 10:38:36 toml==0.10.2 10:38:36 tomlkit==0.15.0 10:38:36 tqdm==4.68.4 10:38:36 typing_extensions==4.16.0 10:38:36 urllib3==1.26.20 10:38:36 virtualenv==21.6.1 10:38:36 wcwidth==0.8.2 10:38:36 websocket-client==1.9.0 10:38:36 wrapt==2.2.2 10:38:36 xdg==6.0.0 10:38:36 xmltodict==1.0.4 10:38:36 yarl==1.24.2 10:38:36 yq==4.1.2 10:38:37 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins16505381375830631231.sh 10:38:37 ---> uv-install.sh 10:38:37 Installing uv/uvx (latest) using shell installer 10:38:37 2026-07-16 10:38:37 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-V5dtow.sh" [1] 10:38:37 downloading uv 0.11.29 x86_64-unknown-linux-gnu 10:38:38 installing to /home/jenkins/.local/bin 10:38:38 uv 10:38:38 uvx 10:38:38 everything's installed! 10:38:38 10:38:38 To add $HOME/.local/bin to your PATH, either restart your shell or run: 10:38:38 10:38:38 source $HOME/.local/bin/env (sh, bash, zsh) 10:38:38 source $HOME/.local/bin/env.fish (fish) 10:38:38 Adding install location to PATH 10:38:38 ---> Validating uv/uvx install 10:38:38 uvx 0.11.29 (x86_64-unknown-linux-gnu) 10:38:38 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15074170000776488373.sh 10:38:38 ---> sudo-logs.sh 10:38:38 Archiving 'sudo' log.. 10:38:38 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3708139753337514920.sh 10:38:38 ---> job-cost.sh 10:38:38 INFO: Activating Python virtual environment... 10:38:38 Setup pyenv: 10:38:38 system 10:38:38 3.8.13 10:38:38 3.9.13 10:38:38 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 10:38:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V9vG from file:/tmp/.os_lf_venv 10:38:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:38:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:38:40 lf-activate-venv(): INFO: Base packages installed successfully 10:38:40 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:38:45 lf-activate-venv(): INFO: Adding /tmp/venv-V9vG/bin to PATH 10:38:45 INFO: No stack-cost file found 10:38:45 INFO: Instance uptime: 133s 10:38:45 INFO: Fetching instance metadata (attempt 1 of 3)... 10:38:45 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 10:38:45 INFO: Successfully fetched instance metadata 10:38:45 INFO: Instance type: v3-standard-4 10:38:45 INFO: Retrieving pricing info for: v3-standard-4 10:38:45 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 10:38:45 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=133 10:38:46 INFO: Successfully fetched Vexxhost pricing API 10:38:46 INFO: Retrieved cost: 0.11 10:38:46 INFO: Retrieved resource: v3-standard-4 10:38:46 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 10:38:46 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 10:38:46 INFO: Successfully archived job cost data 10:38:46 DEBUG: Cost data: oom-master-checkbashisms-lint,4723,2026-07-16 10:38:46,v3-standard-4,133,0.11,0.00,SUCCESS 10:38:46 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins16943027829849571346.sh 10:38:46 ---> logs-deploy.sh 10:38:46 Setup pyenv: 10:38:46 system 10:38:46 3.8.13 10:38:46 3.9.13 10:38:46 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 10:38:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-V9vG from file:/tmp/.os_lf_venv 10:38:46 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:38:46 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:38:48 lf-activate-venv(): INFO: Base packages installed successfully 10:38:48 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 10:38:55 lf-activate-venv(): INFO: Adding /tmp/venv-V9vG/bin to PATH 10:38:56 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4723 10:38:56 INFO: archiving workspace using pattern(s): 10:38:57 Archives upload complete. 10:38:57 INFO: archiving logs to Nexus 10:38:58 ---> uname -a: 10:38:58 Linux prd-ubuntu1804-builder-4c-4g-128 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 10:38:58 10:38:58 10:38:58 ---> lscpu: 10:38:58 Architecture: x86_64 10:38:58 CPU op-mode(s): 32-bit, 64-bit 10:38:58 Byte Order: Little Endian 10:38:58 CPU(s): 4 10:38:58 On-line CPU(s) list: 0-3 10:38:58 Thread(s) per core: 1 10:38:58 Core(s) per socket: 1 10:38:58 Socket(s): 4 10:38:58 NUMA node(s): 1 10:38:58 Vendor ID: AuthenticAMD 10:38:58 CPU family: 23 10:38:58 Model: 49 10:38:58 Model name: AMD EPYC-Rome Processor 10:38:58 Stepping: 0 10:38:58 CPU MHz: 2799.998 10:38:58 BogoMIPS: 5599.99 10:38:58 Virtualization: AMD-V 10:38:58 Hypervisor vendor: KVM 10:38:58 Virtualization type: full 10:38:58 L1d cache: 32K 10:38:58 L1i cache: 32K 10:38:58 L2 cache: 512K 10:38:58 L3 cache: 16384K 10:38:58 NUMA node0 CPU(s): 0-3 10:38:58 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 10:38:58 10:38:58 10:38:58 ---> nproc: 10:38:58 4 10:38:58 10:38:58 10:38:58 ---> df -h: 10:38:58 Filesystem Size Used Avail Use% Mounted on 10:38:58 udev 7.9G 0 7.9G 0% /dev 10:38:58 tmpfs 1.6G 676K 1.6G 1% /run 10:38:58 /dev/vda1 78G 8.4G 69G 11% / 10:38:58 tmpfs 7.9G 0 7.9G 0% /dev/shm 10:38:58 tmpfs 5.0M 0 5.0M 0% /run/lock 10:38:58 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 10:38:58 /dev/vda15 105M 4.4M 100M 5% /boot/efi 10:38:58 tmpfs 1.6G 0 1.6G 0% /run/user/1001 10:38:58 10:38:58 10:38:58 ---> free -m: 10:38:58 total used free shared buff/cache available 10:38:58 Mem: 16040 552 13279 0 2207 15170 10:38:58 Swap: 1023 0 1023 10:38:58 10:38:58 10:38:58 ---> ip addr: 10:38:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:38:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:38:58 inet 127.0.0.1/8 scope host lo 10:38:58 valid_lft forever preferred_lft forever 10:38:58 inet6 ::1/128 scope host 10:38:58 valid_lft forever preferred_lft forever 10:38:58 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 10:38:58 link/ether fa:16:3e:4f:1d:89 brd ff:ff:ff:ff:ff:ff 10:38:58 inet 10.30.106.79/23 brd 10.30.107.255 scope global dynamic ens3 10:38:58 valid_lft 86262sec preferred_lft 86262sec 10:38:58 inet6 fe80::f816:3eff:fe4f:1d89/64 scope link 10:38:58 valid_lft forever preferred_lft forever 10:38:58 10:38:58 10:38:58 ---> sar -b -r -n DEV: 10:38:58 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-128) 07/16/26 _x86_64_ (4 CPU) 10:38:58 10:38:58 10:36:42 LINUX RESTART (4 CPU) 10:38:58 10:38:58 10:37:01 tps rtps wtps bread/s bwrtn/s 10:38:58 10:38:01 336.19 23.88 312.31 813.86 52393.27 10:38:58 Average: 336.19 23.88 312.31 813.86 52393.27 10:38:58 10:38:58 10:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:38:58 10:38:01 13809400 15504440 2615568 15.92 66684 1823488 841344 4.81 781292 1608464 204784 10:38:58 Average: 13809400 15504440 2615568 15.92 66684 1823488 841344 4.81 781292 1608464 204784 10:38:58 10:38:58 10:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:38:58 10:38:01 ens3 171.95 118.20 1757.96 33.00 0.00 0.00 0.00 0.00 10:38:58 10:38:01 lo 1.27 1.27 0.15 0.15 0.00 0.00 0.00 0.00 10:38:58 Average: ens3 171.95 118.20 1757.96 33.00 0.00 0.00 0.00 0.00 10:38:58 Average: lo 1.27 1.27 0.15 0.15 0.00 0.00 0.00 0.00 10:38:58 10:38:58 10:38:58 ---> sar -P ALL: 10:38:58 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-128) 07/16/26 _x86_64_ (4 CPU) 10:38:58 10:38:58 10:36:42 LINUX RESTART (4 CPU) 10:38:58 10:38:58 10:37:01 CPU %user %nice %system %iowait %steal %idle 10:38:58 10:38:01 all 20.12 0.00 1.95 3.83 0.07 74.02 10:38:58 10:38:01 0 15.56 0.00 1.87 5.38 0.07 77.11 10:38:58 10:38:01 1 36.65 0.00 2.29 1.37 0.08 59.61 10:38:58 10:38:01 2 15.94 0.00 1.66 1.36 0.07 80.98 10:38:58 10:38:01 3 12.30 0.00 1.98 7.25 0.07 78.40 10:38:58 Average: all 20.12 0.00 1.95 3.83 0.07 74.02 10:38:58 Average: 0 15.56 0.00 1.87 5.38 0.07 77.11 10:38:58 Average: 1 36.65 0.00 2.29 1.37 0.08 59.61 10:38:58 Average: 2 15.94 0.00 1.66 1.36 0.07 80.98 10:38:58 Average: 3 12.30 0.00 1.98 7.25 0.07 78.40 10:38:58 10:38:58 10:38:58