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