13:06:04 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143689 13:06:04 Running as SYSTEM 13:06:04 [EnvInject] - Loading node environment variables. 13:06:04 Building remotely on prd-ubuntu1804-builder-4c-4g-5516 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 13:06:04 [ssh-agent] Looking for ssh-agent implementation... 13:06:04 $ ssh-agent 13:06:04 SSH_AUTH_SOCK=/tmp/ssh-SUcsU7J5CUoL/agent.1618 13:06:04 SSH_AGENT_PID=1620 13:06:04 [ssh-agent] Started. 13:06:04 Running ssh-add (command line suppressed) 13:06:04 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_15976291764389516336.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_15976291764389516336.key) 13:06:04 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 13:06:04 The recommended git tool is: NONE 13:06:05 using credential onap-jenkins-ssh 13:06:05 Wiping out workspace first. 13:06:05 Cloning the remote Git repository 13:06:05 Cloning repository git://cloud.onap.org/mirror/oom.git 13:06:05 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 13:06:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:06:05 > git --version # timeout=10 13:06:05 > git --version # 'git version 2.17.1' 13:06:05 using GIT_SSH to set credentials Gerrit user 13:06:05 Verifying host key using manually-configured host key entries 13:06:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 13:06:11 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:06:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:06:11 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:06:11 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:06:11 using GIT_SSH to set credentials Gerrit user 13:06:11 Verifying host key using manually-configured host key entries 13:06:11 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/89/143689/2 # timeout=30 13:06:11 > git rev-parse 2910a95af6fe223b6b3a2a294959eb0ee4993b03^{commit} # timeout=10 13:06:11 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 13:06:11 Checking out Revision 2910a95af6fe223b6b3a2a294959eb0ee4993b03 (refs/changes/89/143689/2) 13:06:11 > git config core.sparsecheckout # timeout=10 13:06:11 > git checkout -f 2910a95af6fe223b6b3a2a294959eb0ee4993b03 # timeout=30 13:06:15 Commit message: "[SDC] Improve sdc startup time" 13:06:15 > git rev-parse FETCH_HEAD^{commit} # timeout=10 13:06:15 > git rev-list --no-walk d5846e84a590429938d04fae2dd6bb863d12763f # timeout=10 13:06:15 [EnvInject] - Injecting environment variables from a build step. 13:06:15 [EnvInject] - Injecting as environment variables the properties content 13:06:15 PYTHON=python3 13:06:15 13:06:15 [EnvInject] - Variables injected successfully. 13:06:15 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins11972181425815020480.sh 13:06:15 ---> tox-install.sh 13:06:15 + source /home/jenkins/lf-env.sh 13:06:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:06:15 ++ mktemp -d /tmp/venv-XXXX 13:06:15 + lf_venv=/tmp/venv-yNY3 13:06:15 + local venv_file=/tmp/.os_lf_venv 13:06:15 + local python=python3 13:06:15 + local options 13:06:15 + local set_path=true 13:06:15 + local install_args= 13:06:15 ++ 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 13:06:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:06:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:06:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:06:15 + true 13:06:15 + case $1 in 13:06:15 + venv_file=/tmp/.toxenv 13:06:15 + shift 2 13:06:15 + true 13:06:15 + case $1 in 13:06:15 + shift 13:06:15 + break 13:06:15 + case $python in 13:06:15 + local pkg_list= 13:06:15 + [[ -d /opt/pyenv ]] 13:06:15 + echo 'Setup pyenv:' 13:06:15 Setup pyenv: 13:06:15 + export PYENV_ROOT=/opt/pyenv 13:06:15 + PYENV_ROOT=/opt/pyenv 13:06:15 + 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 13:06:15 + 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 13:06:15 + pyenv versions 13:06:15 * system (set by /opt/pyenv/version) 13:06:15 * 3.8.13 (set by /opt/pyenv/version) 13:06:15 * 3.9.13 (set by /opt/pyenv/version) 13:06:15 * 3.10.6 (set by /opt/pyenv/version) 13:06:15 + command -v pyenv 13:06:15 ++ pyenv init - --no-rehash 13:06:15 + 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[*]}"'\'')" 13:06:15 export PATH="/opt/pyenv/shims:${PATH}" 13:06:15 export PYENV_SHELL=bash 13:06:15 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:06:15 pyenv() { 13:06:15 local command 13:06:15 command="${1:-}" 13:06:15 if [ "$#" -gt 0 ]; then 13:06:15 shift 13:06:15 fi 13:06:15 13:06:15 case "$command" in 13:06:15 rehash|shell) 13:06:15 eval "$(pyenv "sh-$command" "$@")" 13:06:15 ;; 13:06:15 *) 13:06:15 command pyenv "$command" "$@" 13:06:15 ;; 13:06:15 esac 13:06:15 }' 13:06:15 +++ 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[*]}"' 13:06:15 ++ 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 13:06:15 ++ 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 13:06:15 ++ 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 13:06:15 ++ export PYENV_SHELL=bash 13:06:15 ++ PYENV_SHELL=bash 13:06:15 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:06:15 +++ complete -F _pyenv pyenv 13:06:15 ++ lf-pyver python3 13:06:15 ++ local py_version_xy=python3 13:06:15 ++ local py_version_xyz= 13:06:15 ++ pyenv versions 13:06:15 ++ local command 13:06:15 ++ sed 's/^[ *]* //' 13:06:15 ++ command=versions 13:06:15 ++ awk '{ print $1 }' 13:06:15 ++ '[' 1 -gt 0 ']' 13:06:15 ++ shift 13:06:15 ++ case "$command" in 13:06:15 ++ command pyenv versions 13:06:15 ++ pyenv versions 13:06:15 ++ grep -E '^[0-9.]*[0-9]$' 13:06:16 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:06:16 +++ grep '^3' /tmp/.pyenv_versions 13:06:16 +++ sort -V 13:06:16 +++ tail -n 1 13:06:16 ++ py_version_xyz=3.10.6 13:06:16 ++ [[ -z 3.10.6 ]] 13:06:16 ++ echo 3.10.6 13:06:16 ++ return 0 13:06:16 + pyenv local 3.10.6 13:06:16 + local command 13:06:16 + command=local 13:06:16 + '[' 2 -gt 0 ']' 13:06:16 + shift 13:06:16 + case "$command" in 13:06:16 + command pyenv local 3.10.6 13:06:16 + pyenv local 3.10.6 13:06:16 + for arg in "$@" 13:06:16 + case $arg in 13:06:16 + pkg_list+='tox ' 13:06:16 + for arg in "$@" 13:06:16 + case $arg in 13:06:16 + pkg_list+='virtualenv ' 13:06:16 + for arg in "$@" 13:06:16 + case $arg in 13:06:16 + pkg_list+='urllib3~=1.26.15 ' 13:06:16 + [[ -f /tmp/.toxenv ]] 13:06:16 + [[ ! -f /tmp/.toxenv ]] 13:06:16 + [[ -n '' ]] 13:06:16 + python3 -m venv /tmp/venv-yNY3 13:06:20 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yNY3' 13:06:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yNY3 13:06:20 + echo /tmp/venv-yNY3 13:06:20 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 13:06:20 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 13:06:20 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:06:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:06:20 + local 'pip_opts=--upgrade --quiet' 13:06:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:06:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:06:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:06:20 + [[ -n '' ]] 13:06:20 + [[ -n '' ]] 13:06:20 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:06:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:06:20 + /tmp/venv-yNY3/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 13:06:24 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:06:24 lf-activate-venv(): INFO: Base packages installed successfully 13:06:24 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:06:24 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:06:24 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:06:24 + /tmp/venv-yNY3/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 13:06:26 + type python3 13:06:26 + true 13:06:26 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-yNY3/bin to PATH' 13:06:26 lf-activate-venv(): INFO: Adding /tmp/venv-yNY3/bin to PATH 13:06:26 + PATH=/tmp/venv-yNY3/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 13:06:26 + return 0 13:06:26 + python3 --version 13:06:26 Python 3.10.6 13:06:26 + python3 -m pip --version 13:06:26 pip 26.0.1 from /tmp/venv-yNY3/lib/python3.10/site-packages/pip (python 3.10) 13:06:26 + python3 -m pip freeze 13:06:26 cachetools==7.0.5 13:06:26 colorama==0.4.6 13:06:26 distlib==0.4.0 13:06:26 filelock==3.25.2 13:06:26 packaging==26.0 13:06:26 platformdirs==4.9.4 13:06:26 pluggy==1.6.0 13:06:26 pyproject-api==1.10.0 13:06:26 python-discovery==1.2.1 13:06:26 tomli==2.4.1 13:06:26 tomli_w==1.2.0 13:06:26 tox==4.50.3 13:06:26 typing_extensions==4.15.0 13:06:26 urllib3==1.26.20 13:06:26 virtualenv==21.2.0 13:06:26 [EnvInject] - Injecting environment variables from a build step. 13:06:26 [EnvInject] - Injecting as environment variables the properties content 13:06:26 PARALLEL=false 13:06:26 13:06:26 [EnvInject] - Variables injected successfully. 13:06:26 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins6665190248110327367.sh 13:06:26 ---> tox-run.sh 13:06:26 + 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 13:06:26 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 13:06:26 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 13:06:26 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 13:06:26 + cd /w/workspace/oom-master-checkbashisms-lint/. 13:06:26 + source /home/jenkins/lf-env.sh 13:06:26 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:06:26 ++ mktemp -d /tmp/venv-XXXX 13:06:26 + lf_venv=/tmp/venv-2lVm 13:06:26 + local venv_file=/tmp/.os_lf_venv 13:06:26 + local python=python3 13:06:26 + local options 13:06:26 + local set_path=true 13:06:26 + local install_args= 13:06:26 ++ 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 13:06:26 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:06:26 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:06:26 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:06:26 + true 13:06:26 + case $1 in 13:06:26 + venv_file=/tmp/.toxenv 13:06:26 + shift 2 13:06:26 + true 13:06:26 + case $1 in 13:06:26 + shift 13:06:26 + break 13:06:26 + case $python in 13:06:26 + local pkg_list= 13:06:26 + [[ -d /opt/pyenv ]] 13:06:26 + echo 'Setup pyenv:' 13:06:26 Setup pyenv: 13:06:26 + export PYENV_ROOT=/opt/pyenv 13:06:26 + PYENV_ROOT=/opt/pyenv 13:06:26 + 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 13:06:26 + 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 13:06:26 + pyenv versions 13:06:26 system 13:06:26 3.8.13 13:06:26 3.9.13 13:06:26 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:06:26 + command -v pyenv 13:06:26 ++ pyenv init - --no-rehash 13:06:26 + 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[*]}"'\'')" 13:06:26 export PATH="/opt/pyenv/shims:${PATH}" 13:06:26 export PYENV_SHELL=bash 13:06:26 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:06:26 pyenv() { 13:06:26 local command 13:06:26 command="${1:-}" 13:06:26 if [ "$#" -gt 0 ]; then 13:06:26 shift 13:06:26 fi 13:06:26 13:06:26 case "$command" in 13:06:26 rehash|shell) 13:06:26 eval "$(pyenv "sh-$command" "$@")" 13:06:26 ;; 13:06:26 *) 13:06:26 command pyenv "$command" "$@" 13:06:26 ;; 13:06:26 esac 13:06:26 }' 13:06:26 +++ 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[*]}"' 13:06:26 ++ 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 13:06:26 ++ 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 13:06:26 ++ 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 13:06:26 ++ export PYENV_SHELL=bash 13:06:26 ++ PYENV_SHELL=bash 13:06:26 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:06:26 +++ complete -F _pyenv pyenv 13:06:26 ++ lf-pyver python3 13:06:26 ++ local py_version_xy=python3 13:06:26 ++ local py_version_xyz= 13:06:26 ++ pyenv versions 13:06:26 ++ local command 13:06:26 ++ command=versions 13:06:26 ++ '[' 1 -gt 0 ']' 13:06:26 ++ shift 13:06:26 ++ case "$command" in 13:06:26 ++ command pyenv versions 13:06:26 ++ pyenv versions 13:06:26 ++ sed 's/^[ *]* //' 13:06:26 ++ awk '{ print $1 }' 13:06:26 ++ grep -E '^[0-9.]*[0-9]$' 13:06:27 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:06:27 +++ sort -V 13:06:27 +++ grep '^3' /tmp/.pyenv_versions 13:06:27 +++ tail -n 1 13:06:27 ++ py_version_xyz=3.10.6 13:06:27 ++ [[ -z 3.10.6 ]] 13:06:27 ++ echo 3.10.6 13:06:27 ++ return 0 13:06:27 + pyenv local 3.10.6 13:06:27 + local command 13:06:27 + command=local 13:06:27 + '[' 2 -gt 0 ']' 13:06:27 + shift 13:06:27 + case "$command" in 13:06:27 + command pyenv local 3.10.6 13:06:27 + pyenv local 3.10.6 13:06:27 + for arg in "$@" 13:06:27 + case $arg in 13:06:27 + pkg_list+='tox ' 13:06:27 + for arg in "$@" 13:06:27 + case $arg in 13:06:27 + pkg_list+='virtualenv ' 13:06:27 + for arg in "$@" 13:06:27 + case $arg in 13:06:27 + pkg_list+='urllib3~=1.26.15 ' 13:06:27 + [[ -f /tmp/.toxenv ]] 13:06:27 ++ cat /tmp/.toxenv 13:06:27 + lf_venv=/tmp/venv-yNY3 13:06:27 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yNY3 from' file:/tmp/.toxenv 13:06:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yNY3 from file:/tmp/.toxenv 13:06:27 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:06:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:06:27 + local 'pip_opts=--upgrade --quiet' 13:06:27 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:06:27 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:06:27 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:06:27 + [[ -n '' ]] 13:06:27 + [[ -n '' ]] 13:06:27 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:06:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:06:27 + /tmp/venv-yNY3/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 13:06:27 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:06:27 lf-activate-venv(): INFO: Base packages installed successfully 13:06:27 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:06:27 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:06:27 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:06:27 + /tmp/venv-yNY3/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 13:06:28 + type python3 13:06:28 + true 13:06:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-yNY3/bin to PATH' 13:06:28 lf-activate-venv(): INFO: Adding /tmp/venv-yNY3/bin to PATH 13:06:28 + PATH=/tmp/venv-yNY3/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 13:06:28 + return 0 13:06:28 + [[ -d /opt/pyenv ]] 13:06:28 + echo '---> Setting up pyenv' 13:06:28 ---> Setting up pyenv 13:06:28 + export PYENV_ROOT=/opt/pyenv 13:06:28 + PYENV_ROOT=/opt/pyenv 13:06:28 + export PATH=/opt/pyenv/bin:/tmp/venv-yNY3/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 13:06:28 + PATH=/opt/pyenv/bin:/tmp/venv-yNY3/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 13:06:28 ++ pwd 13:06:28 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 13:06:28 + export PYTHONPATH 13:06:28 + export TOX_TESTENV_PASSENV=PYTHONPATH 13:06:28 + TOX_TESTENV_PASSENV=PYTHONPATH 13:06:28 + tox --version 13:06:29 4.50.3 from /tmp/venv-yNY3/lib/python3.10/site-packages/tox/__init__.py 13:06:29 + PARALLEL=false 13:06:29 + TOX_OPTIONS_LIST= 13:06:29 + [[ -n checkbashisms ]] 13:06:29 + TOX_OPTIONS_LIST=' -e checkbashisms' 13:06:29 + case ${PARALLEL,,} in 13:06:29 + tox -e checkbashisms 13:06:29 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 13:06:30 checkbashisms: freeze> python -m pip freeze --all 13:06:31 checkbashisms: pip==26.0.1,setuptools==82.0.0 13:06:31 checkbashisms: commands[0]> .ci/check-bashisms.sh 13:06:32 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 13:06:34 checkbashisms: OK (4.99=setup[1.58]+cmd[3.42] seconds) 13:06:34 congratulations :) (5.03 seconds) 13:06:34 + tox_status=0 13:06:34 + echo '---> Completed tox runs' 13:06:34 ---> Completed tox runs 13:06:34 + for i in .tox/*/log 13:06:34 ++ echo .tox/checkbashisms/log 13:06:34 ++ awk -F/ '{print $2}' 13:06:34 + tox_env=checkbashisms 13:06:34 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 13:06:34 + DOC_DIR=docs/_build/html 13:06:34 + [[ -d docs/_build/html ]] 13:06:34 + echo '---> tox-run.sh ends' 13:06:34 ---> tox-run.sh ends 13:06:34 + test 0 -eq 0 13:06:34 $ ssh-agent -k 13:06:34 unset SSH_AUTH_SOCK; 13:06:34 unset SSH_AGENT_PID; 13:06:34 echo Agent pid 1620 killed; 13:06:34 [ssh-agent] Stopped. 13:06:34 [PostBuildScript] - [INFO] Executing post build scripts. 13:06:34 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12814986770399536134.sh 13:06:34 ---> sysstat.sh 13:06:35 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins676049231832334835.sh 13:06:35 ---> package-listing.sh 13:06:35 ++ tr '[:upper:]' '[:lower:]' 13:06:35 ++ facter osfamily 13:06:35 + OS_FAMILY=debian 13:06:35 + workspace=/w/workspace/oom-master-checkbashisms-lint 13:06:35 + START_PACKAGES=/tmp/packages_start.txt 13:06:35 + END_PACKAGES=/tmp/packages_end.txt 13:06:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:06:35 + PACKAGES=/tmp/packages_start.txt 13:06:35 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 13:06:35 + PACKAGES=/tmp/packages_end.txt 13:06:35 + case "${OS_FAMILY}" in 13:06:35 + dpkg -l 13:06:35 + grep '^ii' 13:06:35 + '[' -f /tmp/packages_start.txt ']' 13:06:35 + '[' -f /tmp/packages_end.txt ']' 13:06:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:06:35 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 13:06:35 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 13:06:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 13:06:35 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2391287281229482383.sh 13:06:35 ---> capture-instance-metadata.sh 13:06:35 Setup pyenv: 13:06:35 system 13:06:35 3.8.13 13:06:35 3.9.13 13:06:35 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:06:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yxV2 13:06:39 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:06:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:06:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:06:43 lf-activate-venv(): INFO: Base packages installed successfully 13:06:43 lf-activate-venv(): INFO: Installing additional packages: lftools 13:07:05 lf-activate-venv(): INFO: Adding /tmp/venv-yxV2/bin to PATH 13:07:05 INFO: Running in OpenStack, capturing instance metadata 13:07:05 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12377310386205746016.sh 13:07:05 provisioning config files... 13:07:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config3830197563783145502tmp 13:07:05 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 13:07:05 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 13:07:05 [EnvInject] - Injecting environment variables from a build step. 13:07:05 [EnvInject] - Injecting as environment variables the properties content 13:07:05 SERVER_ID=logs 13:07:05 13:07:05 [EnvInject] - Variables injected successfully. 13:07:05 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins10337038664369016075.sh 13:07:05 ---> create-netrc.sh 13:07:05 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16137185340921504558.sh 13:07:05 ---> python-tools-install.sh 13:07:05 Setup pyenv: 13:07:05 system 13:07:05 3.8.13 13:07:05 3.9.13 13:07:05 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:07:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yxV2 from file:/tmp/.os_lf_venv 13:07:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:07:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:07:07 lf-activate-venv(): INFO: Base packages installed successfully 13:07:07 lf-activate-venv(): INFO: Installing additional packages: lftools 13:07:14 lf-activate-venv(): INFO: Adding /tmp/venv-yxV2/bin to PATH 13:07:14 Generating Requirements File 13:07:31 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 13:07:31 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 13:07:31 Python 3.10.6 13:07:31 pip 26.0.1 from /tmp/venv-yxV2/lib/python3.10/site-packages/pip (python 3.10) 13:07:31 appdirs==1.4.4 13:07:31 argcomplete==3.6.3 13:07:31 aspy.yaml==1.3.0 13:07:31 attrs==26.1.0 13:07:31 autopage==0.6.0 13:07:31 backports.strenum==1.3.1 13:07:31 beautifulsoup4==4.14.3 13:07:31 boto3==1.42.77 13:07:31 botocore==1.42.77 13:07:31 bs4==0.0.2 13:07:31 certifi==2026.2.25 13:07:31 cffi==2.0.0 13:07:31 cfgv==3.5.0 13:07:31 chardet==7.4.0.post1 13:07:31 charset-normalizer==3.4.6 13:07:31 click==8.3.1 13:07:31 cliff==4.13.2 13:07:31 cmd2==3.4.0 13:07:31 cryptography==3.3.2 13:07:31 debtcollector==3.1.0 13:07:31 decorator==5.2.1 13:07:31 defusedxml==0.7.1 13:07:31 Deprecated==1.3.1 13:07:31 distlib==0.4.0 13:07:31 dnspython==2.8.0 13:07:31 docker==7.1.0 13:07:31 dogpile.cache==1.5.0 13:07:31 durationpy==0.10 13:07:31 email-validator==2.3.0 13:07:31 filelock==3.25.2 13:07:31 future==1.0.0 13:07:31 gitdb==4.0.12 13:07:31 GitPython==3.1.46 13:07:31 httplib2==0.30.2 13:07:31 identify==2.6.18 13:07:31 idna==3.11 13:07:31 importlib-resources==1.5.0 13:07:31 iso8601==2.1.0 13:07:31 Jinja2==3.1.6 13:07:31 jmespath==1.1.0 13:07:31 jsonpatch==1.33 13:07:31 jsonpointer==3.1.1 13:07:31 jsonschema==4.26.0 13:07:31 jsonschema-specifications==2025.9.1 13:07:31 keystoneauth1==5.13.1 13:07:31 kubernetes==35.0.0 13:07:31 lftools==0.37.22 13:07:31 lxml==6.0.2 13:07:31 markdown-it-py==4.0.0 13:07:31 MarkupSafe==3.0.3 13:07:31 mdurl==0.1.2 13:07:31 msgpack==1.1.2 13:07:31 multi_key_dict==2.0.3 13:07:31 munch==4.0.0 13:07:31 netaddr==1.3.0 13:07:31 niet==1.4.2 13:07:31 nodeenv==1.10.0 13:07:31 oauth2client==4.1.3 13:07:31 oauthlib==3.3.1 13:07:31 openstacksdk==4.10.0 13:07:31 os-service-types==1.8.2 13:07:31 osc-lib==4.4.0 13:07:31 oslo.config==10.3.0 13:07:31 oslo.context==6.3.0 13:07:31 oslo.i18n==6.7.2 13:07:31 oslo.log==8.1.0 13:07:31 oslo.serialization==5.9.1 13:07:31 oslo.utils==10.0.0 13:07:31 packaging==26.0 13:07:31 pbr==7.0.3 13:07:31 platformdirs==4.9.4 13:07:31 prettytable==3.17.0 13:07:31 psutil==7.2.2 13:07:31 pyasn1==0.6.3 13:07:31 pyasn1_modules==0.4.2 13:07:31 pycparser==3.0 13:07:31 pygerrit2==2.0.15 13:07:31 PyGithub==2.9.0 13:07:31 Pygments==2.19.2 13:07:31 PyJWT==2.12.1 13:07:31 PyNaCl==1.6.2 13:07:31 pyparsing==2.4.7 13:07:31 pyperclip==1.11.0 13:07:31 pyrsistent==0.20.0 13:07:31 python-cinderclient==9.9.0 13:07:31 python-dateutil==2.9.0.post0 13:07:31 python-discovery==1.2.1 13:07:31 python-heatclient==5.1.0 13:07:31 python-jenkins==1.8.3 13:07:31 python-keystoneclient==5.8.0 13:07:31 python-magnumclient==4.10.0 13:07:31 python-openstackclient==9.0.0 13:07:31 python-swiftclient==4.10.0 13:07:31 PyYAML==6.0.3 13:07:31 referencing==0.37.0 13:07:31 requests==2.33.0 13:07:31 requests-oauthlib==2.0.0 13:07:31 requestsexceptions==1.4.0 13:07:31 rfc3986==2.0.0 13:07:31 rich==14.3.3 13:07:31 rich-argparse==1.7.2 13:07:31 rpds-py==0.30.0 13:07:31 rsa==4.9.1 13:07:31 ruamel.yaml==0.19.1 13:07:31 ruamel.yaml.clib==0.2.15 13:07:31 s3transfer==0.16.0 13:07:31 simplejson==3.20.2 13:07:31 six==1.17.0 13:07:31 smmap==5.0.3 13:07:31 soupsieve==2.8.3 13:07:31 stevedore==5.7.0 13:07:31 tabulate==0.10.0 13:07:31 toml==0.10.2 13:07:31 tomlkit==0.14.0 13:07:31 tqdm==4.67.3 13:07:31 typing_extensions==4.15.0 13:07:31 urllib3==1.26.20 13:07:31 virtualenv==21.2.0 13:07:31 wcwidth==0.6.0 13:07:31 websocket-client==1.9.0 13:07:31 wrapt==2.1.2 13:07:31 xdg==6.0.0 13:07:31 xmltodict==1.0.4 13:07:31 yq==3.4.3 13:07:32 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins14123374124304519681.sh 13:07:32 ---> uv-install.sh 13:07:32 Installing uv/uvx (latest) using shell installer 13:07:32 2026-03-27 13:07:32 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/23829516-dcc2-44de-97ee-6c98471a68af?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-27T14%3A00%3A28Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-27T13%3A00%3A06Z&ske=2026-03-27T14%3A00%3A28Z&sks=b&skv=2018-11-09&sig=20367kPz2Q9pCVmaGeJDJQ9%2Fcwr0NMSCzz0kEOd8sdo%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NDYxNzA4OSwibmJmIjoxNzc0NjE2Nzg5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.qjd4Uymx7Ed7H-y1UT0JGweS37NMR1VwBU9PXswSr0I&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [72114/72114] -> "/tmp/uv-install-glUjNu.sh" [1] 13:07:32 downloading uv 0.11.2 x86_64-unknown-linux-gnu 13:07:33 installing to /home/jenkins/.local/bin 13:07:33 uv 13:07:33 uvx 13:07:33 everything's installed! 13:07:33 13:07:33 To add $HOME/.local/bin to your PATH, either restart your shell or run: 13:07:33 13:07:33 source $HOME/.local/bin/env (sh, bash, zsh) 13:07:33 source $HOME/.local/bin/env.fish (fish) 13:07:33 Adding install location to PATH 13:07:33 ---> Validating uv/uvx install 13:07:33 uvx 0.11.2 (x86_64-unknown-linux-gnu) 13:07:33 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16843991256639077747.sh 13:07:33 ---> sudo-logs.sh 13:07:33 Archiving 'sudo' log.. 13:07:33 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16358140274375097584.sh 13:07:33 ---> job-cost.sh 13:07:33 INFO: Activating Python virtual environment... 13:07:33 Setup pyenv: 13:07:33 system 13:07:33 3.8.13 13:07:33 3.9.13 13:07:33 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:07:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yxV2 from file:/tmp/.os_lf_venv 13:07:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:07:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:07:35 lf-activate-venv(): INFO: Base packages installed successfully 13:07:35 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:07:40 lf-activate-venv(): INFO: Adding /tmp/venv-yxV2/bin to PATH 13:07:40 INFO: No stack-cost file found 13:07:40 INFO: Instance uptime: 121s 13:07:40 INFO: Fetching instance metadata (attempt 1 of 3)... 13:07:40 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 13:07:40 INFO: Successfully fetched instance metadata 13:07:40 INFO: Instance type: v3-standard-4 13:07:40 INFO: Retrieving pricing info for: v3-standard-4 13:07:40 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 13:07:40 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=121 13:07:40 INFO: Successfully fetched Vexxhost pricing API 13:07:40 INFO: Retrieved cost: 0.11 13:07:40 INFO: Retrieved resource: v3-standard-4 13:07:40 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 13:07:40 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 13:07:40 INFO: Successfully archived job cost data 13:07:40 DEBUG: Cost data: oom-master-checkbashisms-lint,4533,2026-03-27 13:07:40,v3-standard-4,121,0.11,0.00,SUCCESS 13:07:40 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins9951814326728760803.sh 13:07:40 ---> logs-deploy.sh 13:07:40 Setup pyenv: 13:07:40 system 13:07:40 3.8.13 13:07:40 3.9.13 13:07:40 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 13:07:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yxV2 from file:/tmp/.os_lf_venv 13:07:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:07:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:07:42 lf-activate-venv(): INFO: Base packages installed successfully 13:07:42 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 13:07:49 lf-activate-venv(): INFO: Adding /tmp/venv-yxV2/bin to PATH 13:07:49 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4533 13:07:49 INFO: archiving workspace using pattern(s): 13:07:50 Archives upload complete. 13:07:50 INFO: archiving logs to Nexus 13:07:51 ---> uname -a: 13:07:51 Linux prd-ubuntu1804-builder-4c-4g-5516 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 13:07:51 13:07:51 13:07:51 ---> lscpu: 13:07:51 Architecture: x86_64 13:07:51 CPU op-mode(s): 32-bit, 64-bit 13:07:51 Byte Order: Little Endian 13:07:51 CPU(s): 4 13:07:51 On-line CPU(s) list: 0-3 13:07:51 Thread(s) per core: 1 13:07:51 Core(s) per socket: 1 13:07:51 Socket(s): 4 13:07:51 NUMA node(s): 1 13:07:51 Vendor ID: AuthenticAMD 13:07:51 CPU family: 23 13:07:51 Model: 49 13:07:51 Model name: AMD EPYC-Rome Processor 13:07:51 Stepping: 0 13:07:51 CPU MHz: 2799.998 13:07:51 BogoMIPS: 5599.99 13:07:51 Virtualization: AMD-V 13:07:51 Hypervisor vendor: KVM 13:07:51 Virtualization type: full 13:07:51 L1d cache: 32K 13:07:51 L1i cache: 32K 13:07:51 L2 cache: 512K 13:07:51 L3 cache: 16384K 13:07:51 NUMA node0 CPU(s): 0-3 13:07:51 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 13:07:51 13:07:51 13:07:51 ---> nproc: 13:07:51 4 13:07:51 13:07:51 13:07:51 ---> df -h: 13:07:51 Filesystem Size Used Avail Use% Mounted on 13:07:51 udev 7.9G 0 7.9G 0% /dev 13:07:51 tmpfs 1.6G 676K 1.6G 1% /run 13:07:51 /dev/vda1 78G 8.4G 70G 11% / 13:07:51 tmpfs 7.9G 0 7.9G 0% /dev/shm 13:07:51 tmpfs 5.0M 0 5.0M 0% /run/lock 13:07:51 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 13:07:51 /dev/vda15 105M 4.4M 100M 5% /boot/efi 13:07:51 tmpfs 1.6G 0 1.6G 0% /run/user/1001 13:07:51 13:07:51 13:07:51 ---> free -m: 13:07:51 total used free shared buff/cache available 13:07:51 Mem: 16040 560 13358 0 2120 15165 13:07:51 Swap: 1023 0 1023 13:07:51 13:07:51 13:07:51 ---> ip addr: 13:07:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:07:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:07:51 inet 127.0.0.1/8 scope host lo 13:07:51 valid_lft forever preferred_lft forever 13:07:51 inet6 ::1/128 scope host 13:07:51 valid_lft forever preferred_lft forever 13:07:51 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 13:07:51 link/ether fa:16:3e:4c:ad:9f brd ff:ff:ff:ff:ff:ff 13:07:51 inet 10.30.107.97/23 brd 10.30.107.255 scope global dynamic ens3 13:07:51 valid_lft 86275sec preferred_lft 86275sec 13:07:51 inet6 fe80::f816:3eff:fe4c:ad9f/64 scope link 13:07:51 valid_lft forever preferred_lft forever 13:07:51 13:07:51 13:07:51 ---> sar -b -r -n DEV: 13:07:51 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-5516) 03/27/26 _x86_64_ (4 CPU) 13:07:51 13:07:51 13:05:49 LINUX RESTART (4 CPU) 13:07:51 13:07:51 13:06:01 tps rtps wtps bread/s bwrtn/s 13:07:51 13:07:01 349.26 39.83 309.43 1560.27 63954.81 13:07:51 Average: 349.26 39.83 309.43 1560.27 63954.81 13:07:51 13:07:51 13:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:07:51 13:07:01 13844804 15473784 2580164 15.71 61468 1766864 862332 4.94 787300 1577052 145860 13:07:51 Average: 13844804 15473784 2580164 15.71 61468 1766864 862332 4.94 787300 1577052 145860 13:07:51 13:07:51 13:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:07:51 13:07:01 ens3 533.08 353.14 2391.29 82.34 0.00 0.00 0.00 0.00 13:07:51 13:07:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 13:07:51 Average: ens3 533.08 353.14 2391.29 82.34 0.00 0.00 0.00 0.00 13:07:51 Average: lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 13:07:51 13:07:51 13:07:51 ---> sar -P ALL: 13:07:51 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-5516) 03/27/26 _x86_64_ (4 CPU) 13:07:51 13:07:51 13:05:49 LINUX RESTART (4 CPU) 13:07:51 13:07:51 13:06:01 CPU %user %nice %system %iowait %steal %idle 13:07:51 13:07:01 all 23.29 0.00 2.63 3.05 0.07 70.97 13:07:51 13:07:01 0 21.68 0.00 2.83 2.61 0.08 72.79 13:07:51 13:07:01 1 17.60 0.00 2.30 7.45 0.07 72.59 13:07:51 13:07:01 2 25.98 0.00 2.61 1.09 0.07 70.25 13:07:51 13:07:01 3 27.92 0.00 2.75 1.04 0.07 68.23 13:07:51 Average: all 23.29 0.00 2.63 3.05 0.07 70.97 13:07:51 Average: 0 21.68 0.00 2.83 2.61 0.08 72.79 13:07:51 Average: 1 17.60 0.00 2.30 7.45 0.07 72.59 13:07:51 Average: 2 25.98 0.00 2.61 1.09 0.07 70.25 13:07:51 Average: 3 27.92 0.00 2.75 1.04 0.07 68.23 13:07:51 13:07:51 13:07:51