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