14:16:15 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/144198 14:16:15 Running as SYSTEM 14:16:15 [EnvInject] - Loading node environment variables. 14:16:15 Building remotely on prd-ubuntu1804-builder-4c-4g-8163 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 14:16:15 [ssh-agent] Looking for ssh-agent implementation... 14:16:15 $ ssh-agent 14:16:15 SSH_AUTH_SOCK=/tmp/ssh-AHESTz5ZIH6D/agent.1684 14:16:15 SSH_AGENT_PID=1686 14:16:15 [ssh-agent] Started. 14:16:15 Running ssh-add (command line suppressed) 14:16:15 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6351823477115200924.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6351823477115200924.key) 14:16:15 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 14:16:15 The recommended git tool is: NONE 14:16:17 using credential onap-jenkins-ssh 14:16:17 Wiping out workspace first. 14:16:17 Cloning the remote Git repository 14:16:17 Cloning repository git://cloud.onap.org/mirror/oom.git 14:16:17 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 14:16:17 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 14:16:17 > git --version # timeout=10 14:16:17 > git --version # 'git version 2.17.1' 14:16:17 using GIT_SSH to set credentials Gerrit user 14:16:17 Verifying host key using manually-configured host key entries 14:16:17 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 14:16:22 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 14:16:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:16:22 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 14:16:22 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 14:16:22 using GIT_SSH to set credentials Gerrit user 14:16:22 Verifying host key using manually-configured host key entries 14:16:22 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/98/144198/3 # timeout=30 14:16:22 > git rev-parse fca10333ac703f2edb647bd38af1fc44872123fa^{commit} # timeout=10 14:16:22 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 14:16:22 Checking out Revision fca10333ac703f2edb647bd38af1fc44872123fa (refs/changes/98/144198/3) 14:16:22 > git config core.sparsecheckout # timeout=10 14:16:22 > git checkout -f fca10333ac703f2edb647bd38af1fc44872123fa # timeout=30 14:16:24 ERROR: Unable to retrieve commit message 14:16:24 java.lang.InterruptedException 14:16:24 at java.base/java.lang.Object.wait(Native Method) 14:16:24 at hudson.remoting.Request.call(Request.java:177) 14:16:24 at hudson.remoting.Channel.call(Channel.java:1041) 14:16:24 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285) 14:16:24 at PluginClassLoader for git-client//com.sun.proxy.$Proxy249.withRepository(Unknown Source) 14:16:24 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261) 14:16:24 at PluginClassLoader for git//hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1428) 14:16:24 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1368) 14:16:24 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 14:16:24 at hudson.scm.SCM.checkout(SCM.java:540) 14:16:24 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 14:16:24 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 14:16:24 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 14:16:24 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 14:16:24 at hudson.model.Run.execute(Run.java:1894) 14:16:24 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 14:16:24 at hudson.model.ResourceController.execute(ResourceController.java:101) 14:16:24 at hudson.model.Executor.run(Executor.java:446) 14:16:24 > git rev-parse FETCH_HEAD^{commit} # timeout=10 14:16:24 > git rev-list --no-walk ad38052ff9be60a44fe2b194ff5c8eae5a534343 # timeout=10 14:16:24 [EnvInject] - Injecting environment variables from a build step. 14:16:24 [EnvInject] - Injecting as environment variables the properties content 14:16:24 PYTHON=python3 14:16:24 14:16:24 [EnvInject] - Variables injected successfully. 14:16:24 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins10443986842934332555.sh 14:16:24 ---> tox-install.sh 14:16:24 + source /home/jenkins/lf-env.sh 14:16:24 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 14:16:24 ++ mktemp -d /tmp/venv-XXXX 14:16:24 + lf_venv=/tmp/venv-xHYE 14:16:24 + local venv_file=/tmp/.os_lf_venv 14:16:24 + local python=python3 14:16:24 + local options 14:16:24 + local set_path=true 14:16:24 + local install_args= 14:16:24 ++ 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 14:16:24 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:16:24 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:16:24 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 14:16:24 + true 14:16:24 + case $1 in 14:16:24 + venv_file=/tmp/.toxenv 14:16:24 + shift 2 14:16:24 + true 14:16:24 + case $1 in 14:16:24 + shift 14:16:24 + break 14:16:24 + case $python in 14:16:24 + local pkg_list= 14:16:24 + [[ -d /opt/pyenv ]] 14:16:24 + echo 'Setup pyenv:' 14:16:24 Setup pyenv: 14:16:24 + export PYENV_ROOT=/opt/pyenv 14:16:24 + PYENV_ROOT=/opt/pyenv 14:16:24 + 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 14:16:24 + 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 14:16:24 + pyenv versions 14:16:24 * system (set by /opt/pyenv/version) 14:16:24 * 3.8.13 (set by /opt/pyenv/version) 14:16:24 * 3.9.13 (set by /opt/pyenv/version) 14:16:24 * 3.10.6 (set by /opt/pyenv/version) 14:16:24 + command -v pyenv 14:16:24 ++ pyenv init - --no-rehash 14:16:25 + 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[*]}"'\'')" 14:16:25 export PATH="/opt/pyenv/shims:${PATH}" 14:16:25 export PYENV_SHELL=bash 14:16:25 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 14:16:25 pyenv() { 14:16:25 local command 14:16:25 command="${1:-}" 14:16:25 if [ "$#" -gt 0 ]; then 14:16:25 shift 14:16:25 fi 14:16:25 14:16:25 case "$command" in 14:16:25 rehash|shell) 14:16:25 eval "$(pyenv "sh-$command" "$@")" 14:16:25 ;; 14:16:25 *) 14:16:25 command pyenv "$command" "$@" 14:16:25 ;; 14:16:25 esac 14:16:25 }' 14:16:25 +++ 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[*]}"' 14:16:25 ++ 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 14:16:25 ++ 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 14:16:25 ++ 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 14:16:25 ++ export PYENV_SHELL=bash 14:16:25 ++ PYENV_SHELL=bash 14:16:25 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 14:16:25 +++ complete -F _pyenv pyenv 14:16:25 ++ lf-pyver python3 14:16:25 ++ local py_version_xy=python3 14:16:25 ++ local py_version_xyz= 14:16:25 ++ pyenv versions 14:16:25 ++ local command 14:16:25 ++ command=versions 14:16:25 ++ '[' 1 -gt 0 ']' 14:16:25 ++ shift 14:16:25 ++ case "$command" in 14:16:25 ++ command pyenv versions 14:16:25 ++ pyenv versions 14:16:25 ++ grep -E '^[0-9.]*[0-9]$' 14:16:25 ++ awk '{ print $1 }' 14:16:25 ++ sed 's/^[ *]* //' 14:16:25 ++ [[ ! -s /tmp/.pyenv_versions ]] 14:16:25 +++ grep '^3' /tmp/.pyenv_versions 14:16:25 +++ tail -n 1 14:16:25 +++ sort -V 14:16:25 ++ py_version_xyz=3.10.6 14:16:25 ++ [[ -z 3.10.6 ]] 14:16:25 ++ echo 3.10.6 14:16:25 ++ return 0 14:16:25 + pyenv local 3.10.6 14:16:25 + local command 14:16:25 + command=local 14:16:25 + '[' 2 -gt 0 ']' 14:16:25 + shift 14:16:25 + case "$command" in 14:16:25 + command pyenv local 3.10.6 14:16:25 + pyenv local 3.10.6 14:16:25 + for arg in "$@" 14:16:25 + case $arg in 14:16:25 + pkg_list+='tox ' 14:16:25 + for arg in "$@" 14:16:25 + case $arg in 14:16:25 + pkg_list+='virtualenv ' 14:16:25 + for arg in "$@" 14:16:25 + case $arg in 14:16:25 + pkg_list+='urllib3~=1.26.15 ' 14:16:25 + [[ -f /tmp/.toxenv ]] 14:16:25 + [[ ! -f /tmp/.toxenv ]] 14:16:25 + [[ -n '' ]] 14:16:25 + python3 -m venv /tmp/venv-xHYE 14:16:29 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xHYE' 14:16:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xHYE 14:16:29 + echo /tmp/venv-xHYE 14:16:29 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 14:16:29 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 14:16:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 14:16:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:16:29 + local 'pip_opts=--upgrade --quiet' 14:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 14:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 14:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 14:16:29 + [[ -n '' ]] 14:16:29 + [[ -n '' ]] 14:16:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 14:16:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:16:29 + /tmp/venv-xHYE/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 14:16:33 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 14:16:33 lf-activate-venv(): INFO: Base packages installed successfully 14:16:33 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 14:16:33 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 14:16:33 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 14:16:33 + /tmp/venv-xHYE/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 14:16:35 + type python3 14:16:35 + true 14:16:35 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xHYE/bin to PATH' 14:16:35 lf-activate-venv(): INFO: Adding /tmp/venv-xHYE/bin to PATH 14:16:35 + PATH=/tmp/venv-xHYE/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 14:16:35 + return 0 14:16:35 + python3 --version 14:16:35 Python 3.10.6 14:16:35 + python3 -m pip --version 14:16:35 pip 26.1 from /tmp/venv-xHYE/lib/python3.10/site-packages/pip (python 3.10) 14:16:35 + python3 -m pip freeze 14:16:35 cachetools==7.1.1 14:16:35 colorama==0.4.6 14:16:35 distlib==0.4.0 14:16:35 filelock==3.29.0 14:16:35 packaging==26.2 14:16:35 platformdirs==4.9.6 14:16:35 pluggy==1.6.0 14:16:35 pyproject-api==1.10.0 14:16:35 python-discovery==1.2.2 14:16:35 tomli==2.4.1 14:16:35 tomli_w==1.2.0 14:16:35 tox==4.53.1 14:16:35 typing_extensions==4.15.0 14:16:35 urllib3==1.26.20 14:16:35 virtualenv==21.3.0 14:16:36 [EnvInject] - Injecting environment variables from a build step. 14:16:36 [EnvInject] - Injecting as environment variables the properties content 14:16:36 PARALLEL=false 14:16:36 14:16:36 [EnvInject] - Variables injected successfully. 14:16:36 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins9909115320073477201.sh 14:16:36 ---> tox-run.sh 14:16:36 + 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 14:16:36 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 14:16:36 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 14:16:36 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 14:16:36 + cd /w/workspace/oom-master-checkbashisms-lint/. 14:16:36 + source /home/jenkins/lf-env.sh 14:16:36 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 14:16:36 ++ mktemp -d /tmp/venv-XXXX 14:16:36 + lf_venv=/tmp/venv-rZCD 14:16:36 + local venv_file=/tmp/.os_lf_venv 14:16:36 + local python=python3 14:16:36 + local options 14:16:36 + local set_path=true 14:16:36 + local install_args= 14:16:36 ++ 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 14:16:36 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:16:36 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:16:36 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 14:16:36 + true 14:16:36 + case $1 in 14:16:36 + venv_file=/tmp/.toxenv 14:16:36 + shift 2 14:16:36 + true 14:16:36 + case $1 in 14:16:36 + shift 14:16:36 + break 14:16:36 + case $python in 14:16:36 + local pkg_list= 14:16:36 + [[ -d /opt/pyenv ]] 14:16:36 + echo 'Setup pyenv:' 14:16:36 Setup pyenv: 14:16:36 + export PYENV_ROOT=/opt/pyenv 14:16:36 + PYENV_ROOT=/opt/pyenv 14:16:36 + 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 14:16:36 + 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 14:16:36 + pyenv versions 14:16:36 system 14:16:36 3.8.13 14:16:36 3.9.13 14:16:36 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 14:16:36 + command -v pyenv 14:16:36 ++ pyenv init - --no-rehash 14:16:36 + 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[*]}"'\'')" 14:16:36 export PATH="/opt/pyenv/shims:${PATH}" 14:16:36 export PYENV_SHELL=bash 14:16:36 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 14:16:36 pyenv() { 14:16:36 local command 14:16:36 command="${1:-}" 14:16:36 if [ "$#" -gt 0 ]; then 14:16:36 shift 14:16:36 fi 14:16:36 14:16:36 case "$command" in 14:16:36 rehash|shell) 14:16:36 eval "$(pyenv "sh-$command" "$@")" 14:16:36 ;; 14:16:36 *) 14:16:36 command pyenv "$command" "$@" 14:16:36 ;; 14:16:36 esac 14:16:36 }' 14:16:36 +++ 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[*]}"' 14:16:36 ++ 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 14:16:36 ++ 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 14:16:36 ++ 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 14:16:36 ++ export PYENV_SHELL=bash 14:16:36 ++ PYENV_SHELL=bash 14:16:36 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 14:16:36 +++ complete -F _pyenv pyenv 14:16:36 ++ lf-pyver python3 14:16:36 ++ local py_version_xy=python3 14:16:36 ++ local py_version_xyz= 14:16:36 ++ pyenv versions 14:16:36 ++ local command 14:16:36 ++ command=versions 14:16:36 ++ '[' 1 -gt 0 ']' 14:16:36 ++ shift 14:16:36 ++ case "$command" in 14:16:36 ++ command pyenv versions 14:16:36 ++ pyenv versions 14:16:36 ++ sed 's/^[ *]* //' 14:16:36 ++ awk '{ print $1 }' 14:16:36 ++ grep -E '^[0-9.]*[0-9]$' 14:16:36 ++ [[ ! -s /tmp/.pyenv_versions ]] 14:16:36 +++ grep '^3' /tmp/.pyenv_versions 14:16:36 +++ sort -V 14:16:36 +++ tail -n 1 14:16:36 ++ py_version_xyz=3.10.6 14:16:36 ++ [[ -z 3.10.6 ]] 14:16:36 ++ echo 3.10.6 14:16:36 ++ return 0 14:16:36 + pyenv local 3.10.6 14:16:36 + local command 14:16:36 + command=local 14:16:36 + '[' 2 -gt 0 ']' 14:16:36 + shift 14:16:36 + case "$command" in 14:16:36 + command pyenv local 3.10.6 14:16:36 + pyenv local 3.10.6 14:16:36 + for arg in "$@" 14:16:36 + case $arg in 14:16:36 + pkg_list+='tox ' 14:16:36 + for arg in "$@" 14:16:36 + case $arg in 14:16:36 + pkg_list+='virtualenv ' 14:16:36 + for arg in "$@" 14:16:36 + case $arg in 14:16:36 + pkg_list+='urllib3~=1.26.15 ' 14:16:36 + [[ -f /tmp/.toxenv ]] 14:16:36 ++ cat /tmp/.toxenv 14:16:36 + lf_venv=/tmp/venv-xHYE 14:16:36 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xHYE from' file:/tmp/.toxenv 14:16:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xHYE from file:/tmp/.toxenv 14:16:36 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 14:16:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:16:36 + local 'pip_opts=--upgrade --quiet' 14:16:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 14:16:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 14:16:36 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 14:16:36 + [[ -n '' ]] 14:16:36 + [[ -n '' ]] 14:16:36 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 14:16:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:16:36 + /tmp/venv-xHYE/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 14:16:37 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 14:16:37 lf-activate-venv(): INFO: Base packages installed successfully 14:16:37 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 14:16:37 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 14:16:37 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 14:16:37 + /tmp/venv-xHYE/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 14:16:38 + type python3 14:16:38 + true 14:16:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xHYE/bin to PATH' 14:16:38 lf-activate-venv(): INFO: Adding /tmp/venv-xHYE/bin to PATH 14:16:38 + PATH=/tmp/venv-xHYE/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 14:16:38 + return 0 14:16:38 + [[ -d /opt/pyenv ]] 14:16:38 + echo '---> Setting up pyenv' 14:16:38 ---> Setting up pyenv 14:16:38 + export PYENV_ROOT=/opt/pyenv 14:16:38 + PYENV_ROOT=/opt/pyenv 14:16:38 + export PATH=/opt/pyenv/bin:/tmp/venv-xHYE/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 14:16:38 + PATH=/opt/pyenv/bin:/tmp/venv-xHYE/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 14:16:38 ++ pwd 14:16:38 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 14:16:38 + export PYTHONPATH 14:16:38 + export TOX_TESTENV_PASSENV=PYTHONPATH 14:16:38 + TOX_TESTENV_PASSENV=PYTHONPATH 14:16:38 + tox --version 14:16:38 4.53.1 from /tmp/venv-xHYE/lib/python3.10/site-packages/tox/__init__.py 14:16:38 + PARALLEL=false 14:16:38 + TOX_OPTIONS_LIST= 14:16:38 + [[ -n checkbashisms ]] 14:16:38 + TOX_OPTIONS_LIST=' -e checkbashisms' 14:16:38 + case ${PARALLEL,,} in 14:16:38 + tox -e checkbashisms 14:16:38 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 14:16:39 checkbashisms: freeze> python -m pip freeze --all 14:16:40 checkbashisms: pip==26.1,setuptools==82.0.1 14:16:40 checkbashisms: commands[0]> .ci/check-bashisms.sh 14:16:42 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 14:16:43 checkbashisms: OK (5.36=setup[1.84]+cmd[3.52] seconds) 14:16:43 congratulations :) (5.40 seconds) 14:16:44 + tox_status=0 14:16:44 + echo '---> Completed tox runs' 14:16:44 ---> Completed tox runs 14:16:44 + for i in .tox/*/log 14:16:44 ++ echo .tox/checkbashisms/log 14:16:44 ++ awk -F/ '{print $2}' 14:16:44 + tox_env=checkbashisms 14:16:44 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 14:16:44 + DOC_DIR=docs/_build/html 14:16:44 + [[ -d docs/_build/html ]] 14:16:44 + echo '---> tox-run.sh ends' 14:16:44 ---> tox-run.sh ends 14:16:44 + test 0 -eq 0 14:16:44 $ ssh-agent -k 14:16:44 unset SSH_AUTH_SOCK; 14:16:44 unset SSH_AGENT_PID; 14:16:44 echo Agent pid 1686 killed; 14:16:44 [ssh-agent] Stopped. 14:16:44 [PostBuildScript] - [INFO] Executing post build scripts. 14:16:44 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3999933607218685810.sh 14:16:44 ---> sysstat.sh 14:16:44 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4962016990473919182.sh 14:16:44 ---> package-listing.sh 14:16:44 ++ facter osfamily 14:16:44 ++ tr '[:upper:]' '[:lower:]' 14:16:44 + OS_FAMILY=debian 14:16:44 + workspace=/w/workspace/oom-master-checkbashisms-lint 14:16:44 + START_PACKAGES=/tmp/packages_start.txt 14:16:44 + END_PACKAGES=/tmp/packages_end.txt 14:16:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:16:44 + PACKAGES=/tmp/packages_start.txt 14:16:44 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 14:16:44 + PACKAGES=/tmp/packages_end.txt 14:16:44 + case "${OS_FAMILY}" in 14:16:44 + dpkg -l 14:16:44 + grep '^ii' 14:16:44 + '[' -f /tmp/packages_start.txt ']' 14:16:44 + '[' -f /tmp/packages_end.txt ']' 14:16:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:16:44 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 14:16:44 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 14:16:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 14:16:44 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6972797175237647594.sh 14:16:44 ---> capture-instance-metadata.sh 14:16:44 Setup pyenv: 14:16:45 system 14:16:45 3.8.13 14:16:45 3.9.13 14:16:45 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 14:16:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-owAO 14:16:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 14:16:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:16:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:16:52 lf-activate-venv(): INFO: Base packages installed successfully 14:16:52 lf-activate-venv(): INFO: Installing additional packages: lftools 14:17:15 lf-activate-venv(): INFO: Adding /tmp/venv-owAO/bin to PATH 14:17:15 INFO: Running in OpenStack, capturing instance metadata 14:17:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11611804606293985318.sh 14:17:15 provisioning config files... 14:17:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config16210525681850055337tmp 14:17:15 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 14:17:15 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 14:17:15 [EnvInject] - Injecting environment variables from a build step. 14:17:15 [EnvInject] - Injecting as environment variables the properties content 14:17:15 SERVER_ID=logs 14:17:15 14:17:15 [EnvInject] - Variables injected successfully. 14:17:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11089037712506585870.sh 14:17:15 ---> create-netrc.sh 14:17:15 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2483639237820802330.sh 14:17:15 ---> python-tools-install.sh 14:17:15 Setup pyenv: 14:17:15 system 14:17:15 3.8.13 14:17:15 3.9.13 14:17:15 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 14:17:16 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-owAO from file:/tmp/.os_lf_venv 14:17:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:17:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:17:17 lf-activate-venv(): INFO: Base packages installed successfully 14:17:17 lf-activate-venv(): INFO: Installing additional packages: lftools 14:17:24 lf-activate-venv(): INFO: Adding /tmp/venv-owAO/bin to PATH 14:17:24 Generating Requirements File 14:17:42 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. 14:17:42 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 14:17:42 Python 3.10.6 14:17:42 pip 26.1 from /tmp/venv-owAO/lib/python3.10/site-packages/pip (python 3.10) 14:17:42 appdirs==1.4.4 14:17:42 argcomplete==3.6.3 14:17:42 aspy.yaml==1.3.0 14:17:42 attrs==26.1.0 14:17:42 autopage==0.6.0 14:17:42 backports.strenum==1.3.1 14:17:42 beautifulsoup4==4.14.3 14:17:42 boto3==1.43.2 14:17:42 botocore==1.43.2 14:17:42 bs4==0.0.2 14:17:42 certifi==2026.4.22 14:17:42 cffi==2.0.0 14:17:42 cfgv==3.5.0 14:17:42 chardet==7.4.3 14:17:42 charset-normalizer==3.4.7 14:17:42 click==8.3.3 14:17:42 cliff==4.13.3 14:17:42 cmd2==3.5.1 14:17:42 cryptography==3.3.2 14:17:42 debtcollector==3.1.0 14:17:42 decorator==5.2.1 14:17:42 defusedxml==0.7.1 14:17:42 Deprecated==1.3.1 14:17:42 distlib==0.4.0 14:17:42 dnspython==2.8.0 14:17:42 docker==7.1.0 14:17:42 dogpile.cache==1.5.0 14:17:42 durationpy==0.10 14:17:42 email-validator==2.3.0 14:17:42 filelock==3.29.0 14:17:42 future==1.0.0 14:17:42 gitdb==4.0.12 14:17:42 GitPython==3.1.49 14:17:42 httplib2==0.30.2 14:17:42 identify==2.6.19 14:17:42 idna==3.13 14:17:42 importlib-resources==1.5.0 14:17:42 iso8601==2.1.0 14:17:42 Jinja2==3.1.6 14:17:42 jmespath==1.1.0 14:17:42 jsonpatch==1.33 14:17:42 jsonpointer==3.1.1 14:17:42 jsonschema==4.26.0 14:17:42 jsonschema-specifications==2025.9.1 14:17:42 keystoneauth1==5.13.1 14:17:42 kubernetes==35.0.0 14:17:42 lftools==0.37.22 14:17:42 lxml==6.1.0 14:17:42 markdown-it-py==4.0.0 14:17:42 MarkupSafe==3.0.3 14:17:42 mdurl==0.1.2 14:17:42 msgpack==1.1.2 14:17:42 multi_key_dict==2.0.3 14:17:42 munch==4.0.0 14:17:42 netaddr==1.3.0 14:17:42 niet==1.4.2 14:17:42 nodeenv==1.10.0 14:17:42 oauth2client==4.1.3 14:17:42 oauthlib==3.3.1 14:17:42 openstacksdk==4.12.0 14:17:42 os-service-types==1.8.2 14:17:42 osc-lib==4.5.0 14:17:42 oslo.config==10.3.0 14:17:42 oslo.context==6.3.0 14:17:42 oslo.i18n==6.7.2 14:17:42 oslo.log==8.1.0 14:17:42 oslo.serialization==5.9.1 14:17:42 oslo.utils==10.0.1 14:17:42 packaging==26.2 14:17:42 pbr==7.0.3 14:17:42 platformdirs==4.9.6 14:17:42 prettytable==3.17.0 14:17:42 psutil==7.2.2 14:17:42 pyasn1==0.6.3 14:17:42 pyasn1_modules==0.4.2 14:17:42 pycparser==3.0 14:17:42 pygerrit2==2.0.15 14:17:42 PyGithub==2.9.1 14:17:42 Pygments==2.20.0 14:17:42 PyJWT==2.12.1 14:17:42 PyNaCl==1.6.2 14:17:42 pyparsing==2.4.7 14:17:42 pyperclip==1.11.0 14:17:42 pyrsistent==0.20.0 14:17:42 python-cinderclient==9.9.0 14:17:42 python-dateutil==2.9.0.post0 14:17:42 python-discovery==1.2.2 14:17:42 python-heatclient==5.1.0 14:17:42 python-jenkins==1.8.3 14:17:42 python-keystoneclient==5.8.0 14:17:42 python-magnumclient==4.10.0 14:17:42 python-openstackclient==9.0.0 14:17:42 python-swiftclient==4.10.0 14:17:42 PyYAML==6.0.3 14:17:42 referencing==0.37.0 14:17:42 requests==2.33.1 14:17:42 requests-oauthlib==2.0.0 14:17:42 rfc3986==2.0.0 14:17:42 rich==15.0.0 14:17:42 rich-argparse==1.8.0 14:17:42 rpds-py==0.30.0 14:17:42 rsa==4.9.1 14:17:42 ruamel.yaml==0.19.1 14:17:42 ruamel.yaml.clib==0.2.15 14:17:42 s3transfer==0.17.0 14:17:42 simplejson==4.1.1 14:17:42 six==1.17.0 14:17:42 smmap==5.0.3 14:17:42 soupsieve==2.8.3 14:17:42 stevedore==5.7.0 14:17:42 tabulate==0.10.0 14:17:42 toml==0.10.2 14:17:42 tomlkit==0.14.0 14:17:42 tqdm==4.67.3 14:17:42 typing_extensions==4.15.0 14:17:42 urllib3==1.26.20 14:17:42 virtualenv==21.3.0 14:17:42 wcwidth==0.7.0 14:17:42 websocket-client==1.9.0 14:17:42 wrapt==2.1.2 14:17:42 xdg==6.0.0 14:17:42 xmltodict==1.0.4 14:17:42 yq==3.4.3 14:17:42 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins18173346125491659223.sh 14:17:42 ---> uv-install.sh 14:17:42 Installing uv/uvx (latest) using shell installer 14:17:43 2026-05-04 14:17:43 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-Qgv8Jd.sh" [1] 14:17:43 downloading uv 0.11.8 x86_64-unknown-linux-gnu 14:17:44 installing to /home/jenkins/.local/bin 14:17:44 uv 14:17:44 uvx 14:17:44 everything's installed! 14:17:44 14:17:44 To add $HOME/.local/bin to your PATH, either restart your shell or run: 14:17:44 14:17:44 source $HOME/.local/bin/env (sh, bash, zsh) 14:17:44 source $HOME/.local/bin/env.fish (fish) 14:17:44 Adding install location to PATH 14:17:44 ---> Validating uv/uvx install 14:17:44 uvx 0.11.8 (x86_64-unknown-linux-gnu) 14:17:44 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17483381755043282002.sh 14:17:44 ---> sudo-logs.sh 14:17:44 Archiving 'sudo' log.. 14:17:44 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15992762562670411010.sh 14:17:44 ---> job-cost.sh 14:17:44 INFO: Activating Python virtual environment... 14:17:44 Setup pyenv: 14:17:44 system 14:17:44 3.8.13 14:17:44 3.9.13 14:17:44 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 14:17:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-owAO from file:/tmp/.os_lf_venv 14:17:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:17:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:17:46 lf-activate-venv(): INFO: Base packages installed successfully 14:17:46 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 14:17:51 lf-activate-venv(): INFO: Adding /tmp/venv-owAO/bin to PATH 14:17:51 INFO: No stack-cost file found 14:17:51 INFO: Instance uptime: 122s 14:17:51 INFO: Fetching instance metadata (attempt 1 of 3)... 14:17:51 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 14:17:51 INFO: Successfully fetched instance metadata 14:17:51 INFO: Instance type: v3-standard-4 14:17:51 INFO: Retrieving pricing info for: v3-standard-4 14:17:51 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 14:17:51 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=122 14:17:51 INFO: Successfully fetched Vexxhost pricing API 14:17:51 INFO: Retrieved cost: 0.11 14:17:51 INFO: Retrieved resource: v3-standard-4 14:17:51 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost 14:17:51 INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv 14:17:51 INFO: Successfully archived job cost data 14:17:51 DEBUG: Cost data: oom-master-checkbashisms-lint,4614,2026-05-04 14:17:51,v3-standard-4,122,0.11,0.00,SUCCESS 14:17:51 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins2482758125268184946.sh 14:17:51 ---> logs-deploy.sh 14:17:51 Setup pyenv: 14:17:51 system 14:17:51 3.8.13 14:17:51 3.9.13 14:17:51 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 14:17:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-owAO from file:/tmp/.os_lf_venv 14:17:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:17:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:17:53 lf-activate-venv(): INFO: Base packages installed successfully 14:17:53 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 14:18:00 lf-activate-venv(): INFO: Adding /tmp/venv-owAO/bin to PATH 14:18:00 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4614 14:18:00 INFO: archiving workspace using pattern(s): 14:18:01 Archives upload complete. 14:18:01 INFO: archiving logs to Nexus 14:18:02 ---> uname -a: 14:18:02 Linux prd-ubuntu1804-builder-4c-4g-8163 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 14:18:02 14:18:02 14:18:02 ---> lscpu: 14:18:02 Architecture: x86_64 14:18:02 CPU op-mode(s): 32-bit, 64-bit 14:18:02 Byte Order: Little Endian 14:18:02 CPU(s): 4 14:18:02 On-line CPU(s) list: 0-3 14:18:02 Thread(s) per core: 1 14:18:02 Core(s) per socket: 1 14:18:02 Socket(s): 4 14:18:02 NUMA node(s): 1 14:18:02 Vendor ID: AuthenticAMD 14:18:02 CPU family: 23 14:18:02 Model: 49 14:18:02 Model name: AMD EPYC-Rome Processor 14:18:02 Stepping: 0 14:18:02 CPU MHz: 2799.998 14:18:02 BogoMIPS: 5599.99 14:18:02 Virtualization: AMD-V 14:18:02 Hypervisor vendor: KVM 14:18:02 Virtualization type: full 14:18:02 L1d cache: 32K 14:18:02 L1i cache: 32K 14:18:02 L2 cache: 512K 14:18:02 L3 cache: 16384K 14:18:02 NUMA node0 CPU(s): 0-3 14:18:02 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 14:18:02 14:18:02 14:18:02 ---> nproc: 14:18:02 4 14:18:02 14:18:02 14:18:02 ---> df -h: 14:18:02 Filesystem Size Used Avail Use% Mounted on 14:18:02 udev 7.9G 0 7.9G 0% /dev 14:18:02 tmpfs 1.6G 676K 1.6G 1% /run 14:18:02 /dev/vda1 78G 8.4G 70G 11% / 14:18:02 tmpfs 7.9G 0 7.9G 0% /dev/shm 14:18:02 tmpfs 5.0M 0 5.0M 0% /run/lock 14:18:02 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 14:18:02 /dev/vda15 105M 4.4M 100M 5% /boot/efi 14:18:02 tmpfs 1.6G 0 1.6G 0% /run/user/1001 14:18:02 14:18:02 14:18:02 ---> free -m: 14:18:02 total used free shared buff/cache available 14:18:02 Mem: 16040 626 13283 0 2129 15099 14:18:02 Swap: 1023 0 1023 14:18:02 14:18:02 14:18:02 ---> ip addr: 14:18:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 14:18:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:18:02 inet 127.0.0.1/8 scope host lo 14:18:02 valid_lft forever preferred_lft forever 14:18:02 inet6 ::1/128 scope host 14:18:02 valid_lft forever preferred_lft forever 14:18:02 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 14:18:02 link/ether fa:16:3e:49:75:9f brd ff:ff:ff:ff:ff:ff 14:18:02 inet 10.30.106.122/23 brd 10.30.107.255 scope global dynamic ens3 14:18:02 valid_lft 86274sec preferred_lft 86274sec 14:18:02 inet6 fe80::f816:3eff:fe49:759f/64 scope link 14:18:02 valid_lft forever preferred_lft forever 14:18:02 14:18:02 14:18:02 ---> sar -b -r -n DEV: 14:18:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-8163) 05/04/26 _x86_64_ (4 CPU) 14:18:02 14:18:02 14:15:58 LINUX RESTART (4 CPU) 14:18:02 14:18:02 14:16:01 tps rtps wtps bread/s bwrtn/s 14:18:02 14:17:01 361.16 59.62 301.53 3752.31 103545.14 14:18:02 14:18:01 123.18 5.90 117.28 237.96 13288.05 14:18:02 Average: 242.17 32.76 209.41 1995.13 58416.60 14:18:02 14:18:02 14:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:18:02 14:17:01 13987392 15479528 2437576 14.84 53656 1642920 841224 4.81 763012 1467488 107764 14:18:02 14:18:01 13600616 15459792 2824352 17.20 79576 1966176 823232 4.71 802856 1779104 147484 14:18:02 Average: 13794004 15469660 2630964 16.02 66616 1804548 832228 4.76 782934 1623296 127624 14:18:02 14:18:02 14:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:18:02 14:17:01 ens3 461.79 317.33 1793.57 83.17 0.00 0.00 0.00 0.00 14:18:02 14:17:01 lo 1.80 1.80 0.20 0.20 0.00 0.00 0.00 0.00 14:18:02 14:18:01 ens3 112.10 82.82 1315.46 15.69 0.00 0.00 0.00 0.00 14:18:02 14:18:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 14:18:02 Average: ens3 286.94 200.07 1554.51 49.43 0.00 0.00 0.00 0.00 14:18:02 Average: lo 1.63 1.63 0.18 0.18 0.00 0.00 0.00 0.00 14:18:02 14:18:02 14:18:02 ---> sar -P ALL: 14:18:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-8163) 05/04/26 _x86_64_ (4 CPU) 14:18:02 14:18:02 14:15:58 LINUX RESTART (4 CPU) 14:18:02 14:18:02 14:16:01 CPU %user %nice %system %iowait %steal %idle 14:18:02 14:17:01 all 21.66 0.00 3.06 3.09 0.06 72.13 14:18:02 14:17:01 0 21.79 0.00 3.41 0.53 0.05 74.21 14:18:02 14:17:01 1 17.53 0.00 3.14 4.23 0.07 75.03 14:18:02 14:17:01 2 29.15 0.00 3.03 3.99 0.07 63.76 14:18:02 14:17:01 3 18.20 0.00 2.63 3.59 0.07 75.51 14:18:02 14:18:01 all 20.45 0.00 1.56 1.17 0.05 76.78 14:18:02 14:18:01 0 22.48 0.00 1.84 1.57 0.05 74.06 14:18:02 14:18:01 1 18.03 0.00 1.31 0.60 0.05 80.01 14:18:02 14:18:01 2 25.24 0.00 1.37 0.38 0.03 72.97 14:18:02 14:18:01 3 16.04 0.00 1.70 2.10 0.05 80.10 14:18:02 Average: all 21.05 0.00 2.31 2.13 0.05 74.46 14:18:02 Average: 0 22.14 0.00 2.62 1.05 0.05 74.14 14:18:02 Average: 1 17.78 0.00 2.23 2.42 0.06 77.51 14:18:02 Average: 2 27.19 0.00 2.20 2.18 0.05 68.37 14:18:02 Average: 3 17.12 0.00 2.17 2.84 0.06 77.81 14:18:02 14:18:02 14:18:02