09:42:52 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/145544 09:42:52 Running as SYSTEM 09:42:52 [EnvInject] - Loading node environment variables. 09:42:52 Building remotely on prd-ubuntu1804-builder-4c-4g-1800 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 09:42:52 [ssh-agent] Looking for ssh-agent implementation... 09:42:52 $ ssh-agent 09:42:52 SSH_AUTH_SOCK=/tmp/ssh-XYgJUm5PR8W5/agent.1667 09:42:52 SSH_AGENT_PID=1669 09:42:52 [ssh-agent] Started. 09:42:52 Running ssh-add (command line suppressed) 09:42:52 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_8892410935276388914.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_8892410935276388914.key) 09:42:52 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:42:52 The recommended git tool is: NONE 09:42:54 using credential onap-jenkins-ssh 09:42:54 Wiping out workspace first. 09:42:54 Cloning the remote Git repository 09:42:54 Cloning repository git://cloud.onap.org/mirror/oom.git 09:42:54 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 09:42:54 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:42:54 > git --version # timeout=10 09:42:54 > git --version # 'git version 2.17.1' 09:42:54 using GIT_SSH to set credentials Gerrit user 09:42:54 Verifying host key using manually-configured host key entries 09:42:54 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:43:00 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:43:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:43:00 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:43:00 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:43:00 using GIT_SSH to set credentials Gerrit user 09:43:00 Verifying host key using manually-configured host key entries 09:43:00 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/44/145544/3 # timeout=30 09:43:01 > git rev-parse e739c450e16a840082f9b56ecac76a7fe123c88a^{commit} # timeout=10 09:43:01 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:43:01 Checking out Revision e739c450e16a840082f9b56ecac76a7fe123c88a (refs/changes/44/145544/3) 09:43:01 > git config core.sparsecheckout # timeout=10 09:43:01 > git checkout -f e739c450e16a840082f9b56ecac76a7fe123c88a # timeout=30 09:43:04 Commit message: "[SDC] 13.2.0 release" 09:43:04 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:43:04 > git rev-list --no-walk 17b1a3c9118ef16a6333cfec0303a6017f5f9257 # timeout=10 09:43:05 [EnvInject] - Injecting environment variables from a build step. 09:43:05 [EnvInject] - Injecting as environment variables the properties content 09:43:05 PYTHON=python3 09:43:05 09:43:05 [EnvInject] - Variables injected successfully. 09:43:05 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins8865596476273642996.sh 09:43:05 ---> tox-install.sh 09:43:05 + source /home/jenkins/lf-env.sh 09:43:05 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:43:05 ++ mktemp -d /tmp/venv-XXXX 09:43:05 + lf_venv=/tmp/venv-hRbE 09:43:05 + local venv_file=/tmp/.os_lf_venv 09:43:05 + local python=python3 09:43:05 + local options 09:43:05 + local set_path=true 09:43:05 + local install_args= 09:43:05 ++ 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 09:43:05 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:43:05 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:43:05 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:43:05 + true 09:43:05 + case $1 in 09:43:05 + venv_file=/tmp/.toxenv 09:43:05 + shift 2 09:43:05 + true 09:43:05 + case $1 in 09:43:05 + shift 09:43:05 + break 09:43:05 + case $python in 09:43:05 + local pkg_list= 09:43:05 + [[ -d /opt/pyenv ]] 09:43:05 + echo 'Setup pyenv:' 09:43:05 Setup pyenv: 09:43:05 + export PYENV_ROOT=/opt/pyenv 09:43:05 + PYENV_ROOT=/opt/pyenv 09:43:05 + 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 09:43:05 + 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 09:43:05 + pyenv versions 09:43:05 * system (set by /opt/pyenv/version) 09:43:05 * 3.8.13 (set by /opt/pyenv/version) 09:43:05 * 3.9.13 (set by /opt/pyenv/version) 09:43:05 * 3.10.6 (set by /opt/pyenv/version) 09:43:05 + command -v pyenv 09:43:05 ++ pyenv init - --no-rehash 09:43:05 + 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[*]}"'\'')" 09:43:05 export PATH="/opt/pyenv/shims:${PATH}" 09:43:05 export PYENV_SHELL=bash 09:43:05 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:43:05 pyenv() { 09:43:05 local command 09:43:05 command="${1:-}" 09:43:05 if [ "$#" -gt 0 ]; then 09:43:05 shift 09:43:05 fi 09:43:05 09:43:05 case "$command" in 09:43:05 rehash|shell) 09:43:05 eval "$(pyenv "sh-$command" "$@")" 09:43:05 ;; 09:43:05 *) 09:43:05 command pyenv "$command" "$@" 09:43:05 ;; 09:43:05 esac 09:43:05 }' 09:43:05 +++ 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[*]}"' 09:43:05 ++ 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 09:43:05 ++ 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 09:43:05 ++ 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 09:43:05 ++ export PYENV_SHELL=bash 09:43:05 ++ PYENV_SHELL=bash 09:43:05 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:43:05 +++ complete -F _pyenv pyenv 09:43:05 ++ lf-pyver python3 09:43:05 ++ local py_version_xy=python3 09:43:05 ++ local py_version_xyz= 09:43:05 ++ pyenv versions 09:43:05 ++ local command 09:43:05 ++ command=versions 09:43:05 ++ '[' 1 -gt 0 ']' 09:43:05 ++ shift 09:43:05 ++ case "$command" in 09:43:05 ++ command pyenv versions 09:43:05 ++ pyenv versions 09:43:05 ++ awk '{ print $1 }' 09:43:05 ++ grep -E '^[0-9.]*[0-9]$' 09:43:05 ++ sed 's/^[ *]* //' 09:43:05 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:43:05 +++ grep '^3' /tmp/.pyenv_versions 09:43:05 +++ sort -V 09:43:05 +++ tail -n 1 09:43:05 ++ py_version_xyz=3.10.6 09:43:05 ++ [[ -z 3.10.6 ]] 09:43:05 ++ echo 3.10.6 09:43:05 ++ return 0 09:43:05 + pyenv local 3.10.6 09:43:05 + local command 09:43:05 + command=local 09:43:05 + '[' 2 -gt 0 ']' 09:43:05 + shift 09:43:05 + case "$command" in 09:43:05 + command pyenv local 3.10.6 09:43:05 + pyenv local 3.10.6 09:43:05 + for arg in "$@" 09:43:05 + case $arg in 09:43:05 + pkg_list+='tox ' 09:43:05 + for arg in "$@" 09:43:05 + case $arg in 09:43:05 + pkg_list+='virtualenv ' 09:43:05 + for arg in "$@" 09:43:05 + case $arg in 09:43:05 + pkg_list+='urllib3~=1.26.15 ' 09:43:05 + [[ -f /tmp/.toxenv ]] 09:43:05 + [[ ! -f /tmp/.toxenv ]] 09:43:05 + [[ -n '' ]] 09:43:05 + python3 -m venv /tmp/venv-hRbE 09:43:10 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hRbE' 09:43:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hRbE 09:43:10 + echo /tmp/venv-hRbE 09:43:10 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:43:10 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:43:10 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:43:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:43:10 + local 'pip_opts=--upgrade --quiet' 09:43:10 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:43:10 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:43:10 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:43:10 + [[ -n '' ]] 09:43:10 + [[ -n '' ]] 09:43:10 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:43:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:43:10 + /tmp/venv-hRbE/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 09:43:16 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:43:16 lf-activate-venv(): INFO: Base packages installed successfully 09:43:16 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:43:16 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:43:16 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:43:16 + /tmp/venv-hRbE/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 09:43:19 + type python3 09:43:19 + true 09:43:19 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-hRbE/bin to PATH' 09:43:19 lf-activate-venv(): INFO: Adding /tmp/venv-hRbE/bin to PATH 09:43:19 + PATH=/tmp/venv-hRbE/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 09:43:19 + return 0 09:43:19 + python3 --version 09:43:19 Python 3.10.6 09:43:19 + python3 -m pip --version 09:43:19 pip 26.1.2 from /tmp/venv-hRbE/lib/python3.10/site-packages/pip (python 3.10) 09:43:19 + python3 -m pip freeze 09:43:20 cachetools==7.1.4 09:43:20 colorama==0.4.6 09:43:20 distlib==0.4.3 09:43:20 filelock==3.29.4 09:43:20 packaging==26.2 09:43:20 platformdirs==4.10.0 09:43:20 pluggy==1.6.0 09:43:20 pyproject-api==1.10.1 09:43:20 python-discovery==1.4.2 09:43:20 tomli==2.4.1 09:43:20 tomli_w==1.2.0 09:43:20 tox==4.56.0 09:43:20 typing_extensions==4.15.0 09:43:20 urllib3==1.26.20 09:43:20 virtualenv==21.5.1 09:43:20 [EnvInject] - Injecting environment variables from a build step. 09:43:20 [EnvInject] - Injecting as environment variables the properties content 09:43:20 PARALLEL=false 09:43:20 09:43:20 [EnvInject] - Variables injected successfully. 09:43:20 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins10460530503769334136.sh 09:43:20 ---> tox-run.sh 09:43:20 + 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 09:43:20 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 09:43:20 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 09:43:20 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 09:43:20 + cd /w/workspace/oom-master-checkbashisms-lint/. 09:43:20 + source /home/jenkins/lf-env.sh 09:43:20 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:43:20 ++ mktemp -d /tmp/venv-XXXX 09:43:20 + lf_venv=/tmp/venv-iV2R 09:43:20 + local venv_file=/tmp/.os_lf_venv 09:43:20 + local python=python3 09:43:20 + local options 09:43:20 + local set_path=true 09:43:20 + local install_args= 09:43:20 ++ 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 09:43:20 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:43:20 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:43:20 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:43:20 + true 09:43:20 + case $1 in 09:43:20 + venv_file=/tmp/.toxenv 09:43:20 + shift 2 09:43:20 + true 09:43:20 + case $1 in 09:43:20 + shift 09:43:20 + break 09:43:20 + case $python in 09:43:20 + local pkg_list= 09:43:20 + [[ -d /opt/pyenv ]] 09:43:20 + echo 'Setup pyenv:' 09:43:20 Setup pyenv: 09:43:20 + export PYENV_ROOT=/opt/pyenv 09:43:20 + PYENV_ROOT=/opt/pyenv 09:43:20 + 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 09:43:20 + 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 09:43:20 + pyenv versions 09:43:20 system 09:43:20 3.8.13 09:43:20 3.9.13 09:43:20 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:43:20 + command -v pyenv 09:43:20 ++ pyenv init - --no-rehash 09:43:20 + 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[*]}"'\'')" 09:43:20 export PATH="/opt/pyenv/shims:${PATH}" 09:43:20 export PYENV_SHELL=bash 09:43:20 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:43:20 pyenv() { 09:43:20 local command 09:43:20 command="${1:-}" 09:43:20 if [ "$#" -gt 0 ]; then 09:43:20 shift 09:43:20 fi 09:43:20 09:43:20 case "$command" in 09:43:20 rehash|shell) 09:43:20 eval "$(pyenv "sh-$command" "$@")" 09:43:20 ;; 09:43:20 *) 09:43:20 command pyenv "$command" "$@" 09:43:20 ;; 09:43:20 esac 09:43:20 }' 09:43:20 +++ 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[*]}"' 09:43:20 ++ 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 09:43:20 ++ 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 09:43:20 ++ 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 09:43:20 ++ export PYENV_SHELL=bash 09:43:20 ++ PYENV_SHELL=bash 09:43:20 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:43:20 +++ complete -F _pyenv pyenv 09:43:20 ++ lf-pyver python3 09:43:20 ++ local py_version_xy=python3 09:43:20 ++ local py_version_xyz= 09:43:20 ++ pyenv versions 09:43:20 ++ local command 09:43:20 ++ command=versions 09:43:20 ++ '[' 1 -gt 0 ']' 09:43:20 ++ shift 09:43:20 ++ case "$command" in 09:43:20 ++ command pyenv versions 09:43:20 ++ pyenv versions 09:43:20 ++ sed 's/^[ *]* //' 09:43:20 ++ awk '{ print $1 }' 09:43:20 ++ grep -E '^[0-9.]*[0-9]$' 09:43:20 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:43:20 +++ grep '^3' /tmp/.pyenv_versions 09:43:20 +++ sort -V 09:43:20 +++ tail -n 1 09:43:20 ++ py_version_xyz=3.10.6 09:43:20 ++ [[ -z 3.10.6 ]] 09:43:20 ++ echo 3.10.6 09:43:20 ++ return 0 09:43:20 + pyenv local 3.10.6 09:43:20 + local command 09:43:20 + command=local 09:43:20 + '[' 2 -gt 0 ']' 09:43:20 + shift 09:43:20 + case "$command" in 09:43:20 + command pyenv local 3.10.6 09:43:20 + pyenv local 3.10.6 09:43:20 + for arg in "$@" 09:43:20 + case $arg in 09:43:20 + pkg_list+='tox ' 09:43:20 + for arg in "$@" 09:43:20 + case $arg in 09:43:20 + pkg_list+='virtualenv ' 09:43:20 + for arg in "$@" 09:43:20 + case $arg in 09:43:20 + pkg_list+='urllib3~=1.26.15 ' 09:43:20 + [[ -f /tmp/.toxenv ]] 09:43:20 ++ cat /tmp/.toxenv 09:43:20 + lf_venv=/tmp/venv-hRbE 09:43:20 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hRbE from' file:/tmp/.toxenv 09:43:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hRbE from file:/tmp/.toxenv 09:43:20 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:43:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:43:20 + local 'pip_opts=--upgrade --quiet' 09:43:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:43:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:43:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:43:20 + [[ -n '' ]] 09:43:20 + [[ -n '' ]] 09:43:20 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:43:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:43:20 + /tmp/venv-hRbE/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 09:43:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:43:21 lf-activate-venv(): INFO: Base packages installed successfully 09:43:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:43:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:43:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:43:21 + /tmp/venv-hRbE/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 09:43:22 + type python3 09:43:22 + true 09:43:22 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-hRbE/bin to PATH' 09:43:22 lf-activate-venv(): INFO: Adding /tmp/venv-hRbE/bin to PATH 09:43:22 + PATH=/tmp/venv-hRbE/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 09:43:22 + return 0 09:43:22 + [[ -d /opt/pyenv ]] 09:43:22 + echo '---> Setting up pyenv' 09:43:22 ---> Setting up pyenv 09:43:22 + export PYENV_ROOT=/opt/pyenv 09:43:22 + PYENV_ROOT=/opt/pyenv 09:43:22 + export PATH=/opt/pyenv/bin:/tmp/venv-hRbE/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 09:43:22 + PATH=/opt/pyenv/bin:/tmp/venv-hRbE/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 09:43:22 ++ pwd 09:43:22 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 09:43:22 + export PYTHONPATH 09:43:22 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:43:22 + TOX_TESTENV_PASSENV=PYTHONPATH 09:43:22 + tox --version 09:43:23 4.56.0 from /tmp/venv-hRbE/lib/python3.10/site-packages/tox/__init__.py 09:43:23 + PARALLEL=false 09:43:23 + TOX_OPTIONS_LIST= 09:43:23 + [[ -n checkbashisms ]] 09:43:23 + TOX_OPTIONS_LIST=' -e checkbashisms' 09:43:23 + case ${PARALLEL,,} in 09:43:23 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 09:43:23 + tox -e checkbashisms 09:43:24 checkbashisms: freeze> python -m pip freeze --all 09:43:25 checkbashisms: pip==26.1.2,setuptools==82.0.1 09:43:25 checkbashisms: commands[0]> .ci/check-bashisms.sh 09:43:27 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 09:43:28 checkbashisms: OK (5.40=setup[1.80]+cmd[3.60] seconds) 09:43:28 congratulations :) (5.46 seconds) 09:43:28 + tox_status=0 09:43:28 + echo '---> Completed tox runs' 09:43:28 ---> Completed tox runs 09:43:28 + for i in .tox/*/log 09:43:28 ++ awk -F/ '{print $2}' 09:43:28 ++ echo .tox/checkbashisms/log 09:43:28 + tox_env=checkbashisms 09:43:28 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 09:43:28 + DOC_DIR=docs/_build/html 09:43:28 + [[ -d docs/_build/html ]] 09:43:28 + echo '---> tox-run.sh ends' 09:43:28 ---> tox-run.sh ends 09:43:28 + test 0 -eq 0 09:43:28 $ ssh-agent -k 09:43:28 unset SSH_AUTH_SOCK; 09:43:28 unset SSH_AGENT_PID; 09:43:28 echo Agent pid 1669 killed; 09:43:28 [ssh-agent] Stopped. 09:43:28 [PostBuildScript] - [INFO] Executing post build scripts. 09:43:29 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14543426335628989802.sh 09:43:29 ---> sysstat.sh 09:43:29 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16766312996444692943.sh 09:43:29 ---> package-listing.sh 09:43:29 ++ facter osfamily 09:43:29 ++ tr '[:upper:]' '[:lower:]' 09:43:29 + OS_FAMILY=debian 09:43:29 + workspace=/w/workspace/oom-master-checkbashisms-lint 09:43:29 + START_PACKAGES=/tmp/packages_start.txt 09:43:29 + END_PACKAGES=/tmp/packages_end.txt 09:43:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:43:29 + PACKAGES=/tmp/packages_start.txt 09:43:29 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 09:43:29 + PACKAGES=/tmp/packages_end.txt 09:43:29 + case "${OS_FAMILY}" in 09:43:29 + dpkg -l 09:43:29 + grep '^ii' 09:43:29 + '[' -f /tmp/packages_start.txt ']' 09:43:29 + '[' -f /tmp/packages_end.txt ']' 09:43:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:43:29 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 09:43:29 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 09:43:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 09:43:29 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11194883809131512769.sh 09:43:29 ---> capture-instance-metadata.sh 09:43:29 Setup pyenv: 09:43:29 system 09:43:29 3.8.13 09:43:29 3.9.13 09:43:29 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:43:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-68qt 09:43:33 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:43:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:43:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:43:38 lf-activate-venv(): INFO: Base packages installed successfully 09:43:38 lf-activate-venv(): INFO: Installing additional packages: lftools 09:44:12 lf-activate-venv(): INFO: Adding /tmp/venv-68qt/bin to PATH 09:44:12 INFO: Running in OpenStack, capturing instance metadata 09:44:12 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17455272786316520643.sh 09:44:12 provisioning config files... 09:44:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config15891808912442452667tmp 09:44:12 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:44:12 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:44:12 [EnvInject] - Injecting environment variables from a build step. 09:44:12 [EnvInject] - Injecting as environment variables the properties content 09:44:12 SERVER_ID=logs 09:44:12 09:44:12 [EnvInject] - Variables injected successfully. 09:44:12 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12763749621591540521.sh 09:44:12 ---> create-netrc.sh 09:44:12 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12573942521908815079.sh 09:44:12 ---> python-tools-install.sh 09:44:12 Setup pyenv: 09:44:12 system 09:44:12 3.8.13 09:44:12 3.9.13 09:44:12 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:44:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-68qt from file:/tmp/.os_lf_venv 09:44:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:44:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:44:15 lf-activate-venv(): INFO: Base packages installed successfully 09:44:15 lf-activate-venv(): INFO: Installing additional packages: lftools 09:44:24 lf-activate-venv(): INFO: Adding /tmp/venv-68qt/bin to PATH 09:44:24 Generating Requirements File 09:44:55 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. 09:44:55 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 09:44:55 Python 3.10.6 09:44:55 pip 26.1.2 from /tmp/venv-68qt/lib/python3.10/site-packages/pip (python 3.10) 09:44:55 aiohappyeyeballs==2.6.2 09:44:55 aiohttp==3.14.1 09:44:55 aiosignal==1.4.0 09:44:55 appdirs==1.4.4 09:44:55 argcomplete==3.6.3 09:44:55 aspy.yaml==1.3.0 09:44:55 async-timeout==5.0.1 09:44:55 attrs==26.1.0 09:44:55 autopage==0.6.0 09:44:55 backports.strenum==1.3.1 09:44:55 beautifulsoup4==4.15.0 09:44:55 boto3==1.43.36 09:44:55 botocore==1.43.36 09:44:55 bs4==0.0.2 09:44:55 certifi==2026.6.17 09:44:55 cffi==2.0.0 09:44:55 cfgv==3.5.0 09:44:55 chardet==7.4.3 09:44:55 charset-normalizer==3.4.7 09:44:55 click==8.4.1 09:44:55 cliff==4.14.0 09:44:55 cmd2==3.5.1 09:44:55 cryptography==3.3.2 09:44:55 debtcollector==3.1.0 09:44:55 decorator==5.3.1 09:44:55 defusedxml==0.7.1 09:44:55 Deprecated==1.3.1 09:44:55 distlib==0.4.3 09:44:55 dnspython==2.8.0 09:44:55 docker==7.1.0 09:44:55 dogpile.cache==1.5.0 09:44:55 durationpy==0.10 09:44:55 email-validator==2.3.0 09:44:55 filelock==3.29.4 09:44:55 frozenlist==1.8.0 09:44:55 future==1.0.0 09:44:55 gitdb==4.0.12 09:44:55 GitPython==3.1.50 09:44:55 httplib2==0.30.2 09:44:55 identify==2.6.19 09:44:55 idna==3.18 09:44:55 importlib-resources==1.5.0 09:44:55 iso8601==2.1.0 09:44:55 Jinja2==3.1.6 09:44:55 jmespath==1.1.0 09:44:55 jsonpatch==1.33 09:44:55 jsonpointer==3.1.1 09:44:55 jsonschema==4.26.0 09:44:55 jsonschema-specifications==2025.9.1 09:44:55 keystoneauth1==5.14.0 09:44:55 kubernetes==36.0.2 09:44:55 lftools==0.37.22 09:44:55 lxml==6.1.1 09:44:55 markdown-it-py==4.2.0 09:44:55 MarkupSafe==3.0.3 09:44:55 mdurl==0.1.2 09:44:55 msgpack==1.2.1 09:44:55 multi_key_dict==2.0.3 09:44:55 multidict==6.7.1 09:44:55 munch==4.0.0 09:44:55 netaddr==1.3.0 09:44:55 niet==1.4.2 09:44:55 nodeenv==1.10.0 09:44:55 oauth2client==4.1.3 09:44:55 oauthlib==3.3.1 09:44:55 openstacksdk==4.13.0 09:44:55 os-service-types==1.8.2 09:44:55 osc-lib==4.6.0 09:44:55 oslo.config==10.4.0 09:44:55 oslo.context==6.4.0 09:44:55 oslo.i18n==6.8.0 09:44:55 oslo.log==8.2.0 09:44:55 oslo.serialization==5.10.0 09:44:55 oslo.utils==10.1.1 09:44:55 packaging==26.2 09:44:55 pbr==7.0.3 09:44:55 platformdirs==4.10.0 09:44:55 prettytable==3.18.0 09:44:55 propcache==0.5.2 09:44:55 psutil==7.2.2 09:44:55 pyasn1==0.6.3 09:44:55 pyasn1_modules==0.4.2 09:44:55 pycparser==3.0 09:44:55 pygerrit2==2.0.15 09:44:55 PyGithub==2.9.1 09:44:55 Pygments==2.20.0 09:44:55 PyJWT==2.13.0 09:44:55 PyNaCl==1.6.2 09:44:55 pyparsing==2.4.7 09:44:55 pyperclip==1.11.0 09:44:55 pyrsistent==0.20.0 09:44:55 python-cinderclient==9.9.0 09:44:55 python-dateutil==2.9.0.post0 09:44:55 python-discovery==1.4.2 09:44:55 python-heatclient==5.2.0 09:44:55 python-jenkins==1.8.3 09:44:55 python-keystoneclient==5.8.0 09:44:55 python-magnumclient==4.10.0 09:44:55 python-openstackclient==10.0.0 09:44:55 python-swiftclient==4.10.0 09:44:55 PyYAML==6.0.3 09:44:55 referencing==0.37.0 09:44:55 requests==2.34.2 09:44:55 requests-oauthlib==2.0.0 09:44:55 rfc3986==2.0.0 09:44:55 rich==15.0.0 09:44:55 rich-argparse==1.8.0 09:44:55 rpds-py==0.30.0 09:44:55 rsa==4.9.1 09:44:55 ruamel.yaml==0.19.1 09:44:55 ruamel.yaml.clib==0.2.15 09:44:55 s3transfer==0.19.0 09:44:55 simplejson==4.1.1 09:44:55 six==1.17.0 09:44:55 smmap==5.0.3 09:44:55 soupsieve==2.8.4 09:44:55 stevedore==5.8.0 09:44:55 tabulate==0.10.0 09:44:55 toml==0.10.2 09:44:55 tomlkit==0.15.0 09:44:55 tqdm==4.68.3 09:44:55 typing_extensions==4.15.0 09:44:55 urllib3==1.26.20 09:44:55 virtualenv==21.5.1 09:44:55 wcwidth==0.8.1 09:44:55 websocket-client==1.9.0 09:44:55 wrapt==2.2.2 09:44:55 xdg==6.0.0 09:44:55 xmltodict==1.0.4 09:44:55 yarl==1.24.2 09:44:55 yq==3.4.3 09:44:55 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins12619325127179224475.sh 09:44:55 ---> uv-install.sh 09:44:55 Installing uv/uvx (latest) using shell installer 09:44:56 2026-06-24 09:44:56 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-IHgcIG.sh" [1] 09:44:56 downloading uv 0.11.24 x86_64-unknown-linux-gnu 09:44:57 installing to /home/jenkins/.local/bin 09:44:57 uv 09:44:57 uvx 09:44:57 everything's installed! 09:44:57 09:44:57 To add $HOME/.local/bin to your PATH, either restart your shell or run: 09:44:57 09:44:57 source $HOME/.local/bin/env (sh, bash, zsh) 09:44:57 source $HOME/.local/bin/env.fish (fish) 09:44:57 Adding install location to PATH 09:44:57 ---> Validating uv/uvx install 09:44:57 uvx 0.11.24 (x86_64-unknown-linux-gnu) 09:44:57 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4075828372485012878.sh 09:44:57 ---> sudo-logs.sh 09:44:57 Archiving 'sudo' log.. 09:44:57 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15710343896247136180.sh 09:44:57 ---> job-cost.sh 09:44:57 INFO: Activating Python virtual environment... 09:44:57 Setup pyenv: 09:44:57 system 09:44:57 3.8.13 09:44:57 3.9.13 09:44:57 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:44:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-68qt from file:/tmp/.os_lf_venv 09:44:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:44:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:44:59 lf-activate-venv(): INFO: Base packages installed successfully 09:44:59 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:45:05 lf-activate-venv(): INFO: Adding /tmp/venv-68qt/bin to PATH 09:45:05 INFO: No stack-cost file found 09:45:05 INFO: Instance uptime: 183s 09:45:05 INFO: Fetching instance metadata (attempt 1 of 3)... 09:45:05 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 09:45:05 INFO: Successfully fetched instance metadata 09:45:05 INFO: Instance type: v3-standard-4 09:45:05 INFO: Retrieving pricing info for: v3-standard-4 09:45:05 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 09:45:05 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=183 09:45:05 INFO: Successfully fetched Vexxhost pricing API 09:45:05 INFO: Retrieved cost: 0.11 09:45:05 INFO: Retrieved resource: v3-standard-4 09:45:05 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 09:45:05 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 09:45:05 INFO: Successfully archived job cost data 09:45:05 DEBUG: Cost data: oom-master-checkbashisms-lint,4676,2026-06-24 09:45:05,v3-standard-4,183,0.11,0.00,SUCCESS 09:45:05 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins7623742933244745890.sh 09:45:05 ---> logs-deploy.sh 09:45:05 Setup pyenv: 09:45:05 system 09:45:05 3.8.13 09:45:05 3.9.13 09:45:05 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:45:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-68qt from file:/tmp/.os_lf_venv 09:45:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:45:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:45:07 lf-activate-venv(): INFO: Base packages installed successfully 09:45:07 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 09:45:15 lf-activate-venv(): INFO: Adding /tmp/venv-68qt/bin to PATH 09:45:15 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4676 09:45:15 INFO: archiving workspace using pattern(s): 09:45:16 Archives upload complete. 09:45:16 INFO: archiving logs to Nexus 09:45:17 ---> uname -a: 09:45:17 Linux prd-ubuntu1804-builder-4c-4g-1800 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:45:17 09:45:17 09:45:17 ---> lscpu: 09:45:17 Architecture: x86_64 09:45:17 CPU op-mode(s): 32-bit, 64-bit 09:45:17 Byte Order: Little Endian 09:45:17 CPU(s): 4 09:45:17 On-line CPU(s) list: 0-3 09:45:17 Thread(s) per core: 1 09:45:17 Core(s) per socket: 1 09:45:17 Socket(s): 4 09:45:17 NUMA node(s): 1 09:45:17 Vendor ID: AuthenticAMD 09:45:17 CPU family: 23 09:45:17 Model: 49 09:45:17 Model name: AMD EPYC-Rome Processor 09:45:17 Stepping: 0 09:45:17 CPU MHz: 2799.974 09:45:17 BogoMIPS: 5599.94 09:45:17 Virtualization: AMD-V 09:45:17 Hypervisor vendor: KVM 09:45:17 Virtualization type: full 09:45:17 L1d cache: 32K 09:45:17 L1i cache: 32K 09:45:17 L2 cache: 512K 09:45:17 L3 cache: 16384K 09:45:17 NUMA node0 CPU(s): 0-3 09:45:17 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 09:45:17 09:45:17 09:45:17 ---> nproc: 09:45:17 4 09:45:17 09:45:17 09:45:17 ---> df -h: 09:45:17 Filesystem Size Used Avail Use% Mounted on 09:45:17 udev 7.9G 0 7.9G 0% /dev 09:45:17 tmpfs 1.6G 676K 1.6G 1% /run 09:45:17 /dev/vda1 78G 8.4G 69G 11% / 09:45:17 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:45:17 tmpfs 5.0M 0 5.0M 0% /run/lock 09:45:17 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:45:17 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:45:17 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:45:17 09:45:17 09:45:17 ---> free -m: 09:45:17 total used free shared buff/cache available 09:45:17 Mem: 16040 556 13283 0 2199 15165 09:45:17 Swap: 1023 0 1023 09:45:17 09:45:17 09:45:17 ---> ip addr: 09:45:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:45:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:45:17 inet 127.0.0.1/8 scope host lo 09:45:17 valid_lft forever preferred_lft forever 09:45:17 inet6 ::1/128 scope host 09:45:17 valid_lft forever preferred_lft forever 09:45:17 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:45:17 link/ether fa:16:3e:de:e7:aa brd ff:ff:ff:ff:ff:ff 09:45:17 inet 10.30.107.97/23 brd 10.30.107.255 scope global dynamic ens3 09:45:17 valid_lft 86217sec preferred_lft 86217sec 09:45:17 inet6 fe80::f816:3eff:fede:e7aa/64 scope link 09:45:17 valid_lft forever preferred_lft forever 09:45:17 09:45:17 09:45:17 ---> sar -b -r -n DEV: 09:45:17 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1800) 06/24/26 _x86_64_ (4 CPU) 09:45:17 09:45:17 09:42:31 LINUX RESTART (4 CPU) 09:45:17 09:45:17 09:43:02 tps rtps wtps bread/s bwrtn/s 09:45:17 09:44:01 128.01 23.69 104.32 793.49 54858.83 09:45:17 09:45:01 78.52 1.20 77.32 137.84 10025.26 09:45:17 Average: 103.06 12.35 90.71 462.94 32255.60 09:45:17 09:45:17 09:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:45:17 09:44:01 13987996 15524876 2436972 14.84 56180 1684108 811704 4.65 722132 1507396 92032 09:45:17 09:45:01 13640220 15555852 2784748 16.95 79868 2019888 766748 4.39 702316 1835928 243228 09:45:17 Average: 13814108 15540364 2610860 15.90 68024 1851998 789226 4.52 712224 1671662 167630 09:45:17 09:45:17 09:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:45:17 09:44:01 ens3 139.92 98.70 746.40 28.08 0.00 0.00 0.00 0.00 09:45:17 09:44:01 lo 1.15 1.15 0.14 0.14 0.00 0.00 0.00 0.00 09:45:17 09:45:01 ens3 96.32 69.01 1026.02 11.00 0.00 0.00 0.00 0.00 09:45:17 09:45:01 lo 1.20 1.20 0.13 0.13 0.00 0.00 0.00 0.00 09:45:17 Average: ens3 117.94 83.73 887.37 19.47 0.00 0.00 0.00 0.00 09:45:17 Average: lo 1.18 1.18 0.13 0.13 0.00 0.00 0.00 0.00 09:45:17 09:45:17 09:45:17 ---> sar -P ALL: 09:45:17 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1800) 06/24/26 _x86_64_ (4 CPU) 09:45:17 09:45:17 09:42:31 LINUX RESTART (4 CPU) 09:45:17 09:45:17 09:43:02 CPU %user %nice %system %iowait %steal %idle 09:45:17 09:44:01 all 16.80 0.00 1.51 7.82 0.10 73.76 09:45:17 09:44:01 0 15.65 0.00 1.34 0.85 0.07 82.09 09:45:17 09:44:01 1 3.99 0.00 1.07 19.60 0.03 75.30 09:45:17 09:44:01 2 17.59 0.00 1.87 8.63 0.10 71.80 09:45:17 09:44:01 3 30.02 0.00 1.74 2.21 0.19 65.84 09:45:17 09:45:01 all 17.75 0.00 1.50 3.24 0.06 77.44 09:45:17 09:45:01 0 22.20 0.00 1.12 1.09 0.05 75.55 09:45:17 09:45:01 1 26.78 0.00 2.75 6.05 0.08 64.34 09:45:17 09:45:01 2 18.79 0.00 1.62 5.77 0.07 73.76 09:45:17 09:45:01 3 3.15 0.00 0.54 0.02 0.05 96.24 09:45:17 Average: all 17.28 0.00 1.51 5.51 0.08 75.62 09:45:17 Average: 0 18.95 0.00 1.23 0.97 0.06 78.79 09:45:17 Average: 1 15.50 0.00 1.92 12.76 0.06 69.76 09:45:17 Average: 2 18.19 0.00 1.74 7.19 0.08 72.79 09:45:17 Average: 3 16.49 0.00 1.13 1.11 0.12 81.15 09:45:17 09:45:17 09:45:17