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