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