08:04:26 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/readiness/+/142116 08:04:26 Running as SYSTEM 08:04:26 [EnvInject] - Loading node environment variables. 08:04:26 Building remotely on prd-ubuntu1804-builder-4c-4g-1241 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-readiness-master-yaml-lint 08:04:26 [ssh-agent] Looking for ssh-agent implementation... 08:04:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:04:26 $ ssh-agent 08:04:26 SSH_AUTH_SOCK=/tmp/ssh-4nT0B20X9H3I/agent.1653 08:04:26 SSH_AGENT_PID=1655 08:04:26 [ssh-agent] Started. 08:04:26 Running ssh-add (command line suppressed) 08:04:26 Identity added: /w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_435612388122880116.key (/w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_435612388122880116.key) 08:04:26 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:04:26 The recommended git tool is: NONE 08:04:28 using credential onap-jenkins-ssh 08:04:28 Wiping out workspace first. 08:04:28 Cloning the remote Git repository 08:04:28 Cloning repository git://cloud.onap.org/mirror/oom/readiness.git 08:04:28 > git init /w/workspace/oom-readiness-master-yaml-lint # timeout=10 08:04:28 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 08:04:28 > git --version # timeout=10 08:04:28 > git --version # 'git version 2.17.1' 08:04:28 using GIT_SSH to set credentials Gerrit user 08:04:28 Verifying host key using manually-configured host key entries 08:04:28 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:04:28 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 08:04:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:29 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 08:04:29 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 08:04:29 using GIT_SSH to set credentials Gerrit user 08:04:29 Verifying host key using manually-configured host key entries 08:04:29 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git refs/changes/16/142116/10 # timeout=30 08:04:29 > git rev-parse 904a6a2d327293f1a0c505855613e5fecaff0b57^{commit} # timeout=10 08:04:29 Checking out Revision 904a6a2d327293f1a0c505855613e5fecaff0b57 (refs/changes/16/142116/10) 08:04:29 > git config core.sparsecheckout # timeout=10 08:04:29 > git checkout -f 904a6a2d327293f1a0c505855613e5fecaff0b57 # timeout=30 08:04:32 Commit message: "Implement readiness in go" 08:04:32 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:04:32 > git rev-list --no-walk feb54f2aba644a0a122c96082433e0ef0adfb35f # timeout=10 08:04:32 [EnvInject] - Injecting environment variables from a build step. 08:04:32 [EnvInject] - Injecting as environment variables the properties content 08:04:32 PYTHON=python3 08:04:32 08:04:32 [EnvInject] - Variables injected successfully. 08:04:32 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins7300953381219523396.sh 08:04:33 ---> tox-install.sh 08:04:33 + source /home/jenkins/lf-env.sh 08:04:33 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:04:33 ++ mktemp -d /tmp/venv-XXXX 08:04:33 + lf_venv=/tmp/venv-5i6r 08:04:33 + local venv_file=/tmp/.os_lf_venv 08:04:33 + local python=python3 08:04:33 + local options 08:04:33 + local set_path=true 08:04:33 + local install_args= 08:04:33 ++ 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 08:04:33 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:04:33 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:04:33 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:04:33 + true 08:04:33 + case $1 in 08:04:33 + venv_file=/tmp/.toxenv 08:04:33 + shift 2 08:04:33 + true 08:04:33 + case $1 in 08:04:33 + shift 08:04:33 + break 08:04:33 + case $python in 08:04:33 + local pkg_list= 08:04:33 + [[ -d /opt/pyenv ]] 08:04:33 + echo 'Setup pyenv:' 08:04:33 Setup pyenv: 08:04:33 + export PYENV_ROOT=/opt/pyenv 08:04:33 + PYENV_ROOT=/opt/pyenv 08:04:33 + 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 08:04:33 + 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 08:04:33 + pyenv versions 08:04:33 * system (set by /opt/pyenv/version) 08:04:33 * 3.8.13 (set by /opt/pyenv/version) 08:04:33 * 3.9.13 (set by /opt/pyenv/version) 08:04:33 * 3.10.6 (set by /opt/pyenv/version) 08:04:33 + command -v pyenv 08:04:33 ++ pyenv init - --no-rehash 08:04:33 + 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[*]}"'\'')" 08:04:33 export PATH="/opt/pyenv/shims:${PATH}" 08:04:33 export PYENV_SHELL=bash 08:04:33 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:04:33 pyenv() { 08:04:33 local command 08:04:33 command="${1:-}" 08:04:33 if [ "$#" -gt 0 ]; then 08:04:33 shift 08:04:33 fi 08:04:33 08:04:33 case "$command" in 08:04:33 rehash|shell) 08:04:33 eval "$(pyenv "sh-$command" "$@")" 08:04:33 ;; 08:04:33 *) 08:04:33 command pyenv "$command" "$@" 08:04:33 ;; 08:04:33 esac 08:04:33 }' 08:04:33 +++ 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[*]}"' 08:04:33 ++ 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 08:04:33 ++ 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 08:04:33 ++ 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 08:04:33 ++ export PYENV_SHELL=bash 08:04:33 ++ PYENV_SHELL=bash 08:04:33 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:04:33 +++ complete -F _pyenv pyenv 08:04:33 ++ lf-pyver python3 08:04:33 ++ local py_version_xy=python3 08:04:33 ++ local py_version_xyz= 08:04:33 ++ pyenv versions 08:04:33 ++ local command 08:04:33 ++ command=versions 08:04:33 ++ '[' 1 -gt 0 ']' 08:04:33 ++ shift 08:04:33 ++ case "$command" in 08:04:33 ++ command pyenv versions 08:04:33 ++ awk '{ print $1 }' 08:04:33 ++ pyenv versions 08:04:33 ++ grep -E '^[0-9.]*[0-9]$' 08:04:33 ++ sed 's/^[ *]* //' 08:04:33 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:04:33 +++ grep '^3' /tmp/.pyenv_versions 08:04:33 +++ sort -V 08:04:33 +++ tail -n 1 08:04:33 ++ py_version_xyz=3.10.6 08:04:33 ++ [[ -z 3.10.6 ]] 08:04:33 ++ echo 3.10.6 08:04:33 ++ return 0 08:04:33 + pyenv local 3.10.6 08:04:33 + local command 08:04:33 + command=local 08:04:33 + '[' 2 -gt 0 ']' 08:04:33 + shift 08:04:33 + case "$command" in 08:04:33 + command pyenv local 3.10.6 08:04:33 + pyenv local 3.10.6 08:04:33 + for arg in "$@" 08:04:33 + case $arg in 08:04:33 + pkg_list+='tox ' 08:04:33 + for arg in "$@" 08:04:33 + case $arg in 08:04:33 + pkg_list+='virtualenv ' 08:04:33 + for arg in "$@" 08:04:33 + case $arg in 08:04:33 + pkg_list+='urllib3~=1.26.15 ' 08:04:33 + [[ -f /tmp/.toxenv ]] 08:04:33 + [[ ! -f /tmp/.toxenv ]] 08:04:33 + [[ -n '' ]] 08:04:33 + python3 -m venv /tmp/venv-5i6r 08:04:39 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5i6r' 08:04:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5i6r 08:04:39 + echo /tmp/venv-5i6r 08:04:39 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 08:04:39 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 08:04:39 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:04:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:04:39 + local 'pip_opts=--upgrade --quiet' 08:04:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:04:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:04:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:04:39 + [[ -n '' ]] 08:04:39 + [[ -n '' ]] 08:04:39 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:04:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:04:39 + /tmp/venv-5i6r/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 08:04:43 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:04:43 lf-activate-venv(): INFO: Base packages installed successfully 08:04:43 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:04:43 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:04:43 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:04:43 + /tmp/venv-5i6r/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 08:04:45 + type python3 08:04:45 + true 08:04:45 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-5i6r/bin to PATH' 08:04:45 lf-activate-venv(): INFO: Adding /tmp/venv-5i6r/bin to PATH 08:04:45 + PATH=/tmp/venv-5i6r/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 08:04:45 + return 0 08:04:45 + python3 --version 08:04:45 Python 3.10.6 08:04:45 + python3 -m pip --version 08:04:45 pip 25.2 from /tmp/venv-5i6r/lib/python3.10/site-packages/pip (python 3.10) 08:04:45 + python3 -m pip freeze 08:04:46 cachetools==6.2.0 08:04:46 chardet==5.2.0 08:04:46 colorama==0.4.6 08:04:46 distlib==0.4.0 08:04:46 filelock==3.19.1 08:04:46 packaging==25.0 08:04:46 platformdirs==4.4.0 08:04:46 pluggy==1.6.0 08:04:46 pyproject-api==1.9.1 08:04:46 tomli==2.2.1 08:04:46 tox==4.30.2 08:04:46 typing_extensions==4.15.0 08:04:46 urllib3==1.26.20 08:04:46 virtualenv==20.34.0 08:04:46 [EnvInject] - Injecting environment variables from a build step. 08:04:46 [EnvInject] - Injecting as environment variables the properties content 08:04:46 PARALLEL=false 08:04:46 08:04:46 [EnvInject] - Variables injected successfully. 08:04:46 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins196936013200979556.sh 08:04:46 ---> tox-run.sh 08:04:46 + 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 08:04:46 + ARCHIVE_TOX_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/tox 08:04:46 + ARCHIVE_DOC_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/docs 08:04:46 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/tox 08:04:46 + cd /w/workspace/oom-readiness-master-yaml-lint/./readiness-python 08:04:46 + source /home/jenkins/lf-env.sh 08:04:46 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:04:46 ++ mktemp -d /tmp/venv-XXXX 08:04:46 + lf_venv=/tmp/venv-xALf 08:04:46 + local venv_file=/tmp/.os_lf_venv 08:04:46 + local python=python3 08:04:46 + local options 08:04:46 + local set_path=true 08:04:46 + local install_args= 08:04:46 ++ 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 08:04:46 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:04:46 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:04:46 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:04:46 + true 08:04:46 + case $1 in 08:04:46 + venv_file=/tmp/.toxenv 08:04:46 + shift 2 08:04:46 + true 08:04:46 + case $1 in 08:04:46 + shift 08:04:46 + break 08:04:46 + case $python in 08:04:46 + local pkg_list= 08:04:46 + [[ -d /opt/pyenv ]] 08:04:46 + echo 'Setup pyenv:' 08:04:46 Setup pyenv: 08:04:46 + export PYENV_ROOT=/opt/pyenv 08:04:46 + PYENV_ROOT=/opt/pyenv 08:04:46 + 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 08:04:46 + 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 08:04:46 + pyenv versions 08:04:46 system 08:04:46 3.8.13 08:04:46 3.9.13 08:04:46 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 08:04:46 + command -v pyenv 08:04:46 ++ pyenv init - --no-rehash 08:04:46 + 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[*]}"'\'')" 08:04:46 export PATH="/opt/pyenv/shims:${PATH}" 08:04:46 export PYENV_SHELL=bash 08:04:46 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:04:46 pyenv() { 08:04:46 local command 08:04:46 command="${1:-}" 08:04:46 if [ "$#" -gt 0 ]; then 08:04:46 shift 08:04:46 fi 08:04:46 08:04:46 case "$command" in 08:04:46 rehash|shell) 08:04:46 eval "$(pyenv "sh-$command" "$@")" 08:04:46 ;; 08:04:46 *) 08:04:46 command pyenv "$command" "$@" 08:04:46 ;; 08:04:46 esac 08:04:46 }' 08:04:46 +++ 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[*]}"' 08:04:46 ++ 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 08:04:46 ++ 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 08:04:46 ++ 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 08:04:46 ++ export PYENV_SHELL=bash 08:04:46 ++ PYENV_SHELL=bash 08:04:46 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:04:46 +++ complete -F _pyenv pyenv 08:04:46 ++ lf-pyver python3 08:04:46 ++ local py_version_xy=python3 08:04:46 ++ local py_version_xyz= 08:04:46 ++ pyenv versions 08:04:46 ++ local command 08:04:46 ++ command=versions 08:04:46 ++ '[' 1 -gt 0 ']' 08:04:46 ++ shift 08:04:46 ++ case "$command" in 08:04:46 ++ command pyenv versions 08:04:46 ++ pyenv versions 08:04:46 ++ awk '{ print $1 }' 08:04:46 ++ grep -E '^[0-9.]*[0-9]$' 08:04:46 ++ sed 's/^[ *]* //' 08:04:46 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:04:46 +++ grep '^3' /tmp/.pyenv_versions 08:04:46 +++ sort -V 08:04:46 +++ tail -n 1 08:04:46 ++ py_version_xyz=3.10.6 08:04:46 ++ [[ -z 3.10.6 ]] 08:04:46 ++ echo 3.10.6 08:04:46 ++ return 0 08:04:46 + pyenv local 3.10.6 08:04:46 + local command 08:04:46 + command=local 08:04:46 + '[' 2 -gt 0 ']' 08:04:46 + shift 08:04:46 + case "$command" in 08:04:46 + command pyenv local 3.10.6 08:04:46 + pyenv local 3.10.6 08:04:46 + for arg in "$@" 08:04:46 + case $arg in 08:04:46 + pkg_list+='tox ' 08:04:46 + for arg in "$@" 08:04:46 + case $arg in 08:04:46 + pkg_list+='virtualenv ' 08:04:46 + for arg in "$@" 08:04:46 + case $arg in 08:04:46 + pkg_list+='urllib3~=1.26.15 ' 08:04:46 + [[ -f /tmp/.toxenv ]] 08:04:46 ++ cat /tmp/.toxenv 08:04:46 + lf_venv=/tmp/venv-5i6r 08:04:46 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-5i6r from' file:/tmp/.toxenv 08:04:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-5i6r from file:/tmp/.toxenv 08:04:46 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:04:46 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:04:46 + local 'pip_opts=--upgrade --quiet' 08:04:46 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:04:46 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:04:46 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:04:46 + [[ -n '' ]] 08:04:46 + [[ -n '' ]] 08:04:46 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:04:46 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:04:46 + /tmp/venv-5i6r/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 08:04:47 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:04:47 lf-activate-venv(): INFO: Base packages installed successfully 08:04:47 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:04:47 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:04:47 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:04:47 + /tmp/venv-5i6r/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 08:04:48 + type python3 08:04:48 + true 08:04:48 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-5i6r/bin to PATH' 08:04:48 lf-activate-venv(): INFO: Adding /tmp/venv-5i6r/bin to PATH 08:04:48 + PATH=/tmp/venv-5i6r/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 08:04:48 + return 0 08:04:48 + [[ -d /opt/pyenv ]] 08:04:48 + echo '---> Setting up pyenv' 08:04:48 ---> Setting up pyenv 08:04:48 + export PYENV_ROOT=/opt/pyenv 08:04:48 + PYENV_ROOT=/opt/pyenv 08:04:48 + export PATH=/opt/pyenv/bin:/tmp/venv-5i6r/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 08:04:48 + PATH=/opt/pyenv/bin:/tmp/venv-5i6r/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 08:04:48 ++ pwd 08:04:48 + PYTHONPATH=/w/workspace/oom-readiness-master-yaml-lint/readiness-python 08:04:48 + export PYTHONPATH 08:04:48 + export TOX_TESTENV_PASSENV=PYTHONPATH 08:04:48 + TOX_TESTENV_PASSENV=PYTHONPATH 08:04:48 + tox --version 08:04:49 4.30.2 from /tmp/venv-5i6r/lib/python3.10/site-packages/tox/__init__.py 08:04:49 + PARALLEL=false 08:04:49 + TOX_OPTIONS_LIST= 08:04:49 + [[ -n yaml ]] 08:04:49 + TOX_OPTIONS_LIST=' -e yaml' 08:04:49 + case ${PARALLEL,,} in 08:04:49 + tox -e yaml 08:04:49 + tee -a /w/workspace/oom-readiness-master-yaml-lint/archives/tox/tox.log 08:04:50 yaml: install_deps> python -I -m pip install coala-bears nodeenv 08:05:20 yaml: freeze> python -m pip freeze --all 08:05:21 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 08:05:21 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 08:05:21 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn --bears YAMLLintBear --files $( Completed tox runs' 08:05:22 ---> Completed tox runs 08:05:22 + for i in .tox/*/log 08:05:22 ++ echo .tox/yaml/log 08:05:22 ++ awk -F/ '{print $2}' 08:05:22 + tox_env=yaml 08:05:22 + cp -r .tox/yaml/log /w/workspace/oom-readiness-master-yaml-lint/archives/tox/yaml 08:05:22 + DOC_DIR=docs/_build/html 08:05:22 + [[ -d docs/_build/html ]] 08:05:22 + echo '---> tox-run.sh ends' 08:05:22 ---> tox-run.sh ends 08:05:22 + test 0 -eq 0 08:05:22 $ ssh-agent -k 08:05:22 unset SSH_AUTH_SOCK; 08:05:22 unset SSH_AGENT_PID; 08:05:22 echo Agent pid 1655 killed; 08:05:22 [ssh-agent] Stopped. 08:05:22 [PostBuildScript] - [INFO] Executing post build scripts. 08:05:22 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins3272628916209587060.sh 08:05:22 ---> sysstat.sh 08:05:22 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins7024373970705083971.sh 08:05:22 ---> package-listing.sh 08:05:22 ++ facter osfamily 08:05:22 ++ tr '[:upper:]' '[:lower:]' 08:05:22 + OS_FAMILY=debian 08:05:22 + workspace=/w/workspace/oom-readiness-master-yaml-lint 08:05:22 + START_PACKAGES=/tmp/packages_start.txt 08:05:22 + END_PACKAGES=/tmp/packages_end.txt 08:05:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:05:22 + PACKAGES=/tmp/packages_start.txt 08:05:22 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 08:05:22 + PACKAGES=/tmp/packages_end.txt 08:05:22 + case "${OS_FAMILY}" in 08:05:22 + grep '^ii' 08:05:22 + dpkg -l 08:05:22 + '[' -f /tmp/packages_start.txt ']' 08:05:22 + '[' -f /tmp/packages_end.txt ']' 08:05:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:05:22 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 08:05:22 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/ 08:05:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-readiness-master-yaml-lint/archives/ 08:05:22 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins8342554334367268520.sh 08:05:22 ---> capture-instance-metadata.sh 08:05:22 Setup pyenv: 08:05:22 system 08:05:22 3.8.13 08:05:22 3.9.13 08:05:22 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 08:05:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Nqsc 08:05:27 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:05:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:05:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:05:32 lf-activate-venv(): INFO: Base packages installed successfully 08:05:32 lf-activate-venv(): INFO: Installing additional packages: lftools 08:05:55 lf-activate-venv(): INFO: Adding /tmp/venv-Nqsc/bin to PATH 08:05:55 INFO: Running in OpenStack, capturing instance metadata 08:05:55 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins2388092622855264038.sh 08:05:55 provisioning config files... 08:05:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-readiness-master-yaml-lint@tmp/config11373616817186297554tmp 08:05:56 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:05:56 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:05:56 [EnvInject] - Injecting environment variables from a build step. 08:05:56 [EnvInject] - Injecting as environment variables the properties content 08:05:56 SERVER_ID=logs 08:05:56 08:05:56 [EnvInject] - Variables injected successfully. 08:05:56 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins8137389751002246384.sh 08:05:56 ---> create-netrc.sh 08:05:56 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins5359051503044639062.sh 08:05:56 ---> python-tools-install.sh 08:05:56 Setup pyenv: 08:05:56 system 08:05:56 3.8.13 08:05:56 3.9.13 08:05:56 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 08:05:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Nqsc from file:/tmp/.os_lf_venv 08:05:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:05:56 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:05:58 lf-activate-venv(): INFO: Base packages installed successfully 08:05:58 lf-activate-venv(): INFO: Installing additional packages: lftools 08:06:10 lf-activate-venv(): INFO: Adding /tmp/venv-Nqsc/bin to PATH 08:06:10 Generating Requirements File 08:06:30 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. 08:06:30 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:06:30 Python 3.10.6 08:06:30 pip 25.2 from /tmp/venv-Nqsc/lib/python3.10/site-packages/pip (python 3.10) 08:06:30 appdirs==1.4.4 08:06:30 argcomplete==3.6.2 08:06:30 aspy.yaml==1.3.0 08:06:30 attrs==25.3.0 08:06:30 autopage==0.5.2 08:06:30 beautifulsoup4==4.14.2 08:06:30 boto3==1.40.41 08:06:30 botocore==1.40.41 08:06:30 bs4==0.0.2 08:06:30 cachetools==6.2.0 08:06:30 certifi==2025.8.3 08:06:30 cffi==2.0.0 08:06:30 cfgv==3.4.0 08:06:30 chardet==5.2.0 08:06:30 charset-normalizer==3.4.3 08:06:30 click==8.3.0 08:06:30 cliff==4.11.0 08:06:30 cmd2==2.7.0 08:06:30 cryptography==3.3.2 08:06:30 debtcollector==3.0.0 08:06:30 decorator==5.2.1 08:06:30 defusedxml==0.7.1 08:06:30 Deprecated==1.2.18 08:06:30 distlib==0.4.0 08:06:30 dnspython==2.8.0 08:06:30 docker==7.1.0 08:06:30 dogpile.cache==1.4.1 08:06:30 durationpy==0.10 08:06:30 email-validator==2.3.0 08:06:30 filelock==3.19.1 08:06:30 future==1.0.0 08:06:30 gitdb==4.0.12 08:06:30 GitPython==3.1.45 08:06:30 google-auth==2.41.0 08:06:30 httplib2==0.31.0 08:06:30 identify==2.6.14 08:06:30 idna==3.10 08:06:30 importlib-resources==1.5.0 08:06:30 iso8601==2.1.0 08:06:30 Jinja2==3.1.6 08:06:30 jmespath==1.0.1 08:06:30 jsonpatch==1.33 08:06:30 jsonpointer==3.0.0 08:06:30 jsonschema==4.25.1 08:06:30 jsonschema-specifications==2025.9.1 08:06:30 keystoneauth1==5.12.0 08:06:30 kubernetes==34.1.0 08:06:30 lftools==0.37.14 08:06:30 lxml==6.0.2 08:06:30 markdown-it-py==4.0.0 08:06:30 MarkupSafe==3.0.3 08:06:30 mdurl==0.1.2 08:06:30 msgpack==1.1.1 08:06:30 multi_key_dict==2.0.3 08:06:30 munch==4.0.0 08:06:30 netaddr==1.3.0 08:06:30 niet==1.4.2 08:06:30 nodeenv==1.9.1 08:06:30 oauth2client==4.1.3 08:06:30 oauthlib==3.3.1 08:06:30 openstacksdk==4.7.1 08:06:30 os-service-types==1.8.0 08:06:30 osc-lib==4.2.0 08:06:30 oslo.config==10.0.0 08:06:30 oslo.context==6.1.0 08:06:30 oslo.i18n==6.6.0 08:06:30 oslo.log==7.2.1 08:06:30 oslo.serialization==5.8.0 08:06:30 oslo.utils==9.1.0 08:06:30 packaging==25.0 08:06:30 pbr==7.0.1 08:06:30 platformdirs==4.4.0 08:06:30 prettytable==3.16.0 08:06:30 psutil==7.1.0 08:06:30 pyasn1==0.6.1 08:06:30 pyasn1_modules==0.4.2 08:06:30 pycparser==2.23 08:06:30 pygerrit2==2.0.15 08:06:30 PyGithub==2.8.1 08:06:30 Pygments==2.19.2 08:06:30 PyJWT==2.10.1 08:06:30 PyNaCl==1.6.0 08:06:30 pyparsing==2.4.7 08:06:30 pyperclip==1.11.0 08:06:30 pyrsistent==0.20.0 08:06:30 python-cinderclient==9.8.0 08:06:30 python-dateutil==2.9.0.post0 08:06:30 python-heatclient==4.3.0 08:06:30 python-jenkins==1.8.3 08:06:30 python-keystoneclient==5.7.0 08:06:30 python-magnumclient==4.9.0 08:06:30 python-openstackclient==8.2.0 08:06:30 python-swiftclient==4.8.0 08:06:30 PyYAML==6.0.3 08:06:30 referencing==0.36.2 08:06:30 requests==2.32.5 08:06:30 requests-oauthlib==2.0.0 08:06:30 requestsexceptions==1.4.0 08:06:30 rfc3986==2.0.0 08:06:30 rich==14.1.0 08:06:30 rich-argparse==1.7.1 08:06:30 rpds-py==0.27.1 08:06:30 rsa==4.9.1 08:06:30 ruamel.yaml==0.18.15 08:06:30 ruamel.yaml.clib==0.2.14 08:06:30 s3transfer==0.14.0 08:06:30 simplejson==3.20.2 08:06:30 six==1.17.0 08:06:30 smmap==5.0.2 08:06:30 soupsieve==2.8 08:06:30 stevedore==5.5.0 08:06:30 tabulate==0.9.0 08:06:30 toml==0.10.2 08:06:30 tomlkit==0.13.3 08:06:30 tqdm==4.67.1 08:06:30 typing_extensions==4.15.0 08:06:30 tzdata==2025.2 08:06:30 urllib3==1.26.20 08:06:30 virtualenv==20.34.0 08:06:30 wcwidth==0.2.14 08:06:30 websocket-client==1.8.0 08:06:30 wrapt==1.17.3 08:06:30 xdg==6.0.0 08:06:30 xmltodict==1.0.2 08:06:30 yq==3.4.3 08:06:30 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins141970259276836314.sh 08:06:30 ---> sudo-logs.sh 08:06:30 Archiving 'sudo' log.. 08:06:31 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins16361251714007638283.sh 08:06:31 ---> job-cost.sh 08:06:31 Setup pyenv: 08:06:31 system 08:06:31 3.8.13 08:06:31 3.9.13 08:06:31 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 08:06:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Nqsc from file:/tmp/.os_lf_venv 08:06:31 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:06:31 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:06:33 lf-activate-venv(): INFO: Base packages installed successfully 08:06:33 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:06:39 lf-activate-venv(): INFO: Adding /tmp/venv-Nqsc/bin to PATH 08:06:39 INFO: No Stack... 08:06:39 INFO: Retrieving Pricing Info for: v3-standard-4 08:06:39 INFO: Archiving Costs 08:06:39 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins6313796648748079402.sh 08:06:39 ---> logs-deploy.sh 08:06:39 Setup pyenv: 08:06:39 system 08:06:39 3.8.13 08:06:39 3.9.13 08:06:39 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 08:06:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Nqsc from file:/tmp/.os_lf_venv 08:06:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:06:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:06:41 lf-activate-venv(): INFO: Base packages installed successfully 08:06:41 lf-activate-venv(): INFO: Installing additional packages: lftools 08:06:50 lf-activate-venv(): INFO: Adding /tmp/venv-Nqsc/bin to PATH 08:06:50 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-readiness-master-yaml-lint/51 08:06:50 INFO: archiving workspace using pattern(s): 08:06:51 Archives upload complete. 08:06:51 INFO: archiving logs to Nexus 08:06:52 ---> uname -a: 08:06:52 Linux prd-ubuntu1804-builder-4c-4g-1241 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 08:06:52 08:06:52 08:06:52 ---> lscpu: 08:06:52 Architecture: x86_64 08:06:52 CPU op-mode(s): 32-bit, 64-bit 08:06:52 Byte Order: Little Endian 08:06:52 CPU(s): 4 08:06:52 On-line CPU(s) list: 0-3 08:06:52 Thread(s) per core: 1 08:06:52 Core(s) per socket: 1 08:06:52 Socket(s): 4 08:06:52 NUMA node(s): 1 08:06:52 Vendor ID: AuthenticAMD 08:06:52 CPU family: 23 08:06:52 Model: 49 08:06:52 Model name: AMD EPYC-Rome Processor 08:06:52 Stepping: 0 08:06:52 CPU MHz: 2799.998 08:06:52 BogoMIPS: 5599.99 08:06:52 Virtualization: AMD-V 08:06:52 Hypervisor vendor: KVM 08:06:52 Virtualization type: full 08:06:52 L1d cache: 32K 08:06:52 L1i cache: 32K 08:06:52 L2 cache: 512K 08:06:52 L3 cache: 16384K 08:06:52 NUMA node0 CPU(s): 0-3 08:06:52 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 08:06:52 08:06:52 08:06:52 ---> nproc: 08:06:52 4 08:06:52 08:06:52 08:06:52 ---> df -h: 08:06:52 Filesystem Size Used Avail Use% Mounted on 08:06:52 udev 7.9G 0 7.9G 0% /dev 08:06:52 tmpfs 1.6G 672K 1.6G 1% /run 08:06:52 /dev/vda1 78G 8.4G 69G 11% / 08:06:52 tmpfs 7.9G 0 7.9G 0% /dev/shm 08:06:52 tmpfs 5.0M 0 5.0M 0% /run/lock 08:06:52 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 08:06:52 /dev/vda15 105M 4.4M 100M 5% /boot/efi 08:06:52 tmpfs 1.6G 0 1.6G 0% /run/user/1001 08:06:52 08:06:52 08:06:52 ---> free -m: 08:06:52 total used free shared buff/cache available 08:06:52 Mem: 16040 534 13299 0 2206 15182 08:06:52 Swap: 1023 0 1023 08:06:52 08:06:52 08:06:52 ---> ip addr: 08:06:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:06:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:06:52 inet 127.0.0.1/8 scope host lo 08:06:52 valid_lft forever preferred_lft forever 08:06:52 inet6 ::1/128 scope host 08:06:52 valid_lft forever preferred_lft forever 08:06:52 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:06:52 link/ether fa:16:3e:93:9b:26 brd ff:ff:ff:ff:ff:ff 08:06:52 inet 10.30.106.60/23 brd 10.30.107.255 scope global dynamic ens3 08:06:52 valid_lft 86235sec preferred_lft 86235sec 08:06:52 inet6 fe80::f816:3eff:fe93:9b26/64 scope link 08:06:52 valid_lft forever preferred_lft forever 08:06:52 08:06:52 08:06:52 ---> sar -b -r -n DEV: 08:06:52 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1241) 09/30/25 _x86_64_ (4 CPU) 08:06:52 08:06:52 08:04:08 LINUX RESTART (4 CPU) 08:06:52 08:06:52 08:05:02 tps rtps wtps bread/s bwrtn/s 08:06:52 08:06:01 144.37 5.34 139.03 525.88 38381.56 08:06:52 Average: 144.37 5.34 139.03 525.88 38381.56 08:06:52 08:06:52 08:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:06:52 08:06:01 13768208 15563988 2656760 16.18 82816 1897940 812584 4.65 677764 1731916 165676 08:06:52 Average: 13768208 15563988 2656760 16.18 82816 1897940 812584 4.65 677764 1731916 165676 08:06:52 08:06:52 08:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:06:52 08:06:01 ens3 60.60 43.65 1069.88 10.02 0.00 0.00 0.00 0.00 08:06:52 08:06:01 lo 0.81 0.81 0.10 0.10 0.00 0.00 0.00 0.00 08:06:52 Average: ens3 60.60 43.65 1069.88 10.02 0.00 0.00 0.00 0.00 08:06:52 Average: lo 0.81 0.81 0.10 0.10 0.00 0.00 0.00 0.00 08:06:52 08:06:52 08:06:52 ---> sar -P ALL: 08:06:52 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1241) 09/30/25 _x86_64_ (4 CPU) 08:06:52 08:06:52 08:04:08 LINUX RESTART (4 CPU) 08:06:52 08:06:52 08:05:02 CPU %user %nice %system %iowait %steal %idle 08:06:52 08:06:01 all 18.02 0.00 1.72 8.04 0.06 72.16 08:06:52 08:06:01 0 14.14 0.00 1.65 11.92 0.05 72.24 08:06:52 08:06:01 1 9.60 0.00 1.24 11.02 0.07 78.07 08:06:52 08:06:01 2 32.35 0.00 2.27 2.46 0.08 62.82 08:06:52 08:06:01 3 15.97 0.00 1.76 6.71 0.07 75.49 08:06:52 Average: all 18.02 0.00 1.72 8.04 0.06 72.16 08:06:52 Average: 0 14.14 0.00 1.65 11.92 0.05 72.24 08:06:52 Average: 1 9.60 0.00 1.24 11.02 0.07 78.07 08:06:52 Average: 2 32.35 0.00 2.27 2.46 0.08 62.82 08:06:52 Average: 3 15.97 0.00 1.76 6.71 0.07 75.49 08:06:52 08:06:52 08:06:52