Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143593 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-5485 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-hhJVtCtaJlnh/agent.1890 SSH_AGENT_PID=1894 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_15492605303875671664.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_15492605303875671664.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-pre-commit-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/93/143593/10 # timeout=30 > git rev-parse f86ce12e732f009d9d2c358450c8eeff91772384^{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 f86ce12e732f009d9d2c358450c8eeff91772384 (refs/changes/93/143593/10) > git config core.sparsecheckout # timeout=10 > git checkout -f f86ce12e732f009d9d2c358450c8eeff91772384 # timeout=30 Commit message: "[SDC] Improve startup time (20 -> 10min)" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk d5846e84a590429938d04fae2dd6bb863d12763f # 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-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17824695583542233587.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-fxTq + 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 ++ awk '{ print $1 }' ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -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 ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-fxTq + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fxTq' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fxTq + echo /tmp/venv-fxTq + 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-fxTq/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-fxTq/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-fxTq/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-fxTq/bin to PATH + PATH=/tmp/venv-fxTq/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.0.1 from /tmp/venv-fxTq/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.5 colorama==0.4.6 distlib==0.4.0 filelock==3.25.2 packaging==26.0 platformdirs==4.9.4 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.2.1 tomli==2.4.1 tomli_w==1.2.0 tox==4.50.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11614291964494447906.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-pre-commit-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox + cd /w/workspace/oom-master-pre-commit-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-xCpH + 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-pre-commit-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 ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -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-fxTq + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fxTq from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fxTq 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-fxTq/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-fxTq/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-fxTq/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-fxTq/bin to PATH + PATH=/tmp/venv-fxTq/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-fxTq/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-fxTq/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-pre-commit-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.50.3 from /tmp/venv-fxTq/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n pre-commit ]] + TOX_OPTIONS_LIST=' -e pre-commit' + case ${PARALLEL,,} in + tox -e pre-commit + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log pre-commit: install_deps> python -I -m pip install pre-commit pre-commit: freeze> python -m pip freeze --all pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.25.2,identify==2.6.18,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.4,pre_commit==4.5.1,python-discovery==1.2.1,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.2.0 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... trim trailing whitespace.................................................Passed Tabs remover.............................................................Passed pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG [INFO] Installing environment for https://github.com/jorisroovers/gitlint. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... gitlint..............................................(no files to check)Skipped pre-commit: OK (22.86=setup[3.61]+cmd[10.81,8.44] seconds) congratulations :) (22.90 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/pre-commit/log ++ awk -F/ '{print $2}' + tox_env=pre-commit + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit + 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 1894 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6058552829240263197.sh ---> sysstat.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2205544307457807261.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/oom-master-pre-commit-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-pre-commit-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-pre-commit-lint ']' + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6103655938385847935.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WhKo 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-WhKo/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16360330070158867602.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11773741043068536102tmp 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-pre-commit-lint] $ /bin/bash /tmp/jenkins17016931092837662056.sh ---> create-netrc.sh [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10903300584039354571.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WhKo 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-WhKo/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.0.1 from /tmp/venv-WhKo/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.42.77 botocore==1.42.77 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==7.4.0.post1 charset-normalizer==3.4.6 click==8.3.1 cliff==4.13.2 cmd2==3.4.0 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.25.2 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.18 idna==3.11 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.0.2 markdown-it-py==4.0.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.10.0 os-service-types==1.8.2 osc-lib==4.4.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.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.4 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.0 Pygments==2.19.2 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.2.1 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.0 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.3 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 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.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.2.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.2 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins17904644893648087711.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-03-27 11:57:48 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/23829516-dcc2-44de-97ee-6c98471a68af?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-27T12%3A53%3A53Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-27T11%3A53%3A34Z&ske=2026-03-27T12%3A53%3A53Z&sks=b&skv=2018-11-09&sig=nTcqvc0pNNPB7cG17nJYPcA4TkvI%2BCpRbdMVEuqvO08%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NDYxMjk0MSwibmJmIjoxNzc0NjEyNjQxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.J0_oUYUpFmq2l5BLHNS1QkyWjZkPwZvugYtIgEV6Yq4&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [72114/72114] -> "/tmp/uv-install-fMUMoZ.sh" [1] downloading uv 0.11.2 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.2 (x86_64-unknown-linux-gnu) [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15116732419936900358.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13007389088864033363.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-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WhKo 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-WhKo/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 2498s 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=2498 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-pre-commit-lint/archives/cost INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: oom-master-pre-commit-lint,4523,2026-03-27 11:57:58,v3-standard-4,2498,0.11,0.00,SUCCESS [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8440192557626511715.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WhKo 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-WhKo/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4523 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-5485 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.5G 69G 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 573 13202 0 2264 15145 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:67:15:a1 brd ff:ff:ff:ff:ff:ff inet 10.30.107.62/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 83897sec preferred_lft 83897sec inet6 fe80::f816:3eff:fe67:15a1/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-5485) 03/27/26 _x86_64_ (4 CPU) 11:16:29 LINUX RESTART (4 CPU) 11:17:02 tps rtps wtps bread/s bwrtn/s 11:18:01 19.05 0.00 19.05 0.00 21600.81 11:19:01 0.78 0.00 0.78 0.00 10.13 11:20:01 1.02 0.00 1.02 0.00 11.73 11:21:01 1.02 0.00 1.02 0.00 12.80 11:22:01 1.08 0.00 1.08 0.00 13.06 11:23:01 1.12 0.02 1.10 0.13 14.53 11:24:01 0.90 0.00 0.90 0.00 11.60 11:25:01 1.07 0.00 1.07 0.00 14.93 11:26:01 0.87 0.00 0.87 0.00 10.66 11:27:01 1.47 0.00 1.47 0.00 17.60 11:28:01 1.02 0.00 1.02 0.00 11.73 11:29:01 0.80 0.00 0.80 0.00 11.33 11:30:01 0.98 0.00 0.98 0.00 11.86 11:31:01 0.92 0.00 0.92 0.00 12.26 11:32:01 4.07 2.37 1.70 18.93 27.33 11:33:01 0.90 0.00 0.90 0.00 12.53 11:34:01 1.03 0.00 1.03 0.00 13.60 11:35:01 0.98 0.00 0.98 0.00 13.46 11:36:01 0.93 0.00 0.93 0.00 12.80 11:37:01 0.78 0.00 0.78 0.00 10.93 11:38:01 1.27 0.00 1.27 0.00 14.80 11:39:01 1.35 0.00 1.35 0.00 16.66 11:40:01 0.82 0.00 0.82 0.00 10.26 11:41:01 1.27 0.00 1.27 0.00 15.33 11:42:01 1.03 0.00 1.03 0.00 13.73 11:43:01 1.22 0.00 1.22 0.00 14.93 11:44:01 0.87 0.00 0.87 0.00 10.66 11:45:01 3.18 1.12 2.07 23.20 31.19 11:46:01 0.92 0.00 0.92 0.00 11.33 11:47:01 1.63 0.00 1.63 0.00 20.26 11:48:01 1.05 0.00 1.05 0.00 12.66 11:49:01 1.22 0.00 1.22 0.00 15.33 11:50:01 0.90 0.00 0.90 0.00 10.93 11:51:01 1.32 0.00 1.32 0.00 16.80 11:52:01 0.95 0.00 0.95 0.00 12.13 11:53:01 1.28 0.00 1.28 0.00 16.40 11:54:01 0.90 0.00 0.90 0.00 10.53 11:55:01 1.25 0.00 1.25 0.00 15.33 11:56:01 0.87 0.00 0.87 0.00 10.93 11:57:01 294.28 27.31 266.97 960.64 9995.93 11:58:01 125.51 1.22 124.30 135.98 14263.36 Average: 11.80 0.78 11.02 27.79 1123.25 11:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:18:01 14470504 15696024 1954464 11.90 32048 1412748 693792 3.97 484164 1296152 20 11:19:01 14469552 15695148 1955416 11.91 32072 1412760 693792 3.97 484860 1296152 152 11:20:01 14468848 15694492 1956120 11.91 32096 1412764 693792 3.97 485208 1296152 136 11:21:01 14469252 15694952 1955716 11.91 32144 1412760 693792 3.97 485140 1296156 168 11:22:01 14468852 15694648 1956116 11.91 32196 1412768 693792 3.97 485336 1296156 176 11:23:01 14468664 15694536 1956304 11.91 32244 1412780 693792 3.97 485740 1296160 152 11:24:01 14468852 15694764 1956116 11.91 32276 1412788 693792 3.97 485800 1296168 156 11:25:01 14468920 15694884 1956048 11.91 32324 1412792 693792 3.97 485992 1296172 172 11:26:01 14469060 15695072 1955908 11.91 32364 1412796 693792 3.97 486128 1296172 160 11:27:01 14468636 15694708 1956332 11.91 32404 1412800 693792 3.97 486464 1296180 16 11:28:01 14468372 15694496 1956596 11.91 32444 1412804 693792 3.97 486776 1296184 164 11:29:01 14467880 15694032 1957088 11.92 32476 1412808 693792 3.97 486940 1296188 184 11:30:01 14467788 15694100 1957180 11.92 32500 1412936 693792 3.97 487168 1296316 8 11:31:01 14467532 15693892 1957436 11.92 32524 1412940 693792 3.97 487080 1296320 196 11:32:01 14466040 15693064 1958928 11.93 33152 1412928 711924 4.07 488012 1296324 12 11:33:01 14465696 15692804 1959272 11.93 33192 1412952 711924 4.07 488064 1296332 248 11:34:01 14465812 15692952 1959156 11.93 33224 1412952 711924 4.07 488000 1296332 164 11:35:01 14465784 15692968 1959184 11.93 33264 1412956 711924 4.07 488236 1296336 192 11:36:01 14465808 15693028 1959160 11.93 33300 1412960 711924 4.07 488140 1296340 8 11:37:01 14465476 15692740 1959492 11.93 33332 1412964 711924 4.07 488300 1296344 172 11:38:01 14465952 15693256 1959016 11.93 33364 1412964 711924 4.07 488404 1296344 4 11:39:01 14465256 15692600 1959712 11.93 33396 1412968 711924 4.07 489396 1296348 128 11:40:01 14465108 15692488 1959860 11.93 33420 1412972 711924 4.07 489276 1296352 164 11:41:01 14464832 15692240 1960136 11.93 33452 1412976 711924 4.07 489384 1296356 120 11:42:01 14464756 15692224 1960212 11.93 33508 1412968 711924 4.07 489384 1296360 20 11:43:01 14464696 15692188 1960272 11.93 33532 1412988 711924 4.07 489380 1296368 196 11:44:01 14464860 15692356 1960108 11.93 33556 1412992 711924 4.07 489484 1296372 8 11:45:01 14463036 15691484 1961932 11.94 33636 1413668 713440 4.08 489812 1296856 36 11:46:01 14463096 15691592 1961872 11.94 33668 1413668 713440 4.08 490056 1296856 164 11:47:01 14463060 15691624 1961908 11.94 33748 1413664 713440 4.08 489944 1296860 48 11:48:01 14462756 15691392 1962212 11.95 33788 1413676 713440 4.08 490028 1296864 8 11:49:01 14462612 15691252 1962356 11.95 33820 1413680 713440 4.08 490228 1296868 192 11:50:01 14462720 15691404 1962248 11.95 33852 1413680 713440 4.08 490472 1296872 156 11:51:01 14462760 15691500 1962208 11.95 33884 1413688 713440 4.08 490492 1296880 32 11:52:01 14462784 15691532 1962184 11.95 33932 1413692 713440 4.08 490532 1296888 24 11:53:01 14462304 15691112 1962664 11.95 33956 1413696 713440 4.08 490616 1296896 40 11:54:01 14462616 15691440 1962352 11.95 33980 1413696 713440 4.08 490792 1296884 164 11:55:01 14462228 15691112 1962740 11.95 34012 1413700 713440 4.08 490828 1296888 204 11:56:01 14462012 15690900 1962956 11.95 34036 1413704 713440 4.08 491016 1296892 180 11:57:01 13930700 15540700 2494268 15.19 61740 1746336 794608 4.55 756372 1516352 149856 11:58:01 13549212 15535244 2875756 17.51 88944 2076724 781564 4.47 778876 1837792 175532 Average: 14430358 15685438 1994610 12.14 35190 1437440 709892 4.06 501861 1315019 8047 11:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:18:01 ens3 0.29 0.12 0.07 0.03 0.00 0.00 0.00 0.00 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:01 ens3 0.65 0.35 0.28 0.86 0.00 0.00 0.00 0.00 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:20:01 ens3 0.22 0.13 0.07 0.32 0.00 0.00 0.00 0.00 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:21:01 ens3 0.38 0.27 0.08 0.18 0.00 0.00 0.00 0.00 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:01 ens3 0.42 0.23 0.20 0.07 0.00 0.00 0.00 0.00 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 ens3 1.12 0.70 0.42 0.62 0.00 0.00 0.00 0.00 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:24:01 ens3 0.17 0.08 0.06 0.07 0.00 0.00 0.00 0.00 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:25:01 ens3 1.20 0.67 0.43 0.69 0.00 0.00 0.00 0.00 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:26:01 ens3 0.17 0.05 0.06 0.07 0.00 0.00 0.00 0.00 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:27:01 ens3 0.48 0.32 0.15 0.35 0.00 0.00 0.00 0.00 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:28:01 ens3 0.20 0.17 0.06 0.23 0.00 0.00 0.00 0.00 11:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:01 ens3 0.47 0.37 0.22 0.50 0.00 0.00 0.00 0.00 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:30:01 ens3 0.30 0.18 0.12 0.17 0.00 0.00 0.00 0.00 11:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:31:01 ens3 0.25 0.20 0.07 0.17 0.00 0.00 0.00 0.00 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:32:01 ens3 1.27 0.63 0.50 0.69 0.00 0.00 0.00 0.00 11:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:33:01 ens3 0.85 0.17 0.18 0.07 0.00 0.00 0.00 0.00 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:34:01 ens3 0.23 0.20 0.07 0.35 0.00 0.00 0.00 0.00 11:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:35:01 ens3 0.25 0.18 0.07 0.17 0.00 0.00 0.00 0.00 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:01 ens3 0.30 0.13 0.07 0.17 0.00 0.00 0.00 0.00 11:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:01 ens3 0.53 0.28 0.16 0.24 0.00 0.00 0.00 0.00 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:38:01 ens3 0.63 0.13 0.17 0.17 0.00 0.00 0.00 0.00 11:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:39:01 ens3 0.85 0.60 0.43 0.67 0.00 0.00 0.00 0.00 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:40:01 ens3 0.17 0.13 0.06 0.22 0.00 0.00 0.00 0.00 11:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:41:01 ens3 0.30 0.15 0.07 0.01 0.00 0.00 0.00 0.00 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:42:01 ens3 0.45 0.27 0.20 0.39 0.00 0.00 0.00 0.00 11:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:43:01 ens3 0.27 0.28 0.07 0.18 0.00 0.00 0.00 0.00 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:44:01 ens3 0.20 0.13 0.06 0.17 0.00 0.00 0.00 0.00 11:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:45:01 ens3 0.23 0.18 0.07 0.17 0.00 0.00 0.00 0.00 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:46:01 ens3 1.12 0.53 0.42 0.47 0.00 0.00 0.00 0.00 11:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:47:01 ens3 0.38 0.28 0.14 0.29 0.00 0.00 0.00 0.00 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:48:01 ens3 0.35 0.10 0.14 0.04 0.00 0.00 0.00 0.00 11:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:49:01 ens3 0.63 0.50 0.23 0.82 0.00 0.00 0.00 0.00 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:50:01 ens3 0.18 0.15 0.06 0.17 0.00 0.00 0.00 0.00 11:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:51:01 ens3 0.27 0.20 0.07 0.17 0.00 0.00 0.00 0.00 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:52:01 ens3 0.35 0.25 0.14 0.21 0.00 0.00 0.00 0.00 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:01 ens3 0.28 0.18 0.07 0.20 0.00 0.00 0.00 0.00 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:54:01 ens3 0.33 0.12 0.13 0.16 0.00 0.00 0.00 0.00 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:55:01 ens3 0.23 0.18 0.07 0.17 0.00 0.00 0.00 0.00 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:01 ens3 0.18 0.17 0.06 0.17 0.00 0.00 0.00 0.00 11:57:01 lo 2.80 2.80 0.30 0.30 0.00 0.00 0.00 0.00 11:57:01 ens3 311.30 212.36 1824.02 56.79 0.00 0.00 0.00 0.00 11:58:01 lo 1.53 1.53 0.17 0.17 0.00 0.00 0.00 0.00 11:58:01 ens3 98.97 73.79 1300.94 13.63 0.00 0.00 0.00 0.00 Average: lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 Average: ens3 10.43 7.23 76.40 1.98 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-5485) 03/27/26 _x86_64_ (4 CPU) 11:16:29 LINUX RESTART (4 CPU) 11:17:02 CPU %user %nice %system %iowait %steal %idle 11:18:01 all 0.04 0.00 0.01 0.38 0.01 99.55 11:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 11:18:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:18:01 2 0.08 0.00 0.03 0.00 0.03 99.85 11:18:01 3 0.00 0.00 0.03 1.51 0.02 98.44 11:19:01 all 0.43 0.00 0.02 0.00 0.01 99.54 11:19:01 0 1.54 0.00 0.02 0.00 0.00 98.45 11:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:19:01 2 0.10 0.00 0.03 0.00 0.02 99.85 11:19:01 3 0.08 0.00 0.02 0.03 0.00 99.87 11:20:01 all 0.54 0.00 0.01 0.00 0.01 99.44 11:20:01 0 2.04 0.00 0.00 0.00 0.02 97.95 11:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:20:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:20:01 3 0.02 0.00 0.02 0.02 0.02 99.93 11:21:01 all 0.19 0.00 0.01 0.02 0.00 99.78 11:21:01 0 0.68 0.00 0.05 0.00 0.00 99.27 11:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:21:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:21:01 3 0.03 0.00 0.00 0.07 0.00 99.90 11:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:22:01 2 0.05 0.00 0.03 0.00 0.02 99.90 11:22:01 3 0.02 0.00 0.00 0.02 0.00 99.97 11:23:01 all 0.05 0.00 0.01 0.00 0.01 99.92 11:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 1 0.08 0.00 0.00 0.00 0.02 99.90 11:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 3 0.08 0.00 0.02 0.02 0.02 99.87 11:24:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:24:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:24:01 3 0.00 0.00 0.02 0.02 0.00 99.97 11:25:01 all 0.04 0.00 0.00 0.00 0.01 99.95 11:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:25:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:25:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:25:01 3 0.03 0.00 0.00 0.03 0.00 99.93 11:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:26:01 1 0.02 0.00 0.00 0.00 0.03 99.95 11:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:26:01 3 0.02 0.00 0.02 0.02 0.02 99.93 11:27:01 all 0.02 0.00 0.01 0.01 0.01 99.95 11:27:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:27:01 3 0.02 0.00 0.00 0.03 0.00 99.95 11:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 11:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:28:01 3 0.02 0.00 0.00 0.02 0.00 99.97 11:28:01 CPU %user %nice %system %iowait %steal %idle 11:29:01 all 0.04 0.00 0.01 0.00 0.01 99.93 11:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:01 1 0.03 0.00 0.00 0.00 0.03 99.93 11:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:01 3 0.08 0.00 0.02 0.02 0.00 99.88 11:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:30:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:30:01 3 0.05 0.00 0.02 0.02 0.02 99.90 11:31:01 all 0.03 0.00 0.02 0.01 0.00 99.95 11:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:31:01 1 0.05 0.00 0.03 0.00 0.02 99.90 11:31:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:31:01 3 0.02 0.00 0.02 0.03 0.00 99.93 11:32:01 all 0.11 0.00 0.03 0.02 0.01 99.83 11:32:01 0 0.00 0.00 0.05 0.00 0.00 99.95 11:32:01 1 0.33 0.00 0.02 0.00 0.02 99.63 11:32:01 2 0.03 0.00 0.03 0.03 0.00 99.90 11:32:01 3 0.07 0.00 0.02 0.05 0.02 99.85 11:33:01 all 0.22 0.00 0.01 0.01 0.01 99.75 11:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:33:01 1 0.83 0.00 0.02 0.00 0.03 99.12 11:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 11:33:01 3 0.02 0.00 0.02 0.05 0.00 99.92 11:34:01 all 0.03 0.00 0.01 0.01 0.00 99.95 11:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:34:01 3 0.05 0.00 0.00 0.02 0.00 99.93 11:35:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:35:01 3 0.03 0.00 0.00 0.03 0.00 99.93 11:36:01 all 0.32 0.00 0.02 0.01 0.01 99.65 11:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:36:01 1 1.24 0.00 0.05 0.00 0.02 98.69 11:36:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:36:01 3 0.02 0.00 0.02 0.02 0.02 99.93 11:37:01 all 0.15 0.00 0.01 0.07 0.00 99.77 11:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:37:01 1 0.55 0.00 0.03 0.00 0.02 99.40 11:37:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:37:01 3 0.03 0.00 0.00 0.27 0.00 99.70 11:38:01 all 0.03 0.00 0.01 0.11 0.00 99.85 11:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:38:01 2 0.00 0.00 0.02 0.07 0.00 99.92 11:38:01 3 0.03 0.00 0.00 0.37 0.00 99.60 11:39:01 all 0.23 0.00 0.03 0.01 0.00 99.73 11:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:39:01 1 0.90 0.00 0.08 0.00 0.02 99.00 11:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:39:01 3 0.02 0.00 0.02 0.03 0.00 99.93 11:39:01 CPU %user %nice %system %iowait %steal %idle 11:40:01 all 0.16 0.00 0.03 0.01 0.01 99.79 11:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:40:01 1 0.61 0.00 0.10 0.00 0.00 99.29 11:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:40:01 3 0.03 0.00 0.00 0.03 0.02 99.92 11:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 11:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:41:01 3 0.05 0.00 0.03 0.03 0.00 99.88 11:42:01 all 0.03 0.00 0.00 0.01 0.00 99.96 11:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:42:01 1 0.05 0.00 0.00 0.02 0.02 99.92 11:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:42:01 3 0.03 0.00 0.00 0.03 0.02 99.92 11:43:01 all 0.12 0.00 0.01 0.01 0.01 99.85 11:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 11:43:01 1 0.33 0.00 0.02 0.03 0.00 99.62 11:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:43:01 3 0.08 0.00 0.00 0.00 0.00 99.92 11:44:01 all 0.51 0.00 0.01 0.01 0.00 99.46 11:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:44:01 1 2.00 0.00 0.00 0.02 0.00 97.98 11:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:44:01 3 0.00 0.00 0.00 0.02 0.00 99.98 11:45:01 all 0.36 0.00 0.08 0.08 0.01 99.47 11:45:01 0 0.33 0.00 0.12 0.22 0.02 99.32 11:45:01 1 1.08 0.00 0.12 0.07 0.02 98.72 11:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 11:45:01 3 0.02 0.00 0.03 0.03 0.00 99.92 11:46:01 all 0.03 0.00 0.02 0.03 0.00 99.93 11:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:46:01 1 0.03 0.00 0.00 0.10 0.00 99.87 11:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:47:01 all 0.16 0.00 0.02 0.02 0.01 99.79 11:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:47:01 1 0.60 0.00 0.02 0.02 0.02 99.35 11:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:47:01 3 0.02 0.00 0.02 0.05 0.00 99.92 11:48:01 all 0.35 0.00 0.01 0.01 0.00 99.63 11:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:48:01 1 1.37 0.00 0.03 0.00 0.00 98.60 11:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:48:01 3 0.00 0.00 0.00 0.03 0.00 99.97 11:49:01 all 0.41 0.00 0.02 0.02 0.00 99.55 11:49:01 0 0.03 0.00 0.03 0.05 0.00 99.88 11:49:01 1 0.28 0.00 0.00 0.00 0.00 99.72 11:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:49:01 3 1.30 0.00 0.00 0.03 0.00 98.66 11:50:01 all 0.39 0.00 0.01 0.00 0.01 99.58 11:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:50:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:50:01 3 1.50 0.00 0.00 0.02 0.02 98.47 11:50:01 CPU %user %nice %system %iowait %steal %idle 11:51:01 all 0.25 0.00 0.01 0.01 0.00 99.72 11:51:01 0 0.00 0.00 0.03 0.02 0.02 99.93 11:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:51:01 3 0.96 0.00 0.00 0.03 0.00 99.01 11:52:01 all 0.48 0.00 0.01 0.01 0.01 99.49 11:52:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:52:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:52:01 3 1.81 0.00 0.00 0.03 0.00 98.16 11:53:01 all 0.24 0.00 0.02 0.01 0.00 99.72 11:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:53:01 3 0.88 0.00 0.05 0.02 0.02 99.04 11:54:01 all 0.02 0.00 0.01 0.00 0.00 99.97 11:54:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:55:01 all 0.17 0.00 0.01 0.01 0.00 99.81 11:55:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:55:01 3 0.60 0.00 0.00 0.02 0.00 99.39 11:56:01 all 0.08 0.00 0.01 0.00 0.01 99.90 11:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:56:01 3 0.27 0.00 0.02 0.02 0.02 99.68 11:57:01 all 24.58 0.00 2.39 1.82 0.06 71.14 11:57:01 0 22.31 0.00 2.93 3.86 0.07 70.83 11:57:01 1 29.79 0.00 2.56 0.48 0.07 67.10 11:57:01 2 29.51 0.00 2.24 0.40 0.07 67.79 11:57:01 3 16.69 0.00 1.84 2.58 0.05 78.83 11:58:01 all 20.64 0.00 1.72 1.24 0.06 76.34 11:58:01 0 17.99 0.00 1.64 1.05 0.05 79.27 11:58:01 1 41.38 0.00 2.75 0.65 0.07 55.15 11:58:01 2 20.55 0.00 1.54 0.38 0.07 77.46 11:58:01 3 2.49 0.00 0.99 2.87 0.05 93.60 Average: all 1.25 0.00 0.11 0.10 0.01 98.52 Average: 0 1.11 0.00 0.13 0.13 0.01 98.63 Average: 1 2.00 0.00 0.15 0.03 0.01 97.80 Average: 2 1.24 0.00 0.10 0.02 0.01 98.62 Average: 3 0.67 0.00 0.08 0.21 0.01 99.04