07:38:12 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/143232 07:38:12 Running as SYSTEM 07:38:12 [EnvInject] - Loading node environment variables. 07:38:12 Building remotely on prd-centos8-builder-2c-1g-7410 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-yaml-lint 07:38:12 [ssh-agent] Looking for ssh-agent implementation... 07:38:12 $ ssh-agent 07:38:12 SSH_AUTH_SOCK=/tmp/ssh-UnprIuKYLpMu/agent.15127 07:38:12 SSH_AGENT_PID=15131 07:38:12 [ssh-agent] Started. 07:38:12 Running ssh-add (command line suppressed) 07:38:12 Identity added: /w/workspace/integration-master-yaml-lint@tmp/private_key_719768284908419381.key (/w/workspace/integration-master-yaml-lint@tmp/private_key_719768284908419381.key) 07:38:12 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:38:12 The recommended git tool is: NONE 07:38:14 using credential onap-jenkins-ssh 07:38:14 Wiping out workspace first. 07:38:14 Cloning the remote Git repository 07:38:14 Cloning repository git://cloud.onap.org/mirror/integration.git 07:38:14 > git init /w/workspace/integration-master-yaml-lint # timeout=10 07:38:14 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 07:38:14 > git --version # timeout=10 07:38:14 > git --version # 'git version 2.39.0' 07:38:14 using GIT_SSH to set credentials Gerrit user 07:38:14 [INFO] Currently running in a labeled security context 07:38:14 [INFO] Currently SELinux is 'enforcing' on the host 07:38:14 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh11821985686699824982.key 07:38:14 Verifying host key using manually-configured host key entries 07:38:14 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:38:17 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 07:38:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:18 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 07:38:18 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 07:38:18 using GIT_SSH to set credentials Gerrit user 07:38:18 [INFO] Currently running in a labeled security context 07:38:18 [INFO] Currently SELinux is 'enforcing' on the host 07:38:18 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh8065730262447031467.key 07:38:18 Verifying host key using manually-configured host key entries 07:38:18 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/32/143232/1 # timeout=30 07:38:18 > git rev-parse 1f7b71ddb8b3b4c108c678fe478e2e72daa3e348^{commit} # timeout=10 07:38:18 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:38:18 Checking out Revision 1f7b71ddb8b3b4c108c678fe478e2e72daa3e348 (refs/changes/32/143232/1) 07:38:18 > git config core.sparsecheckout # timeout=10 07:38:18 > git checkout -f 1f7b71ddb8b3b4c108c678fe478e2e72daa3e348 # timeout=30 07:38:21 Commit message: "CI: Deploy python based Github2Gerrit" 07:38:21 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:38:21 > git rev-list --no-walk 3bb88e2f04a755a862929313c4a0bbf16ba85a36 # timeout=10 07:38:22 [EnvInject] - Injecting environment variables from a build step. 07:38:22 [EnvInject] - Injecting as environment variables the properties content 07:38:22 PYTHON=python3 07:38:22 07:38:22 [EnvInject] - Variables injected successfully. 07:38:22 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins1511492547558882687.sh 07:38:22 ---> tox-install.sh 07:38:22 + source /home/jenkins/lf-env.sh 07:38:22 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:38:22 ++ mktemp -d /tmp/venv-XXXX 07:38:22 + lf_venv=/tmp/venv-YfSE 07:38:22 + local venv_file=/tmp/.os_lf_venv 07:38:22 + local python=python3 07:38:22 + local options 07:38:22 + local set_path=true 07:38:22 + local install_args= 07:38:22 ++ 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 07:38:22 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:38:22 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:38:22 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:38:22 + true 07:38:22 + case $1 in 07:38:22 + venv_file=/tmp/.toxenv 07:38:22 + shift 2 07:38:22 + true 07:38:22 + case $1 in 07:38:22 + shift 07:38:22 + break 07:38:22 + case $python in 07:38:22 + local pkg_list= 07:38:22 + [[ -d /opt/pyenv ]] 07:38:22 + echo 'Setup pyenv:' 07:38:22 Setup pyenv: 07:38:22 + export PYENV_ROOT=/opt/pyenv 07:38:22 + PYENV_ROOT=/opt/pyenv 07:38:22 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:22 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:22 + pyenv versions 07:38:22 system 07:38:22 * 3.8.13 (set by /opt/pyenv/version) 07:38:22 * 3.9.13 (set by /opt/pyenv/version) 07:38:22 * 3.10.6 (set by /opt/pyenv/version) 07:38:22 + command -v pyenv 07:38:22 ++ pyenv init - --no-rehash 07:38:22 + 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[*]}"'\'')" 07:38:22 export PATH="/opt/pyenv/shims:${PATH}" 07:38:22 export PYENV_SHELL=bash 07:38:22 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:38:22 pyenv() { 07:38:22 local command 07:38:22 command="${1:-}" 07:38:22 if [ "$#" -gt 0 ]; then 07:38:22 shift 07:38:22 fi 07:38:22 07:38:22 case "$command" in 07:38:22 rehash|shell) 07:38:22 eval "$(pyenv "sh-$command" "$@")" 07:38:22 ;; 07:38:22 *) 07:38:22 command pyenv "$command" "$@" 07:38:22 ;; 07:38:22 esac 07:38:22 }' 07:38:22 +++ 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[*]}"' 07:38:22 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:22 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:22 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:22 ++ export PYENV_SHELL=bash 07:38:22 ++ PYENV_SHELL=bash 07:38:22 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:38:22 +++ complete -F _pyenv pyenv 07:38:22 ++ lf-pyver python3 07:38:22 ++ local py_version_xy=python3 07:38:22 ++ local py_version_xyz= 07:38:22 ++ pyenv versions 07:38:22 ++ local command 07:38:22 ++ command=versions 07:38:22 ++ '[' 1 -gt 0 ']' 07:38:22 ++ shift 07:38:22 ++ case "$command" in 07:38:22 ++ command pyenv versions 07:38:22 ++ pyenv versions 07:38:22 ++ awk '{ print $1 }' 07:38:22 ++ sed 's/^[ *]* //' 07:38:22 ++ grep -E '^[0-9.]*[0-9]$' 07:38:22 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:38:22 +++ grep '^3' /tmp/.pyenv_versions 07:38:22 +++ tail -n 1 07:38:22 +++ sort -V 07:38:22 ++ py_version_xyz=3.10.6 07:38:22 ++ [[ -z 3.10.6 ]] 07:38:22 ++ echo 3.10.6 07:38:22 ++ return 0 07:38:22 + pyenv local 3.10.6 07:38:22 + local command 07:38:22 + command=local 07:38:22 + '[' 2 -gt 0 ']' 07:38:22 + shift 07:38:22 + case "$command" in 07:38:22 + command pyenv local 3.10.6 07:38:22 + pyenv local 3.10.6 07:38:22 + for arg in "$@" 07:38:22 + case $arg in 07:38:22 + pkg_list+='tox ' 07:38:22 + for arg in "$@" 07:38:22 + case $arg in 07:38:22 + pkg_list+='virtualenv ' 07:38:22 + for arg in "$@" 07:38:22 + case $arg in 07:38:22 + pkg_list+='urllib3~=1.26.15 ' 07:38:22 + [[ -f /tmp/.toxenv ]] 07:38:22 + [[ ! -f /tmp/.toxenv ]] 07:38:22 + [[ -n '' ]] 07:38:22 + python3 -m venv /tmp/venv-YfSE 07:38:26 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YfSE' 07:38:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YfSE 07:38:26 + echo /tmp/venv-YfSE 07:38:26 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:38:26 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:38:26 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:38:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:38:26 + local 'pip_opts=--upgrade --quiet' 07:38:26 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:38:26 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:38:26 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:38:26 + [[ -n '' ]] 07:38:26 + [[ -n '' ]] 07:38:26 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:38:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:38:26 + /tmp/venv-YfSE/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 07:38:30 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:38:30 lf-activate-venv(): INFO: Base packages installed successfully 07:38:30 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:38:30 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:38:30 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:38:30 + /tmp/venv-YfSE/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 07:38:32 + type python3 07:38:32 + true 07:38:32 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YfSE/bin to PATH' 07:38:32 lf-activate-venv(): INFO: Adding /tmp/venv-YfSE/bin to PATH 07:38:32 + PATH=/tmp/venv-YfSE/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:32 + return 0 07:38:32 + python3 --version 07:38:32 Python 3.10.6 07:38:32 + python3 -m pip --version 07:38:33 pip 26.0.1 from /tmp/venv-YfSE/lib/python3.10/site-packages/pip (python 3.10) 07:38:33 + python3 -m pip freeze 07:38:33 cachetools==7.0.1 07:38:33 chardet==5.2.0 07:38:33 colorama==0.4.6 07:38:33 distlib==0.4.0 07:38:33 filelock==3.21.2 07:38:33 packaging==26.0 07:38:33 platformdirs==4.7.0 07:38:33 pluggy==1.6.0 07:38:33 pyproject-api==1.10.0 07:38:33 tomli==2.4.0 07:38:33 tox==4.35.0 07:38:33 typing_extensions==4.15.0 07:38:33 urllib3==1.26.20 07:38:33 virtualenv==20.36.1 07:38:33 [EnvInject] - Injecting environment variables from a build step. 07:38:33 [EnvInject] - Injecting as environment variables the properties content 07:38:33 PARALLEL=false 07:38:33 07:38:33 [EnvInject] - Variables injected successfully. 07:38:33 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins3726194001427736497.sh 07:38:33 ---> tox-run.sh 07:38:33 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-yaml-lint/archives/tox 07:38:33 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-yaml-lint/archives/docs 07:38:33 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/tox 07:38:33 + cd /w/workspace/integration-master-yaml-lint/. 07:38:33 + source /home/jenkins/lf-env.sh 07:38:33 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:38:33 ++ mktemp -d /tmp/venv-XXXX 07:38:33 + lf_venv=/tmp/venv-jB1H 07:38:33 + local venv_file=/tmp/.os_lf_venv 07:38:33 + local python=python3 07:38:33 + local options 07:38:33 + local set_path=true 07:38:33 + local install_args= 07:38: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 07:38:33 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:38:33 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:38:33 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:38:33 + true 07:38:33 + case $1 in 07:38:33 + venv_file=/tmp/.toxenv 07:38:33 + shift 2 07:38:33 + true 07:38:33 + case $1 in 07:38:33 + shift 07:38:33 + break 07:38:33 + case $python in 07:38:33 + local pkg_list= 07:38:33 + [[ -d /opt/pyenv ]] 07:38:33 + echo 'Setup pyenv:' 07:38:33 Setup pyenv: 07:38:33 + export PYENV_ROOT=/opt/pyenv 07:38:33 + PYENV_ROOT=/opt/pyenv 07:38:33 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 + pyenv versions 07:38:33 system 07:38:33 3.8.13 07:38:33 3.9.13 07:38:33 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 07:38:33 + command -v pyenv 07:38:33 ++ pyenv init - --no-rehash 07:38: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[*]}"'\'')" 07:38:33 export PATH="/opt/pyenv/shims:${PATH}" 07:38:33 export PYENV_SHELL=bash 07:38:33 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:38:33 pyenv() { 07:38:33 local command 07:38:33 command="${1:-}" 07:38:33 if [ "$#" -gt 0 ]; then 07:38:33 shift 07:38:33 fi 07:38:33 07:38:33 case "$command" in 07:38:33 rehash|shell) 07:38:33 eval "$(pyenv "sh-$command" "$@")" 07:38:33 ;; 07:38:33 *) 07:38:33 command pyenv "$command" "$@" 07:38:33 ;; 07:38:33 esac 07:38:33 }' 07:38: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[*]}"' 07:38:33 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:33 ++ export PYENV_SHELL=bash 07:38:33 ++ PYENV_SHELL=bash 07:38:33 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:38:33 +++ complete -F _pyenv pyenv 07:38:33 ++ lf-pyver python3 07:38:33 ++ local py_version_xy=python3 07:38:33 ++ local py_version_xyz= 07:38:33 ++ pyenv versions 07:38:33 ++ local command 07:38:33 ++ command=versions 07:38:33 ++ '[' 1 -gt 0 ']' 07:38:33 ++ shift 07:38:33 ++ case "$command" in 07:38:33 ++ command pyenv versions 07:38:33 ++ pyenv versions 07:38:33 ++ awk '{ print $1 }' 07:38:33 ++ sed 's/^[ *]* //' 07:38:33 ++ grep -E '^[0-9.]*[0-9]$' 07:38:33 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:38:33 +++ grep '^3' /tmp/.pyenv_versions 07:38:33 +++ tail -n 1 07:38:33 +++ sort -V 07:38:33 ++ py_version_xyz=3.10.6 07:38:33 ++ [[ -z 3.10.6 ]] 07:38:33 ++ echo 3.10.6 07:38:33 ++ return 0 07:38:33 + pyenv local 3.10.6 07:38:33 + local command 07:38:33 + command=local 07:38:33 + '[' 2 -gt 0 ']' 07:38:33 + shift 07:38:33 + case "$command" in 07:38:33 + command pyenv local 3.10.6 07:38:33 + pyenv local 3.10.6 07:38:33 + for arg in "$@" 07:38:33 + case $arg in 07:38:33 + pkg_list+='tox ' 07:38:33 + for arg in "$@" 07:38:33 + case $arg in 07:38:33 + pkg_list+='virtualenv ' 07:38:33 + for arg in "$@" 07:38:33 + case $arg in 07:38:33 + pkg_list+='urllib3~=1.26.15 ' 07:38:33 + [[ -f /tmp/.toxenv ]] 07:38:33 ++ cat /tmp/.toxenv 07:38:33 + lf_venv=/tmp/venv-YfSE 07:38:33 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YfSE from' file:/tmp/.toxenv 07:38:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YfSE from file:/tmp/.toxenv 07:38:33 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:38:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:38:33 + local 'pip_opts=--upgrade --quiet' 07:38:33 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:38:33 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:38:33 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:38:33 + [[ -n '' ]] 07:38:33 + [[ -n '' ]] 07:38:33 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:38:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:38:33 + /tmp/venv-YfSE/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 07:38:34 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:38:34 lf-activate-venv(): INFO: Base packages installed successfully 07:38:34 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:38:34 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:38:34 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:38:34 + /tmp/venv-YfSE/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 07:38:35 + type python3 07:38:35 + true 07:38:35 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YfSE/bin to PATH' 07:38:35 lf-activate-venv(): INFO: Adding /tmp/venv-YfSE/bin to PATH 07:38:35 + PATH=/tmp/venv-YfSE/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:35 + return 0 07:38:35 + [[ -d /opt/pyenv ]] 07:38:35 + echo '---> Setting up pyenv' 07:38:35 ---> Setting up pyenv 07:38:35 + export PYENV_ROOT=/opt/pyenv 07:38:35 + PYENV_ROOT=/opt/pyenv 07:38:35 + export PATH=/opt/pyenv/bin:/tmp/venv-YfSE/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:35 + PATH=/opt/pyenv/bin:/tmp/venv-YfSE/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 07:38:35 ++ pwd 07:38:35 + PYTHONPATH=/w/workspace/integration-master-yaml-lint 07:38:35 + export PYTHONPATH 07:38:35 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:38:35 + TOX_TESTENV_PASSENV=PYTHONPATH 07:38:35 + tox --version 07:38:35 4.35.0 from /tmp/venv-YfSE/lib/python3.10/site-packages/tox/__init__.py 07:38:35 + PARALLEL=false 07:38:35 + TOX_OPTIONS_LIST= 07:38:35 + [[ -n yaml ]] 07:38:35 + TOX_OPTIONS_LIST=' -e yaml' 07:38:35 + case ${PARALLEL,,} in 07:38:35 + tee -a /w/workspace/integration-master-yaml-lint/archives/tox/tox.log 07:38:36 + tox -e yaml 07:38:37 yaml: install_deps> python -I -m pip install coala-bears nodeenv 07:39:04 yaml: freeze> python -m pip freeze --all 07:39:04 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.18.0,bandit==1.6.2,certifi==2026.1.4,charset-normalizer==3.4.4,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.46,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.11,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.10.0,packaging==26.0,pbr==7.0.3,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.8,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.3,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==2.0.1,yamllint==1.6.1,yapf==0.14.0,zipp==3.20.2 07:39:04 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 07:39:04 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 07:39:05 ---> Completed tox runs 07:39:05 + for i in .tox/*/log 07:39:05 ++ echo .tox/yaml/log 07:39:05 ++ awk -F/ '{print $2}' 07:39:05 + tox_env=yaml 07:39:05 + cp -r .tox/yaml/log /w/workspace/integration-master-yaml-lint/archives/tox/yaml 07:39:05 + DOC_DIR=docs/_build/html 07:39:05 + [[ -d docs/_build/html ]] 07:39:05 + echo '---> tox-run.sh ends' 07:39:05 ---> tox-run.sh ends 07:39:05 + test 0 -eq 0 07:39:05 $ ssh-agent -k 07:39:05 unset SSH_AUTH_SOCK; 07:39:05 unset SSH_AGENT_PID; 07:39:05 echo Agent pid 15131 killed; 07:39:05 [ssh-agent] Stopped. 07:39:05 [PostBuildScript] - [INFO] Executing post build scripts. 07:39:05 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins12417695437645297273.sh 07:39:05 ---> sysstat.sh 07:39:05 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins11388218882288212744.sh 07:39:05 ---> package-listing.sh 07:39:05 ++ tr '[:upper:]' '[:lower:]' 07:39:05 ++ facter osfamily 07:39:06 + OS_FAMILY=redhat 07:39:06 + workspace=/w/workspace/integration-master-yaml-lint 07:39:06 + START_PACKAGES=/tmp/packages_start.txt 07:39:06 + END_PACKAGES=/tmp/packages_end.txt 07:39:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:39:06 + PACKAGES=/tmp/packages_start.txt 07:39:06 + '[' /w/workspace/integration-master-yaml-lint ']' 07:39:06 + PACKAGES=/tmp/packages_end.txt 07:39:06 + case "${OS_FAMILY}" in 07:39:06 + rpm -qa 07:39:06 + sort 07:39:06 + '[' -f /tmp/packages_start.txt ']' 07:39:06 + '[' -f /tmp/packages_end.txt ']' 07:39:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:39:06 + '[' /w/workspace/integration-master-yaml-lint ']' 07:39:06 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/ 07:39:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-yaml-lint/archives/ 07:39:06 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins5562841227251029115.sh 07:39:06 ---> capture-instance-metadata.sh 07:39:06 Setup pyenv: 07:39:06 system 07:39:06 3.8.13 07:39:06 3.9.13 07:39:06 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 07:39:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QrjA 07:39:10 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:39:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:39:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:39:14 lf-activate-venv(): INFO: Base packages installed successfully 07:39:14 lf-activate-venv(): INFO: Installing additional packages: lftools 07:39:34 lf-activate-venv(): INFO: Adding /tmp/venv-QrjA/bin to PATH 07:39:34 INFO: Running in OpenStack, capturing instance metadata 07:39:34 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins16250876046593189037.sh 07:39:34 provisioning config files... 07:39:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-yaml-lint@tmp/config3413078595788168206tmp 07:39:34 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:39:34 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:39:34 [EnvInject] - Injecting environment variables from a build step. 07:39:34 [EnvInject] - Injecting as environment variables the properties content 07:39:34 SERVER_ID=logs 07:39:34 07:39:34 [EnvInject] - Variables injected successfully. 07:39:34 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins8040539642818362250.sh 07:39:34 ---> create-netrc.sh 07:39:34 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins6460746942393046818.sh 07:39:34 ---> python-tools-install.sh 07:39:34 Setup pyenv: 07:39:34 system 07:39:34 3.8.13 07:39:34 3.9.13 07:39:34 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 07:39:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QrjA from file:/tmp/.os_lf_venv 07:39:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:39:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:39:36 lf-activate-venv(): INFO: Base packages installed successfully 07:39:36 lf-activate-venv(): INFO: Installing additional packages: lftools 07:39:43 lf-activate-venv(): INFO: Adding /tmp/venv-QrjA/bin to PATH 07:39:43 Generating Requirements File 07:39:59 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. 07:39:59 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:39:59 Python 3.10.6 07:39:59 pip 26.0.1 from /tmp/venv-QrjA/lib/python3.10/site-packages/pip (python 3.10) 07:40:00 appdirs==1.4.4 07:40:00 argcomplete==3.6.3 07:40:00 aspy.yaml==1.3.0 07:40:00 attrs==25.4.0 07:40:00 autopage==0.6.0 07:40:00 backports.strenum==1.3.1 07:40:00 beautifulsoup4==4.14.3 07:40:00 boto3==1.42.48 07:40:00 botocore==1.42.48 07:40:00 bs4==0.0.2 07:40:00 certifi==2026.1.4 07:40:00 cffi==2.0.0 07:40:00 cfgv==3.5.0 07:40:00 chardet==5.2.0 07:40:00 charset-normalizer==3.4.4 07:40:00 click==8.3.1 07:40:00 cliff==4.13.1 07:40:00 cmd2==3.2.0 07:40:00 cryptography==3.3.2 07:40:00 debtcollector==3.0.0 07:40:00 decorator==5.2.1 07:40:00 defusedxml==0.7.1 07:40:00 Deprecated==1.3.1 07:40:00 distlib==0.4.0 07:40:00 dnspython==2.8.0 07:40:00 docker==7.1.0 07:40:00 dogpile.cache==1.5.0 07:40:00 durationpy==0.10 07:40:00 email-validator==2.3.0 07:40:00 filelock==3.21.2 07:40:00 future==1.0.0 07:40:00 gitdb==4.0.12 07:40:00 GitPython==3.1.46 07:40:00 httplib2==0.30.2 07:40:00 identify==2.6.16 07:40:00 idna==3.11 07:40:00 importlib-resources==1.5.0 07:40:00 iso8601==2.1.0 07:40:00 Jinja2==3.1.6 07:40:00 jmespath==1.1.0 07:40:00 jsonpatch==1.33 07:40:00 jsonpointer==3.0.0 07:40:00 jsonschema==4.26.0 07:40:00 jsonschema-specifications==2025.9.1 07:40:00 keystoneauth1==5.13.0 07:40:00 kubernetes==35.0.0 07:40:00 lftools==0.37.21 07:40:00 lxml==6.0.2 07:40:00 markdown-it-py==4.0.0 07:40:00 MarkupSafe==3.0.3 07:40:00 mdurl==0.1.2 07:40:00 msgpack==1.1.2 07:40:00 multi_key_dict==2.0.3 07:40:00 munch==4.0.0 07:40:00 netaddr==1.3.0 07:40:00 niet==1.4.2 07:40:00 nodeenv==1.10.0 07:40:00 oauth2client==4.1.3 07:40:00 oauthlib==3.3.1 07:40:00 openstacksdk==4.9.0 07:40:00 os-service-types==1.8.2 07:40:00 osc-lib==4.3.0 07:40:00 oslo.config==10.2.0 07:40:00 oslo.context==6.2.0 07:40:00 oslo.i18n==6.7.1 07:40:00 oslo.log==8.0.0 07:40:00 oslo.serialization==5.9.0 07:40:00 oslo.utils==9.2.0 07:40:00 packaging==26.0 07:40:00 pbr==7.0.3 07:40:00 platformdirs==4.7.0 07:40:00 prettytable==3.17.0 07:40:00 psutil==7.2.2 07:40:00 pyasn1==0.6.2 07:40:00 pyasn1_modules==0.4.2 07:40:00 pycparser==3.0 07:40:00 pygerrit2==2.0.15 07:40:00 PyGithub==2.8.1 07:40:00 Pygments==2.19.2 07:40:00 PyJWT==2.11.0 07:40:00 PyNaCl==1.6.2 07:40:00 pyparsing==2.4.7 07:40:00 pyperclip==1.11.0 07:40:00 pyrsistent==0.20.0 07:40:00 python-cinderclient==9.8.0 07:40:00 python-dateutil==2.9.0.post0 07:40:00 python-heatclient==5.0.0 07:40:00 python-jenkins==1.8.3 07:40:00 python-keystoneclient==5.7.0 07:40:00 python-magnumclient==4.9.0 07:40:00 python-openstackclient==8.3.0 07:40:00 python-swiftclient==4.9.0 07:40:00 PyYAML==6.0.3 07:40:00 referencing==0.37.0 07:40:00 requests==2.32.5 07:40:00 requests-oauthlib==2.0.0 07:40:00 requestsexceptions==1.4.0 07:40:00 rfc3986==2.0.0 07:40:00 rich==14.3.2 07:40:00 rich-argparse==1.7.2 07:40:00 rpds-py==0.30.0 07:40:00 rsa==4.9.1 07:40:00 ruamel.yaml==0.19.1 07:40:00 ruamel.yaml.clib==0.2.15 07:40:00 s3transfer==0.16.0 07:40:00 simplejson==3.20.2 07:40:00 six==1.17.0 07:40:00 smmap==5.0.2 07:40:00 soupsieve==2.8.3 07:40:00 stevedore==5.6.0 07:40:00 tabulate==0.9.0 07:40:00 toml==0.10.2 07:40:00 tomlkit==0.14.0 07:40:00 tqdm==4.67.3 07:40:00 typing_extensions==4.15.0 07:40:00 tzdata==2025.3 07:40:00 urllib3==1.26.20 07:40:00 virtualenv==20.36.1 07:40:00 wcwidth==0.6.0 07:40:00 websocket-client==1.9.0 07:40:00 wrapt==2.1.1 07:40:00 xdg==6.0.0 07:40:00 xmltodict==1.0.2 07:40:00 yq==3.4.3 07:40:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins7781623407869800433.sh 07:40:00 ---> sudo-logs.sh 07:40:00 Archiving 'sudo' log.. 07:40:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins16143631538718484163.sh 07:40:00 ---> job-cost.sh 07:40:00 INFO: Activating Python virtual environment... 07:40:00 Setup pyenv: 07:40:00 system 07:40:00 3.8.13 07:40:00 3.9.13 07:40:00 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 07:40:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QrjA from file:/tmp/.os_lf_venv 07:40:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:40:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:40:02 lf-activate-venv(): INFO: Base packages installed successfully 07:40:02 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:40:07 lf-activate-venv(): INFO: Adding /tmp/venv-QrjA/bin to PATH 07:40:07 INFO: No stack-cost file found 07:40:07 INFO: Instance uptime: 149s 07:40:07 INFO: Fetching instance metadata (attempt 1 of 3)... 07:40:07 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:40:07 INFO: Successfully fetched instance metadata 07:40:07 INFO: Instance type: v3-standard-2 07:40:07 INFO: Retrieving pricing info for: v3-standard-2 07:40:07 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:40:07 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=149 07:40:07 INFO: Successfully fetched Vexxhost pricing API 07:40:07 INFO: Retrieved cost: 0.06 07:40:08 INFO: Retrieved resource: v3-standard-2 07:40:08 INFO: Creating archive directory: /w/workspace/integration-master-yaml-lint/archives/cost 07:40:08 INFO: Archiving costs to: /w/workspace/integration-master-yaml-lint/archives/cost.csv 07:40:08 INFO: Successfully archived job cost data 07:40:08 DEBUG: Cost data: integration-master-yaml-lint,149,2026-02-13 07:40:08,v3-standard-2,149,0.06,0.00,SUCCESS 07:40:08 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins8329064817278492299.sh 07:40:08 ---> logs-deploy.sh 07:40:08 Setup pyenv: 07:40:08 system 07:40:08 3.8.13 07:40:08 3.9.13 07:40:08 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 07:40:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QrjA from file:/tmp/.os_lf_venv 07:40:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:40:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:40:09 lf-activate-venv(): INFO: Base packages installed successfully 07:40:09 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:40:17 lf-activate-venv(): INFO: Adding /tmp/venv-QrjA/bin to PATH 07:40:17 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-yaml-lint/149 07:40:17 INFO: archiving workspace using pattern(s): 07:40:18 Archives upload complete. 07:40:18 INFO: archiving logs to Nexus 07:40:19 ---> uname -a: 07:40:19 Linux prd-centos8-builder-2c-1g-7410.novalocal 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 07:40:19 07:40:19 07:40:19 ---> lscpu: 07:40:19 Architecture: x86_64 07:40:19 CPU op-mode(s): 32-bit, 64-bit 07:40:19 Byte Order: Little Endian 07:40:19 CPU(s): 2 07:40:19 On-line CPU(s) list: 0,1 07:40:19 Thread(s) per core: 1 07:40:19 Core(s) per socket: 1 07:40:19 Socket(s): 2 07:40:19 NUMA node(s): 1 07:40:19 Vendor ID: AuthenticAMD 07:40:19 CPU family: 23 07:40:19 Model: 49 07:40:19 Model name: AMD EPYC-Rome Processor 07:40:19 Stepping: 0 07:40:19 CPU MHz: 2800.000 07:40:19 BogoMIPS: 5600.00 07:40:19 Virtualization: AMD-V 07:40:19 Hypervisor vendor: KVM 07:40:19 Virtualization type: full 07:40:19 L1d cache: 32K 07:40:19 L1i cache: 32K 07:40:19 L2 cache: 512K 07:40:19 L3 cache: 16384K 07:40:19 NUMA node0 CPU(s): 0,1 07:40:19 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 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 wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:40:19 07:40:19 07:40:19 ---> nproc: 07:40:19 2 07:40:19 07:40:19 07:40:19 ---> df -h: 07:40:19 Filesystem Size Used Avail Use% Mounted on 07:40:19 devtmpfs 3.8G 0 3.8G 0% /dev 07:40:19 tmpfs 3.8G 0 3.8G 0% /dev/shm 07:40:19 tmpfs 3.8G 17M 3.8G 1% /run 07:40:19 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 07:40:19 /dev/vda1 40G 8.8G 32G 22% / 07:40:19 tmpfs 770M 0 770M 0% /run/user/1001 07:40:19 07:40:19 07:40:19 ---> free -m: 07:40:19 total used free shared buff/cache available 07:40:19 Mem: 7699 619 4648 19 2431 6762 07:40:19 Swap: 1023 0 1023 07:40:19 07:40:19 07:40:19 ---> ip addr: 07:40:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:40:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:40:19 inet 127.0.0.1/8 scope host lo 07:40:19 valid_lft forever preferred_lft forever 07:40:19 inet6 ::1/128 scope host 07:40:19 valid_lft forever preferred_lft forever 07:40:19 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 07:40:19 link/ether fa:16:3e:c8:c2:cf brd ff:ff:ff:ff:ff:ff 07:40:19 altname enp0s3 07:40:19 altname ens3 07:40:19 inet 10.30.107.186/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 07:40:19 valid_lft 86249sec preferred_lft 86249sec 07:40:19 inet6 fe80::f816:3eff:fec8:c2cf/64 scope link 07:40:19 valid_lft forever preferred_lft forever 07:40:19 07:40:19 07:40:19 ---> sar -b -r -n DEV: 07:40:19 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 02/13/2026 _x86_64_ (2 CPU) 07:40:19 07:40:19 07:37:45 LINUX RESTART (2 CPU) 07:40:19 07:40:19 07:38:01 AM tps rtps wtps bread/s bwrtn/s 07:40:19 07:39:01 AM 396.08 168.16 227.92 8495.70 14436.75 07:40:19 07:40:00 AM 143.49 1.13 142.37 105.48 11515.67 07:40:19 07:40:01 AM 970.29 0.00 970.29 0.00 127484.06 07:40:19 Average: 279.31 84.64 194.67 4299.73 14309.64 07:40:19 07:40:19 07:38:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:40:19 07:39:01 AM 5086948 6930504 2797496 35.48 2688 2015580 841372 9.42 224672 2226412 177056 07:40:19 07:40:00 AM 4844260 7000108 3040184 38.56 2688 2305104 658384 7.37 388132 2226648 220016 07:40:19 07:40:01 AM 4799468 6956748 3084976 39.13 2688 2306348 689772 7.72 391192 2263460 138372 07:40:19 Average: 4910225 6962453 2974219 37.72 2688 2209011 729843 8.17 334665 2238840 178481 07:40:19 07:40:19 07:38:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:40:19 07:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:19 07:39:01 AM eth0 329.26 180.62 2085.86 68.68 0.00 0.00 0.00 0.00 07:40:19 07:40:00 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:19 07:40:00 AM eth0 64.81 48.66 912.93 12.27 0.00 0.00 0.00 0.00 07:40:19 07:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:19 07:40:01 AM eth0 49.28 39.13 47.05 18.00 0.00 0.00 0.00 0.00 07:40:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:19 Average: eth0 196.87 114.54 1489.49 40.54 0.00 0.00 0.00 0.00 07:40:19 07:40:19 07:40:19 ---> sar -P ALL: 07:40:19 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 02/13/2026 _x86_64_ (2 CPU) 07:40:19 07:40:19 07:37:45 LINUX RESTART (2 CPU) 07:40:19 07:40:19 07:38:01 AM CPU %user %nice %system %iowait %steal %idle 07:40:19 07:39:01 AM all 45.50 2.81 22.01 6.69 0.13 22.86 07:40:19 07:39:01 AM 0 50.56 2.19 20.60 6.83 0.12 19.70 07:40:19 07:39:01 AM 1 40.40 3.45 23.43 6.55 0.14 26.04 07:40:19 07:40:00 AM all 41.94 0.00 4.73 1.73 0.11 51.49 07:40:19 07:40:00 AM 0 62.44 0.00 5.87 1.59 0.10 30.01 07:40:19 07:40:00 AM 1 21.52 0.00 3.60 1.87 0.12 72.89 07:40:19 07:40:01 AM all 34.78 0.00 12.32 21.01 0.00 31.88 07:40:19 07:40:01 AM 0 56.93 0.00 9.49 14.60 0.00 18.98 07:40:19 07:40:01 AM 1 12.95 0.00 15.11 27.34 0.00 44.60 07:40:19 Average: all 43.61 1.39 13.36 4.41 0.12 37.11 07:40:19 Average: 0 56.48 1.08 13.21 4.34 0.11 24.77 07:40:19 Average: 1 30.73 1.70 13.51 4.48 0.13 49.46 07:40:19 07:40:19 07:40:19