11:05:21 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146743 11:05:21 Running as SYSTEM 11:05:21 [EnvInject] - Loading node environment variables. 11:05:21 Building remotely on prd-ubuntu1804-builder-4c-4g-13954 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 11:05:21 [ssh-agent] Looking for ssh-agent implementation... 11:05:21 $ ssh-agent 11:05:21 SSH_AUTH_SOCK=/tmp/ssh-vihUySvnuUzX/agent.1752 11:05:21 SSH_AGENT_PID=1755 11:05:21 [ssh-agent] Started. 11:05:21 Running ssh-add (command line suppressed) 11:05:21 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_5042536517233310023.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_5042536517233310023.key) 11:05:21 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:05:21 The recommended git tool is: NONE 11:05:22 using credential onap-jenkins-ssh 11:05:22 Wiping out workspace first. 11:05:22 Cloning the remote Git repository 11:05:22 Cloning repository git://cloud.onap.org/mirror/oom.git 11:05:23 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 11:05:23 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:05:23 > git --version # timeout=10 11:05:23 > git --version # 'git version 2.17.1' 11:05:23 using GIT_SSH to set credentials Gerrit user 11:05:23 Verifying host key using manually-configured host key entries 11:05:23 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:05:28 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:05:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:28 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:05:28 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:05:28 using GIT_SSH to set credentials Gerrit user 11:05:28 Verifying host key using manually-configured host key entries 11:05:28 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/43/146743/2 # timeout=30 11:05:28 > git rev-parse 9354b1c6ab1116bbc7eefbaea56ad981057ed699^{commit} # timeout=10 11:05:28 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:05:28 Checking out Revision 9354b1c6ab1116bbc7eefbaea56ad981057ed699 (refs/changes/43/146743/2) 11:05:28 > git config core.sparsecheckout # timeout=10 11:05:28 > git checkout -f 9354b1c6ab1116bbc7eefbaea56ad981057ed699 # timeout=30 11:05:32 Commit message: "[BUILD] REMOVE apt install graphviz from tox" 11:05:32 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:05:32 > git rev-list --no-walk 9f14d0be2cad580cb0d978847831d4341a6e441b # timeout=10 11:05:32 [EnvInject] - Injecting environment variables from a build step. 11:05:32 [EnvInject] - Injecting as environment variables the properties content 11:05:32 PYTHON=python3 11:05:32 11:05:32 [EnvInject] - Variables injected successfully. 11:05:32 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins10778258082074516593.sh 11:05:32 ---> tox-install.sh 11:05:32 + source /home/jenkins/lf-env.sh 11:05:32 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:05:32 ++ mktemp -d /tmp/venv-XXXX 11:05:32 + lf_venv=/tmp/venv-RgNI 11:05:32 + local venv_file=/tmp/.os_lf_venv 11:05:32 + local python=python3 11:05:32 + local options 11:05:32 + local set_path=true 11:05:32 + local install_args= 11:05:32 ++ 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 11:05:32 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:05:32 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:05:32 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:05:32 + true 11:05:32 + case $1 in 11:05:32 + venv_file=/tmp/.toxenv 11:05:32 + shift 2 11:05:32 + true 11:05:32 + case $1 in 11:05:32 + shift 11:05:32 + break 11:05:32 + case $python in 11:05:32 + local pkg_list= 11:05:32 + [[ -d /opt/pyenv ]] 11:05:32 + echo 'Setup pyenv:' 11:05:32 Setup pyenv: 11:05:32 + export PYENV_ROOT=/opt/pyenv 11:05:32 + PYENV_ROOT=/opt/pyenv 11:05:32 + 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 11:05:32 + 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 11:05:32 + pyenv versions 11:05:32 * system (set by /opt/pyenv/version) 11:05:32 * 3.8.13 (set by /opt/pyenv/version) 11:05:32 * 3.9.13 (set by /opt/pyenv/version) 11:05:32 * 3.10.6 (set by /opt/pyenv/version) 11:05:32 + command -v pyenv 11:05:32 ++ pyenv init - --no-rehash 11:05:32 + 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[*]}"'\'')" 11:05:32 export PATH="/opt/pyenv/shims:${PATH}" 11:05:32 export PYENV_SHELL=bash 11:05:32 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:05:32 pyenv() { 11:05:32 local command 11:05:32 command="${1:-}" 11:05:32 if [ "$#" -gt 0 ]; then 11:05:32 shift 11:05:32 fi 11:05:32 11:05:32 case "$command" in 11:05:32 rehash|shell) 11:05:32 eval "$(pyenv "sh-$command" "$@")" 11:05:32 ;; 11:05:32 *) 11:05:32 command pyenv "$command" "$@" 11:05:32 ;; 11:05:32 esac 11:05:32 }' 11:05:32 +++ 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[*]}"' 11:05:32 ++ 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 11:05:32 ++ 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 11:05:32 ++ 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 11:05:32 ++ export PYENV_SHELL=bash 11:05:32 ++ PYENV_SHELL=bash 11:05:32 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:05:32 +++ complete -F _pyenv pyenv 11:05:32 ++ lf-pyver python3 11:05:32 ++ local py_version_xy=python3 11:05:32 ++ local py_version_xyz= 11:05:32 ++ pyenv versions 11:05:32 ++ local command 11:05:32 ++ command=versions 11:05:32 ++ '[' 1 -gt 0 ']' 11:05:32 ++ shift 11:05:32 ++ case "$command" in 11:05:32 ++ command pyenv versions 11:05:32 ++ pyenv versions 11:05:32 ++ sed 's/^[ *]* //' 11:05:32 ++ awk '{ print $1 }' 11:05:32 ++ grep -E '^[0-9.]*[0-9]$' 11:05:32 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:05:32 +++ grep '^3' /tmp/.pyenv_versions 11:05:32 +++ sort -V 11:05:32 +++ tail -n 1 11:05:32 ++ py_version_xyz=3.10.6 11:05:32 ++ [[ -z 3.10.6 ]] 11:05:32 ++ echo 3.10.6 11:05:32 ++ return 0 11:05:32 + pyenv local 3.10.6 11:05:32 + local command 11:05:32 + command=local 11:05:32 + '[' 2 -gt 0 ']' 11:05:32 + shift 11:05:32 + case "$command" in 11:05:32 + command pyenv local 3.10.6 11:05:32 + pyenv local 3.10.6 11:05:32 + for arg in "$@" 11:05:32 + case $arg in 11:05:32 + pkg_list+='tox ' 11:05:32 + for arg in "$@" 11:05:32 + case $arg in 11:05:32 + pkg_list+='virtualenv ' 11:05:32 + for arg in "$@" 11:05:32 + case $arg in 11:05:32 + pkg_list+='urllib3~=1.26.15 ' 11:05:32 + [[ -f /tmp/.toxenv ]] 11:05:32 + [[ ! -f /tmp/.toxenv ]] 11:05:32 + [[ -n '' ]] 11:05:32 + python3 -m venv /tmp/venv-RgNI 11:05:36 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RgNI' 11:05:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RgNI 11:05:36 + echo /tmp/venv-RgNI 11:05:36 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:05:36 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:05:36 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:05:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:05:36 + local 'pip_opts=--upgrade --quiet' 11:05:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:05:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:05:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:05:36 + [[ -n '' ]] 11:05:36 + [[ -n '' ]] 11:05:36 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:05:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:05:36 + /tmp/venv-RgNI/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 11:05:40 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:05:40 lf-activate-venv(): INFO: Base packages installed successfully 11:05:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:05:40 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:05:40 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:05:40 + /tmp/venv-RgNI/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 11:05:42 + type python3 11:05:42 + true 11:05:42 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-RgNI/bin to PATH' 11:05:42 lf-activate-venv(): INFO: Adding /tmp/venv-RgNI/bin to PATH 11:05:42 + PATH=/tmp/venv-RgNI/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 11:05:42 + return 0 11:05:42 + python3 --version 11:05:42 Python 3.10.6 11:05:42 + python3 -m pip --version 11:05:42 pip 26.2 from /tmp/venv-RgNI/lib/python3.10/site-packages/pip (python 3.10) 11:05:42 + python3 -m pip freeze 11:05:43 cachetools==7.1.6 11:05:43 colorama==0.4.6 11:05:43 distlib==0.4.3 11:05:43 filelock==3.32.2 11:05:43 packaging==26.2 11:05:43 platformdirs==4.11.0 11:05:43 pluggy==1.6.0 11:05:43 pyproject-api==1.11.0 11:05:43 python-discovery==1.5.0 11:05:43 tomli==2.4.1 11:05:43 tomli_w==1.2.0 11:05:43 tox==4.58.0 11:05:43 typing_extensions==4.16.0 11:05:43 urllib3==1.26.20 11:05:43 virtualenv==21.7.0 11:05:43 [EnvInject] - Injecting environment variables from a build step. 11:05:43 [EnvInject] - Injecting as environment variables the properties content 11:05:43 PARALLEL=false 11:05:43 11:05:43 [EnvInject] - Variables injected successfully. 11:05:43 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins6992147497842524331.sh 11:05:43 ---> tox-run.sh 11:05:43 + 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 11:05:43 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 11:05:43 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 11:05:43 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 11:05:43 + cd /w/workspace/oom-master-checkbashisms-lint/. 11:05:43 + source /home/jenkins/lf-env.sh 11:05:43 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:05:43 ++ mktemp -d /tmp/venv-XXXX 11:05:43 + lf_venv=/tmp/venv-2bKM 11:05:43 + local venv_file=/tmp/.os_lf_venv 11:05:43 + local python=python3 11:05:43 + local options 11:05:43 + local set_path=true 11:05:43 + local install_args= 11:05:43 ++ 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 11:05:43 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:05:43 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:05:43 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:05:43 + true 11:05:43 + case $1 in 11:05:43 + venv_file=/tmp/.toxenv 11:05:43 + shift 2 11:05:43 + true 11:05:43 + case $1 in 11:05:43 + shift 11:05:43 + break 11:05:43 + case $python in 11:05:43 + local pkg_list= 11:05:43 + [[ -d /opt/pyenv ]] 11:05:43 + echo 'Setup pyenv:' 11:05:43 Setup pyenv: 11:05:43 + export PYENV_ROOT=/opt/pyenv 11:05:43 + PYENV_ROOT=/opt/pyenv 11:05:43 + 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 11:05:43 + 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 11:05:43 + pyenv versions 11:05:43 system 11:05:43 3.8.13 11:05:43 3.9.13 11:05:43 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:05:43 + command -v pyenv 11:05:43 ++ pyenv init - --no-rehash 11:05:43 + 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[*]}"'\'')" 11:05:43 export PATH="/opt/pyenv/shims:${PATH}" 11:05:43 export PYENV_SHELL=bash 11:05:43 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:05:43 pyenv() { 11:05:43 local command 11:05:43 command="${1:-}" 11:05:43 if [ "$#" -gt 0 ]; then 11:05:43 shift 11:05:43 fi 11:05:43 11:05:43 case "$command" in 11:05:43 rehash|shell) 11:05:43 eval "$(pyenv "sh-$command" "$@")" 11:05:43 ;; 11:05:43 *) 11:05:43 command pyenv "$command" "$@" 11:05:43 ;; 11:05:43 esac 11:05:43 }' 11:05:43 +++ 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[*]}"' 11:05:43 ++ 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 11:05:43 ++ 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 11:05:43 ++ 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 11:05:43 ++ export PYENV_SHELL=bash 11:05:43 ++ PYENV_SHELL=bash 11:05:43 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:05:43 +++ complete -F _pyenv pyenv 11:05:43 ++ lf-pyver python3 11:05:43 ++ local py_version_xy=python3 11:05:43 ++ local py_version_xyz= 11:05:43 ++ pyenv versions 11:05:43 ++ local command 11:05:43 ++ command=versions 11:05:43 ++ '[' 1 -gt 0 ']' 11:05:43 ++ shift 11:05:43 ++ case "$command" in 11:05:43 ++ command pyenv versions 11:05:43 ++ pyenv versions 11:05:43 ++ awk '{ print $1 }' 11:05:43 ++ sed 's/^[ *]* //' 11:05:43 ++ grep -E '^[0-9.]*[0-9]$' 11:05:43 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:05:43 +++ grep '^3' /tmp/.pyenv_versions 11:05:43 +++ sort -V 11:05:43 +++ tail -n 1 11:05:43 ++ py_version_xyz=3.10.6 11:05:43 ++ [[ -z 3.10.6 ]] 11:05:43 ++ echo 3.10.6 11:05:43 ++ return 0 11:05:43 + pyenv local 3.10.6 11:05:43 + local command 11:05:43 + command=local 11:05:43 + '[' 2 -gt 0 ']' 11:05:43 + shift 11:05:43 + case "$command" in 11:05:43 + command pyenv local 3.10.6 11:05:43 + pyenv local 3.10.6 11:05:43 + for arg in "$@" 11:05:43 + case $arg in 11:05:43 + pkg_list+='tox ' 11:05:43 + for arg in "$@" 11:05:43 + case $arg in 11:05:43 + pkg_list+='virtualenv ' 11:05:43 + for arg in "$@" 11:05:43 + case $arg in 11:05:43 + pkg_list+='urllib3~=1.26.15 ' 11:05:43 + [[ -f /tmp/.toxenv ]] 11:05:43 ++ cat /tmp/.toxenv 11:05:43 + lf_venv=/tmp/venv-RgNI 11:05:43 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RgNI from' file:/tmp/.toxenv 11:05:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RgNI from file:/tmp/.toxenv 11:05:43 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:05:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:05:43 + local 'pip_opts=--upgrade --quiet' 11:05:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:05:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:05:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:05:43 + [[ -n '' ]] 11:05:43 + [[ -n '' ]] 11:05:43 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:05:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:05:43 + /tmp/venv-RgNI/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 11:05:44 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:05:44 lf-activate-venv(): INFO: Base packages installed successfully 11:05:44 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:05:44 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:05:44 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:05:44 + /tmp/venv-RgNI/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 11:05:44 + type python3 11:05:44 + true 11:05:44 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-RgNI/bin to PATH' 11:05:44 lf-activate-venv(): INFO: Adding /tmp/venv-RgNI/bin to PATH 11:05:44 + PATH=/tmp/venv-RgNI/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 11:05:44 + return 0 11:05:44 + [[ -d /opt/pyenv ]] 11:05:44 + echo '---> Setting up pyenv' 11:05:44 ---> Setting up pyenv 11:05:44 + export PYENV_ROOT=/opt/pyenv 11:05:44 + PYENV_ROOT=/opt/pyenv 11:05:44 + export PATH=/opt/pyenv/bin:/tmp/venv-RgNI/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 11:05:44 + PATH=/opt/pyenv/bin:/tmp/venv-RgNI/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 11:05:44 ++ pwd 11:05:44 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 11:05:44 + export PYTHONPATH 11:05:44 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:05:44 + TOX_TESTENV_PASSENV=PYTHONPATH 11:05:44 + tox --version 11:05:45 4.58.0 from /tmp/venv-RgNI/lib/python3.10/site-packages/tox/__init__.py 11:05:45 + PARALLEL=false 11:05:45 + TOX_OPTIONS_LIST= 11:05:45 + [[ -n checkbashisms ]] 11:05:45 + TOX_OPTIONS_LIST=' -e checkbashisms' 11:05:45 + case ${PARALLEL,,} in 11:05:45 + tox -e checkbashisms 11:05:45 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 11:05:46 checkbashisms: freeze> python -m pip freeze --all 11:05:47 checkbashisms: pip==26.1.2,setuptools==83.0.0 11:05:47 checkbashisms: commands[0]> .ci/check-bashisms.sh 11:05:48 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 11:05:50 checkbashisms: OK (5.06=setup[1.63]+cmd[3.42] seconds) 11:05:50 congratulations :) (5.09 seconds) 11:05:50 + tox_status=0 11:05:50 + echo '---> Completed tox runs' 11:05:50 ---> Completed tox runs 11:05:50 + for i in .tox/*/log 11:05:50 ++ echo .tox/checkbashisms/log 11:05:50 ++ awk -F/ '{print $2}' 11:05:50 + tox_env=checkbashisms 11:05:50 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 11:05:50 + DOC_DIR=docs/_build/html 11:05:50 + [[ -d docs/_build/html ]] 11:05:50 + echo '---> tox-run.sh ends' 11:05:50 ---> tox-run.sh ends 11:05:50 + test 0 -eq 0 11:05:50 $ ssh-agent -k 11:05:50 unset SSH_AUTH_SOCK; 11:05:50 unset SSH_AGENT_PID; 11:05:50 echo Agent pid 1755 killed; 11:05:50 [ssh-agent] Stopped. 11:05:50 [PostBuildScript] - [INFO] Executing post build scripts. 11:05:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2036751440135160661.sh 11:05:50 ---> sysstat.sh 11:05:51 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9519966531355502198.sh 11:05:51 ---> package-listing.sh 11:05:51 ++ facter osfamily 11:05:51 ++ tr '[:upper:]' '[:lower:]' 11:05:51 + OS_FAMILY=debian 11:05:51 + workspace=/w/workspace/oom-master-checkbashisms-lint 11:05:51 + START_PACKAGES=/tmp/packages_start.txt 11:05:51 + END_PACKAGES=/tmp/packages_end.txt 11:05:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:05:51 + PACKAGES=/tmp/packages_start.txt 11:05:51 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:05:51 + PACKAGES=/tmp/packages_end.txt 11:05:51 + case "${OS_FAMILY}" in 11:05:51 + dpkg -l 11:05:51 + grep '^ii' 11:05:51 + '[' -f /tmp/packages_start.txt ']' 11:05:51 + '[' -f /tmp/packages_end.txt ']' 11:05:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:05:51 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:05:51 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 11:05:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 11:05:51 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins765111570317435322.sh 11:05:51 ---> capture-instance-metadata.sh 11:05:51 Setup pyenv: 11:05:51 system 11:05:51 3.8.13 11:05:51 3.9.13 11:05:51 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:05:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6v9I 11:05:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:05:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:05:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:05:59 lf-activate-venv(): INFO: Base packages installed successfully 11:05:59 lf-activate-venv(): INFO: Installing additional packages: lftools 11:06:19 lf-activate-venv(): INFO: Adding /tmp/venv-6v9I/bin to PATH 11:06:19 INFO: Running in OpenStack, capturing instance metadata 11:06:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11537959543637956290.sh 11:06:19 provisioning config files... 11:06:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config4063667740228312293tmp 11:06:19 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:06:19 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:06:19 [EnvInject] - Injecting environment variables from a build step. 11:06:19 [EnvInject] - Injecting as environment variables the properties content 11:06:19 SERVER_ID=logs 11:06:19 11:06:19 [EnvInject] - Variables injected successfully. 11:06:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17891558725063849153.sh 11:06:20 ---> create-netrc.sh 11:06:20 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins1793696954314849588.sh 11:06:20 ---> python-tools-install.sh 11:06:20 Setup pyenv: 11:06:20 system 11:06:20 3.8.13 11:06:20 3.9.13 11:06:20 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:06:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6v9I from file:/tmp/.os_lf_venv 11:06:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:06:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:06:21 lf-activate-venv(): INFO: Base packages installed successfully 11:06:21 lf-activate-venv(): INFO: Installing additional packages: lftools 11:06:28 lf-activate-venv(): INFO: Adding /tmp/venv-6v9I/bin to PATH 11:06:28 Generating Requirements File 11:06:48 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. 11:06:48 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:06:48 Python 3.10.6 11:06:49 pip 26.2 from /tmp/venv-6v9I/lib/python3.10/site-packages/pip (python 3.10) 11:06:49 aiohappyeyeballs==2.7.1 11:06:49 aiohttp==3.14.3 11:06:49 aiosignal==1.4.0 11:06:49 appdirs==1.4.4 11:06:49 argcomplete==3.7.0 11:06:49 aspy.yaml==1.3.0 11:06:49 async-timeout==5.0.1 11:06:49 attrs==26.1.0 11:06:49 autopage==0.6.0 11:06:49 backports.strenum==1.3.1 11:06:49 beautifulsoup4==4.15.0 11:06:49 boto3==1.43.59 11:06:49 botocore==1.43.59 11:06:49 bs4==0.0.2 11:06:49 certifi==2026.7.22 11:06:49 cffi==2.1.0 11:06:49 cfgv==3.5.0 11:06:49 chardet==7.4.3 11:06:49 charset-normalizer==3.4.9 11:06:49 click==8.4.2 11:06:49 cliff==4.14.0 11:06:49 cmd2==3.5.1 11:06:49 cryptography==3.3.2 11:06:49 debtcollector==3.1.0 11:06:49 decorator==5.3.1 11:06:49 defusedxml==0.7.1 11:06:49 Deprecated==1.3.1 11:06:49 distlib==0.4.3 11:06:49 dnspython==2.8.0 11:06:49 docker==7.2.0 11:06:49 dogpile.cache==1.5.0 11:06:49 durationpy==0.10 11:06:49 email-validator==2.3.0 11:06:49 filelock==3.32.2 11:06:49 frozenlist==1.8.0 11:06:49 future==1.0.0 11:06:49 gitdb==4.0.12 11:06:49 GitPython==3.1.57 11:06:49 httplib2==0.30.2 11:06:49 identify==2.6.19 11:06:49 idna==3.18 11:06:49 importlib-resources==1.5.0 11:06:49 iso8601==2.1.0 11:06:49 Jinja2==3.1.6 11:06:49 jmespath==1.1.0 11:06:49 jsonpatch==1.33 11:06:49 jsonpointer==3.1.1 11:06:49 jsonschema==4.26.0 11:06:49 jsonschema-specifications==2025.9.1 11:06:49 keystoneauth1==5.14.0 11:06:49 kubernetes==36.0.3 11:06:49 lftools==0.37.22 11:06:49 lxml==6.1.1 11:06:49 markdown-it-py==4.2.0 11:06:49 MarkupSafe==3.0.3 11:06:49 mdurl==0.1.2 11:06:49 msgpack==1.2.1 11:06:49 multi_key_dict==2.0.3 11:06:49 multidict==6.7.1 11:06:49 munch==4.0.0 11:06:49 netaddr==1.3.0 11:06:49 niet==1.4.2 11:06:49 nodeenv==1.10.0 11:06:49 oauth2client==4.1.3 11:06:49 oauthlib==3.3.1 11:06:49 openstacksdk==4.13.0 11:06:49 os-service-types==1.8.2 11:06:49 osc-lib==4.6.0 11:06:49 oslo.config==10.4.0 11:06:49 oslo.context==6.4.0 11:06:49 oslo.i18n==6.8.0 11:06:49 oslo.log==8.2.0 11:06:49 oslo.serialization==5.10.0 11:06:49 oslo.utils==10.1.1 11:06:49 packaging==26.2 11:06:49 pbr==7.0.3 11:06:49 platformdirs==4.11.0 11:06:49 prettytable==3.18.0 11:06:49 propcache==0.5.2 11:06:49 psutil==7.2.2 11:06:49 pyasn1==0.6.4 11:06:49 pyasn1_modules==0.4.2 11:06:49 pycparser==3.0 11:06:49 pygerrit2==2.0.15 11:06:49 PyGithub==2.9.1 11:06:49 Pygments==2.20.0 11:06:49 PyJWT==2.13.0 11:06:49 PyNaCl==1.6.2 11:06:49 pyparsing==2.4.7 11:06:49 pyperclip==1.11.0 11:06:49 pyrsistent==0.20.0 11:06:49 python-cinderclient==9.9.0 11:06:49 python-dateutil==2.9.0.post0 11:06:49 python-discovery==1.5.0 11:06:49 python-heatclient==5.2.0 11:06:49 python-jenkins==1.8.3 11:06:49 python-keystoneclient==5.8.0 11:06:49 python-magnumclient==4.11.0 11:06:49 python-openstackclient==10.0.0 11:06:49 python-swiftclient==4.10.0 11:06:49 PyYAML==6.0.3 11:06:49 referencing==0.37.0 11:06:49 requests==2.34.2 11:06:49 requests-oauthlib==2.0.0 11:06:49 rfc3986==2.0.0 11:06:49 rich==15.0.0 11:06:49 rich-argparse==1.8.0 11:06:49 rpds-py==0.30.0 11:06:49 rsa==4.9.1 11:06:49 ruamel.yaml==0.19.1 11:06:49 ruamel.yaml.clib==0.2.15 11:06:49 s3transfer==0.19.2 11:06:49 simplejson==4.1.1 11:06:49 six==1.17.0 11:06:49 smmap==5.0.3 11:06:49 soupsieve==2.9.1 11:06:49 stevedore==5.8.0 11:06:49 tabulate==0.10.0 11:06:49 toml==0.10.2 11:06:49 tomlkit==0.15.1 11:06:49 tqdm==4.70.0 11:06:49 typing_extensions==4.16.0 11:06:49 urllib3==1.26.20 11:06:49 virtualenv==21.7.0 11:06:49 wcwidth==0.8.2 11:06:49 websocket-client==1.9.0 11:06:49 wrapt==2.3.0 11:06:49 xdg==6.0.0 11:06:49 xmltodict==1.0.4 11:06:49 yarl==1.24.5 11:06:49 yq==4.1.2 11:06:49 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins17895917964394725791.sh 11:06:49 ---> uv-install.sh 11:06:49 Installing uv/uvx (latest) using shell installer 11:06:49 2026-07-30 11:06:49 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-cJCy06.sh" [1] 11:06:49 downloading uv 0.12.0 x86_64-unknown-linux-gnu 11:06:50 installing to /home/jenkins/.local/bin 11:06:50 uv 11:06:50 uvx 11:06:50 everything's installed! 11:06:50 11:06:50 To add $HOME/.local/bin to your PATH, either restart your shell or run: 11:06:50 11:06:50 source $HOME/.local/bin/env (sh, bash, zsh) 11:06:50 source $HOME/.local/bin/env.fish (fish) 11:06:50 Adding install location to PATH 11:06:50 ---> Validating uv/uvx install 11:06:50 uvx 0.12.0 (x86_64-unknown-linux-gnu) 11:06:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17308971627630426869.sh 11:06:50 ---> sudo-logs.sh 11:06:50 Archiving 'sudo' log.. 11:06:50 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2896648166696566392.sh 11:06:50 ---> job-cost.sh 11:06:50 INFO: Activating Python virtual environment... 11:06:50 Setup pyenv: 11:06:50 system 11:06:50 3.8.13 11:06:50 3.9.13 11:06:50 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:06:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6v9I from file:/tmp/.os_lf_venv 11:06:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:06:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:06:52 lf-activate-venv(): INFO: Base packages installed successfully 11:06:52 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:06:57 lf-activate-venv(): INFO: Adding /tmp/venv-6v9I/bin to PATH 11:06:57 INFO: No stack-cost file found 11:06:57 INFO: Instance uptime: 436s 11:06:57 INFO: Fetching instance metadata (attempt 1 of 3)... 11:06:57 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 11:06:57 INFO: Successfully fetched instance metadata 11:06:57 INFO: Instance type: v3-standard-4 11:06:57 INFO: Retrieving pricing info for: v3-standard-4 11:06:57 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 11:06:57 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=436 11:06:57 INFO: Successfully fetched Vexxhost pricing API 11:06:57 INFO: Retrieved cost: 0.11 11:06:57 INFO: Retrieved resource: v3-standard-4 11:06:57 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 11:06:57 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 11:06:57 INFO: Successfully archived job cost data 11:06:57 DEBUG: Cost data: oom-master-checkbashisms-lint,4780,2026-07-30 11:06:57,v3-standard-4,436,0.11,0.00,SUCCESS 11:06:57 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins6832350601101450950.sh 11:06:57 ---> logs-deploy.sh 11:06:57 Setup pyenv: 11:06:57 system 11:06:57 3.8.13 11:06:57 3.9.13 11:06:57 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:06:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6v9I from file:/tmp/.os_lf_venv 11:06:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:06:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:06:59 lf-activate-venv(): INFO: Base packages installed successfully 11:06:59 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:07:05 lf-activate-venv(): INFO: Adding /tmp/venv-6v9I/bin to PATH 11:07:05 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4780 11:07:05 INFO: archiving workspace using pattern(s): 11:07:06 Archives upload complete. 11:07:07 INFO: archiving logs to Nexus 11:07:07 ---> uname -a: 11:07:07 Linux prd-ubuntu1804-builder-4c-4g-13954 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:07:07 11:07:07 11:07:07 ---> lscpu: 11:07:07 Architecture: x86_64 11:07:07 CPU op-mode(s): 32-bit, 64-bit 11:07:07 Byte Order: Little Endian 11:07:07 CPU(s): 4 11:07:07 On-line CPU(s) list: 0-3 11:07:07 Thread(s) per core: 1 11:07:07 Core(s) per socket: 1 11:07:07 Socket(s): 4 11:07:07 NUMA node(s): 1 11:07:07 Vendor ID: AuthenticAMD 11:07:07 CPU family: 23 11:07:07 Model: 49 11:07:07 Model name: AMD EPYC-Rome Processor 11:07:07 Stepping: 0 11:07:07 CPU MHz: 2799.998 11:07:07 BogoMIPS: 5599.99 11:07:07 Virtualization: AMD-V 11:07:07 Hypervisor vendor: KVM 11:07:07 Virtualization type: full 11:07:07 L1d cache: 32K 11:07:07 L1i cache: 32K 11:07:07 L2 cache: 512K 11:07:07 L3 cache: 16384K 11:07:07 NUMA node0 CPU(s): 0-3 11:07:07 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 11:07:07 11:07:07 11:07:07 ---> nproc: 11:07:07 4 11:07:07 11:07:07 11:07:07 ---> df -h: 11:07:07 Filesystem Size Used Avail Use% Mounted on 11:07:07 udev 7.9G 0 7.9G 0% /dev 11:07:07 tmpfs 1.6G 676K 1.6G 1% /run 11:07:07 /dev/vda1 78G 8.4G 69G 11% / 11:07:07 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:07:07 tmpfs 5.0M 0 5.0M 0% /run/lock 11:07:07 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:07:07 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:07:07 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:07:07 11:07:07 11:07:07 ---> free -m: 11:07:07 total used free shared buff/cache available 11:07:07 Mem: 16040 562 13282 0 2194 15160 11:07:07 Swap: 1023 0 1023 11:07:07 11:07:07 11:07:07 ---> ip addr: 11:07:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:07:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:07:07 inet 127.0.0.1/8 scope host lo 11:07:07 valid_lft forever preferred_lft forever 11:07:07 inet6 ::1/128 scope host 11:07:07 valid_lft forever preferred_lft forever 11:07:07 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:07:07 link/ether fa:16:3e:e9:40:0a brd ff:ff:ff:ff:ff:ff 11:07:07 inet 10.30.107.230/23 brd 10.30.107.255 scope global dynamic ens3 11:07:07 valid_lft 85961sec preferred_lft 85961sec 11:07:07 inet6 fe80::f816:3eff:fee9:400a/64 scope link 11:07:07 valid_lft forever preferred_lft forever 11:07:07 11:07:07 11:07:07 ---> sar -b -r -n DEV: 11:07:07 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13954) 07/30/26 _x86_64_ (4 CPU) 11:07:07 11:07:07 10:59:50 LINUX RESTART (4 CPU) 11:07:07 11:07:07 11:00:01 tps rtps wtps bread/s bwrtn/s 11:07:07 11:01:01 74.42 31.19 43.23 2763.94 53522.68 11:07:07 11:02:01 1.07 0.00 1.07 0.00 13.20 11:07:07 11:03:01 1.08 0.00 1.08 0.00 12.66 11:07:07 11:04:01 3.37 1.12 2.25 23.20 32.79 11:07:07 11:05:01 1.32 0.00 1.32 0.00 15.06 11:07:07 11:06:02 339.48 27.16 312.31 937.04 6868.99 11:07:07 11:07:01 112.81 1.27 111.54 140.99 12849.48 11:07:07 Average: 76.13 8.70 67.44 553.15 10467.88 11:07:07 11:07:07 11:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:07:07 11:01:01 14462168 15687076 1962800 11.95 32032 1412248 724880 4.15 494540 1296156 20 11:07:07 11:02:01 14462868 15687864 1962100 11.95 32072 1412252 724880 4.15 494200 1296104 156 11:07:07 11:03:01 14463088 15688096 1961880 11.94 32104 1412248 724880 4.15 494548 1296108 16 11:07:07 11:04:01 14460540 15686468 1964428 11.96 32192 1412936 705212 4.04 495280 1296516 140 11:07:07 11:05:01 14460780 15686800 1964188 11.96 32272 1412936 705212 4.04 495612 1296516 12 11:07:07 11:06:02 14059560 15522476 2365408 14.40 50212 1619096 826164 4.73 718844 1445108 93220 11:07:07 11:07:01 13608120 15528916 2816848 17.15 79420 2025780 810912 4.64 730512 1840188 234568 11:07:07 Average: 14282446 15641099 2142522 13.04 41472 1529642 746020 4.27 560505 1395242 46876 11:07:07 11:07:07 11:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:07:07 11:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:07:07 11:01:01 ens3 186.82 125.46 514.61 30.87 0.00 0.00 0.00 0.00 11:07:07 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:07:07 11:02:01 ens3 1.25 0.20 0.63 0.22 0.00 0.00 0.00 0.00 11:07:07 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:07 11:03:01 ens3 1.62 0.43 0.73 0.46 0.00 0.00 0.00 0.00 11:07:07 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:07:07 11:04:01 ens3 2.22 1.02 0.80 0.96 0.00 0.00 0.00 0.00 11:07:07 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:07 11:05:01 ens3 0.23 0.07 0.07 0.04 0.00 0.00 0.00 0.00 11:07:07 11:06:02 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 11:07:07 11:06:02 ens3 266.92 179.97 1220.36 52.22 0.00 0.00 0.00 0.00 11:07:07 11:07:01 lo 0.95 0.95 0.11 0.11 0.00 0.00 0.00 0.00 11:07:07 11:07:01 ens3 83.09 58.26 1465.12 10.44 0.00 0.00 0.00 0.00 11:07:07 Average: lo 0.36 0.36 0.04 0.04 0.00 0.00 0.00 0.00 11:07:07 Average: ens3 77.44 52.19 455.07 13.61 0.00 0.00 0.00 0.00 11:07:07 11:07:07 11:07:07 ---> sar -P ALL: 11:07:07 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13954) 07/30/26 _x86_64_ (4 CPU) 11:07:07 11:07:07 10:59:50 LINUX RESTART (4 CPU) 11:07:07 11:07:07 11:00:01 CPU %user %nice %system %iowait %steal %idle 11:07:07 11:01:01 all 3.05 0.00 0.44 1.06 0.02 95.43 11:07:07 11:01:01 0 2.93 0.00 0.55 0.22 0.02 96.28 11:07:07 11:01:01 1 3.10 0.00 0.52 0.68 0.03 95.66 11:07:07 11:01:01 2 2.72 0.00 0.33 0.25 0.02 96.68 11:07:07 11:01:01 3 3.44 0.00 0.39 3.12 0.02 93.04 11:07:07 11:02:01 all 0.06 0.00 0.02 0.01 0.01 99.90 11:07:07 11:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:07:07 11:02:01 1 0.12 0.00 0.03 0.03 0.02 99.80 11:07:07 11:02:01 2 0.00 0.00 0.02 0.02 0.00 99.97 11:07:07 11:02:01 3 0.12 0.00 0.00 0.00 0.00 99.88 11:07:07 11:03:01 all 0.15 0.00 0.01 0.00 0.00 99.83 11:07:07 11:03:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:07:07 11:03:01 1 0.08 0.00 0.00 0.02 0.02 99.88 11:07:07 11:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:07:07 11:03:01 3 0.48 0.00 0.02 0.00 0.00 99.50 11:07:07 11:04:01 all 0.28 0.00 0.07 0.02 0.01 99.63 11:07:07 11:04:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:07:07 11:04:01 1 0.20 0.00 0.10 0.03 0.02 99.65 11:07:07 11:04:01 2 0.70 0.00 0.12 0.03 0.02 99.13 11:07:07 11:04:01 3 0.18 0.00 0.03 0.00 0.02 99.77 11:07:07 11:05:01 all 0.03 0.00 0.01 0.01 0.00 99.95 11:07:07 11:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:07:07 11:05:01 1 0.02 0.00 0.02 0.02 0.00 99.95 11:07:07 11:05:01 2 0.00 0.00 0.03 0.02 0.02 99.93 11:07:07 11:05:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:07:07 11:06:02 all 15.71 0.00 1.52 1.37 0.04 81.35 11:07:07 11:06:02 0 16.84 0.00 2.07 3.21 0.03 77.85 11:07:07 11:06:02 1 16.56 0.00 1.32 0.20 0.03 81.88 11:07:07 11:06:02 2 10.06 0.00 1.31 1.96 0.03 86.64 11:07:07 11:06:02 3 19.33 0.00 1.42 0.15 0.05 79.06 11:07:07 11:07:01 all 21.62 0.00 1.59 1.12 0.05 75.62 11:07:07 11:07:01 0 52.91 0.00 2.87 0.66 0.05 43.50 11:07:07 11:07:01 1 20.89 0.00 1.78 0.14 0.03 77.16 11:07:07 11:07:01 2 1.30 0.00 0.86 3.66 0.07 94.11 11:07:07 11:07:01 3 11.25 0.00 0.81 0.05 0.03 87.85 11:07:07 Average: all 5.80 0.00 0.52 0.51 0.02 93.15 11:07:07 Average: 0 10.29 0.00 0.79 0.58 0.01 88.33 11:07:07 Average: 1 5.82 0.00 0.53 0.16 0.02 93.47 11:07:07 Average: 2 2.11 0.00 0.38 0.84 0.02 96.65 11:07:07 Average: 3 4.97 0.00 0.38 0.47 0.02 94.16 11:07:07 11:07:07 11:07:07