11:10:12 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/readiness/+/142116 11:10:12 Running as SYSTEM 11:10:12 [EnvInject] - Loading node environment variables. 11:10:12 Building remotely on prd-ubuntu1804-builder-4c-4g-1305 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-readiness-master-yaml-lint 11:10:12 [ssh-agent] Looking for ssh-agent implementation... 11:10:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:10:12 $ ssh-agent 11:10:12 SSH_AUTH_SOCK=/tmp/ssh-zkG6DUblmQTV/agent.1655 11:10:12 SSH_AGENT_PID=1657 11:10:12 [ssh-agent] Started. 11:10:12 Running ssh-add (command line suppressed) 11:10:12 Identity added: /w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_947880406951981688.key (/w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_947880406951981688.key) 11:10:12 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:10:12 The recommended git tool is: NONE 11:10:14 using credential onap-jenkins-ssh 11:10:14 Wiping out workspace first. 11:10:14 Cloning the remote Git repository 11:10:14 Cloning repository git://cloud.onap.org/mirror/oom/readiness.git 11:10:14 > git init /w/workspace/oom-readiness-master-yaml-lint # timeout=10 11:10:14 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 11:10:14 > git --version # timeout=10 11:10:14 > git --version # 'git version 2.17.1' 11:10:14 using GIT_SSH to set credentials Gerrit user 11:10:14 Verifying host key using manually-configured host key entries 11:10:14 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:10:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 11:10:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:15 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 11:10:15 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 11:10:15 using GIT_SSH to set credentials Gerrit user 11:10:15 Verifying host key using manually-configured host key entries 11:10:15 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git refs/changes/16/142116/11 # timeout=30 11:10:15 > git rev-parse f596b1460bc373a3ff8212bad7db258a27eded93^{commit} # timeout=10 11:10:15 Checking out Revision f596b1460bc373a3ff8212bad7db258a27eded93 (refs/changes/16/142116/11) 11:10:15 > git config core.sparsecheckout # timeout=10 11:10:15 > git checkout -f f596b1460bc373a3ff8212bad7db258a27eded93 # timeout=30 11:10:18 Commit message: "Implement readiness in go" 11:10:18 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:10:18 > git rev-list --no-walk feb54f2aba644a0a122c96082433e0ef0adfb35f # timeout=10 11:10:19 [EnvInject] - Injecting environment variables from a build step. 11:10:19 [EnvInject] - Injecting as environment variables the properties content 11:10:19 PYTHON=python3 11:10:19 11:10:19 [EnvInject] - Variables injected successfully. 11:10:19 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins425504044780742489.sh 11:10:19 ---> tox-install.sh 11:10:19 + source /home/jenkins/lf-env.sh 11:10:19 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:10:19 ++ mktemp -d /tmp/venv-XXXX 11:10:19 + lf_venv=/tmp/venv-BL2U 11:10:19 + local venv_file=/tmp/.os_lf_venv 11:10:19 + local python=python3 11:10:19 + local options 11:10:19 + local set_path=true 11:10:19 + local install_args= 11:10:19 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:10:19 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:10:19 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:10:19 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:10:19 + true 11:10:19 + case $1 in 11:10:19 + venv_file=/tmp/.toxenv 11:10:19 + shift 2 11:10:19 + true 11:10:19 + case $1 in 11:10:19 + shift 11:10:19 + break 11:10:19 + case $python in 11:10:19 + local pkg_list= 11:10:19 + [[ -d /opt/pyenv ]] 11:10:19 + echo 'Setup pyenv:' 11:10:19 Setup pyenv: 11:10:19 + export PYENV_ROOT=/opt/pyenv 11:10:19 + PYENV_ROOT=/opt/pyenv 11:10:19 + 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 11:10:19 + 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 11:10:19 + pyenv versions 11:10:19 * system (set by /opt/pyenv/version) 11:10:19 * 3.8.13 (set by /opt/pyenv/version) 11:10:19 * 3.9.13 (set by /opt/pyenv/version) 11:10:19 * 3.10.6 (set by /opt/pyenv/version) 11:10:19 + command -v pyenv 11:10:19 ++ pyenv init - --no-rehash 11:10:19 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:10:19 export PATH="/opt/pyenv/shims:${PATH}" 11:10:19 export PYENV_SHELL=bash 11:10:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:10:19 pyenv() { 11:10:19 local command 11:10:19 command="${1:-}" 11:10:19 if [ "$#" -gt 0 ]; then 11:10:19 shift 11:10:19 fi 11:10:19 11:10:19 case "$command" in 11:10:19 rehash|shell) 11:10:19 eval "$(pyenv "sh-$command" "$@")" 11:10:19 ;; 11:10:19 *) 11:10:19 command pyenv "$command" "$@" 11:10:19 ;; 11:10:19 esac 11:10:19 }' 11:10:19 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:10:19 ++ 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 11:10:19 ++ 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 11:10:19 ++ 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 11:10:19 ++ export PYENV_SHELL=bash 11:10:19 ++ PYENV_SHELL=bash 11:10:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:10:19 +++ complete -F _pyenv pyenv 11:10:19 ++ lf-pyver python3 11:10:19 ++ local py_version_xy=python3 11:10:19 ++ local py_version_xyz= 11:10:19 ++ pyenv versions 11:10:19 ++ local command 11:10:19 ++ command=versions 11:10:19 ++ '[' 1 -gt 0 ']' 11:10:19 ++ shift 11:10:19 ++ case "$command" in 11:10:19 ++ command pyenv versions 11:10:19 ++ pyenv versions 11:10:19 ++ awk '{ print $1 }' 11:10:19 ++ sed 's/^[ *]* //' 11:10:19 ++ grep -E '^[0-9.]*[0-9]$' 11:10:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:10:19 +++ grep '^3' /tmp/.pyenv_versions 11:10:19 +++ sort -V 11:10:19 +++ tail -n 1 11:10:19 ++ py_version_xyz=3.10.6 11:10:19 ++ [[ -z 3.10.6 ]] 11:10:19 ++ echo 3.10.6 11:10:19 ++ return 0 11:10:19 + pyenv local 3.10.6 11:10:19 + local command 11:10:19 + command=local 11:10:19 + '[' 2 -gt 0 ']' 11:10:19 + shift 11:10:19 + case "$command" in 11:10:19 + command pyenv local 3.10.6 11:10:19 + pyenv local 3.10.6 11:10:19 + for arg in "$@" 11:10:19 + case $arg in 11:10:19 + pkg_list+='tox ' 11:10:19 + for arg in "$@" 11:10:19 + case $arg in 11:10:19 + pkg_list+='virtualenv ' 11:10:19 + for arg in "$@" 11:10:19 + case $arg in 11:10:19 + pkg_list+='urllib3~=1.26.15 ' 11:10:19 + [[ -f /tmp/.toxenv ]] 11:10:19 + [[ ! -f /tmp/.toxenv ]] 11:10:19 + [[ -n '' ]] 11:10:19 + python3 -m venv /tmp/venv-BL2U 11:10:24 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BL2U' 11:10:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BL2U 11:10:24 + echo /tmp/venv-BL2U 11:10:24 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:10:24 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:10:24 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:10:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:10:24 + local 'pip_opts=--upgrade --quiet' 11:10:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:10:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:10:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:10:24 + [[ -n '' ]] 11:10:24 + [[ -n '' ]] 11:10:24 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:10:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:10:24 + /tmp/venv-BL2U/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 11:10:28 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:10:28 lf-activate-venv(): INFO: Base packages installed successfully 11:10:28 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:10:28 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:10:28 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:10:28 + /tmp/venv-BL2U/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:10:31 + type python3 11:10:31 + true 11:10:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BL2U/bin to PATH' 11:10:31 lf-activate-venv(): INFO: Adding /tmp/venv-BL2U/bin to PATH 11:10:31 + PATH=/tmp/venv-BL2U/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:31 + return 0 11:10:31 + python3 --version 11:10:31 Python 3.10.6 11:10:31 + python3 -m pip --version 11:10:31 pip 25.2 from /tmp/venv-BL2U/lib/python3.10/site-packages/pip (python 3.10) 11:10:31 + python3 -m pip freeze 11:10:31 cachetools==6.2.0 11:10:31 chardet==5.2.0 11:10:31 colorama==0.4.6 11:10:31 distlib==0.4.0 11:10:31 filelock==3.19.1 11:10:31 packaging==25.0 11:10:31 platformdirs==4.4.0 11:10:31 pluggy==1.6.0 11:10:31 pyproject-api==1.9.1 11:10:31 tomli==2.2.1 11:10:31 tox==4.30.2 11:10:31 typing_extensions==4.15.0 11:10:31 urllib3==1.26.20 11:10:31 virtualenv==20.34.0 11:10:31 [EnvInject] - Injecting environment variables from a build step. 11:10:31 [EnvInject] - Injecting as environment variables the properties content 11:10:31 PARALLEL=false 11:10:31 11:10:31 [EnvInject] - Variables injected successfully. 11:10:31 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins9158350847859109209.sh 11:10:31 ---> tox-run.sh 11:10:31 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:31 + ARCHIVE_TOX_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/tox 11:10:31 + ARCHIVE_DOC_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/docs 11:10:31 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/tox 11:10:31 + cd /w/workspace/oom-readiness-master-yaml-lint/./readiness-python 11:10:31 + source /home/jenkins/lf-env.sh 11:10:31 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:10:31 ++ mktemp -d /tmp/venv-XXXX 11:10:31 + lf_venv=/tmp/venv-k9y7 11:10:31 + local venv_file=/tmp/.os_lf_venv 11:10:31 + local python=python3 11:10:31 + local options 11:10:31 + local set_path=true 11:10:31 + local install_args= 11:10:31 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:10:31 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:10:31 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:10:31 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:10:31 + true 11:10:31 + case $1 in 11:10:31 + venv_file=/tmp/.toxenv 11:10:31 + shift 2 11:10:31 + true 11:10:31 + case $1 in 11:10:31 + shift 11:10:31 + break 11:10:31 + case $python in 11:10:31 + local pkg_list= 11:10:31 + [[ -d /opt/pyenv ]] 11:10:31 + echo 'Setup pyenv:' 11:10:31 Setup pyenv: 11:10:31 + export PYENV_ROOT=/opt/pyenv 11:10:31 + PYENV_ROOT=/opt/pyenv 11:10:31 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:31 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:31 + pyenv versions 11:10:32 system 11:10:32 3.8.13 11:10:32 3.9.13 11:10:32 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 11:10:32 + command -v pyenv 11:10:32 ++ pyenv init - --no-rehash 11:10:32 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:10:32 export PATH="/opt/pyenv/shims:${PATH}" 11:10:32 export PYENV_SHELL=bash 11:10:32 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:10:32 pyenv() { 11:10:32 local command 11:10:32 command="${1:-}" 11:10:32 if [ "$#" -gt 0 ]; then 11:10:32 shift 11:10:32 fi 11:10:32 11:10:32 case "$command" in 11:10:32 rehash|shell) 11:10:32 eval "$(pyenv "sh-$command" "$@")" 11:10:32 ;; 11:10:32 *) 11:10:32 command pyenv "$command" "$@" 11:10:32 ;; 11:10:32 esac 11:10:32 }' 11:10:32 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:10:32 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:32 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:32 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:32 ++ export PYENV_SHELL=bash 11:10:32 ++ PYENV_SHELL=bash 11:10:32 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:10:32 +++ complete -F _pyenv pyenv 11:10:32 ++ lf-pyver python3 11:10:32 ++ local py_version_xy=python3 11:10:32 ++ local py_version_xyz= 11:10:32 ++ pyenv versions 11:10:32 ++ local command 11:10:32 ++ command=versions 11:10:32 ++ '[' 1 -gt 0 ']' 11:10:32 ++ shift 11:10:32 ++ case "$command" in 11:10:32 ++ command pyenv versions 11:10:32 ++ pyenv versions 11:10:32 ++ sed 's/^[ *]* //' 11:10:32 ++ grep -E '^[0-9.]*[0-9]$' 11:10:32 ++ awk '{ print $1 }' 11:10:32 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:10:32 +++ grep '^3' /tmp/.pyenv_versions 11:10:32 +++ sort -V 11:10:32 +++ tail -n 1 11:10:32 ++ py_version_xyz=3.10.6 11:10:32 ++ [[ -z 3.10.6 ]] 11:10:32 ++ echo 3.10.6 11:10:32 ++ return 0 11:10:32 + pyenv local 3.10.6 11:10:32 + local command 11:10:32 + command=local 11:10:32 + '[' 2 -gt 0 ']' 11:10:32 + shift 11:10:32 + case "$command" in 11:10:32 + command pyenv local 3.10.6 11:10:32 + pyenv local 3.10.6 11:10:32 + for arg in "$@" 11:10:32 + case $arg in 11:10:32 + pkg_list+='tox ' 11:10:32 + for arg in "$@" 11:10:32 + case $arg in 11:10:32 + pkg_list+='virtualenv ' 11:10:32 + for arg in "$@" 11:10:32 + case $arg in 11:10:32 + pkg_list+='urllib3~=1.26.15 ' 11:10:32 + [[ -f /tmp/.toxenv ]] 11:10:32 ++ cat /tmp/.toxenv 11:10:32 + lf_venv=/tmp/venv-BL2U 11:10:32 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BL2U from' file:/tmp/.toxenv 11:10:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BL2U from file:/tmp/.toxenv 11:10:32 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:10:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:10:32 + local 'pip_opts=--upgrade --quiet' 11:10:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:10:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:10:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:10:32 + [[ -n '' ]] 11:10:32 + [[ -n '' ]] 11:10:32 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:10:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:10:32 + /tmp/venv-BL2U/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 11:10:33 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:10:33 lf-activate-venv(): INFO: Base packages installed successfully 11:10:33 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:10:33 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:10:33 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:10:33 + /tmp/venv-BL2U/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:10:34 + type python3 11:10:34 + true 11:10:34 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BL2U/bin to PATH' 11:10:34 lf-activate-venv(): INFO: Adding /tmp/venv-BL2U/bin to PATH 11:10:34 + PATH=/tmp/venv-BL2U/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:34 + return 0 11:10:34 + [[ -d /opt/pyenv ]] 11:10:34 + echo '---> Setting up pyenv' 11:10:34 ---> Setting up pyenv 11:10:34 + export PYENV_ROOT=/opt/pyenv 11:10:34 + PYENV_ROOT=/opt/pyenv 11:10:34 + export PATH=/opt/pyenv/bin:/tmp/venv-BL2U/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:34 + PATH=/opt/pyenv/bin:/tmp/venv-BL2U/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:10:34 ++ pwd 11:10:34 + PYTHONPATH=/w/workspace/oom-readiness-master-yaml-lint/readiness-python 11:10:34 + export PYTHONPATH 11:10:34 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:10:34 + TOX_TESTENV_PASSENV=PYTHONPATH 11:10:34 + tox --version 11:10:34 4.30.2 from /tmp/venv-BL2U/lib/python3.10/site-packages/tox/__init__.py 11:10:34 + PARALLEL=false 11:10:34 + TOX_OPTIONS_LIST= 11:10:34 + [[ -n yaml ]] 11:10:34 + TOX_OPTIONS_LIST=' -e yaml' 11:10:34 + case ${PARALLEL,,} in 11:10:34 + tox -e yaml 11:10:34 + tee -a /w/workspace/oom-readiness-master-yaml-lint/archives/tox/tox.log 11:10:36 yaml: install_deps> python -I -m pip install coala-bears nodeenv 11:11:02 yaml: freeze> python -m pip freeze --all 11:11:03 yaml: alabaster==0.7.13,appdirs==1.4.4,astroid==1.6.6,attrs==25.3.0,autoflake==0.6.6,autopep8==1.7.0,babel==2.17.0,bandit==1.6.2,certifi==2025.8.3,charset-normalizer==3.4.3,click==6.6,cmakelint==1.4.3,coala==0.11.0,coala-bears==0.11.1,coala-utils==0.6.7,colorama==0.3.9,colorlog==2.10.0,cppclean==0.12,cpplint==1.6.1,dennis==0.9,dependency-management==0.4.0,docopt==0.6.2,docutils==0.20.1,eradicate==0.1.6,future==1.0.0,gitdb==4.0.12,GitPython==3.1.45,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.10,imagesize==1.4.1,importlib_resources==6.4.5,ipython-genutils==0.2.0,isort==4.3.21,Jinja2==3.1.6,joblib==1.4.2,jsonschema==4.23.0,jsonschema-specifications==2023.12.1,jupyter_core==5.8.1,lazy-object-proxy==1.10.0,libclang-py3==3.4.0,mando==0.3.3,MarkupSafe==2.1.5,mccabe==0.7.0,munkres3==1.0.5.5,mypy-lang==0.4.6,nbformat==4.4.0,nltk==3.9.1,nodeenv==1.9.1,packaging==25.0,pbr==7.0.1,pip==25.0.1,pkgutil_resolve_name==1.3.10,platformdirs==4.3.6,polib==1.2.0,proselint==0.7.0,pycodestyle==2.12.1,pydocstyle==1.1.1,pyflakes==1.4.0,Pygments==2.19.2,pylint==1.9.4,PyPrint==0.2.6,pyroma==2.2,pytz==2025.2,PyYAML==3.13,radon==1.4.0,referencing==0.35.1,regex==2024.11.6,requests==2.32.4,restructuredtext_lint==1.0.1,rpds-py==0.20.1,rstcheck==2.2,safety==0.5.1,sarge==0.1.7.post1,scspell3k==2.3.0,setuptools==75.3.2,six==1.17.0,smmap==5.0.2,snowballstemmer==3.0.1,Sphinx==1.4.9,stevedore==5.3.0,template-remover==0.1.9,termcolor==1.1.0,toml==0.10.2,tqdm==4.67.1,traitlets==5.14.3,typing_extensions==4.13.2,unidiff==0.5.5,urllib3==2.2.3,vulture==0.10,wheel==0.45.1,wrapt==1.17.3,yamllint==1.6.1,yapf==0.14.0,zipp==3.20.2 11:11:03 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 11:11:03 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn --bears YAMLLintBear --files $( Completed tox runs' 11:11:03 ---> Completed tox runs 11:11:03 + for i in .tox/*/log 11:11:03 ++ echo .tox/yaml/log 11:11:03 ++ awk -F/ '{print $2}' 11:11:03 + tox_env=yaml 11:11:03 + cp -r .tox/yaml/log /w/workspace/oom-readiness-master-yaml-lint/archives/tox/yaml 11:11:03 + DOC_DIR=docs/_build/html 11:11:03 + [[ -d docs/_build/html ]] 11:11:03 + echo '---> tox-run.sh ends' 11:11:03 ---> tox-run.sh ends 11:11:03 + test 0 -eq 0 11:11:03 $ ssh-agent -k 11:11:03 unset SSH_AUTH_SOCK; 11:11:03 unset SSH_AGENT_PID; 11:11:03 echo Agent pid 1657 killed; 11:11:04 [ssh-agent] Stopped. 11:11:04 [PostBuildScript] - [INFO] Executing post build scripts. 11:11:04 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins128206337798391272.sh 11:11:04 ---> sysstat.sh 11:11:04 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins9213272664982525712.sh 11:11:04 ---> package-listing.sh 11:11:04 ++ tr '[:upper:]' '[:lower:]' 11:11:04 ++ facter osfamily 11:11:04 + OS_FAMILY=debian 11:11:04 + workspace=/w/workspace/oom-readiness-master-yaml-lint 11:11:04 + START_PACKAGES=/tmp/packages_start.txt 11:11:04 + END_PACKAGES=/tmp/packages_end.txt 11:11:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:11:04 + PACKAGES=/tmp/packages_start.txt 11:11:04 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 11:11:04 + PACKAGES=/tmp/packages_end.txt 11:11:04 + case "${OS_FAMILY}" in 11:11:04 + dpkg -l 11:11:04 + grep '^ii' 11:11:04 + '[' -f /tmp/packages_start.txt ']' 11:11:04 + '[' -f /tmp/packages_end.txt ']' 11:11:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:11:04 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 11:11:04 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/ 11:11:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-readiness-master-yaml-lint/archives/ 11:11:04 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins16993610938060019798.sh 11:11:04 ---> capture-instance-metadata.sh 11:11:04 Setup pyenv: 11:11:04 system 11:11:04 3.8.13 11:11:04 3.9.13 11:11:04 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 11:11:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pBbC 11:11:08 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:11:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:11:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:11:13 lf-activate-venv(): INFO: Base packages installed successfully 11:11:13 lf-activate-venv(): INFO: Installing additional packages: lftools 11:11:38 lf-activate-venv(): INFO: Adding /tmp/venv-pBbC/bin to PATH 11:11:38 INFO: Running in OpenStack, capturing instance metadata 11:11:38 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins12681319671041341521.sh 11:11:38 provisioning config files... 11:11:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-readiness-master-yaml-lint@tmp/config14233818390516821485tmp 11:11:38 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:11:38 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:11:38 [EnvInject] - Injecting environment variables from a build step. 11:11:38 [EnvInject] - Injecting as environment variables the properties content 11:11:38 SERVER_ID=logs 11:11:38 11:11:38 [EnvInject] - Variables injected successfully. 11:11:38 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins12367447956037311306.sh 11:11:38 ---> create-netrc.sh 11:11:38 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins1424397841496355753.sh 11:11:38 ---> python-tools-install.sh 11:11:38 Setup pyenv: 11:11:38 system 11:11:38 3.8.13 11:11:38 3.9.13 11:11:38 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 11:11:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pBbC from file:/tmp/.os_lf_venv 11:11:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:11:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:11:41 lf-activate-venv(): INFO: Base packages installed successfully 11:11:41 lf-activate-venv(): INFO: Installing additional packages: lftools 11:11:50 lf-activate-venv(): INFO: Adding /tmp/venv-pBbC/bin to PATH 11:11:50 Generating Requirements File 11:12:10 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 11:12:10 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:12:10 Python 3.10.6 11:12:11 pip 25.2 from /tmp/venv-pBbC/lib/python3.10/site-packages/pip (python 3.10) 11:12:11 appdirs==1.4.4 11:12:11 argcomplete==3.6.2 11:12:11 aspy.yaml==1.3.0 11:12:11 attrs==25.3.0 11:12:11 autopage==0.5.2 11:12:11 beautifulsoup4==4.14.2 11:12:11 boto3==1.40.41 11:12:11 botocore==1.40.41 11:12:11 bs4==0.0.2 11:12:11 cachetools==6.2.0 11:12:11 certifi==2025.8.3 11:12:11 cffi==2.0.0 11:12:11 cfgv==3.4.0 11:12:11 chardet==5.2.0 11:12:11 charset-normalizer==3.4.3 11:12:11 click==8.3.0 11:12:11 cliff==4.11.0 11:12:11 cmd2==2.7.0 11:12:11 cryptography==3.3.2 11:12:11 debtcollector==3.0.0 11:12:11 decorator==5.2.1 11:12:11 defusedxml==0.7.1 11:12:11 Deprecated==1.2.18 11:12:11 distlib==0.4.0 11:12:11 dnspython==2.8.0 11:12:11 docker==7.1.0 11:12:11 dogpile.cache==1.4.1 11:12:11 durationpy==0.10 11:12:11 email-validator==2.3.0 11:12:11 filelock==3.19.1 11:12:11 future==1.0.0 11:12:11 gitdb==4.0.12 11:12:11 GitPython==3.1.45 11:12:11 google-auth==2.41.0 11:12:11 httplib2==0.31.0 11:12:11 identify==2.6.14 11:12:11 idna==3.10 11:12:11 importlib-resources==1.5.0 11:12:11 iso8601==2.1.0 11:12:11 Jinja2==3.1.6 11:12:11 jmespath==1.0.1 11:12:11 jsonpatch==1.33 11:12:11 jsonpointer==3.0.0 11:12:11 jsonschema==4.25.1 11:12:11 jsonschema-specifications==2025.9.1 11:12:11 keystoneauth1==5.12.0 11:12:11 kubernetes==34.1.0 11:12:11 lftools==0.37.14 11:12:11 lxml==6.0.2 11:12:11 markdown-it-py==4.0.0 11:12:11 MarkupSafe==3.0.3 11:12:11 mdurl==0.1.2 11:12:11 msgpack==1.1.1 11:12:11 multi_key_dict==2.0.3 11:12:11 munch==4.0.0 11:12:11 netaddr==1.3.0 11:12:11 niet==1.4.2 11:12:11 nodeenv==1.9.1 11:12:11 oauth2client==4.1.3 11:12:11 oauthlib==3.3.1 11:12:11 openstacksdk==4.7.1 11:12:11 os-service-types==1.8.0 11:12:11 osc-lib==4.2.0 11:12:11 oslo.config==10.0.0 11:12:11 oslo.context==6.1.0 11:12:11 oslo.i18n==6.6.0 11:12:11 oslo.log==7.2.1 11:12:11 oslo.serialization==5.8.0 11:12:11 oslo.utils==9.1.0 11:12:11 packaging==25.0 11:12:11 pbr==7.0.1 11:12:11 platformdirs==4.4.0 11:12:11 prettytable==3.16.0 11:12:11 psutil==7.1.0 11:12:11 pyasn1==0.6.1 11:12:11 pyasn1_modules==0.4.2 11:12:11 pycparser==2.23 11:12:11 pygerrit2==2.0.15 11:12:11 PyGithub==2.8.1 11:12:11 Pygments==2.19.2 11:12:11 PyJWT==2.10.1 11:12:11 PyNaCl==1.6.0 11:12:11 pyparsing==2.4.7 11:12:11 pyperclip==1.11.0 11:12:11 pyrsistent==0.20.0 11:12:11 python-cinderclient==9.8.0 11:12:11 python-dateutil==2.9.0.post0 11:12:11 python-heatclient==4.3.0 11:12:11 python-jenkins==1.8.3 11:12:11 python-keystoneclient==5.7.0 11:12:11 python-magnumclient==4.9.0 11:12:11 python-openstackclient==8.2.0 11:12:11 python-swiftclient==4.8.0 11:12:11 PyYAML==6.0.3 11:12:11 referencing==0.36.2 11:12:11 requests==2.32.5 11:12:11 requests-oauthlib==2.0.0 11:12:11 requestsexceptions==1.4.0 11:12:11 rfc3986==2.0.0 11:12:11 rich==14.1.0 11:12:11 rich-argparse==1.7.1 11:12:11 rpds-py==0.27.1 11:12:11 rsa==4.9.1 11:12:11 ruamel.yaml==0.18.15 11:12:11 ruamel.yaml.clib==0.2.14 11:12:11 s3transfer==0.14.0 11:12:11 simplejson==3.20.2 11:12:11 six==1.17.0 11:12:11 smmap==5.0.2 11:12:11 soupsieve==2.8 11:12:11 stevedore==5.5.0 11:12:11 tabulate==0.9.0 11:12:11 toml==0.10.2 11:12:11 tomlkit==0.13.3 11:12:11 tqdm==4.67.1 11:12:11 typing_extensions==4.15.0 11:12:11 tzdata==2025.2 11:12:11 urllib3==1.26.20 11:12:11 virtualenv==20.34.0 11:12:11 wcwidth==0.2.14 11:12:11 websocket-client==1.8.0 11:12:11 wrapt==1.17.3 11:12:11 xdg==6.0.0 11:12:11 xmltodict==1.0.2 11:12:11 yq==3.4.3 11:12:11 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins1376332022679288848.sh 11:12:11 ---> sudo-logs.sh 11:12:11 Archiving 'sudo' log.. 11:12:11 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins10823347417894269800.sh 11:12:11 ---> job-cost.sh 11:12:11 Setup pyenv: 11:12:11 system 11:12:11 3.8.13 11:12:11 3.9.13 11:12:11 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 11:12:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pBbC from file:/tmp/.os_lf_venv 11:12:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:12:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:12:13 lf-activate-venv(): INFO: Base packages installed successfully 11:12:13 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:12:20 lf-activate-venv(): INFO: Adding /tmp/venv-pBbC/bin to PATH 11:12:20 INFO: No Stack... 11:12:20 INFO: Retrieving Pricing Info for: v3-standard-4 11:12:21 INFO: Archiving Costs 11:12:21 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins14398584083163524857.sh 11:12:21 ---> logs-deploy.sh 11:12:21 Setup pyenv: 11:12:21 system 11:12:21 3.8.13 11:12:21 3.9.13 11:12:21 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 11:12:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pBbC from file:/tmp/.os_lf_venv 11:12:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:12:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:12:23 lf-activate-venv(): INFO: Base packages installed successfully 11:12:23 lf-activate-venv(): INFO: Installing additional packages: lftools 11:12:32 lf-activate-venv(): INFO: Adding /tmp/venv-pBbC/bin to PATH 11:12:32 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-readiness-master-yaml-lint/52 11:12:32 INFO: archiving workspace using pattern(s): 11:12:34 Archives upload complete. 11:12:34 INFO: archiving logs to Nexus 11:12:35 ---> uname -a: 11:12:35 Linux prd-ubuntu1804-builder-4c-4g-1305 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:12:35 11:12:35 11:12:35 ---> lscpu: 11:12:35 Architecture: x86_64 11:12:35 CPU op-mode(s): 32-bit, 64-bit 11:12:35 Byte Order: Little Endian 11:12:35 CPU(s): 4 11:12:35 On-line CPU(s) list: 0-3 11:12:35 Thread(s) per core: 1 11:12:35 Core(s) per socket: 1 11:12:35 Socket(s): 4 11:12:35 NUMA node(s): 1 11:12:35 Vendor ID: AuthenticAMD 11:12:35 CPU family: 23 11:12:35 Model: 49 11:12:35 Model name: AMD EPYC-Rome Processor 11:12:35 Stepping: 0 11:12:35 CPU MHz: 2799.998 11:12:35 BogoMIPS: 5599.99 11:12:35 Virtualization: AMD-V 11:12:35 Hypervisor vendor: KVM 11:12:35 Virtualization type: full 11:12:35 L1d cache: 32K 11:12:35 L1i cache: 32K 11:12:35 L2 cache: 512K 11:12:35 L3 cache: 16384K 11:12:35 NUMA node0 CPU(s): 0-3 11:12:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:12:35 11:12:35 11:12:35 ---> nproc: 11:12:35 4 11:12:35 11:12:35 11:12:35 ---> df -h: 11:12:35 Filesystem Size Used Avail Use% Mounted on 11:12:35 udev 7.9G 0 7.9G 0% /dev 11:12:35 tmpfs 1.6G 672K 1.6G 1% /run 11:12:35 /dev/vda1 78G 8.4G 69G 11% / 11:12:35 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:12:35 tmpfs 5.0M 0 5.0M 0% /run/lock 11:12:35 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:12:35 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:12:35 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:12:35 11:12:35 11:12:35 ---> free -m: 11:12:35 total used free shared buff/cache available 11:12:35 Mem: 16040 553 13276 0 2210 15163 11:12:35 Swap: 1023 0 1023 11:12:35 11:12:35 11:12:35 ---> ip addr: 11:12:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:12:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:12:35 inet 127.0.0.1/8 scope host lo 11:12:35 valid_lft forever preferred_lft forever 11:12:35 inet6 ::1/128 scope host 11:12:35 valid_lft forever preferred_lft forever 11:12:35 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:12:35 link/ether fa:16:3e:a8:54:d4 brd ff:ff:ff:ff:ff:ff 11:12:35 inet 10.30.106.225/23 brd 10.30.107.255 scope global dynamic ens3 11:12:35 valid_lft 86240sec preferred_lft 86240sec 11:12:35 inet6 fe80::f816:3eff:fea8:54d4/64 scope link 11:12:35 valid_lft forever preferred_lft forever 11:12:35 11:12:35 11:12:35 ---> sar -b -r -n DEV: 11:12:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1305) 09/30/25 _x86_64_ (4 CPU) 11:12:35 11:12:35 11:09:57 LINUX RESTART (4 CPU) 11:12:35 11:12:35 11:10:01 tps rtps wtps bread/s bwrtn/s 11:12:35 11:11:01 357.40 69.89 287.50 4445.72 58336.95 11:12:35 11:12:01 114.88 1.73 113.15 138.51 25787.04 11:12:35 Average: 236.15 35.82 200.33 2292.29 42063.35 11:12:35 11:12:35 11:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:12:35 11:11:01 13881292 15491116 2543676 15.49 64564 1741524 924556 5.29 756240 1563532 204760 11:12:35 11:12:01 13682856 15525128 2742112 16.69 85444 1939196 798400 4.57 722288 1769152 177412 11:12:35 Average: 13782074 15508122 2642894 16.09 75004 1840360 861478 4.93 739264 1666342 191086 11:12:35 11:12:35 11:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:12:35 11:11:01 ens3 387.37 256.68 1382.79 78.66 0.00 0.00 0.00 0.00 11:12:35 11:11:01 lo 1.27 1.27 0.14 0.14 0.00 0.00 0.00 0.00 11:12:35 11:12:01 ens3 55.57 40.66 751.96 10.70 0.00 0.00 0.00 0.00 11:12:35 11:12:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 11:12:35 Average: ens3 221.49 148.68 1067.40 44.68 0.00 0.00 0.00 0.00 11:12:35 Average: lo 1.33 1.33 0.15 0.15 0.00 0.00 0.00 0.00 11:12:35 11:12:35 11:12:35 ---> sar -P ALL: 11:12:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1305) 09/30/25 _x86_64_ (4 CPU) 11:12:35 11:12:35 11:09:57 LINUX RESTART (4 CPU) 11:12:35 11:12:35 11:10:01 CPU %user %nice %system %iowait %steal %idle 11:12:35 11:11:01 all 19.95 0.00 2.84 7.19 0.08 69.95 11:12:35 11:11:01 0 21.28 0.00 2.88 2.01 0.07 73.77 11:12:35 11:11:01 1 16.69 0.00 2.19 4.94 0.08 76.09 11:12:35 11:11:01 2 19.77 0.00 3.06 2.02 0.05 75.10 11:12:35 11:11:01 3 22.07 0.00 3.21 19.83 0.08 54.81 11:12:35 11:12:01 all 20.58 0.00 1.48 4.30 0.06 73.59 11:12:35 11:12:01 0 29.53 0.00 1.49 0.75 0.07 68.16 11:12:35 11:12:01 1 14.55 0.00 1.40 6.02 0.05 77.98 11:12:35 11:12:01 2 26.74 0.00 1.71 1.64 0.07 69.85 11:12:35 11:12:01 3 11.42 0.00 1.31 8.80 0.07 78.40 11:12:35 Average: all 20.26 0.00 2.16 5.74 0.07 71.77 11:12:35 Average: 0 25.41 0.00 2.18 1.38 0.07 70.97 11:12:35 Average: 1 15.62 0.00 1.80 5.48 0.07 77.03 11:12:35 Average: 2 23.25 0.00 2.38 1.83 0.06 72.48 11:12:35 Average: 3 16.74 0.00 2.26 14.32 0.08 66.61 11:12:35 11:12:35 11:12:35