12:27:21 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/readiness/+/142116 12:27:21 Running as SYSTEM 12:27:21 [EnvInject] - Loading node environment variables. 12:27:21 Building remotely on prd-ubuntu1804-builder-4c-4g-1058 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-readiness-master-yaml-lint 12:27:21 [ssh-agent] Looking for ssh-agent implementation... 12:27:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:27:21 $ ssh-agent 12:27:21 SSH_AUTH_SOCK=/tmp/ssh-lI10ApJVPw8J/agent.1826 12:27:21 SSH_AGENT_PID=1827 12:27:21 [ssh-agent] Started. 12:27:21 Running ssh-add (command line suppressed) 12:27:21 Identity added: /w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_9777604522641538997.key (/w/workspace/oom-readiness-master-yaml-lint@tmp/private_key_9777604522641538997.key) 12:27:21 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 12:27:21 The recommended git tool is: NONE 12:27:23 using credential onap-jenkins-ssh 12:27:23 Wiping out workspace first. 12:27:23 Cloning the remote Git repository 12:27:23 Cloning repository git://cloud.onap.org/mirror/oom/readiness.git 12:27:23 > git init /w/workspace/oom-readiness-master-yaml-lint # timeout=10 12:27:23 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 12:27:23 > git --version # timeout=10 12:27:23 > git --version # 'git version 2.17.1' 12:27:23 using GIT_SSH to set credentials Gerrit user 12:27:23 Verifying host key using manually-configured host key entries 12:27:23 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git +refs/heads/*:refs/remotes/origin/* # timeout=30 12:27:23 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 12:27:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:27:24 > git config remote.origin.url git://cloud.onap.org/mirror/oom/readiness.git # timeout=10 12:27:24 Fetching upstream changes from git://cloud.onap.org/mirror/oom/readiness.git 12:27:24 using GIT_SSH to set credentials Gerrit user 12:27:24 Verifying host key using manually-configured host key entries 12:27:24 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom/readiness.git refs/changes/16/142116/7 # timeout=30 12:27:24 > git rev-parse f0534bde522992b05ae25428250f903577d9d6b1^{commit} # timeout=10 12:27:24 Checking out Revision f0534bde522992b05ae25428250f903577d9d6b1 (refs/changes/16/142116/7) 12:27:24 > git config core.sparsecheckout # timeout=10 12:27:24 > git checkout -f f0534bde522992b05ae25428250f903577d9d6b1 # timeout=30 12:27:27 Commit message: "Implement readiness in go" 12:27:27 > git rev-parse FETCH_HEAD^{commit} # timeout=10 12:27:27 > git rev-list --no-walk feb54f2aba644a0a122c96082433e0ef0adfb35f # timeout=10 12:27:27 [EnvInject] - Injecting environment variables from a build step. 12:27:27 [EnvInject] - Injecting as environment variables the properties content 12:27:27 PYTHON=python3 12:27:27 12:27:27 [EnvInject] - Variables injected successfully. 12:27:27 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins7581967358706397465.sh 12:27:27 ---> tox-install.sh 12:27:27 + source /home/jenkins/lf-env.sh 12:27:27 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:27:27 ++ mktemp -d /tmp/venv-XXXX 12:27:27 + lf_venv=/tmp/venv-YTlG 12:27:27 + local venv_file=/tmp/.os_lf_venv 12:27:27 + local python=python3 12:27:27 + local options 12:27:27 + local set_path=true 12:27:27 + local install_args= 12:27:27 ++ 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 12:27:27 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:27:27 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:27:27 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:27:27 + true 12:27:27 + case $1 in 12:27:27 + venv_file=/tmp/.toxenv 12:27:27 + shift 2 12:27:27 + true 12:27:27 + case $1 in 12:27:27 + shift 12:27:27 + break 12:27:27 + case $python in 12:27:27 + local pkg_list= 12:27:27 + [[ -d /opt/pyenv ]] 12:27:27 + echo 'Setup pyenv:' 12:27:27 Setup pyenv: 12:27:27 + export PYENV_ROOT=/opt/pyenv 12:27:27 + PYENV_ROOT=/opt/pyenv 12:27:27 + 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 12:27:27 + 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 12:27:27 + pyenv versions 12:27:27 * system (set by /opt/pyenv/version) 12:27:27 * 3.8.13 (set by /opt/pyenv/version) 12:27:27 * 3.9.13 (set by /opt/pyenv/version) 12:27:27 * 3.10.6 (set by /opt/pyenv/version) 12:27:27 + command -v pyenv 12:27:27 ++ pyenv init - --no-rehash 12:27:27 + 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[*]}"'\'')" 12:27:27 export PATH="/opt/pyenv/shims:${PATH}" 12:27:27 export PYENV_SHELL=bash 12:27:27 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:27:27 pyenv() { 12:27:27 local command 12:27:27 command="${1:-}" 12:27:27 if [ "$#" -gt 0 ]; then 12:27:27 shift 12:27:27 fi 12:27:27 12:27:27 case "$command" in 12:27:27 rehash|shell) 12:27:27 eval "$(pyenv "sh-$command" "$@")" 12:27:27 ;; 12:27:27 *) 12:27:27 command pyenv "$command" "$@" 12:27:27 ;; 12:27:27 esac 12:27:27 }' 12:27:27 +++ 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[*]}"' 12:27:27 ++ 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 12:27:27 ++ 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 12:27:27 ++ 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 12:27:27 ++ export PYENV_SHELL=bash 12:27:27 ++ PYENV_SHELL=bash 12:27:27 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:27:27 +++ complete -F _pyenv pyenv 12:27:27 ++ lf-pyver python3 12:27:27 ++ local py_version_xy=python3 12:27:27 ++ local py_version_xyz= 12:27:27 ++ pyenv versions 12:27:27 ++ local command 12:27:27 ++ sed 's/^[ *]* //' 12:27:27 ++ command=versions 12:27:27 ++ '[' 1 -gt 0 ']' 12:27:27 ++ shift 12:27:27 ++ case "$command" in 12:27:27 ++ command pyenv versions 12:27:27 ++ pyenv versions 12:27:27 ++ awk '{ print $1 }' 12:27:27 ++ grep -E '^[0-9.]*[0-9]$' 12:27:27 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:27:27 +++ grep '^3' /tmp/.pyenv_versions 12:27:27 +++ sort -V 12:27:27 +++ tail -n 1 12:27:28 ++ py_version_xyz=3.10.6 12:27:28 ++ [[ -z 3.10.6 ]] 12:27:28 ++ echo 3.10.6 12:27:28 ++ return 0 12:27:28 + pyenv local 3.10.6 12:27:28 + local command 12:27:28 + command=local 12:27:28 + '[' 2 -gt 0 ']' 12:27:28 + shift 12:27:28 + case "$command" in 12:27:28 + command pyenv local 3.10.6 12:27:28 + pyenv local 3.10.6 12:27:28 + for arg in "$@" 12:27:28 + case $arg in 12:27:28 + pkg_list+='tox ' 12:27:28 + for arg in "$@" 12:27:28 + case $arg in 12:27:28 + pkg_list+='virtualenv ' 12:27:28 + for arg in "$@" 12:27:28 + case $arg in 12:27:28 + pkg_list+='urllib3~=1.26.15 ' 12:27:28 + [[ -f /tmp/.toxenv ]] 12:27:28 + [[ ! -f /tmp/.toxenv ]] 12:27:28 + [[ -n '' ]] 12:27:28 + python3 -m venv /tmp/venv-YTlG 12:27:32 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YTlG' 12:27:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YTlG 12:27:32 + echo /tmp/venv-YTlG 12:27:32 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 12:27:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 12:27:32 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:27:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:27:32 + local 'pip_opts=--upgrade --quiet' 12:27:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:27:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:27:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:27:32 + [[ -n '' ]] 12:27:32 + [[ -n '' ]] 12:27:32 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:27:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:27:32 + /tmp/venv-YTlG/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 12:27:36 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:27:36 lf-activate-venv(): INFO: Base packages installed successfully 12:27:36 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:27:36 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:27:36 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:27:36 + /tmp/venv-YTlG/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 12:27:38 + type python3 12:27:38 + true 12:27:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YTlG/bin to PATH' 12:27:38 lf-activate-venv(): INFO: Adding /tmp/venv-YTlG/bin to PATH 12:27:38 + PATH=/tmp/venv-YTlG/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 12:27:38 + return 0 12:27:38 + python3 --version 12:27:38 Python 3.10.6 12:27:38 + python3 -m pip --version 12:27:39 pip 25.2 from /tmp/venv-YTlG/lib/python3.10/site-packages/pip (python 3.10) 12:27:39 + python3 -m pip freeze 12:27:39 cachetools==6.2.0 12:27:39 chardet==5.2.0 12:27:39 colorama==0.4.6 12:27:39 distlib==0.4.0 12:27:39 filelock==3.19.1 12:27:39 packaging==25.0 12:27:39 platformdirs==4.4.0 12:27:39 pluggy==1.6.0 12:27:39 pyproject-api==1.9.1 12:27:39 tomli==2.2.1 12:27:39 tox==4.30.2 12:27:39 typing_extensions==4.15.0 12:27:39 urllib3==1.26.20 12:27:39 virtualenv==20.34.0 12:27:39 [EnvInject] - Injecting environment variables from a build step. 12:27:39 [EnvInject] - Injecting as environment variables the properties content 12:27:39 PARALLEL=false 12:27:39 12:27:39 [EnvInject] - Variables injected successfully. 12:27:39 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins2899482102080664242.sh 12:27:39 ---> tox-run.sh 12:27:39 + 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 12:27:39 + ARCHIVE_TOX_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/tox 12:27:39 + ARCHIVE_DOC_DIR=/w/workspace/oom-readiness-master-yaml-lint/archives/docs 12:27:39 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/tox 12:27:39 + cd /w/workspace/oom-readiness-master-yaml-lint/./readiness-python 12:27:39 + source /home/jenkins/lf-env.sh 12:27:39 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:27:39 ++ mktemp -d /tmp/venv-XXXX 12:27:39 + lf_venv=/tmp/venv-45Bh 12:27:39 + local venv_file=/tmp/.os_lf_venv 12:27:39 + local python=python3 12:27:39 + local options 12:27:39 + local set_path=true 12:27:39 + local install_args= 12:27:39 ++ 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 12:27:39 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:27:39 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:27:39 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:27:39 + true 12:27:39 + case $1 in 12:27:39 + venv_file=/tmp/.toxenv 12:27:39 + shift 2 12:27:39 + true 12:27:39 + case $1 in 12:27:39 + shift 12:27:39 + break 12:27:39 + case $python in 12:27:39 + local pkg_list= 12:27:39 + [[ -d /opt/pyenv ]] 12:27:39 + echo 'Setup pyenv:' 12:27:39 Setup pyenv: 12:27:39 + export PYENV_ROOT=/opt/pyenv 12:27:39 + PYENV_ROOT=/opt/pyenv 12:27:39 + 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 12:27:39 + 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 12:27:39 + pyenv versions 12:27:39 system 12:27:39 3.8.13 12:27:39 3.9.13 12:27:39 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 12:27:39 + command -v pyenv 12:27:39 ++ pyenv init - --no-rehash 12:27:39 + 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[*]}"'\'')" 12:27:39 export PATH="/opt/pyenv/shims:${PATH}" 12:27:39 export PYENV_SHELL=bash 12:27:39 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:27:39 pyenv() { 12:27:39 local command 12:27:39 command="${1:-}" 12:27:39 if [ "$#" -gt 0 ]; then 12:27:39 shift 12:27:39 fi 12:27:39 12:27:39 case "$command" in 12:27:39 rehash|shell) 12:27:39 eval "$(pyenv "sh-$command" "$@")" 12:27:39 ;; 12:27:39 *) 12:27:39 command pyenv "$command" "$@" 12:27:39 ;; 12:27:39 esac 12:27:39 }' 12:27:39 +++ 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[*]}"' 12:27:39 ++ 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 12:27:39 ++ 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 12:27:39 ++ 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 12:27:39 ++ export PYENV_SHELL=bash 12:27:39 ++ PYENV_SHELL=bash 12:27:39 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:27:39 +++ complete -F _pyenv pyenv 12:27:39 ++ lf-pyver python3 12:27:39 ++ local py_version_xy=python3 12:27:39 ++ local py_version_xyz= 12:27:39 ++ pyenv versions 12:27:39 ++ local command 12:27:39 ++ command=versions 12:27:39 ++ '[' 1 -gt 0 ']' 12:27:39 ++ shift 12:27:39 ++ case "$command" in 12:27:39 ++ command pyenv versions 12:27:39 ++ pyenv versions 12:27:39 ++ sed 's/^[ *]* //' 12:27:39 ++ grep -E '^[0-9.]*[0-9]$' 12:27:39 ++ awk '{ print $1 }' 12:27:39 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:27:39 +++ grep '^3' /tmp/.pyenv_versions 12:27:39 +++ sort -V 12:27:39 +++ tail -n 1 12:27:39 ++ py_version_xyz=3.10.6 12:27:39 ++ [[ -z 3.10.6 ]] 12:27:39 ++ echo 3.10.6 12:27:39 ++ return 0 12:27:39 + pyenv local 3.10.6 12:27:39 + local command 12:27:39 + command=local 12:27:39 + '[' 2 -gt 0 ']' 12:27:39 + shift 12:27:39 + case "$command" in 12:27:39 + command pyenv local 3.10.6 12:27:39 + pyenv local 3.10.6 12:27:39 + for arg in "$@" 12:27:39 + case $arg in 12:27:39 + pkg_list+='tox ' 12:27:39 + for arg in "$@" 12:27:39 + case $arg in 12:27:39 + pkg_list+='virtualenv ' 12:27:39 + for arg in "$@" 12:27:39 + case $arg in 12:27:39 + pkg_list+='urllib3~=1.26.15 ' 12:27:39 + [[ -f /tmp/.toxenv ]] 12:27:39 ++ cat /tmp/.toxenv 12:27:39 + lf_venv=/tmp/venv-YTlG 12:27:39 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YTlG from' file:/tmp/.toxenv 12:27:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YTlG from file:/tmp/.toxenv 12:27:39 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:27:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:27:39 + local 'pip_opts=--upgrade --quiet' 12:27:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:27:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:27:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:27:39 + [[ -n '' ]] 12:27:39 + [[ -n '' ]] 12:27:39 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:27:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:27:39 + /tmp/venv-YTlG/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 12:27:40 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:27:40 lf-activate-venv(): INFO: Base packages installed successfully 12:27:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:27:40 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:27:40 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:27:40 + /tmp/venv-YTlG/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 12:27:41 + type python3 12:27:41 + true 12:27:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YTlG/bin to PATH' 12:27:41 lf-activate-venv(): INFO: Adding /tmp/venv-YTlG/bin to PATH 12:27:41 + PATH=/tmp/venv-YTlG/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 12:27:41 + return 0 12:27:41 + [[ -d /opt/pyenv ]] 12:27:41 + echo '---> Setting up pyenv' 12:27:41 ---> Setting up pyenv 12:27:41 + export PYENV_ROOT=/opt/pyenv 12:27:41 + PYENV_ROOT=/opt/pyenv 12:27:41 + export PATH=/opt/pyenv/bin:/tmp/venv-YTlG/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 12:27:41 + PATH=/opt/pyenv/bin:/tmp/venv-YTlG/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 12:27:41 ++ pwd 12:27:41 + PYTHONPATH=/w/workspace/oom-readiness-master-yaml-lint/readiness-python 12:27:41 + export PYTHONPATH 12:27:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 12:27:41 + TOX_TESTENV_PASSENV=PYTHONPATH 12:27:41 + tox --version 12:27:42 4.30.2 from /tmp/venv-YTlG/lib/python3.10/site-packages/tox/__init__.py 12:27:42 + PARALLEL=false 12:27:42 + TOX_OPTIONS_LIST= 12:27:42 + [[ -n yaml ]] 12:27:42 + TOX_OPTIONS_LIST=' -e yaml' 12:27:42 + case ${PARALLEL,,} in 12:27:42 + tox -e yaml 12:27:42 + tee -a /w/workspace/oom-readiness-master-yaml-lint/archives/tox/tox.log 12:27:43 yaml: install_deps> python -I -m pip install coala-bears nodeenv 12:28:10 yaml: freeze> python -m pip freeze --all 12:28:10 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 12:28:10 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 12:28:10 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn --bears YAMLLintBear --files $( Completed tox runs' 12:28:11 ---> Completed tox runs 12:28:11 + for i in .tox/*/log 12:28:11 ++ echo .tox/yaml/log 12:28:11 ++ awk -F/ '{print $2}' 12:28:11 + tox_env=yaml 12:28:11 + cp -r .tox/yaml/log /w/workspace/oom-readiness-master-yaml-lint/archives/tox/yaml 12:28:11 + DOC_DIR=docs/_build/html 12:28:11 + [[ -d docs/_build/html ]] 12:28:11 + echo '---> tox-run.sh ends' 12:28:11 ---> tox-run.sh ends 12:28:11 + test 0 -eq 0 12:28:11 $ ssh-agent -k 12:28:11 unset SSH_AUTH_SOCK; 12:28:11 unset SSH_AGENT_PID; 12:28:11 echo Agent pid 1827 killed; 12:28:11 [ssh-agent] Stopped. 12:28:11 [PostBuildScript] - [INFO] Executing post build scripts. 12:28:12 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins13892214362785344051.sh 12:28:12 ---> sysstat.sh 12:28:12 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins15417120712106859005.sh 12:28:12 ---> package-listing.sh 12:28:12 ++ tr '[:upper:]' '[:lower:]' 12:28:12 ++ facter osfamily 12:28:12 + OS_FAMILY=debian 12:28:12 + workspace=/w/workspace/oom-readiness-master-yaml-lint 12:28:12 + START_PACKAGES=/tmp/packages_start.txt 12:28:12 + END_PACKAGES=/tmp/packages_end.txt 12:28:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:28:12 + PACKAGES=/tmp/packages_start.txt 12:28:12 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 12:28:12 + PACKAGES=/tmp/packages_end.txt 12:28:12 + case "${OS_FAMILY}" in 12:28:12 + dpkg -l 12:28:12 + grep '^ii' 12:28:12 + '[' -f /tmp/packages_start.txt ']' 12:28:12 + '[' -f /tmp/packages_end.txt ']' 12:28:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:28:12 + '[' /w/workspace/oom-readiness-master-yaml-lint ']' 12:28:12 + mkdir -p /w/workspace/oom-readiness-master-yaml-lint/archives/ 12:28:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-readiness-master-yaml-lint/archives/ 12:28:12 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins13360978019199253393.sh 12:28:12 ---> capture-instance-metadata.sh 12:28:12 Setup pyenv: 12:28:12 system 12:28:12 3.8.13 12:28:12 3.9.13 12:28:12 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 12:28:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mp8o 12:28:16 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:28:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:28:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:28:20 lf-activate-venv(): INFO: Base packages installed successfully 12:28:20 lf-activate-venv(): INFO: Installing additional packages: lftools 12:28:43 lf-activate-venv(): INFO: Adding /tmp/venv-mp8o/bin to PATH 12:28:43 INFO: Running in OpenStack, capturing instance metadata 12:28:44 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins16540624083368749393.sh 12:28:44 provisioning config files... 12:28:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-readiness-master-yaml-lint@tmp/config4520302502302860177tmp 12:28:44 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 12:28:44 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 12:28:44 [EnvInject] - Injecting environment variables from a build step. 12:28:44 [EnvInject] - Injecting as environment variables the properties content 12:28:44 SERVER_ID=logs 12:28:44 12:28:44 [EnvInject] - Variables injected successfully. 12:28:44 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins1155788950165887114.sh 12:28:44 ---> create-netrc.sh 12:28:44 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins17904108657254462236.sh 12:28:44 ---> python-tools-install.sh 12:28:44 Setup pyenv: 12:28:44 system 12:28:44 3.8.13 12:28:44 3.9.13 12:28:44 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 12:28:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mp8o from file:/tmp/.os_lf_venv 12:28:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:28:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:28:47 lf-activate-venv(): INFO: Base packages installed successfully 12:28:47 lf-activate-venv(): INFO: Installing additional packages: lftools 12:28:55 lf-activate-venv(): INFO: Adding /tmp/venv-mp8o/bin to PATH 12:28:55 Generating Requirements File 12:29:14 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. 12:29:14 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 12:29:14 Python 3.10.6 12:29:15 pip 25.2 from /tmp/venv-mp8o/lib/python3.10/site-packages/pip (python 3.10) 12:29:15 appdirs==1.4.4 12:29:15 argcomplete==3.6.2 12:29:15 aspy.yaml==1.3.0 12:29:15 attrs==25.3.0 12:29:15 autopage==0.5.2 12:29:15 beautifulsoup4==4.14.2 12:29:15 boto3==1.40.40 12:29:15 botocore==1.40.40 12:29:15 bs4==0.0.2 12:29:15 cachetools==5.5.2 12:29:15 certifi==2025.8.3 12:29:15 cffi==2.0.0 12:29:15 cfgv==3.4.0 12:29:15 chardet==5.2.0 12:29:15 charset-normalizer==3.4.3 12:29:15 click==8.3.0 12:29:15 cliff==4.11.0 12:29:15 cmd2==2.7.0 12:29:15 cryptography==3.3.2 12:29:15 debtcollector==3.0.0 12:29:15 decorator==5.2.1 12:29:15 defusedxml==0.7.1 12:29:15 Deprecated==1.2.18 12:29:15 distlib==0.4.0 12:29:15 dnspython==2.8.0 12:29:15 docker==7.1.0 12:29:15 dogpile.cache==1.4.1 12:29:15 durationpy==0.10 12:29:15 email-validator==2.3.0 12:29:15 filelock==3.19.1 12:29:15 future==1.0.0 12:29:15 gitdb==4.0.12 12:29:15 GitPython==3.1.45 12:29:15 google-auth==2.40.3 12:29:15 httplib2==0.31.0 12:29:15 identify==2.6.14 12:29:15 idna==3.10 12:29:15 importlib-resources==1.5.0 12:29:15 iso8601==2.1.0 12:29:15 Jinja2==3.1.6 12:29:15 jmespath==1.0.1 12:29:15 jsonpatch==1.33 12:29:15 jsonpointer==3.0.0 12:29:15 jsonschema==4.25.1 12:29:15 jsonschema-specifications==2025.9.1 12:29:15 keystoneauth1==5.12.0 12:29:15 kubernetes==33.1.0 12:29:15 lftools==0.37.14 12:29:15 lxml==6.0.2 12:29:15 markdown-it-py==4.0.0 12:29:15 MarkupSafe==3.0.3 12:29:15 mdurl==0.1.2 12:29:15 msgpack==1.1.1 12:29:15 multi_key_dict==2.0.3 12:29:15 munch==4.0.0 12:29:15 netaddr==1.3.0 12:29:15 niet==1.4.2 12:29:15 nodeenv==1.9.1 12:29:15 oauth2client==4.1.3 12:29:15 oauthlib==3.3.1 12:29:15 openstacksdk==4.7.1 12:29:15 os-service-types==1.8.0 12:29:15 osc-lib==4.2.0 12:29:15 oslo.config==10.0.0 12:29:15 oslo.context==6.1.0 12:29:15 oslo.i18n==6.6.0 12:29:15 oslo.log==7.2.1 12:29:15 oslo.serialization==5.8.0 12:29:15 oslo.utils==9.1.0 12:29:15 packaging==25.0 12:29:15 pbr==7.0.1 12:29:15 platformdirs==4.4.0 12:29:15 prettytable==3.16.0 12:29:15 psutil==7.1.0 12:29:15 pyasn1==0.6.1 12:29:15 pyasn1_modules==0.4.2 12:29:15 pycparser==2.23 12:29:15 pygerrit2==2.0.15 12:29:15 PyGithub==2.8.1 12:29:15 Pygments==2.19.2 12:29:15 PyJWT==2.10.1 12:29:15 PyNaCl==1.6.0 12:29:15 pyparsing==2.4.7 12:29:15 pyperclip==1.11.0 12:29:15 pyrsistent==0.20.0 12:29:15 python-cinderclient==9.8.0 12:29:15 python-dateutil==2.9.0.post0 12:29:15 python-heatclient==4.3.0 12:29:15 python-jenkins==1.8.3 12:29:15 python-keystoneclient==5.7.0 12:29:15 python-magnumclient==4.9.0 12:29:15 python-openstackclient==8.2.0 12:29:15 python-swiftclient==4.8.0 12:29:15 PyYAML==6.0.3 12:29:15 referencing==0.36.2 12:29:15 requests==2.32.5 12:29:15 requests-oauthlib==2.0.0 12:29:15 requestsexceptions==1.4.0 12:29:15 rfc3986==2.0.0 12:29:15 rich==14.1.0 12:29:15 rich-argparse==1.7.1 12:29:15 rpds-py==0.27.1 12:29:15 rsa==4.9.1 12:29:15 ruamel.yaml==0.18.15 12:29:15 ruamel.yaml.clib==0.2.14 12:29:15 s3transfer==0.14.0 12:29:15 simplejson==3.20.2 12:29:15 six==1.17.0 12:29:15 smmap==5.0.2 12:29:15 soupsieve==2.8 12:29:15 stevedore==5.5.0 12:29:15 tabulate==0.9.0 12:29:15 toml==0.10.2 12:29:15 tomlkit==0.13.3 12:29:15 tqdm==4.67.1 12:29:15 typing_extensions==4.15.0 12:29:15 tzdata==2025.2 12:29:15 urllib3==1.26.20 12:29:15 virtualenv==20.34.0 12:29:15 wcwidth==0.2.14 12:29:15 websocket-client==1.8.0 12:29:15 wrapt==1.17.3 12:29:15 xdg==6.0.0 12:29:15 xmltodict==1.0.2 12:29:15 yq==3.4.3 12:29:15 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins690639082179472746.sh 12:29:15 ---> sudo-logs.sh 12:29:15 Archiving 'sudo' log.. 12:29:15 [oom-readiness-master-yaml-lint] $ /bin/bash /tmp/jenkins6947519149668098168.sh 12:29:15 ---> job-cost.sh 12:29:15 Setup pyenv: 12:29:15 system 12:29:15 3.8.13 12:29:15 3.9.13 12:29:15 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 12:29:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mp8o from file:/tmp/.os_lf_venv 12:29:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:29:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:29:17 lf-activate-venv(): INFO: Base packages installed successfully 12:29:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:29:22 lf-activate-venv(): INFO: Adding /tmp/venv-mp8o/bin to PATH 12:29:22 INFO: No Stack... 12:29:23 INFO: Retrieving Pricing Info for: v3-standard-4 12:29:23 INFO: Archiving Costs 12:29:23 [oom-readiness-master-yaml-lint] $ /bin/bash -l /tmp/jenkins10269596114501931537.sh 12:29:23 ---> logs-deploy.sh 12:29:23 Setup pyenv: 12:29:23 system 12:29:23 3.8.13 12:29:23 3.9.13 12:29:23 * 3.10.6 (set by /w/workspace/oom-readiness-master-yaml-lint/.python-version) 12:29:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mp8o from file:/tmp/.os_lf_venv 12:29:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:29:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:29:25 lf-activate-venv(): INFO: Base packages installed successfully 12:29:25 lf-activate-venv(): INFO: Installing additional packages: lftools 12:29:33 lf-activate-venv(): INFO: Adding /tmp/venv-mp8o/bin to PATH 12:29:33 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-readiness-master-yaml-lint/47 12:29:33 INFO: archiving workspace using pattern(s): 12:29:34 Archives upload complete. 12:29:34 INFO: archiving logs to Nexus 12:29:35 ---> uname -a: 12:29:35 Linux prd-ubuntu1804-builder-4c-4g-1058 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 12:29:35 12:29:35 12:29:35 ---> lscpu: 12:29:35 Architecture: x86_64 12:29:35 CPU op-mode(s): 32-bit, 64-bit 12:29:35 Byte Order: Little Endian 12:29:35 CPU(s): 4 12:29:35 On-line CPU(s) list: 0-3 12:29:35 Thread(s) per core: 1 12:29:35 Core(s) per socket: 1 12:29:35 Socket(s): 4 12:29:35 NUMA node(s): 1 12:29:35 Vendor ID: AuthenticAMD 12:29:35 CPU family: 23 12:29:35 Model: 49 12:29:35 Model name: AMD EPYC-Rome Processor 12:29:35 Stepping: 0 12:29:35 CPU MHz: 2799.998 12:29:35 BogoMIPS: 5599.99 12:29:35 Virtualization: AMD-V 12:29:35 Hypervisor vendor: KVM 12:29:35 Virtualization type: full 12:29:35 L1d cache: 32K 12:29:35 L1i cache: 32K 12:29:35 L2 cache: 512K 12:29:35 L3 cache: 16384K 12:29:35 NUMA node0 CPU(s): 0-3 12:29: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 12:29:35 12:29:35 12:29:35 ---> nproc: 12:29:35 4 12:29:35 12:29:35 12:29:35 ---> df -h: 12:29:35 Filesystem Size Used Avail Use% Mounted on 12:29:35 udev 7.9G 0 7.9G 0% /dev 12:29:35 tmpfs 1.6G 672K 1.6G 1% /run 12:29:35 /dev/vda1 78G 8.4G 69G 11% / 12:29:35 tmpfs 7.9G 0 7.9G 0% /dev/shm 12:29:35 tmpfs 5.0M 0 5.0M 0% /run/lock 12:29:35 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 12:29:35 /dev/vda15 105M 4.4M 100M 5% /boot/efi 12:29:35 tmpfs 1.6G 0 1.6G 0% /run/user/1001 12:29:35 12:29:35 12:29:35 ---> free -m: 12:29:35 total used free shared buff/cache available 12:29:35 Mem: 16040 547 13287 0 2204 15168 12:29:35 Swap: 1023 0 1023 12:29:35 12:29:35 12:29:35 ---> ip addr: 12:29:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:29:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:29:35 inet 127.0.0.1/8 scope host lo 12:29:35 valid_lft forever preferred_lft forever 12:29:35 inet6 ::1/128 scope host 12:29:35 valid_lft forever preferred_lft forever 12:29:35 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 12:29:35 link/ether fa:16:3e:de:f5:e1 brd ff:ff:ff:ff:ff:ff 12:29:35 inet 10.30.106.136/23 brd 10.30.107.255 scope global dynamic ens3 12:29:35 valid_lft 86227sec preferred_lft 86227sec 12:29:35 inet6 fe80::f816:3eff:fede:f5e1/64 scope link 12:29:35 valid_lft forever preferred_lft forever 12:29:35 12:29:35 12:29:35 ---> sar -b -r -n DEV: 12:29:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1058) 09/29/25 _x86_64_ (4 CPU) 12:29:35 12:29:35 12:26:56 LINUX RESTART (4 CPU) 12:29:35 12:29:35 12:27:02 tps rtps wtps bread/s bwrtn/s 12:29:35 12:28:01 228.02 99.81 128.21 5521.26 44462.41 12:29:35 12:29:01 121.10 5.25 115.85 517.11 15249.86 12:29:35 Average: 174.12 52.14 121.98 2998.59 29735.89 12:29:35 12:29:35 12:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:29:35 12:28:01 14044572 15494760 2380396 14.49 54896 1602260 916036 5.24 732116 1446068 106652 12:29:35 12:29:01 13736996 15558136 2687972 16.37 84248 1920884 766068 4.38 689476 1749584 149740 12:29:35 Average: 13890784 15526448 2534184 15.43 69572 1761572 841052 4.81 710796 1597826 128196 12:29:35 12:29:35 12:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:29:35 12:28:01 lo 2.10 2.10 0.21 0.21 0.00 0.00 0.00 0.00 12:29:35 12:28:01 ens3 411.91 268.41 1475.84 79.14 0.00 0.00 0.00 0.00 12:29:35 12:29:01 lo 1.07 1.07 0.13 0.13 0.00 0.00 0.00 0.00 12:29:35 12:29:01 ens3 50.77 37.76 738.28 9.61 0.00 0.00 0.00 0.00 12:29:35 Average: lo 1.58 1.58 0.17 0.17 0.00 0.00 0.00 0.00 12:29:35 Average: ens3 229.86 152.13 1104.03 44.09 0.00 0.00 0.00 0.00 12:29:35 12:29:35 12:29:35 ---> sar -P ALL: 12:29:35 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1058) 09/29/25 _x86_64_ (4 CPU) 12:29:35 12:29:35 12:26:56 LINUX RESTART (4 CPU) 12:29:35 12:29:35 12:27:02 CPU %user %nice %system %iowait %steal %idle 12:29:35 12:28:01 all 18.31 0.00 2.77 10.76 0.09 68.06 12:29:35 12:28:01 0 19.78 0.00 2.87 17.80 0.08 59.46 12:29:35 12:28:01 1 23.84 0.00 3.73 4.78 0.10 67.55 12:29:35 12:28:01 2 12.72 0.00 2.02 2.60 0.05 82.60 12:29:35 12:28:01 3 16.91 0.00 2.48 17.85 0.10 62.66 12:29:35 12:29:01 all 20.36 0.00 1.68 2.33 0.06 75.58 12:29:35 12:29:01 0 5.11 0.00 0.87 1.45 0.05 92.52 12:29:35 12:29:01 1 43.47 0.00 3.07 3.14 0.10 50.22 12:29:35 12:29:01 2 26.93 0.00 2.09 4.31 0.07 66.61 12:29:35 12:29:01 3 6.00 0.00 0.67 0.43 0.02 92.88 12:29:35 Average: all 19.35 0.00 2.22 6.50 0.07 71.86 12:29:35 Average: 0 12.38 0.00 1.86 9.56 0.07 76.14 12:29:35 Average: 1 33.74 0.00 3.40 3.96 0.10 58.80 12:29:35 Average: 2 19.89 0.00 2.06 3.46 0.06 74.53 12:29:35 Average: 3 11.39 0.00 1.56 9.03 0.06 77.96 12:29:35 12:29:35 12:29:35