10:59:41 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143593 10:59:41 Running as SYSTEM 10:59:41 [EnvInject] - Loading node environment variables. 10:59:41 Building remotely on prd-ubuntu1804-builder-4c-4g-4383 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 10:59:41 [ssh-agent] Looking for ssh-agent implementation... 10:59:42 $ ssh-agent 10:59:42 SSH_AUTH_SOCK=/tmp/ssh-B1EDJtXvBZB9/agent.1635 10:59:42 SSH_AGENT_PID=1636 10:59:42 [ssh-agent] Started. 10:59:42 Running ssh-add (command line suppressed) 10:59:42 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_3856550926440770210.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_3856550926440770210.key) 10:59:42 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:59:42 The recommended git tool is: NONE 10:59:43 using credential onap-jenkins-ssh 10:59:43 Wiping out workspace first. 10:59:43 Cloning the remote Git repository 10:59:43 Cloning repository git://cloud.onap.org/mirror/oom.git 10:59:43 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 10:59:43 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:59:43 > git --version # timeout=10 10:59:43 > git --version # 'git version 2.17.1' 10:59:43 using GIT_SSH to set credentials Gerrit user 10:59:43 Verifying host key using manually-configured host key entries 10:59:43 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:59:48 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:59:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:59:49 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:59:49 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:59:49 using GIT_SSH to set credentials Gerrit user 10:59:49 Verifying host key using manually-configured host key entries 10:59:49 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/93/143593/13 # timeout=30 10:59:49 > git rev-parse 24663fe09b921c2fd95f63fa905bac2f61dcda05^{commit} # timeout=10 10:59:49 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:59:49 Checking out Revision 24663fe09b921c2fd95f63fa905bac2f61dcda05 (refs/changes/93/143593/13) 10:59:49 > git config core.sparsecheckout # timeout=10 10:59:49 > git checkout -f 24663fe09b921c2fd95f63fa905bac2f61dcda05 # timeout=30 10:59:52 Commit message: "[SDC] 13.1.0 release" 10:59:52 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:59:52 > git rev-list --no-walk 4ad36579a06b56ed10b819d7a453d5040f75040d # timeout=10 10:59:53 [EnvInject] - Injecting environment variables from a build step. 10:59:53 [EnvInject] - Injecting as environment variables the properties content 10:59:53 PYTHON=python3 10:59:53 10:59:53 [EnvInject] - Variables injected successfully. 10:59:53 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins5302862456675060686.sh 10:59:53 ---> tox-install.sh 10:59:53 + source /home/jenkins/lf-env.sh 10:59:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:59:53 ++ mktemp -d /tmp/venv-XXXX 10:59:53 + lf_venv=/tmp/venv-Hv5y 10:59:53 + local venv_file=/tmp/.os_lf_venv 10:59:53 + local python=python3 10:59:53 + local options 10:59:53 + local set_path=true 10:59:53 + local install_args= 10:59:53 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:59:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:59:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:59:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:59:53 + true 10:59:53 + case $1 in 10:59:53 + venv_file=/tmp/.toxenv 10:59:53 + shift 2 10:59:53 + true 10:59:53 + case $1 in 10:59:53 + shift 10:59:53 + break 10:59:53 + case $python in 10:59:53 + local pkg_list= 10:59:53 + [[ -d /opt/pyenv ]] 10:59:53 + echo 'Setup pyenv:' 10:59:53 Setup pyenv: 10:59:53 + export PYENV_ROOT=/opt/pyenv 10:59:53 + PYENV_ROOT=/opt/pyenv 10:59:53 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 10:59:53 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 10:59:53 + pyenv versions 10:59:53 * system (set by /opt/pyenv/version) 10:59:53 * 3.8.13 (set by /opt/pyenv/version) 10:59:53 * 3.9.13 (set by /opt/pyenv/version) 10:59:53 * 3.10.6 (set by /opt/pyenv/version) 10:59:53 + command -v pyenv 10:59:53 ++ pyenv init - --no-rehash 10:59:53 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 10:59:53 export PATH="/opt/pyenv/shims:${PATH}" 10:59:53 export PYENV_SHELL=bash 10:59:53 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:59:53 pyenv() { 10:59:53 local command 10:59:53 command="${1:-}" 10:59:53 if [ "$#" -gt 0 ]; then 10:59:53 shift 10:59:53 fi 10:59:53 10:59:53 case "$command" in 10:59:53 rehash|shell) 10:59:53 eval "$(pyenv "sh-$command" "$@")" 10:59:53 ;; 10:59:53 *) 10:59:53 command pyenv "$command" "$@" 10:59:53 ;; 10:59:53 esac 10:59:53 }' 10:59:53 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 10:59:53 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 10:59:53 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 10:59:53 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 10:59:53 ++ export PYENV_SHELL=bash 10:59:53 ++ PYENV_SHELL=bash 10:59:53 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:59:53 +++ complete -F _pyenv pyenv 10:59:53 ++ lf-pyver python3 10:59:53 ++ local py_version_xy=python3 10:59:53 ++ local py_version_xyz= 10:59:53 ++ pyenv versions 10:59:53 ++ awk '{ print $1 }' 10:59:53 ++ sed 's/^[ *]* //' 10:59:53 ++ grep -E '^[0-9.]*[0-9]$' 10:59:53 ++ local command 10:59:53 ++ command=versions 10:59:53 ++ '[' 1 -gt 0 ']' 10:59:53 ++ shift 10:59:53 ++ case "$command" in 10:59:53 ++ command pyenv versions 10:59:53 ++ pyenv versions 10:59:53 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:59:53 +++ grep '^3' /tmp/.pyenv_versions 10:59:53 +++ sort -V 10:59:53 +++ tail -n 1 10:59:53 ++ py_version_xyz=3.10.6 10:59:53 ++ [[ -z 3.10.6 ]] 10:59:53 ++ echo 3.10.6 10:59:53 ++ return 0 10:59:53 + pyenv local 3.10.6 10:59:53 + local command 10:59:53 + command=local 10:59:53 + '[' 2 -gt 0 ']' 10:59:53 + shift 10:59:53 + case "$command" in 10:59:53 + command pyenv local 3.10.6 10:59:53 + pyenv local 3.10.6 10:59:53 + for arg in "$@" 10:59:53 + case $arg in 10:59:53 + pkg_list+='tox ' 10:59:53 + for arg in "$@" 10:59:53 + case $arg in 10:59:53 + pkg_list+='virtualenv ' 10:59:53 + for arg in "$@" 10:59:53 + case $arg in 10:59:53 + pkg_list+='urllib3~=1.26.15 ' 10:59:53 + [[ -f /tmp/.toxenv ]] 10:59:53 + [[ ! -f /tmp/.toxenv ]] 10:59:53 + [[ -n '' ]] 10:59:53 + python3 -m venv /tmp/venv-Hv5y 10:59:57 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Hv5y' 10:59:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Hv5y 10:59:57 + echo /tmp/venv-Hv5y 10:59:57 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:59:57 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:59:57 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:59:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:59:57 + local 'pip_opts=--upgrade --quiet' 10:59:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:59:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:59:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:59:57 + [[ -n '' ]] 10:59:57 + [[ -n '' ]] 10:59:57 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:59:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:59:57 + /tmp/venv-Hv5y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 11:00:01 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:00:01 lf-activate-venv(): INFO: Base packages installed successfully 11:00:01 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:00:01 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:00:01 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:00:01 + /tmp/venv-Hv5y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:00:03 + type python3 11:00:03 + true 11:00:03 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Hv5y/bin to PATH' 11:00:03 lf-activate-venv(): INFO: Adding /tmp/venv-Hv5y/bin to PATH 11:00:03 + PATH=/tmp/venv-Hv5y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:03 + return 0 11:00:03 + python3 --version 11:00:03 Python 3.10.6 11:00:03 + python3 -m pip --version 11:00:03 pip 26.0.1 from /tmp/venv-Hv5y/lib/python3.10/site-packages/pip (python 3.10) 11:00:03 + python3 -m pip freeze 11:00:03 cachetools==7.0.5 11:00:03 colorama==0.4.6 11:00:03 distlib==0.4.0 11:00:03 filelock==3.25.2 11:00:03 packaging==26.0 11:00:03 platformdirs==4.9.4 11:00:03 pluggy==1.6.0 11:00:03 pyproject-api==1.10.0 11:00:03 python-discovery==1.2.1 11:00:03 tomli==2.4.1 11:00:03 tomli_w==1.2.0 11:00:03 tox==4.52.0 11:00:03 typing_extensions==4.15.0 11:00:03 urllib3==1.26.20 11:00:03 virtualenv==21.2.0 11:00:03 [EnvInject] - Injecting environment variables from a build step. 11:00:03 [EnvInject] - Injecting as environment variables the properties content 11:00:03 PARALLEL=false 11:00:03 11:00:03 [EnvInject] - Variables injected successfully. 11:00:03 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins11171167305007327285.sh 11:00:03 ---> tox-run.sh 11:00:03 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:03 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 11:00:03 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 11:00:03 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 11:00:03 + cd /w/workspace/oom-master-checkbashisms-lint/. 11:00:03 + source /home/jenkins/lf-env.sh 11:00:03 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:00:03 ++ mktemp -d /tmp/venv-XXXX 11:00:03 + lf_venv=/tmp/venv-KhQc 11:00:03 + local venv_file=/tmp/.os_lf_venv 11:00:03 + local python=python3 11:00:03 + local options 11:00:03 + local set_path=true 11:00:03 + local install_args= 11:00:03 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:00:04 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:00:04 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:00:04 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:00:04 + true 11:00:04 + case $1 in 11:00:04 + venv_file=/tmp/.toxenv 11:00:04 + shift 2 11:00:04 + true 11:00:04 + case $1 in 11:00:04 + shift 11:00:04 + break 11:00:04 + case $python in 11:00:04 + local pkg_list= 11:00:04 + [[ -d /opt/pyenv ]] 11:00:04 + echo 'Setup pyenv:' 11:00:04 Setup pyenv: 11:00:04 + export PYENV_ROOT=/opt/pyenv 11:00:04 + PYENV_ROOT=/opt/pyenv 11:00:04 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:04 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:04 + pyenv versions 11:00:04 system 11:00:04 3.8.13 11:00:04 3.9.13 11:00:04 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:00:04 + command -v pyenv 11:00:04 ++ pyenv init - --no-rehash 11:00:04 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:00:04 export PATH="/opt/pyenv/shims:${PATH}" 11:00:04 export PYENV_SHELL=bash 11:00:04 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:00:04 pyenv() { 11:00:04 local command 11:00:04 command="${1:-}" 11:00:04 if [ "$#" -gt 0 ]; then 11:00:04 shift 11:00:04 fi 11:00:04 11:00:04 case "$command" in 11:00:04 rehash|shell) 11:00:04 eval "$(pyenv "sh-$command" "$@")" 11:00:04 ;; 11:00:04 *) 11:00:04 command pyenv "$command" "$@" 11:00:04 ;; 11:00:04 esac 11:00:04 }' 11:00:04 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:00:04 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:04 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:04 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:04 ++ export PYENV_SHELL=bash 11:00:04 ++ PYENV_SHELL=bash 11:00:04 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:00:04 +++ complete -F _pyenv pyenv 11:00:04 ++ lf-pyver python3 11:00:04 ++ local py_version_xy=python3 11:00:04 ++ local py_version_xyz= 11:00:04 ++ pyenv versions 11:00:04 ++ sed 's/^[ *]* //' 11:00:04 ++ local command 11:00:04 ++ command=versions 11:00:04 ++ '[' 1 -gt 0 ']' 11:00:04 ++ awk '{ print $1 }' 11:00:04 ++ shift 11:00:04 ++ case "$command" in 11:00:04 ++ command pyenv versions 11:00:04 ++ pyenv versions 11:00:04 ++ grep -E '^[0-9.]*[0-9]$' 11:00:04 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:00:04 +++ grep '^3' /tmp/.pyenv_versions 11:00:04 +++ sort -V 11:00:04 +++ tail -n 1 11:00:04 ++ py_version_xyz=3.10.6 11:00:04 ++ [[ -z 3.10.6 ]] 11:00:04 ++ echo 3.10.6 11:00:04 ++ return 0 11:00:04 + pyenv local 3.10.6 11:00:04 + local command 11:00:04 + command=local 11:00:04 + '[' 2 -gt 0 ']' 11:00:04 + shift 11:00:04 + case "$command" in 11:00:04 + command pyenv local 3.10.6 11:00:04 + pyenv local 3.10.6 11:00:04 + for arg in "$@" 11:00:04 + case $arg in 11:00:04 + pkg_list+='tox ' 11:00:04 + for arg in "$@" 11:00:04 + case $arg in 11:00:04 + pkg_list+='virtualenv ' 11:00:04 + for arg in "$@" 11:00:04 + case $arg in 11:00:04 + pkg_list+='urllib3~=1.26.15 ' 11:00:04 + [[ -f /tmp/.toxenv ]] 11:00:04 ++ cat /tmp/.toxenv 11:00:04 + lf_venv=/tmp/venv-Hv5y 11:00:04 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Hv5y from' file:/tmp/.toxenv 11:00:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Hv5y from file:/tmp/.toxenv 11:00:04 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:00:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:00:04 + local 'pip_opts=--upgrade --quiet' 11:00:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:00:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:00:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:00:04 + [[ -n '' ]] 11:00:04 + [[ -n '' ]] 11:00:04 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:00:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:00:04 + /tmp/venv-Hv5y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 11:00:04 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:00:04 lf-activate-venv(): INFO: Base packages installed successfully 11:00:04 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:00:04 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:00:04 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:00:04 + /tmp/venv-Hv5y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:00:05 + type python3 11:00:05 + true 11:00:05 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Hv5y/bin to PATH' 11:00:05 lf-activate-venv(): INFO: Adding /tmp/venv-Hv5y/bin to PATH 11:00:05 + PATH=/tmp/venv-Hv5y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:05 + return 0 11:00:05 + [[ -d /opt/pyenv ]] 11:00:05 + echo '---> Setting up pyenv' 11:00:05 ---> Setting up pyenv 11:00:05 + export PYENV_ROOT=/opt/pyenv 11:00:05 + PYENV_ROOT=/opt/pyenv 11:00:05 + export PATH=/opt/pyenv/bin:/tmp/venv-Hv5y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:05 + PATH=/opt/pyenv/bin:/tmp/venv-Hv5y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:00:05 ++ pwd 11:00:05 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 11:00:05 + export PYTHONPATH 11:00:05 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:00:05 + TOX_TESTENV_PASSENV=PYTHONPATH 11:00:05 + tox --version 11:00:06 4.52.0 from /tmp/venv-Hv5y/lib/python3.10/site-packages/tox/__init__.py 11:00:06 + PARALLEL=false 11:00:06 + TOX_OPTIONS_LIST= 11:00:06 + [[ -n checkbashisms ]] 11:00:06 + TOX_OPTIONS_LIST=' -e checkbashisms' 11:00:06 + case ${PARALLEL,,} in 11:00:06 + tox -e checkbashisms 11:00:06 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 11:00:07 checkbashisms: freeze> python -m pip freeze --all 11:00:07 checkbashisms: pip==26.0.1,setuptools==82.0.0 11:00:07 checkbashisms: commands[0]> .ci/check-bashisms.sh 11:00:09 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 11:00:11 checkbashisms: OK (4.96=setup[1.52]+cmd[3.44] seconds) 11:00:11 congratulations :) (5.00 seconds) 11:00:11 + tox_status=0 11:00:11 + echo '---> Completed tox runs' 11:00:11 ---> Completed tox runs 11:00:11 + for i in .tox/*/log 11:00:11 ++ echo .tox/checkbashisms/log 11:00:11 ++ awk -F/ '{print $2}' 11:00:11 + tox_env=checkbashisms 11:00:11 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 11:00:11 + DOC_DIR=docs/_build/html 11:00:11 + [[ -d docs/_build/html ]] 11:00:11 + echo '---> tox-run.sh ends' 11:00:11 ---> tox-run.sh ends 11:00:11 + test 0 -eq 0 11:00:11 $ ssh-agent -k 11:00:11 unset SSH_AUTH_SOCK; 11:00:11 unset SSH_AGENT_PID; 11:00:11 echo Agent pid 1636 killed; 11:00:11 [ssh-agent] Stopped. 11:00:11 [PostBuildScript] - [INFO] Executing post build scripts. 11:00:11 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins10130728673019618558.sh 11:00:11 ---> sysstat.sh 11:00:11 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12796976128172770179.sh 11:00:11 ---> package-listing.sh 11:00:11 ++ facter osfamily 11:00:11 ++ tr '[:upper:]' '[:lower:]' 11:00:12 + OS_FAMILY=debian 11:00:12 + workspace=/w/workspace/oom-master-checkbashisms-lint 11:00:12 + START_PACKAGES=/tmp/packages_start.txt 11:00:12 + END_PACKAGES=/tmp/packages_end.txt 11:00:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:00:12 + PACKAGES=/tmp/packages_start.txt 11:00:12 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:00:12 + PACKAGES=/tmp/packages_end.txt 11:00:12 + case "${OS_FAMILY}" in 11:00:12 + dpkg -l 11:00:12 + grep '^ii' 11:00:12 + '[' -f /tmp/packages_start.txt ']' 11:00:12 + '[' -f /tmp/packages_end.txt ']' 11:00:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:00:12 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 11:00:12 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 11:00:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 11:00:12 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7954834656057338307.sh 11:00:12 ---> capture-instance-metadata.sh 11:00:12 Setup pyenv: 11:00:12 system 11:00:12 3.8.13 11:00:12 3.9.13 11:00:12 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:00:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-32Uo 11:00:16 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:00:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:00:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:00:19 lf-activate-venv(): INFO: Base packages installed successfully 11:00:19 lf-activate-venv(): INFO: Installing additional packages: lftools 11:00:41 lf-activate-venv(): INFO: Adding /tmp/venv-32Uo/bin to PATH 11:00:41 INFO: Running in OpenStack, capturing instance metadata 11:00:41 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7641396070643535549.sh 11:00:42 provisioning config files... 11:00:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config7533536690882870810tmp 11:00:42 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:00:42 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:00:42 [EnvInject] - Injecting environment variables from a build step. 11:00:42 [EnvInject] - Injecting as environment variables the properties content 11:00:42 SERVER_ID=logs 11:00:42 11:00:42 [EnvInject] - Variables injected successfully. 11:00:42 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17110693040968603819.sh 11:00:42 ---> create-netrc.sh 11:00:42 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9055930933004084682.sh 11:00:42 ---> python-tools-install.sh 11:00:42 Setup pyenv: 11:00:42 system 11:00:42 3.8.13 11:00:42 3.9.13 11:00:42 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:00:42 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-32Uo from file:/tmp/.os_lf_venv 11:00:42 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:00:42 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:00:43 lf-activate-venv(): INFO: Base packages installed successfully 11:00:43 lf-activate-venv(): INFO: Installing additional packages: lftools 11:00:51 lf-activate-venv(): INFO: Adding /tmp/venv-32Uo/bin to PATH 11:00:51 Generating Requirements File 11:01:08 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 11:01:08 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:01:08 Python 3.10.6 11:01:08 pip 26.0.1 from /tmp/venv-32Uo/lib/python3.10/site-packages/pip (python 3.10) 11:01:08 appdirs==1.4.4 11:01:08 argcomplete==3.6.3 11:01:08 aspy.yaml==1.3.0 11:01:08 attrs==26.1.0 11:01:08 autopage==0.6.0 11:01:08 backports.strenum==1.3.1 11:01:08 beautifulsoup4==4.14.3 11:01:08 boto3==1.42.84 11:01:08 botocore==1.42.84 11:01:08 bs4==0.0.2 11:01:08 certifi==2026.2.25 11:01:08 cffi==2.0.0 11:01:08 cfgv==3.5.0 11:01:08 chardet==7.4.0.post2 11:01:08 charset-normalizer==3.4.7 11:01:08 click==8.3.2 11:01:08 cliff==4.13.2 11:01:08 cmd2==3.4.0 11:01:08 cryptography==3.3.2 11:01:08 debtcollector==3.1.0 11:01:08 decorator==5.2.1 11:01:08 defusedxml==0.7.1 11:01:08 Deprecated==1.3.1 11:01:08 distlib==0.4.0 11:01:08 dnspython==2.8.0 11:01:08 docker==7.1.0 11:01:08 dogpile.cache==1.5.0 11:01:08 durationpy==0.10 11:01:08 email-validator==2.3.0 11:01:08 filelock==3.25.2 11:01:08 future==1.0.0 11:01:08 gitdb==4.0.12 11:01:08 GitPython==3.1.46 11:01:08 httplib2==0.30.2 11:01:08 identify==2.6.18 11:01:08 idna==3.11 11:01:08 importlib-resources==1.5.0 11:01:08 iso8601==2.1.0 11:01:08 Jinja2==3.1.6 11:01:08 jmespath==1.1.0 11:01:08 jsonpatch==1.33 11:01:08 jsonpointer==3.1.1 11:01:08 jsonschema==4.26.0 11:01:08 jsonschema-specifications==2025.9.1 11:01:08 keystoneauth1==5.13.1 11:01:08 kubernetes==35.0.0 11:01:08 lftools==0.37.22 11:01:08 lxml==6.0.2 11:01:08 markdown-it-py==4.0.0 11:01:08 MarkupSafe==3.0.3 11:01:08 mdurl==0.1.2 11:01:08 msgpack==1.1.2 11:01:08 multi_key_dict==2.0.3 11:01:08 munch==4.0.0 11:01:08 netaddr==1.3.0 11:01:08 niet==1.4.2 11:01:08 nodeenv==1.10.0 11:01:08 oauth2client==4.1.3 11:01:08 oauthlib==3.3.1 11:01:08 openstacksdk==4.10.0 11:01:08 os-service-types==1.8.2 11:01:08 osc-lib==4.4.0 11:01:08 oslo.config==10.3.0 11:01:08 oslo.context==6.3.0 11:01:08 oslo.i18n==6.7.2 11:01:08 oslo.log==8.1.0 11:01:08 oslo.serialization==5.9.1 11:01:08 oslo.utils==10.0.0 11:01:08 packaging==26.0 11:01:08 pbr==7.0.3 11:01:08 platformdirs==4.9.4 11:01:08 prettytable==3.17.0 11:01:08 psutil==7.2.2 11:01:08 pyasn1==0.6.3 11:01:08 pyasn1_modules==0.4.2 11:01:08 pycparser==3.0 11:01:08 pygerrit2==2.0.15 11:01:08 PyGithub==2.9.0 11:01:08 Pygments==2.20.0 11:01:08 PyJWT==2.12.1 11:01:08 PyNaCl==1.6.2 11:01:08 pyparsing==2.4.7 11:01:08 pyperclip==1.11.0 11:01:08 pyrsistent==0.20.0 11:01:08 python-cinderclient==9.9.0 11:01:08 python-dateutil==2.9.0.post0 11:01:08 python-discovery==1.2.1 11:01:08 python-heatclient==5.1.0 11:01:08 python-jenkins==1.8.3 11:01:08 python-keystoneclient==5.8.0 11:01:08 python-magnumclient==4.10.0 11:01:08 python-openstackclient==9.0.0 11:01:08 python-swiftclient==4.10.0 11:01:08 PyYAML==6.0.3 11:01:08 referencing==0.37.0 11:01:08 requests==2.33.1 11:01:08 requests-oauthlib==2.0.0 11:01:08 requestsexceptions==1.4.0 11:01:08 rfc3986==2.0.0 11:01:08 rich==14.3.3 11:01:08 rich-argparse==1.7.2 11:01:08 rpds-py==0.30.0 11:01:08 rsa==4.9.1 11:01:08 ruamel.yaml==0.19.1 11:01:08 ruamel.yaml.clib==0.2.15 11:01:08 s3transfer==0.16.0 11:01:08 simplejson==3.20.2 11:01:08 six==1.17.0 11:01:08 smmap==5.0.3 11:01:08 soupsieve==2.8.3 11:01:08 stevedore==5.7.0 11:01:08 tabulate==0.10.0 11:01:08 toml==0.10.2 11:01:08 tomlkit==0.14.0 11:01:08 tqdm==4.67.3 11:01:08 typing_extensions==4.15.0 11:01:08 urllib3==1.26.20 11:01:08 virtualenv==21.2.0 11:01:08 wcwidth==0.6.0 11:01:08 websocket-client==1.9.0 11:01:08 wrapt==2.1.2 11:01:08 xdg==6.0.0 11:01:08 xmltodict==1.0.4 11:01:08 yq==3.4.3 11:01:08 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins6037682703696698018.sh 11:01:08 ---> uv-install.sh 11:01:08 Installing uv/uvx (latest) using shell installer 11:01:09 2026-04-07 11:01:09 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/c459da62-e838-45dc-bfca-ac56a38b294c?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-04-07T11%3A55%3A23Z&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-04-07T10%3A55%3A10Z&ske=2026-04-07T11%3A55%3A23Z&sks=b&skv=2018-11-09&sig=yb7TH7F5jBSWwSi%2F7tF%2FzDhjUyg1MPK1eExQX435rwA%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NTU1OTkxMiwibmJmIjoxNzc1NTU5NjEyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.rGQNGv3NXmmXNCETIVwFMna-ljwS7emzbItxS2qFfVs&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [71225/71225] -> "/tmp/uv-install-pb9eah.sh" [1] 11:01:09 downloading uv 0.11.3 x86_64-unknown-linux-gnu 11:01:10 installing to /home/jenkins/.local/bin 11:01:10 uv 11:01:10 uvx 11:01:10 everything's installed! 11:01:10 11:01:10 To add $HOME/.local/bin to your PATH, either restart your shell or run: 11:01:10 11:01:10 source $HOME/.local/bin/env (sh, bash, zsh) 11:01:10 source $HOME/.local/bin/env.fish (fish) 11:01:10 Adding install location to PATH 11:01:10 ---> Validating uv/uvx install 11:01:10 uvx 0.11.3 (x86_64-unknown-linux-gnu) 11:01:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins5978992480998045498.sh 11:01:10 ---> sudo-logs.sh 11:01:10 Archiving 'sudo' log.. 11:01:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14829683616736997742.sh 11:01:10 ---> job-cost.sh 11:01:10 INFO: Activating Python virtual environment... 11:01:10 Setup pyenv: 11:01:10 system 11:01:10 3.8.13 11:01:10 3.9.13 11:01:10 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:01:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-32Uo from file:/tmp/.os_lf_venv 11:01:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:01:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:01:12 lf-activate-venv(): INFO: Base packages installed successfully 11:01:12 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:01:17 lf-activate-venv(): INFO: Adding /tmp/venv-32Uo/bin to PATH 11:01:17 INFO: No stack-cost file found 11:01:17 INFO: Instance uptime: 116s 11:01:17 INFO: Fetching instance metadata (attempt 1 of 3)... 11:01:17 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 11:01:17 INFO: Successfully fetched instance metadata 11:01:17 INFO: Instance type: v3-standard-4 11:01:17 INFO: Retrieving pricing info for: v3-standard-4 11:01:17 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 11:01:17 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=116 11:01:17 INFO: Successfully fetched Vexxhost pricing API 11:01:17 INFO: Retrieved cost: 0.11 11:01:17 INFO: Retrieved resource: v3-standard-4 11:01:17 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 11:01:17 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 11:01:17 INFO: Successfully archived job cost data 11:01:17 DEBUG: Cost data: oom-master-checkbashisms-lint,4579,2026-04-07 11:01:17,v3-standard-4,116,0.11,0.00,SUCCESS 11:01:17 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins6015663364081787629.sh 11:01:17 ---> logs-deploy.sh 11:01:17 Setup pyenv: 11:01:17 system 11:01:17 3.8.13 11:01:17 3.9.13 11:01:17 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 11:01:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-32Uo from file:/tmp/.os_lf_venv 11:01:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:01:18 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:01:19 lf-activate-venv(): INFO: Base packages installed successfully 11:01:19 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:01:27 lf-activate-venv(): INFO: Adding /tmp/venv-32Uo/bin to PATH 11:01:27 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4579 11:01:27 INFO: archiving workspace using pattern(s): 11:01:28 Archives upload complete. 11:01:28 INFO: archiving logs to Nexus 11:01:29 ---> uname -a: 11:01:29 Linux prd-ubuntu1804-builder-4c-4g-4383 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:01:29 11:01:29 11:01:29 ---> lscpu: 11:01:29 Architecture: x86_64 11:01:29 CPU op-mode(s): 32-bit, 64-bit 11:01:29 Byte Order: Little Endian 11:01:29 CPU(s): 4 11:01:29 On-line CPU(s) list: 0-3 11:01:29 Thread(s) per core: 1 11:01:29 Core(s) per socket: 1 11:01:29 Socket(s): 4 11:01:29 NUMA node(s): 1 11:01:29 Vendor ID: AuthenticAMD 11:01:29 CPU family: 23 11:01:29 Model: 49 11:01:29 Model name: AMD EPYC-Rome Processor 11:01:29 Stepping: 0 11:01:29 CPU MHz: 2799.998 11:01:29 BogoMIPS: 5599.99 11:01:29 Virtualization: AMD-V 11:01:29 Hypervisor vendor: KVM 11:01:29 Virtualization type: full 11:01:29 L1d cache: 32K 11:01:29 L1i cache: 32K 11:01:29 L2 cache: 512K 11:01:29 L3 cache: 16384K 11:01:29 NUMA node0 CPU(s): 0-3 11:01:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:01:29 11:01:29 11:01:29 ---> nproc: 11:01:29 4 11:01:29 11:01:29 11:01:29 ---> df -h: 11:01:29 Filesystem Size Used Avail Use% Mounted on 11:01:29 udev 7.9G 0 7.9G 0% /dev 11:01:29 tmpfs 1.6G 676K 1.6G 1% /run 11:01:29 /dev/vda1 78G 8.4G 70G 11% / 11:01:29 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:01:29 tmpfs 5.0M 0 5.0M 0% /run/lock 11:01:29 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:01:29 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:01:29 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:01:29 11:01:29 11:01:29 ---> free -m: 11:01:29 total used free shared buff/cache available 11:01:29 Mem: 16040 565 13354 0 2120 15160 11:01:29 Swap: 1023 0 1023 11:01:29 11:01:29 11:01:29 ---> ip addr: 11:01:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:01:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:01:29 inet 127.0.0.1/8 scope host lo 11:01:29 valid_lft forever preferred_lft forever 11:01:29 inet6 ::1/128 scope host 11:01:29 valid_lft forever preferred_lft forever 11:01:29 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:01:29 link/ether fa:16:3e:22:7f:c1 brd ff:ff:ff:ff:ff:ff 11:01:29 inet 10.30.106.230/23 brd 10.30.107.255 scope global dynamic ens3 11:01:29 valid_lft 86280sec preferred_lft 86280sec 11:01:29 inet6 fe80::f816:3eff:fe22:7fc1/64 scope link 11:01:29 valid_lft forever preferred_lft forever 11:01:29 11:01:29 11:01:29 ---> sar -b -r -n DEV: 11:01:29 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-4383) 04/07/26 _x86_64_ (4 CPU) 11:01:29 11:01:29 10:59:30 LINUX RESTART (4 CPU) 11:01:29 11:01:29 11:00:02 tps rtps wtps bread/s bwrtn/s 11:01:29 11:01:01 116.78 5.37 111.40 214.74 31767.36 11:01:29 Average: 116.78 5.37 111.40 214.74 31767.36 11:01:29 11:01:29 11:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:01:29 11:01:01 13817604 15517848 2607364 15.87 72652 1821332 788808 4.51 734220 1646020 176480 11:01:29 Average: 13817604 15517848 2607364 15.87 72652 1821332 788808 4.51 734220 1646020 176480 11:01:29 11:01:29 11:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:01:29 11:01:01 ens3 88.12 64.55 871.49 13.80 0.00 0.00 0.00 0.00 11:01:29 11:01:01 lo 1.42 1.42 0.17 0.17 0.00 0.00 0.00 0.00 11:01:29 Average: ens3 88.12 64.55 871.49 13.80 0.00 0.00 0.00 0.00 11:01:29 Average: lo 1.42 1.42 0.17 0.17 0.00 0.00 0.00 0.00 11:01:29 11:01:29 11:01:29 ---> sar -P ALL: 11:01:29 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-4383) 04/07/26 _x86_64_ (4 CPU) 11:01:29 11:01:29 10:59:30 LINUX RESTART (4 CPU) 11:01:29 11:01:29 11:00:02 CPU %user %nice %system %iowait %steal %idle 11:01:29 11:01:01 all 21.46 0.00 1.49 1.58 0.05 75.42 11:01:29 11:01:01 0 12.29 0.00 1.02 5.01 0.03 81.65 11:01:29 11:01:01 1 11.51 0.00 0.88 0.22 0.07 87.33 11:01:29 11:01:01 2 21.70 0.00 1.68 0.22 0.03 76.37 11:01:29 11:01:01 3 40.43 0.00 2.41 0.90 0.05 56.21 11:01:29 Average: all 21.46 0.00 1.49 1.58 0.05 75.42 11:01:29 Average: 0 12.29 0.00 1.02 5.01 0.03 81.65 11:01:29 Average: 1 11.51 0.00 0.88 0.22 0.07 87.33 11:01:29 Average: 2 21.70 0.00 1.68 0.22 0.03 76.37 11:01:29 Average: 3 40.43 0.00 2.41 0.90 0.05 56.21 11:01:29 11:01:29 11:01:29