21:28:54 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/146207 21:28:54 Running as SYSTEM 21:28:54 [EnvInject] - Loading node environment variables. 21:28:54 Building remotely on prd-centos8-builder-2c-1g-12539 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-yaml-lint 21:28:54 [ssh-agent] Looking for ssh-agent implementation... 21:28:54 $ ssh-agent 21:28:54 SSH_AUTH_SOCK=/tmp/ssh-3mLb1anrmSYL/agent.12555 21:28:54 SSH_AGENT_PID=12557 21:28:54 [ssh-agent] Started. 21:28:54 Running ssh-add (command line suppressed) 21:28:54 Identity added: /w/workspace/integration-master-yaml-lint@tmp/private_key_9613510673845860583.key (/w/workspace/integration-master-yaml-lint@tmp/private_key_9613510673845860583.key) 21:28:54 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 21:28:54 The recommended git tool is: NONE 21:29:01 using credential onap-jenkins-ssh 21:29:01 Wiping out workspace first. 21:29:01 Cloning the remote Git repository 21:29:01 Cloning repository git://cloud.onap.org/mirror/integration.git 21:29:01 > git init /w/workspace/integration-master-yaml-lint # timeout=10 21:29:01 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 21:29:01 > git --version # timeout=10 21:29:01 > git --version # 'git version 2.43.0' 21:29:01 using GIT_SSH to set credentials Gerrit user 21:29:01 [INFO] Currently running in a labeled security context 21:29:01 [INFO] Currently SELinux is 'enforcing' on the host 21:29:01 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh17666291025916074869.key 21:29:02 Verifying host key using manually-configured host key entries 21:29:02 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 21:29:04 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 21:29:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:29:05 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 21:29:05 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 21:29:05 using GIT_SSH to set credentials Gerrit user 21:29:05 [INFO] Currently running in a labeled security context 21:29:05 [INFO] Currently SELinux is 'enforcing' on the host 21:29:05 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh9121199221898681068.key 21:29:05 Verifying host key using manually-configured host key entries 21:29:05 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/07/146207/1 # timeout=30 21:29:05 > git rev-parse c5fb75355e55258329c982099af03420b9305c73^{commit} # timeout=10 21:29:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 21:29:05 Checking out Revision c5fb75355e55258329c982099af03420b9305c73 (refs/changes/07/146207/1) 21:29:05 > git config core.sparsecheckout # timeout=10 21:29:05 > git checkout -f c5fb75355e55258329c982099af03420b9305c73 # timeout=30 21:29:09 Commit message: "Bump lfreleng-actions/github2gerrit-action from 1.2.2 to 1.4.1" 21:29:09 > git rev-parse FETCH_HEAD^{commit} # timeout=10 21:29:09 > git rev-list --no-walk b2d4f6408f450f2b99238f85e62e7b1ceefffe0d # timeout=10 21:29:09 [EnvInject] - Injecting environment variables from a build step. 21:29:09 [EnvInject] - Injecting as environment variables the properties content 21:29:09 PYTHON=python3 21:29:09 21:29:09 [EnvInject] - Variables injected successfully. 21:29:10 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins17419861011515980579.sh 21:29:10 ---> tox-install.sh 21:29:10 + source /home/jenkins/lf-env.sh 21:29:10 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:29:10 ++ mktemp -d /tmp/venv-XXXX 21:29:10 + lf_venv=/tmp/venv-3wye 21:29:10 + local venv_file=/tmp/.os_lf_venv 21:29:10 + local python=python3 21:29:10 + local options 21:29:10 + local set_path=true 21:29:10 + local install_args= 21:29:10 ++ 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 21:29:10 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:29:10 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:29:10 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:29:10 + true 21:29:10 + case $1 in 21:29:10 + venv_file=/tmp/.toxenv 21:29:10 + shift 2 21:29:10 + true 21:29:10 + case $1 in 21:29:10 + shift 21:29:10 + break 21:29:10 + case $python in 21:29:10 + local pkg_list= 21:29:10 + [[ -d /opt/pyenv ]] 21:29:10 + echo 'Setup pyenv:' 21:29:10 Setup pyenv: 21:29:10 + export PYENV_ROOT=/opt/pyenv 21:29:10 + PYENV_ROOT=/opt/pyenv 21:29:10 + 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 21:29:10 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 21:29:10 + pyenv versions 21:29:10 system 21:29:10 * 3.8.13 (set by /opt/pyenv/version) 21:29:10 * 3.9.13 (set by /opt/pyenv/version) 21:29:10 * 3.10.6 (set by /opt/pyenv/version) 21:29:10 + command -v pyenv 21:29:10 ++ pyenv init - --no-rehash 21:29:10 + 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[*]}"'\'')" 21:29:10 export PATH="/opt/pyenv/shims:${PATH}" 21:29:10 export PYENV_SHELL=bash 21:29:10 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:29:10 pyenv() { 21:29:10 local command 21:29:10 command="${1:-}" 21:29:10 if [ "$#" -gt 0 ]; then 21:29:10 shift 21:29:10 fi 21:29:10 21:29:10 case "$command" in 21:29:10 rehash|shell) 21:29:10 eval "$(pyenv "sh-$command" "$@")" 21:29:10 ;; 21:29:10 *) 21:29:10 command pyenv "$command" "$@" 21:29:10 ;; 21:29:10 esac 21:29:10 }' 21:29:10 +++ 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[*]}"' 21:29:10 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 21:29:10 ++ 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 21:29:10 ++ 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 21:29:10 ++ export PYENV_SHELL=bash 21:29:10 ++ PYENV_SHELL=bash 21:29:10 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:29:10 +++ complete -F _pyenv pyenv 21:29:10 ++ lf-pyver python3 21:29:10 ++ local py_version_xy=python3 21:29:10 ++ local py_version_xyz= 21:29:10 ++ pyenv versions 21:29:10 ++ local command 21:29:10 ++ command=versions 21:29:10 ++ sed 's/^[ *]* //' 21:29:10 ++ '[' 1 -gt 0 ']' 21:29:10 ++ shift 21:29:10 ++ case "$command" in 21:29:10 ++ command pyenv versions 21:29:10 ++ pyenv versions 21:29:10 ++ awk '{ print $1 }' 21:29:10 ++ grep -E '^[0-9.]*[0-9]$' 21:29:10 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:29:10 +++ grep '^3' /tmp/.pyenv_versions 21:29:10 +++ sort -V 21:29:10 +++ tail -n 1 21:29:10 ++ py_version_xyz=3.10.6 21:29:10 ++ [[ -z 3.10.6 ]] 21:29:10 ++ echo 3.10.6 21:29:10 ++ return 0 21:29:10 + pyenv local 3.10.6 21:29:10 + local command 21:29:10 + command=local 21:29:10 + '[' 2 -gt 0 ']' 21:29:10 + shift 21:29:10 + case "$command" in 21:29:10 + command pyenv local 3.10.6 21:29:10 + pyenv local 3.10.6 21:29:10 + for arg in "$@" 21:29:10 + case $arg in 21:29:10 + pkg_list+='tox ' 21:29:10 + for arg in "$@" 21:29:10 + case $arg in 21:29:10 + pkg_list+='virtualenv ' 21:29:10 + for arg in "$@" 21:29:10 + case $arg in 21:29:10 + pkg_list+='urllib3~=1.26.15 ' 21:29:10 + [[ -f /tmp/.toxenv ]] 21:29:10 + [[ ! -f /tmp/.toxenv ]] 21:29:10 + [[ -n '' ]] 21:29:10 + python3 -m venv /tmp/venv-3wye 21:29:14 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3wye' 21:29:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3wye 21:29:14 + echo /tmp/venv-3wye 21:29:14 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 21:29:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 21:29:14 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 21:29:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:29:14 + local 'pip_opts=--upgrade --quiet' 21:29:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 21:29:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 21:29:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 21:29:14 + [[ -n '' ]] 21:29:14 + [[ -n '' ]] 21:29:14 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 21:29:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:29:14 + /tmp/venv-3wye/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 21:29:18 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 21:29:18 lf-activate-venv(): INFO: Base packages installed successfully 21:29:18 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:29:18 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 21:29:18 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 21:29:18 + /tmp/venv-3wye/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 21:29:20 + type python3 21:29:20 + true 21:29:20 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3wye/bin to PATH' 21:29:20 lf-activate-venv(): INFO: Adding /tmp/venv-3wye/bin to PATH 21:29:20 + PATH=/tmp/venv-3wye/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 21:29:20 + return 0 21:29:20 + python3 --version 21:29:21 Python 3.10.6 21:29:21 + python3 -m pip --version 21:29:21 pip 26.1.2 from /tmp/venv-3wye/lib/python3.10/site-packages/pip (python 3.10) 21:29:21 + python3 -m pip freeze 21:29:21 cachetools==7.1.4 21:29:21 colorama==0.4.6 21:29:21 distlib==0.4.3 21:29:21 filelock==3.29.7 21:29:21 packaging==26.2 21:29:21 platformdirs==4.10.0 21:29:21 pluggy==1.6.0 21:29:21 pyproject-api==1.10.1 21:29:21 python-discovery==1.4.4 21:29:21 tomli==2.4.1 21:29:21 tomli_w==1.2.0 21:29:21 tox==4.56.4 21:29:21 typing_extensions==4.16.0 21:29:21 urllib3==1.26.20 21:29:21 virtualenv==21.6.1 21:29:21 [EnvInject] - Injecting environment variables from a build step. 21:29:21 [EnvInject] - Injecting as environment variables the properties content 21:29:21 PARALLEL=false 21:29:21 21:29:21 [EnvInject] - Variables injected successfully. 21:29:21 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins4289086503793707697.sh 21:29:21 ---> tox-run.sh 21:29:21 + 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 21:29:21 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-yaml-lint/archives/tox 21:29:21 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-yaml-lint/archives/docs 21:29:21 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/tox 21:29:21 + cd /w/workspace/integration-master-yaml-lint/. 21:29:21 + source /home/jenkins/lf-env.sh 21:29:21 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:29:21 ++ mktemp -d /tmp/venv-XXXX 21:29:21 + lf_venv=/tmp/venv-8dGH 21:29:21 + local venv_file=/tmp/.os_lf_venv 21:29:21 + local python=python3 21:29:21 + local options 21:29:21 + local set_path=true 21:29:21 + local install_args= 21:29:21 ++ 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 21:29:21 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:29:21 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:29:21 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:29:21 + true 21:29:21 + case $1 in 21:29:21 + venv_file=/tmp/.toxenv 21:29:21 + shift 2 21:29:21 + true 21:29:21 + case $1 in 21:29:21 + shift 21:29:21 + break 21:29:21 + case $python in 21:29:21 + local pkg_list= 21:29:21 + [[ -d /opt/pyenv ]] 21:29:21 + echo 'Setup pyenv:' 21:29:21 Setup pyenv: 21:29:21 + export PYENV_ROOT=/opt/pyenv 21:29:21 + PYENV_ROOT=/opt/pyenv 21:29:21 + 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 21:29:21 + 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 21:29:21 + pyenv versions 21:29:21 system 21:29:21 3.8.13 21:29:21 3.9.13 21:29:21 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 21:29:21 + command -v pyenv 21:29:21 ++ pyenv init - --no-rehash 21:29:21 + 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[*]}"'\'')" 21:29:21 export PATH="/opt/pyenv/shims:${PATH}" 21:29:21 export PYENV_SHELL=bash 21:29:21 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:29:21 pyenv() { 21:29:21 local command 21:29:21 command="${1:-}" 21:29:21 if [ "$#" -gt 0 ]; then 21:29:21 shift 21:29:21 fi 21:29:21 21:29:21 case "$command" in 21:29:21 rehash|shell) 21:29:21 eval "$(pyenv "sh-$command" "$@")" 21:29:21 ;; 21:29:21 *) 21:29:21 command pyenv "$command" "$@" 21:29:21 ;; 21:29:21 esac 21:29:21 }' 21:29:21 +++ 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[*]}"' 21:29:21 ++ 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 21:29:21 ++ 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 21:29:21 ++ 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 21:29:21 ++ export PYENV_SHELL=bash 21:29:21 ++ PYENV_SHELL=bash 21:29:21 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:29:21 +++ complete -F _pyenv pyenv 21:29:21 ++ lf-pyver python3 21:29:21 ++ local py_version_xy=python3 21:29:21 ++ local py_version_xyz= 21:29:21 ++ pyenv versions 21:29:21 ++ local command 21:29:21 ++ command=versions 21:29:21 ++ '[' 1 -gt 0 ']' 21:29:21 ++ shift 21:29:21 ++ case "$command" in 21:29:21 ++ command pyenv versions 21:29:21 ++ pyenv versions 21:29:21 ++ grep -E '^[0-9.]*[0-9]$' 21:29:21 ++ sed 's/^[ *]* //' 21:29:21 ++ awk '{ print $1 }' 21:29:22 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:29:22 +++ grep '^3' /tmp/.pyenv_versions 21:29:22 +++ sort -V 21:29:22 +++ tail -n 1 21:29:22 ++ py_version_xyz=3.10.6 21:29:22 ++ [[ -z 3.10.6 ]] 21:29:22 ++ echo 3.10.6 21:29:22 ++ return 0 21:29:22 + pyenv local 3.10.6 21:29:22 + local command 21:29:22 + command=local 21:29:22 + '[' 2 -gt 0 ']' 21:29:22 + shift 21:29:22 + case "$command" in 21:29:22 + command pyenv local 3.10.6 21:29:22 + pyenv local 3.10.6 21:29:22 + for arg in "$@" 21:29:22 + case $arg in 21:29:22 + pkg_list+='tox ' 21:29:22 + for arg in "$@" 21:29:22 + case $arg in 21:29:22 + pkg_list+='virtualenv ' 21:29:22 + for arg in "$@" 21:29:22 + case $arg in 21:29:22 + pkg_list+='urllib3~=1.26.15 ' 21:29:22 + [[ -f /tmp/.toxenv ]] 21:29:22 ++ cat /tmp/.toxenv 21:29:22 + lf_venv=/tmp/venv-3wye 21:29:22 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3wye from' file:/tmp/.toxenv 21:29:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3wye from file:/tmp/.toxenv 21:29:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 21:29:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:29:22 + local 'pip_opts=--upgrade --quiet' 21:29:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 21:29:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 21:29:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 21:29:22 + [[ -n '' ]] 21:29:22 + [[ -n '' ]] 21:29:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 21:29:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:29:22 + /tmp/venv-3wye/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 21:29:22 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 21:29:22 lf-activate-venv(): INFO: Base packages installed successfully 21:29:22 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:29:22 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 21:29:22 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 21:29:22 + /tmp/venv-3wye/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 21:29:23 + type python3 21:29:23 + true 21:29:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3wye/bin to PATH' 21:29:23 lf-activate-venv(): INFO: Adding /tmp/venv-3wye/bin to PATH 21:29:23 + PATH=/tmp/venv-3wye/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 21:29:23 + return 0 21:29:23 + [[ -d /opt/pyenv ]] 21:29:23 + echo '---> Setting up pyenv' 21:29:23 ---> Setting up pyenv 21:29:23 + export PYENV_ROOT=/opt/pyenv 21:29:23 + PYENV_ROOT=/opt/pyenv 21:29:23 + export PATH=/opt/pyenv/bin:/tmp/venv-3wye/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 21:29:23 + PATH=/opt/pyenv/bin:/tmp/venv-3wye/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 21:29:23 ++ pwd 21:29:23 + PYTHONPATH=/w/workspace/integration-master-yaml-lint 21:29:23 + export PYTHONPATH 21:29:23 + export TOX_TESTENV_PASSENV=PYTHONPATH 21:29:23 + TOX_TESTENV_PASSENV=PYTHONPATH 21:29:23 + tox --version 21:29:24 4.56.4 from /tmp/venv-3wye/lib/python3.10/site-packages/tox/__init__.py 21:29:24 + PARALLEL=false 21:29:24 + TOX_OPTIONS_LIST= 21:29:24 + [[ -n yaml ]] 21:29:24 + TOX_OPTIONS_LIST=' -e yaml' 21:29:24 + case ${PARALLEL,,} in 21:29:24 + tox -e yaml 21:29:24 + tee -a /w/workspace/integration-master-yaml-lint/archives/tox/tox.log 21:29:32 yaml: install_deps> python -I -m pip install coala-bears nodeenv 21:29:58 yaml: freeze> python -m pip freeze --all 21:29:58 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.6.17,charset-normalizer==3.4.9,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.51,guess_language-spirit==0.5.4,html-linter==0.3.0,idna==3.15,imagesize==1.5.0,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.2,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==2026.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.4,six==1.17.0,smmap==5.0.3,snowballstemmer==3.1.1,Sphinx==1.4.9,stevedore==5.3.0,template-remover==0.1.9,termcolor==1.1.0,toml==0.10.2,tqdm==4.68.4,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 21:29:58 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 21:29:58 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 21:29:59 ---> Completed tox runs 21:29:59 + for i in .tox/*/log 21:29:59 ++ echo .tox/yaml/log 21:29:59 ++ awk -F/ '{print $2}' 21:29:59 + tox_env=yaml 21:29:59 + cp -r .tox/yaml/log /w/workspace/integration-master-yaml-lint/archives/tox/yaml 21:29:59 + DOC_DIR=docs/_build/html 21:29:59 + [[ -d docs/_build/html ]] 21:29:59 + echo '---> tox-run.sh ends' 21:29:59 ---> tox-run.sh ends 21:29:59 + test 0 -eq 0 21:30:00 $ ssh-agent -k 21:30:00 unset SSH_AUTH_SOCK; 21:30:00 unset SSH_AGENT_PID; 21:30:00 echo Agent pid 12557 killed; 21:30:00 [ssh-agent] Stopped. 21:30:00 [PostBuildScript] - [INFO] Executing post build scripts. 21:30:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins6450877077586910577.sh 21:30:00 ---> sysstat.sh 21:30:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins11614621213600400214.sh 21:30:00 ---> package-listing.sh 21:30:00 ++ facter osfamily 21:30:00 ++ tr '[:upper:]' '[:lower:]' 21:30:00 + OS_FAMILY=redhat 21:30:00 + workspace=/w/workspace/integration-master-yaml-lint 21:30:00 + START_PACKAGES=/tmp/packages_start.txt 21:30:00 + END_PACKAGES=/tmp/packages_end.txt 21:30:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:30:00 + PACKAGES=/tmp/packages_start.txt 21:30:00 + '[' /w/workspace/integration-master-yaml-lint ']' 21:30:00 + PACKAGES=/tmp/packages_end.txt 21:30:00 + case "${OS_FAMILY}" in 21:30:00 + rpm -qa 21:30:00 + sort 21:30:01 + '[' -f /tmp/packages_start.txt ']' 21:30:01 + '[' -f /tmp/packages_end.txt ']' 21:30:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:30:01 + '[' /w/workspace/integration-master-yaml-lint ']' 21:30:01 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/ 21:30:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-yaml-lint/archives/ 21:30:01 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins3261277800560898943.sh 21:30:01 ---> capture-instance-metadata.sh 21:30:01 Setup pyenv: 21:30:01 system 21:30:01 3.8.13 21:30:01 3.9.13 21:30:01 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 21:30:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-p3tx 21:30:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 21:30:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:30:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:30:09 lf-activate-venv(): INFO: Base packages installed successfully 21:30:09 lf-activate-venv(): INFO: Installing additional packages: lftools 21:30:31 lf-activate-venv(): INFO: Adding /tmp/venv-p3tx/bin to PATH 21:30:31 INFO: Running in OpenStack, capturing instance metadata 21:30:31 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins15505614300206041275.sh 21:30:31 provisioning config files... 21:30:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-yaml-lint@tmp/config18019715324074781245tmp 21:30:31 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 21:30:31 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 21:30:31 [EnvInject] - Injecting environment variables from a build step. 21:30:31 [EnvInject] - Injecting as environment variables the properties content 21:30:31 SERVER_ID=logs 21:30:31 21:30:31 [EnvInject] - Variables injected successfully. 21:30:31 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins16761652277270403011.sh 21:30:31 ---> create-netrc.sh 21:30:31 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins3174340429675627528.sh 21:30:31 ---> python-tools-install.sh 21:30:31 Setup pyenv: 21:30:31 system 21:30:31 3.8.13 21:30:31 3.9.13 21:30:31 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 21:30:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-p3tx from file:/tmp/.os_lf_venv 21:30:31 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:30:31 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:30:33 lf-activate-venv(): INFO: Base packages installed successfully 21:30:33 lf-activate-venv(): INFO: Installing additional packages: lftools 21:30:41 lf-activate-venv(): INFO: Adding /tmp/venv-p3tx/bin to PATH 21:30:41 Generating Requirements File 21:31:03 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. 21:31:03 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 21:31:04 Python 3.10.6 21:31:04 pip 26.1.2 from /tmp/venv-p3tx/lib/python3.10/site-packages/pip (python 3.10) 21:31:04 aiohappyeyeballs==2.7.1 21:31:04 aiohttp==3.14.1 21:31:04 aiosignal==1.4.0 21:31:04 appdirs==1.4.4 21:31:04 argcomplete==3.7.0 21:31:04 aspy.yaml==1.3.0 21:31:04 async-timeout==5.0.1 21:31:04 attrs==26.1.0 21:31:04 autopage==0.6.0 21:31:04 backports.strenum==1.3.1 21:31:04 beautifulsoup4==4.15.0 21:31:04 boto3==1.43.47 21:31:04 botocore==1.43.47 21:31:04 bs4==0.0.2 21:31:04 certifi==2026.6.17 21:31:04 cffi==2.1.0 21:31:04 cfgv==3.5.0 21:31:04 chardet==7.4.3 21:31:04 charset-normalizer==3.4.9 21:31:04 click==8.4.2 21:31:04 cliff==4.14.0 21:31:04 cmd2==3.5.1 21:31:04 cryptography==3.3.2 21:31:04 debtcollector==3.1.0 21:31:04 decorator==5.3.1 21:31:04 defusedxml==0.7.1 21:31:04 Deprecated==1.3.1 21:31:04 distlib==0.4.3 21:31:04 dnspython==2.8.0 21:31:04 docker==7.2.0 21:31:04 dogpile.cache==1.5.0 21:31:04 durationpy==0.10 21:31:04 email-validator==2.3.0 21:31:04 filelock==3.29.7 21:31:04 frozenlist==1.8.0 21:31:04 future==1.0.0 21:31:04 gitdb==4.0.12 21:31:04 GitPython==3.1.51 21:31:04 httplib2==0.30.2 21:31:04 identify==2.6.19 21:31:04 idna==3.18 21:31:04 importlib-resources==1.5.0 21:31:04 iso8601==2.1.0 21:31:04 Jinja2==3.1.6 21:31:04 jmespath==1.1.0 21:31:04 jsonpatch==1.33 21:31:04 jsonpointer==3.1.1 21:31:04 jsonschema==4.26.0 21:31:04 jsonschema-specifications==2025.9.1 21:31:04 keystoneauth1==5.14.0 21:31:04 kubernetes==36.0.3 21:31:04 lftools==0.37.22 21:31:04 lxml==6.1.1 21:31:04 markdown-it-py==4.2.0 21:31:04 MarkupSafe==3.0.3 21:31:04 mdurl==0.1.2 21:31:04 msgpack==1.2.1 21:31:04 multi_key_dict==2.0.3 21:31:04 multidict==6.7.1 21:31:04 munch==4.0.0 21:31:04 netaddr==1.3.0 21:31:04 niet==1.4.2 21:31:04 nodeenv==1.10.0 21:31:04 oauth2client==4.1.3 21:31:04 oauthlib==3.3.1 21:31:04 openstacksdk==4.13.0 21:31:04 os-service-types==1.8.2 21:31:04 osc-lib==4.6.0 21:31:04 oslo.config==10.4.0 21:31:04 oslo.context==6.4.0 21:31:04 oslo.i18n==6.8.0 21:31:04 oslo.log==8.2.0 21:31:04 oslo.serialization==5.10.0 21:31:04 oslo.utils==10.1.1 21:31:04 packaging==26.2 21:31:04 pbr==7.0.3 21:31:04 platformdirs==4.10.0 21:31:04 prettytable==3.18.0 21:31:04 propcache==0.5.2 21:31:04 psutil==7.2.2 21:31:04 pyasn1==0.6.4 21:31:04 pyasn1_modules==0.4.2 21:31:04 pycparser==3.0 21:31:04 pygerrit2==2.0.15 21:31:04 PyGithub==2.9.1 21:31:04 Pygments==2.20.0 21:31:04 PyJWT==2.13.0 21:31:04 PyNaCl==1.6.2 21:31:04 pyparsing==2.4.7 21:31:04 pyperclip==1.11.0 21:31:04 pyrsistent==0.20.0 21:31:04 python-cinderclient==9.9.0 21:31:04 python-dateutil==2.9.0.post0 21:31:04 python-discovery==1.4.4 21:31:04 python-heatclient==5.2.0 21:31:04 python-jenkins==1.8.3 21:31:04 python-keystoneclient==5.8.0 21:31:04 python-magnumclient==4.11.0 21:31:04 python-openstackclient==10.0.0 21:31:04 python-swiftclient==4.10.0 21:31:04 PyYAML==6.0.3 21:31:04 referencing==0.37.0 21:31:04 requests==2.34.2 21:31:04 requests-oauthlib==2.0.0 21:31:04 rfc3986==2.0.0 21:31:04 rich==15.0.0 21:31:04 rich-argparse==1.8.0 21:31:04 rpds-py==0.30.0 21:31:04 rsa==4.9.1 21:31:04 ruamel.yaml==0.19.1 21:31:04 ruamel.yaml.clib==0.2.15 21:31:04 s3transfer==0.19.1 21:31:04 simplejson==4.1.1 21:31:04 six==1.17.0 21:31:04 smmap==5.0.3 21:31:04 soupsieve==2.8.4 21:31:04 stevedore==5.8.0 21:31:04 tabulate==0.10.0 21:31:04 toml==0.10.2 21:31:04 tomlkit==0.15.0 21:31:04 tqdm==4.68.4 21:31:04 typing_extensions==4.16.0 21:31:04 urllib3==1.26.20 21:31:04 virtualenv==21.6.1 21:31:04 wcwidth==0.8.2 21:31:04 websocket-client==1.9.0 21:31:04 wrapt==2.2.2 21:31:04 xdg==6.0.0 21:31:04 xmltodict==1.0.4 21:31:04 yarl==1.24.2 21:31:04 yq==4.1.2 21:31:04 [integration-master-yaml-lint] $ /bin/sh /tmp/jenkins17930452115179170532.sh 21:31:04 ---> uv-install.sh 21:31:04 Installing uv/uvx (latest) using shell installer 21:31:05 2026-07-13 21:31:05 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-mOs0xu.sh" [1] 21:31:05 downloading uv 0.11.28 x86_64-unknown-linux-gnu 21:31:06 installing to /home/jenkins/.local/bin 21:31:06 uv 21:31:06 uvx 21:31:06 everything's installed! 21:31:06 ---> Validating uv/uvx install 21:31:06 uvx 0.11.28 (x86_64-unknown-linux-gnu) 21:31:06 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins15950402964640463622.sh 21:31:06 ---> sudo-logs.sh 21:31:06 Archiving 'sudo' log.. 21:31:06 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins7541892677368255586.sh 21:31:06 ---> job-cost.sh 21:31:06 INFO: Activating Python virtual environment... 21:31:06 Setup pyenv: 21:31:06 system 21:31:06 3.8.13 21:31:06 3.9.13 21:31:06 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 21:31:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-p3tx from file:/tmp/.os_lf_venv 21:31:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:31:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:31:08 lf-activate-venv(): INFO: Base packages installed successfully 21:31:08 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 21:31:13 lf-activate-venv(): INFO: Adding /tmp/venv-p3tx/bin to PATH 21:31:13 INFO: No stack-cost file found 21:31:13 INFO: Instance uptime: 164s 21:31:13 INFO: Fetching instance metadata (attempt 1 of 3)... 21:31:13 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 21:31:14 INFO: Successfully fetched instance metadata 21:31:14 INFO: Instance type: v3-standard-2 21:31:14 INFO: Retrieving pricing info for: v3-standard-2 21:31:14 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 21:31:14 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=164 21:31:14 INFO: Successfully fetched Vexxhost pricing API 21:31:14 INFO: Retrieved cost: 0.06 21:31:14 INFO: Retrieved resource: v3-standard-2 21:31:14 INFO: Creating archive directory: /w/workspace/integration-master-yaml-lint/archives/cost 21:31:14 INFO: Archiving costs to: /w/workspace/integration-master-yaml-lint/archives/cost.csv 21:31:14 INFO: Successfully archived job cost data 21:31:14 DEBUG: Cost data: integration-master-yaml-lint,169,2026-07-13 21:31:14,v3-standard-2,164,0.06,0.00,SUCCESS 21:31:14 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins8223567156795859451.sh 21:31:14 ---> logs-deploy.sh 21:31:14 Setup pyenv: 21:31:14 system 21:31:14 3.8.13 21:31:14 3.9.13 21:31:14 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 21:31:14 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-p3tx from file:/tmp/.os_lf_venv 21:31:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:31:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:31:16 lf-activate-venv(): INFO: Base packages installed successfully 21:31:16 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 21:31:24 lf-activate-venv(): INFO: Adding /tmp/venv-p3tx/bin to PATH 21:31:24 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-yaml-lint/169 21:31:24 INFO: archiving workspace using pattern(s): 21:31:25 Archives upload complete. 21:31:25 INFO: archiving logs to Nexus 21:31:26 ---> uname -a: 21:31:26 Linux prd-centos8-builder-2c-1g-12539.novalocal 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 21:31:26 21:31:26 21:31:26 ---> lscpu: 21:31:26 Architecture: x86_64 21:31:26 CPU op-mode(s): 32-bit, 64-bit 21:31:26 Byte Order: Little Endian 21:31:26 CPU(s): 2 21:31:26 On-line CPU(s) list: 0,1 21:31:26 Thread(s) per core: 1 21:31:26 Core(s) per socket: 1 21:31:26 Socket(s): 2 21:31:26 NUMA node(s): 1 21:31:26 Vendor ID: AuthenticAMD 21:31:26 CPU family: 23 21:31:26 Model: 49 21:31:26 Model name: AMD EPYC-Rome Processor 21:31:26 Stepping: 0 21:31:26 CPU MHz: 2799.998 21:31:26 BogoMIPS: 5599.99 21:31:26 Virtualization: AMD-V 21:31:26 Hypervisor vendor: KVM 21:31:26 Virtualization type: full 21:31:26 L1d cache: 32K 21:31:26 L1i cache: 32K 21:31:26 L2 cache: 512K 21:31:26 L3 cache: 16384K 21:31:26 NUMA node0 CPU(s): 0,1 21:31:26 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 21:31:26 21:31:26 21:31:26 ---> nproc: 21:31:26 2 21:31:26 21:31:26 21:31:26 ---> df -h: 21:31:26 Filesystem Size Used Avail Use% Mounted on 21:31:26 devtmpfs 3.8G 0 3.8G 0% /dev 21:31:26 tmpfs 3.8G 0 3.8G 0% /dev/shm 21:31:26 tmpfs 3.8G 17M 3.8G 1% /run 21:31:26 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 21:31:26 /dev/vda1 40G 9.8G 31G 25% / 21:31:26 tmpfs 770M 0 770M 0% /run/user/1001 21:31:26 21:31:26 21:31:26 ---> free -m: 21:31:26 total used free shared buff/cache available 21:31:26 Mem: 7697 723 4257 19 2716 6657 21:31:26 Swap: 1023 0 1023 21:31:26 21:31:26 21:31:26 ---> ip addr: 21:31:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 21:31:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:31:26 inet 127.0.0.1/8 scope host lo 21:31:26 valid_lft forever preferred_lft forever 21:31:26 inet6 ::1/128 scope host 21:31:26 valid_lft forever preferred_lft forever 21:31:26 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 21:31:26 link/ether fa:16:3e:5b:6c:5a brd ff:ff:ff:ff:ff:ff 21:31:26 altname enp0s3 21:31:26 altname ens3 21:31:26 inet 10.30.106.252/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 21:31:26 valid_lft 86233sec preferred_lft 86233sec 21:31:26 inet6 fe80::f816:3eff:fe5b:6c5a/64 scope link 21:31:26 valid_lft forever preferred_lft forever 21:31:26 21:31:26 21:31:26 ---> sar -b -r -n DEV: 21:31:26 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 07/13/2026 _x86_64_ (2 CPU) 21:31:26 21:31:26 21:28:35 LINUX RESTART (2 CPU) 21:31:26 21:31:26 09:29:01 PM tps rtps wtps bread/s bwrtn/s 21:31:26 09:30:00 PM 378.24 167.79 210.44 5966.75 14175.21 21:31:26 09:30:01 PM 317.22 2.22 315.00 324.44 35804.44 21:31:26 09:31:01 PM 150.86 0.40 150.46 54.64 14597.62 21:31:26 Average: 263.62 81.61 182.02 2925.85 14710.74 21:31:26 21:31:26 09:29:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:31:26 09:30:00 PM 4962992 6939716 2919448 37.04 2688 2142916 855012 9.57 239756 2314468 191860 21:31:26 09:30:01 PM 4938004 6918320 2944436 37.35 2688 2146476 871376 9.76 419176 2156860 162908 21:31:26 09:31:01 PM 4428216 6791860 3454224 43.82 2688 2508116 945700 10.59 443616 2572628 172412 21:31:26 Average: 4776404 6883299 3106036 39.40 2688 2265836 890696 9.97 367516 2347985 175727 21:31:26 21:31:26 09:29:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:31:26 09:30:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:26 09:30:00 PM eth0 129.27 80.47 1641.16 30.84 0.00 0.00 0.00 0.00 21:31:26 09:30:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:26 09:30:01 PM eth0 112.78 75.56 101.77 38.92 0.00 0.00 0.00 0.00 21:31:26 09:31:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:26 09:31:01 PM eth0 73.71 51.14 1074.64 10.22 0.00 0.00 0.00 0.00 21:31:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:26 Average: eth0 101.24 65.73 1334.80 20.65 0.00 0.00 0.00 0.00 21:31:26 21:31:26 21:31:26 ---> sar -P ALL: 21:31:26 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 07/13/2026 _x86_64_ (2 CPU) 21:31:26 21:31:26 21:28:35 LINUX RESTART (2 CPU) 21:31:26 21:31:26 09:29:01 PM CPU %user %nice %system %iowait %steal %idle 21:31:26 09:30:00 PM all 38.85 3.09 41.29 3.52 0.10 13.14 21:31:26 09:30:00 PM 0 38.42 3.04 41.54 3.52 0.11 13.37 21:31:26 09:30:00 PM 1 39.29 3.14 41.05 3.52 0.09 12.91 21:31:26 09:30:01 PM all 37.46 0.00 18.59 1.97 0.00 41.97 21:31:26 09:30:01 PM 0 48.88 0.00 20.79 3.93 0.00 26.40 21:31:26 09:30:01 PM 1 25.99 0.00 16.38 0.00 0.00 57.63 21:31:26 09:31:01 PM all 39.50 0.00 5.70 1.17 0.11 53.52 21:31:26 09:31:01 PM 0 49.65 0.00 6.54 1.08 0.12 42.61 21:31:26 09:31:01 PM 1 29.33 0.00 4.85 1.27 0.10 64.45 21:31:26 Average: all 39.16 1.48 22.90 2.31 0.10 34.05 21:31:26 Average: 0 44.28 1.45 23.46 2.29 0.11 28.41 21:31:26 Average: 1 34.04 1.50 22.33 2.32 0.09 39.70 21:31:26 21:31:26 21:31:26