Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/144064 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-9505 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-8NpnuRhXOVBk/agent.1887 SSH_AGENT_PID=1890 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_13493803865664939914.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_13493803865664939914.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/oom.git > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/64/144064/9 # timeout=30 > git rev-parse ffb29f3d110bb63224619d1967b9965801bf0aef^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision ffb29f3d110bb63224619d1967b9965801bf0aef (refs/changes/64/144064/9) > git config core.sparsecheckout # timeout=10 > git checkout -f ffb29f3d110bb63224619d1967b9965801bf0aef # timeout=30 Commit message: "[SO] 17.2.0" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk ad38052ff9be60a44fe2b194ff5c8eae5a534343 # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins365040633027806111.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-qUYI + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + 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 + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ 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 ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-qUYI + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qUYI' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qUYI + echo /tmp/venv-qUYI + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-qUYI/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 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-qUYI/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 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-qUYI/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-qUYI/bin to PATH + PATH=/tmp/venv-qUYI/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 + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.1.1 from /tmp/venv-qUYI/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.1.1 colorama==0.4.6 distlib==0.4.0 filelock==3.29.0 packaging==26.2 platformdirs==4.9.6 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.3.0 tomli==2.4.1 tomli_w==1.2.0 tox==4.53.1 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.3.1 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins11494342244418699232.sh ---> tox-run.sh + 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 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox + cd /w/workspace/oom-master-checkbashisms-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-22MV + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + 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 + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ 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 ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ sed 's/^[ *]* //' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-qUYI + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qUYI from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qUYI from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-qUYI/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 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-qUYI/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 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-qUYI/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-qUYI/bin to PATH + PATH=/tmp/venv-qUYI/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 + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-qUYI/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 + PATH=/opt/pyenv/bin:/tmp/venv-qUYI/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 ++ pwd + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.53.1 from /tmp/venv-qUYI/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n checkbashisms ]] + TOX_OPTIONS_LIST=' -e checkbashisms' + case ${PARALLEL,,} in + tox -e checkbashisms + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log checkbashisms: freeze> python -m pip freeze --all checkbashisms: pip==26.1.1,setuptools==82.0.1 checkbashisms: commands[0]> .ci/check-bashisms.sh script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines checkbashisms: OK (5.02=setup[1.53]+cmd[3.49] seconds) congratulations :) (5.06 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ awk -F/ '{print $2}' ++ echo .tox/checkbashisms/log + tox_env=checkbashisms + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1890 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins5157963439670281693.sh ---> sysstat.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins110153373144320391.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-checkbashisms-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/oom-master-checkbashisms-lint ']' + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2109482638403989034.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2bEp lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-2bEp/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins13844423005541466463.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config9331323609987622112tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11159051914555636231.sh ---> create-netrc.sh [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7526431150139566225.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2bEp from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-2bEp/bin to PATH Generating Requirements File 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.1.1 from /tmp/venv-2bEp/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==26.1.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.43.6 botocore==1.43.6 bs4==0.0.2 certifi==2026.4.22 cffi==2.0.0 cfgv==3.5.0 chardet==7.4.3 charset-normalizer==3.4.7 click==8.3.3 cliff==4.13.3 cmd2==3.5.1 cryptography==3.3.2 debtcollector==3.1.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.29.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.50 httplib2==0.30.2 identify==2.6.19 idna==3.14 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.22 lxml==6.1.0 markdown-it-py==4.2.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.12.0 os-service-types==1.8.2 osc-lib==4.6.0 oslo.config==10.3.0 oslo.context==6.3.0 oslo.i18n==6.7.2 oslo.log==8.1.0 oslo.serialization==5.9.1 oslo.utils==10.0.1 packaging==26.2 pbr==7.0.3 platformdirs==4.9.6 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.9.1 Pygments==2.20.0 PyJWT==2.12.1 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.3.0 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.33.1 requests-oauthlib==2.0.0 rfc3986==2.0.0 rich==15.0.0 rich-argparse==1.8.0 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.17.0 simplejson==4.1.1 six==1.17.0 smmap==5.0.3 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.15.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.3.1 wcwidth==0.7.0 websocket-client==1.9.0 wrapt==2.1.2 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [oom-master-checkbashisms-lint] $ /bin/sh /tmp/jenkins6351226707592575584.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-05-11 05:41:19 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-gsB2iA.sh" [1] downloading uv 0.11.13 x86_64-unknown-linux-gnu installing to /home/jenkins/.local/bin uv uvx everything's installed! To add $HOME/.local/bin to your PATH, either restart your shell or run: source $HOME/.local/bin/env (sh, bash, zsh) source $HOME/.local/bin/env.fish (fish) Adding install location to PATH ---> Validating uv/uvx install uvx 0.11.13 (x86_64-unknown-linux-gnu) [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins10847269646070280417.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8835502779126356518.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2bEp from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-2bEp/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 2043s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-4 INFO: Retrieving pricing info for: v3-standard-4 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=2043 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.11 INFO: Retrieved resource: v3-standard-4 INFO: Creating archive directory: /w/workspace/oom-master-checkbashisms-lint/archives/cost INFO: Archiving costs to: /w/workspace/oom-master-checkbashisms-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: oom-master-checkbashisms-lint,4626,2026-05-11 05:41:27,v3-standard-4,2043,0.11,0.00,SUCCESS [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins4982936786032091675.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2bEp from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-2bEp/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4626 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-9505 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 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 ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 676K 1.6G 1% /run /dev/vda1 78G 8.4G 70G 11% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 597 13308 0 2133 15128 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:91:29:ab brd ff:ff:ff:ff:ff:ff inet 10.30.106.147/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 84352sec preferred_lft 84352sec inet6 fe80::f816:3eff:fe91:29ab/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9505) 05/11/26 _x86_64_ (4 CPU) 05:07:34 LINUX RESTART (4 CPU) 05:08:01 tps rtps wtps bread/s bwrtn/s 05:09:01 10.76 0.00 10.76 0.00 551.42 05:10:01 1.20 0.00 1.20 0.00 148.64 05:11:01 1.05 0.00 1.05 0.00 146.11 05:12:01 0.87 0.00 0.87 0.00 11.73 05:13:01 1.30 0.00 1.30 0.00 149.42 05:14:01 1.00 0.02 0.98 0.13 147.04 05:15:01 1.05 0.00 1.05 0.00 14.00 05:16:02 1.03 0.00 1.03 0.00 147.26 05:17:01 1.03 0.02 1.02 0.14 149.13 05:18:01 1.03 0.00 1.03 0.00 13.20 05:19:01 1.28 0.00 1.28 0.00 149.71 05:20:01 0.92 0.00 0.92 0.00 145.98 05:21:01 0.95 0.00 0.95 0.00 12.13 05:22:01 0.95 0.00 0.95 0.00 146.51 05:23:01 3.55 2.37 1.18 18.93 152.64 05:24:01 1.83 0.00 1.83 0.00 25.73 05:25:01 1.03 0.00 1.03 0.00 146.11 05:26:01 2.67 1.12 1.55 23.20 160.24 05:27:01 1.40 0.00 1.40 0.00 18.00 05:28:01 1.45 0.00 1.45 0.00 152.24 05:29:01 1.07 0.00 1.07 0.00 147.31 05:30:01 1.50 0.00 1.50 0.00 18.53 05:31:01 0.88 0.00 0.88 0.00 144.64 05:32:01 1.03 0.00 1.03 0.00 147.18 05:33:01 1.02 0.00 1.02 0.00 12.93 05:34:01 1.55 0.00 1.55 0.00 153.02 05:35:01 1.35 0.00 1.35 0.00 149.98 05:36:01 1.22 0.00 1.22 0.00 16.80 05:37:01 0.97 0.00 0.97 0.00 145.18 05:38:01 0.90 0.00 0.90 0.00 145.84 05:39:01 1.08 0.00 1.08 0.00 14.26 05:40:01 191.72 17.30 174.42 695.35 3534.61 05:41:01 79.79 10.21 69.57 333.81 8586.70 Average: 9.71 0.94 8.77 32.49 479.07 05:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:09:01 14447124 15672548 1977844 12.04 32016 1412576 703316 4.03 509312 1295380 20 05:10:01 14439776 15665272 1985192 12.09 32064 1412580 703316 4.03 517536 1295364 176 05:11:01 14439528 15665076 1985440 12.09 32104 1412584 703316 4.03 517504 1295368 152 05:12:01 14439308 15664908 1985660 12.09 32152 1412588 703316 4.03 517592 1295368 240 05:13:01 14438924 15664580 1986044 12.09 32212 1412588 703316 4.03 517816 1295368 20 05:14:01 14438608 15664364 1986360 12.09 32268 1412604 703316 4.03 518208 1295376 248 05:15:01 14438312 15664108 1986656 12.10 32292 1412612 703316 4.03 518304 1295384 164 05:16:02 14437452 15663304 1987516 12.10 32332 1412616 703316 4.03 519536 1295388 236 05:17:01 14435956 15661860 1989012 12.11 32372 1412612 703316 4.03 519604 1295388 24 05:18:01 14436388 15662364 1988580 12.11 32404 1412620 703316 4.03 520032 1295392 272 05:19:01 14436388 15662408 1988580 12.11 32452 1412624 703316 4.03 519808 1295396 160 05:20:01 14436368 15662560 1988600 12.11 32484 1412756 703316 4.03 519944 1295528 180 05:21:01 14436220 15662456 1988748 12.11 32512 1412756 703316 4.03 519936 1295528 164 05:22:01 14436408 15662696 1988560 12.11 32560 1412760 703316 4.03 520244 1295532 260 05:23:01 14434524 15661492 1990444 12.12 33180 1412768 705748 4.04 521300 1295540 380 05:24:01 14434732 15661756 1990236 12.12 33228 1412764 705748 4.04 521300 1295544 12 05:25:01 14434240 15661332 1990728 12.12 33280 1412772 705748 4.04 521788 1295544 176 05:26:01 14432896 15660864 1992072 12.13 33376 1413432 712780 4.08 521908 1296012 176 05:27:01 14432976 15661024 1991992 12.13 33440 1413452 712780 4.08 522084 1296016 152 05:28:01 14433024 15661124 1991944 12.13 33492 1413456 712780 4.08 522320 1296020 60 05:29:01 14432704 15660868 1992264 12.13 33548 1413448 712780 4.08 522464 1296020 20 05:30:01 14432612 15660836 1992356 12.13 33588 1413460 712780 4.08 522524 1296024 180 05:31:01 14432412 15660664 1992556 12.13 33612 1413464 712780 4.08 522452 1296028 8 05:32:01 14432476 15660784 1992492 12.13 33652 1413476 712780 4.08 522524 1296040 176 05:33:01 14432516 15660840 1992452 12.13 33684 1413468 712780 4.08 522724 1296040 12 05:34:01 14432492 15660884 1992476 12.13 33736 1413480 712780 4.08 522640 1296044 16 05:35:01 14432440 15660924 1992528 12.13 33828 1413484 712780 4.08 522904 1296048 156 05:36:01 14432216 15660744 1992752 12.13 33868 1413488 712780 4.08 522916 1296052 196 05:37:01 14432340 15660916 1992628 12.13 33908 1413488 712780 4.08 522828 1296052 164 05:38:01 14432380 15660984 1992588 12.13 33940 1413492 712780 4.08 523032 1296056 260 05:39:01 14431928 15660572 1993040 12.13 33980 1413488 712780 4.08 522936 1296060 12 05:40:01 14218216 15560728 2206752 13.44 40892 1516240 730820 4.18 652272 1370528 33852 05:41:01 13860968 15535584 2564000 15.61 72044 1796996 736172 4.21 716384 1618788 162060 Average: 14411359 15655498 2013609 12.26 34439 1427788 709381 4.06 530445 1307764 6072 05:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:09:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:09:01 ens3 9.36 0.55 5.68 0.31 0.00 0.00 0.00 0.00 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:10:01 ens3 12.55 0.30 8.07 0.19 0.00 0.00 0.00 0.00 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:11:01 ens3 1.87 0.03 1.06 0.00 0.00 0.00 0.00 0.00 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:12:01 ens3 0.43 0.35 0.08 0.34 0.00 0.00 0.00 0.00 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:13:01 ens3 0.85 0.30 0.43 0.18 0.00 0.00 0.00 0.00 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:14:01 ens3 1.87 0.72 0.84 0.62 0.00 0.00 0.00 0.00 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:15:01 ens3 0.20 0.10 0.06 0.04 0.00 0.00 0.00 0.00 05:16:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:16:02 ens3 1.03 0.90 0.49 1.53 0.00 0.00 0.00 0.00 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:17:01 ens3 0.19 0.14 0.07 0.17 0.00 0.00 0.00 0.00 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:01 ens3 2.25 1.05 0.87 1.09 0.00 0.00 0.00 0.00 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:01 ens3 0.27 0.12 0.12 0.04 0.00 0.00 0.00 0.00 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:20:01 ens3 0.42 0.23 0.08 0.23 0.00 0.00 0.00 0.00 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:21:01 ens3 0.23 0.18 0.07 0.33 0.00 0.00 0.00 0.00 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:22:01 ens3 0.35 0.22 0.07 0.17 0.00 0.00 0.00 0.00 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:23:01 ens3 0.42 0.23 0.20 0.23 0.00 0.00 0.00 0.00 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:24:01 ens3 0.30 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:01 ens3 1.30 0.57 0.52 0.67 0.00 0.00 0.00 0.00 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:26:01 ens3 0.65 0.43 0.19 0.46 0.00 0.00 0.00 0.00 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:01 ens3 0.22 0.12 0.07 0.19 0.00 0.00 0.00 0.00 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:28:01 ens3 1.55 0.85 0.60 0.83 0.00 0.00 0.00 0.00 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:29:01 ens3 0.25 0.08 0.12 0.06 0.00 0.00 0.00 0.00 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:30:01 ens3 0.27 0.27 0.07 0.35 0.00 0.00 0.00 0.00 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:31:01 ens3 0.18 0.08 0.06 0.01 0.00 0.00 0.00 0.00 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:32:01 ens3 0.28 0.28 0.07 0.34 0.00 0.00 0.00 0.00 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:01 ens3 0.30 0.17 0.14 0.19 0.00 0.00 0.00 0.00 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:34:01 ens3 0.35 0.20 0.13 0.20 0.00 0.00 0.00 0.00 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:35:01 ens3 0.18 0.13 0.06 0.17 0.00 0.00 0.00 0.00 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:36:01 ens3 0.38 0.27 0.12 0.18 0.00 0.00 0.00 0.00 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:37:01 ens3 0.15 0.12 0.06 0.17 0.00 0.00 0.00 0.00 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:38:01 ens3 0.43 0.37 0.16 0.42 0.00 0.00 0.00 0.00 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:39:01 ens3 0.40 0.13 0.13 0.04 0.00 0.00 0.00 0.00 05:40:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 05:40:01 ens3 213.21 155.92 986.82 48.38 0.00 0.00 0.00 0.00 05:41:01 lo 1.47 1.47 0.17 0.17 0.00 0.00 0.00 0.00 05:41:01 ens3 71.49 54.39 963.52 11.99 0.00 0.00 0.00 0.00 Average: lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 Average: ens3 9.83 6.67 59.76 2.13 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9505) 05/11/26 _x86_64_ (4 CPU) 05:07:34 LINUX RESTART (4 CPU) 05:08:01 CPU %user %nice %system %iowait %steal %idle 05:09:01 all 0.33 0.00 0.04 0.05 0.01 99.57 05:09:01 0 0.05 0.00 0.02 0.00 0.00 99.93 05:09:01 1 1.18 0.00 0.03 0.00 0.03 98.75 05:09:01 2 0.08 0.00 0.05 0.20 0.00 99.67 05:09:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:10:01 all 0.24 0.00 0.01 0.02 0.01 99.72 05:10:01 0 0.08 0.00 0.00 0.00 0.00 99.92 05:10:01 1 0.82 0.00 0.05 0.00 0.03 99.10 05:10:01 2 0.03 0.00 0.02 0.07 0.02 99.87 05:10:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:11:01 all 0.03 0.00 0.01 0.01 0.01 99.95 05:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:11:01 1 0.03 0.00 0.00 0.00 0.03 99.93 05:11:01 2 0.03 0.00 0.00 0.02 0.00 99.95 05:11:01 3 0.03 0.00 0.00 0.02 0.02 99.93 05:12:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:12:01 1 0.05 0.00 0.03 0.00 0.03 99.88 05:12:01 2 0.02 0.00 0.02 0.03 0.00 99.93 05:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:13:01 all 0.03 0.00 0.01 0.02 0.01 99.93 05:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:13:01 1 0.05 0.00 0.03 0.00 0.05 99.87 05:13:01 2 0.02 0.00 0.00 0.03 0.00 99.95 05:13:01 3 0.03 0.00 0.00 0.05 0.00 99.92 05:14:01 all 0.05 0.00 0.02 0.01 0.01 99.91 05:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:14:01 1 0.13 0.00 0.03 0.00 0.03 99.80 05:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:14:01 3 0.05 0.00 0.02 0.05 0.02 99.87 05:15:01 all 0.02 0.00 0.00 0.01 0.01 99.95 05:15:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:15:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:15:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:16:02 all 0.10 0.00 0.02 0.01 0.02 99.85 05:16:02 0 0.02 0.00 0.00 0.00 0.00 99.98 05:16:02 1 0.15 0.00 0.00 0.00 0.05 99.80 05:16:02 2 0.08 0.00 0.02 0.00 0.00 99.90 05:16:02 3 0.17 0.00 0.02 0.05 0.02 99.75 05:17:01 all 0.45 0.00 0.02 0.01 0.01 99.51 05:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:17:01 1 1.74 0.00 0.07 0.00 0.03 98.16 05:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:17:01 3 0.02 0.00 0.00 0.05 0.00 99.93 05:18:01 all 0.21 0.00 0.02 0.01 0.01 99.75 05:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:18:01 1 0.73 0.00 0.03 0.00 0.05 99.19 05:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 05:18:01 3 0.05 0.00 0.00 0.02 0.02 99.92 05:19:01 all 0.51 0.00 0.01 0.01 0.01 99.46 05:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:19:01 1 1.99 0.00 0.02 0.00 0.03 97.96 05:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:19:01 3 0.00 0.00 0.03 0.05 0.00 99.92 05:19:01 CPU %user %nice %system %iowait %steal %idle 05:20:01 all 0.51 0.00 0.01 0.01 0.01 99.46 05:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:20:01 1 1.99 0.00 0.02 0.00 0.02 97.98 05:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:20:01 3 0.00 0.00 0.02 0.03 0.02 99.93 05:21:01 all 0.51 0.00 0.01 0.01 0.01 99.45 05:21:01 0 0.02 0.00 0.03 0.00 0.03 99.92 05:21:01 1 2.00 0.00 0.00 0.00 0.00 98.00 05:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:21:01 3 0.00 0.00 0.00 0.03 0.00 99.97 05:22:01 all 0.51 0.00 0.00 0.01 0.01 99.46 05:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:22:01 1 1.97 0.00 0.00 0.00 0.02 98.01 05:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:22:01 3 0.02 0.00 0.00 0.07 0.00 99.92 05:23:01 all 0.50 0.00 0.02 0.02 0.01 99.44 05:23:01 0 0.03 0.00 0.03 0.02 0.03 99.88 05:23:01 1 1.96 0.00 0.02 0.00 0.02 98.01 05:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:23:01 3 0.00 0.00 0.03 0.03 0.02 99.92 05:24:01 all 0.41 0.00 0.01 0.02 0.01 99.55 05:24:01 0 1.45 0.00 0.02 0.00 0.02 98.52 05:24:01 1 0.18 0.00 0.03 0.00 0.00 99.78 05:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:24:01 3 0.02 0.00 0.00 0.05 0.00 99.93 05:25:01 all 0.30 0.00 0.01 0.01 0.01 99.68 05:25:01 0 1.04 0.00 0.02 0.00 0.00 98.94 05:25:01 1 0.07 0.00 0.02 0.00 0.03 99.88 05:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:25:01 3 0.05 0.00 0.00 0.03 0.02 99.90 05:26:01 all 0.26 0.00 0.05 0.03 0.01 99.64 05:26:01 0 0.28 0.00 0.05 0.03 0.02 99.62 05:26:01 1 0.08 0.00 0.05 0.00 0.02 99.85 05:26:01 2 0.07 0.00 0.05 0.02 0.00 99.87 05:26:01 3 0.60 0.00 0.07 0.10 0.00 99.23 05:27:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:27:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:27:01 1 0.02 0.00 0.03 0.00 0.03 99.92 05:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:27:01 3 0.02 0.00 0.02 0.05 0.00 99.92 05:28:01 all 0.43 0.00 0.01 0.02 0.01 99.53 05:28:01 0 1.60 0.00 0.00 0.00 0.00 98.40 05:28:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:28:01 2 0.03 0.00 0.02 0.07 0.00 99.88 05:28:01 3 0.02 0.00 0.00 0.02 0.02 99.95 05:29:01 all 0.01 0.00 0.02 0.03 0.01 99.93 05:29:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:29:01 1 0.05 0.00 0.05 0.00 0.02 99.88 05:29:01 2 0.00 0.00 0.00 0.10 0.00 99.90 05:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 05:30:01 all 0.13 0.00 0.01 0.01 0.00 99.85 05:30:01 0 0.42 0.00 0.02 0.00 0.00 99.57 05:30:01 1 0.07 0.00 0.03 0.02 0.02 99.87 05:30:01 2 0.00 0.00 0.02 0.02 0.00 99.97 05:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:30:01 CPU %user %nice %system %iowait %steal %idle 05:31:01 all 0.02 0.00 0.02 0.02 0.00 99.94 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:31:01 1 0.07 0.00 0.05 0.00 0.02 99.87 05:31:01 2 0.00 0.00 0.00 0.07 0.00 99.93 05:31:01 3 0.00 0.00 0.00 0.02 0.00 99.98 05:32:01 all 0.03 0.00 0.02 0.03 0.00 99.91 05:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:32:01 1 0.08 0.00 0.03 0.02 0.00 99.87 05:32:01 2 0.00 0.00 0.00 0.07 0.00 99.93 05:32:01 3 0.03 0.00 0.02 0.05 0.00 99.90 05:33:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:33:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:34:01 all 0.12 0.00 0.01 0.03 0.01 99.83 05:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:34:01 1 0.45 0.00 0.02 0.02 0.00 99.52 05:34:01 2 0.02 0.00 0.03 0.08 0.02 99.85 05:34:01 3 0.00 0.00 0.02 0.02 0.00 99.97 05:35:01 all 0.51 0.00 0.00 0.01 0.01 99.46 05:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:35:01 1 2.02 0.00 0.00 0.00 0.02 97.97 05:35:01 2 0.02 0.00 0.00 0.05 0.03 99.90 05:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:36:01 all 0.49 0.00 0.02 0.01 0.01 99.48 05:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:36:01 1 1.89 0.00 0.02 0.00 0.00 98.09 05:36:01 2 0.03 0.00 0.03 0.03 0.03 99.87 05:36:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:37:01 all 0.11 0.00 0.02 0.01 0.01 99.86 05:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:37:01 1 0.42 0.00 0.03 0.00 0.02 99.53 05:37:01 2 0.00 0.00 0.03 0.02 0.02 99.93 05:37:01 3 0.00 0.00 0.00 0.02 0.00 99.98 05:38:01 all 0.02 0.00 0.01 0.01 0.12 99.85 05:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:38:01 1 0.05 0.00 0.02 0.00 0.45 99.48 05:38:01 2 0.02 0.00 0.02 0.03 0.02 99.92 05:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:39:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:39:01 2 0.02 0.00 0.03 0.03 0.03 99.88 05:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:40:01 all 5.65 0.00 0.74 1.08 0.03 92.50 05:40:01 0 3.79 0.00 0.52 0.07 0.02 95.61 05:40:01 1 6.72 0.00 0.82 0.23 0.03 92.19 05:40:01 2 8.28 0.00 1.30 3.98 0.03 86.40 05:40:01 3 3.81 0.00 0.35 0.05 0.02 95.77 05:41:01 all 20.89 0.00 1.42 1.38 0.05 76.27 05:41:01 0 37.09 0.00 2.31 0.57 0.08 59.95 05:41:01 1 25.62 0.00 1.39 0.45 0.07 72.48 05:41:01 2 3.86 0.00 0.99 4.36 0.02 90.78 05:41:01 3 17.00 0.00 0.99 0.15 0.03 81.82 Average: CPU %user %nice %system %iowait %steal %idle Average: all 1.01 0.00 0.08 0.09 0.02 98.80 Average: 0 1.39 0.00 0.09 0.02 0.01 98.48 Average: 1 1.60 0.00 0.09 0.02 0.04 98.25 Average: 2 0.39 0.00 0.08 0.28 0.01 99.24 Average: 3 0.67 0.00 0.05 0.03 0.01 99.24