03:54:00 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/144368 03:54:00 Running as SYSTEM 03:54:00 [EnvInject] - Loading node environment variables. 03:54:00 Building remotely on prd-centos8-builder-2c-1g-9844 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-yaml-lint 03:54:00 [ssh-agent] Looking for ssh-agent implementation... 03:54:00 $ ssh-agent 03:54:01 SSH_AUTH_SOCK=/tmp/ssh-VouiqJHwU3Ma/agent.16059 03:54:01 SSH_AGENT_PID=16061 03:54:01 [ssh-agent] Started. 03:54:01 Running ssh-add (command line suppressed) 03:54:01 Identity added: /w/workspace/integration-master-yaml-lint@tmp/private_key_10889564227120129155.key (/w/workspace/integration-master-yaml-lint@tmp/private_key_10889564227120129155.key) 03:54:01 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 03:54:01 The recommended git tool is: NONE 03:54:03 using credential onap-jenkins-ssh 03:54:03 Wiping out workspace first. 03:54:03 Cloning the remote Git repository 03:54:03 Cloning repository git://cloud.onap.org/mirror/integration.git 03:54:03 > git init /w/workspace/integration-master-yaml-lint # timeout=10 03:54:03 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 03:54:03 > git --version # timeout=10 03:54:04 > git --version # 'git version 2.39.0' 03:54:04 using GIT_SSH to set credentials Gerrit user 03:54:04 [INFO] Currently running in a labeled security context 03:54:04 [INFO] Currently SELinux is 'enforcing' on the host 03:54:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh13000851006538498898.key 03:54:04 Verifying host key using manually-configured host key entries 03:54:04 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 03:54:07 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 03:54:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:54:07 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 03:54:07 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 03:54:07 using GIT_SSH to set credentials Gerrit user 03:54:07 [INFO] Currently running in a labeled security context 03:54:07 [INFO] Currently SELinux is 'enforcing' on the host 03:54:07 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh5455937172830737186.key 03:54:07 Verifying host key using manually-configured host key entries 03:54:07 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/68/144368/1 # timeout=30 03:54:08 > git rev-parse c48a74b4cb778487b838676812ab4d1c9a277738^{commit} # timeout=10 03:54:08 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 03:54:08 Checking out Revision c48a74b4cb778487b838676812ab4d1c9a277738 (refs/changes/68/144368/1) 03:54:08 > git config core.sparsecheckout # timeout=10 03:54:08 > git checkout -f c48a74b4cb778487b838676812ab4d1c9a277738 # timeout=30 03:54:11 Commit message: "Bump step-security/harden-runner from 2.14.1 to 2.19.1" 03:54:11 > git rev-parse FETCH_HEAD^{commit} # timeout=10 03:54:11 > git rev-list --no-walk bfd5e41b62421c2d51b39371a2dd3b8535b1f635 # timeout=10 03:54:12 [EnvInject] - Injecting environment variables from a build step. 03:54:12 [EnvInject] - Injecting as environment variables the properties content 03:54:12 PYTHON=python3 03:54:12 03:54:12 [EnvInject] - Variables injected successfully. 03:54:12 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins10482519435137875123.sh 03:54:12 ---> tox-install.sh 03:54:12 + source /home/jenkins/lf-env.sh 03:54:12 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 03:54:12 ++ mktemp -d /tmp/venv-XXXX 03:54:12 + lf_venv=/tmp/venv-R32C 03:54:12 + local venv_file=/tmp/.os_lf_venv 03:54:12 + local python=python3 03:54:12 + local options 03:54:12 + local set_path=true 03:54:12 + local install_args= 03:54:12 ++ 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 03:54:12 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:54:12 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:54:12 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 03:54:12 + true 03:54:12 + case $1 in 03:54:12 + venv_file=/tmp/.toxenv 03:54:12 + shift 2 03:54:12 + true 03:54:12 + case $1 in 03:54:12 + shift 03:54:12 + break 03:54:12 + case $python in 03:54:12 + local pkg_list= 03:54:12 + [[ -d /opt/pyenv ]] 03:54:12 + echo 'Setup pyenv:' 03:54:12 Setup pyenv: 03:54:12 + export PYENV_ROOT=/opt/pyenv 03:54:12 + PYENV_ROOT=/opt/pyenv 03:54:12 + 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 03:54:12 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 03:54:12 + pyenv versions 03:54:12 system 03:54:12 * 3.8.13 (set by /opt/pyenv/version) 03:54:12 * 3.9.13 (set by /opt/pyenv/version) 03:54:12 * 3.10.6 (set by /opt/pyenv/version) 03:54:12 + command -v pyenv 03:54:12 ++ pyenv init - --no-rehash 03:54:12 + 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[*]}"'\'')" 03:54:12 export PATH="/opt/pyenv/shims:${PATH}" 03:54:12 export PYENV_SHELL=bash 03:54:12 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 03:54:12 pyenv() { 03:54:12 local command 03:54:12 command="${1:-}" 03:54:12 if [ "$#" -gt 0 ]; then 03:54:12 shift 03:54:12 fi 03:54:12 03:54:12 case "$command" in 03:54:12 rehash|shell) 03:54:12 eval "$(pyenv "sh-$command" "$@")" 03:54:12 ;; 03:54:12 *) 03:54:12 command pyenv "$command" "$@" 03:54:12 ;; 03:54:12 esac 03:54:12 }' 03:54:12 +++ 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[*]}"' 03:54:12 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 03:54:12 ++ 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 03:54:12 ++ 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 03:54:12 ++ export PYENV_SHELL=bash 03:54:12 ++ PYENV_SHELL=bash 03:54:12 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 03:54:12 +++ complete -F _pyenv pyenv 03:54:12 ++ lf-pyver python3 03:54:12 ++ local py_version_xy=python3 03:54:12 ++ local py_version_xyz= 03:54:12 ++ sed 's/^[ *]* //' 03:54:12 ++ awk '{ print $1 }' 03:54:12 ++ pyenv versions 03:54:12 ++ local command 03:54:12 ++ command=versions 03:54:12 ++ '[' 1 -gt 0 ']' 03:54:12 ++ shift 03:54:12 ++ case "$command" in 03:54:12 ++ command pyenv versions 03:54:12 ++ pyenv versions 03:54:12 ++ grep -E '^[0-9.]*[0-9]$' 03:54:12 ++ [[ ! -s /tmp/.pyenv_versions ]] 03:54:12 +++ grep '^3' /tmp/.pyenv_versions 03:54:12 +++ tail -n 1 03:54:12 +++ sort -V 03:54:12 ++ py_version_xyz=3.10.6 03:54:12 ++ [[ -z 3.10.6 ]] 03:54:12 ++ echo 3.10.6 03:54:12 ++ return 0 03:54:12 + pyenv local 3.10.6 03:54:12 + local command 03:54:12 + command=local 03:54:12 + '[' 2 -gt 0 ']' 03:54:12 + shift 03:54:12 + case "$command" in 03:54:12 + command pyenv local 3.10.6 03:54:12 + pyenv local 3.10.6 03:54:12 + for arg in "$@" 03:54:12 + case $arg in 03:54:12 + pkg_list+='tox ' 03:54:12 + for arg in "$@" 03:54:12 + case $arg in 03:54:12 + pkg_list+='virtualenv ' 03:54:12 + for arg in "$@" 03:54:12 + case $arg in 03:54:12 + pkg_list+='urllib3~=1.26.15 ' 03:54:12 + [[ -f /tmp/.toxenv ]] 03:54:12 + [[ ! -f /tmp/.toxenv ]] 03:54:12 + [[ -n '' ]] 03:54:12 + python3 -m venv /tmp/venv-R32C 03:54:16 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R32C' 03:54:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R32C 03:54:16 + echo /tmp/venv-R32C 03:54:16 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 03:54:16 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 03:54:16 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 03:54:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:54:16 + local 'pip_opts=--upgrade --quiet' 03:54:16 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 03:54:16 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 03:54:16 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 03:54:16 + [[ -n '' ]] 03:54:16 + [[ -n '' ]] 03:54:16 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 03:54:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:54:16 + /tmp/venv-R32C/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 03:54:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 03:54:21 lf-activate-venv(): INFO: Base packages installed successfully 03:54:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 03:54:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 03:54:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 03:54:21 + /tmp/venv-R32C/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 03:54:23 + type python3 03:54:23 + true 03:54:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-R32C/bin to PATH' 03:54:23 lf-activate-venv(): INFO: Adding /tmp/venv-R32C/bin to PATH 03:54:23 + PATH=/tmp/venv-R32C/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 03:54:23 + return 0 03:54:23 + python3 --version 03:54:23 Python 3.10.6 03:54:23 + python3 -m pip --version 03:54:23 pip 26.1.1 from /tmp/venv-R32C/lib/python3.10/site-packages/pip (python 3.10) 03:54:23 + python3 -m pip freeze 03:54:23 cachetools==7.1.1 03:54:23 colorama==0.4.6 03:54:23 distlib==0.4.0 03:54:23 filelock==3.29.0 03:54:23 packaging==26.2 03:54:23 platformdirs==4.9.6 03:54:23 pluggy==1.6.0 03:54:23 pyproject-api==1.10.0 03:54:23 python-discovery==1.3.0 03:54:23 tomli==2.4.1 03:54:23 tomli_w==1.2.0 03:54:23 tox==4.53.1 03:54:23 typing_extensions==4.15.0 03:54:23 urllib3==1.26.20 03:54:23 virtualenv==21.3.1 03:54:23 [EnvInject] - Injecting environment variables from a build step. 03:54:23 [EnvInject] - Injecting as environment variables the properties content 03:54:23 PARALLEL=false 03:54:23 03:54:23 [EnvInject] - Variables injected successfully. 03:54:23 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins17146027329605934647.sh 03:54:23 ---> tox-run.sh 03:54:23 + 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 03:54:23 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-yaml-lint/archives/tox 03:54:23 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-yaml-lint/archives/docs 03:54:23 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/tox 03:54:23 + cd /w/workspace/integration-master-yaml-lint/. 03:54:23 + source /home/jenkins/lf-env.sh 03:54:23 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 03:54:23 ++ mktemp -d /tmp/venv-XXXX 03:54:23 + lf_venv=/tmp/venv-v57B 03:54:23 + local venv_file=/tmp/.os_lf_venv 03:54:23 + local python=python3 03:54:23 + local options 03:54:23 + local set_path=true 03:54:23 + local install_args= 03:54:23 ++ 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 03:54:23 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:54:23 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:54:23 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 03:54:23 + true 03:54:23 + case $1 in 03:54:23 + venv_file=/tmp/.toxenv 03:54:23 + shift 2 03:54:23 + true 03:54:23 + case $1 in 03:54:23 + shift 03:54:23 + break 03:54:23 + case $python in 03:54:23 + local pkg_list= 03:54:23 + [[ -d /opt/pyenv ]] 03:54:23 + echo 'Setup pyenv:' 03:54:23 Setup pyenv: 03:54:23 + export PYENV_ROOT=/opt/pyenv 03:54:23 + PYENV_ROOT=/opt/pyenv 03:54:23 + 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 03:54:23 + 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 03:54:23 + pyenv versions 03:54:23 system 03:54:23 3.8.13 03:54:23 3.9.13 03:54:23 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 03:54:23 + command -v pyenv 03:54:23 ++ pyenv init - --no-rehash 03:54:23 + 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[*]}"'\'')" 03:54:23 export PATH="/opt/pyenv/shims:${PATH}" 03:54:23 export PYENV_SHELL=bash 03:54:23 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 03:54:23 pyenv() { 03:54:23 local command 03:54:23 command="${1:-}" 03:54:23 if [ "$#" -gt 0 ]; then 03:54:23 shift 03:54:23 fi 03:54:23 03:54:23 case "$command" in 03:54:23 rehash|shell) 03:54:23 eval "$(pyenv "sh-$command" "$@")" 03:54:23 ;; 03:54:23 *) 03:54:23 command pyenv "$command" "$@" 03:54:23 ;; 03:54:23 esac 03:54:23 }' 03:54:23 +++ 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[*]}"' 03:54:23 ++ 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 03:54:23 ++ 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 03:54:23 ++ 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 03:54:23 ++ export PYENV_SHELL=bash 03:54:23 ++ PYENV_SHELL=bash 03:54:23 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 03:54:23 +++ complete -F _pyenv pyenv 03:54:23 ++ lf-pyver python3 03:54:23 ++ local py_version_xy=python3 03:54:23 ++ local py_version_xyz= 03:54:23 ++ awk '{ print $1 }' 03:54:23 ++ sed 's/^[ *]* //' 03:54:23 ++ pyenv versions 03:54:23 ++ local command 03:54:23 ++ command=versions 03:54:23 ++ '[' 1 -gt 0 ']' 03:54:23 ++ shift 03:54:23 ++ case "$command" in 03:54:23 ++ command pyenv versions 03:54:23 ++ pyenv versions 03:54:23 ++ grep -E '^[0-9.]*[0-9]$' 03:54:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 03:54:24 +++ grep '^3' /tmp/.pyenv_versions 03:54:24 +++ tail -n 1 03:54:24 +++ sort -V 03:54:24 ++ py_version_xyz=3.10.6 03:54:24 ++ [[ -z 3.10.6 ]] 03:54:24 ++ echo 3.10.6 03:54:24 ++ return 0 03:54:24 + pyenv local 3.10.6 03:54:24 + local command 03:54:24 + command=local 03:54:24 + '[' 2 -gt 0 ']' 03:54:24 + shift 03:54:24 + case "$command" in 03:54:24 + command pyenv local 3.10.6 03:54:24 + pyenv local 3.10.6 03:54:24 + for arg in "$@" 03:54:24 + case $arg in 03:54:24 + pkg_list+='tox ' 03:54:24 + for arg in "$@" 03:54:24 + case $arg in 03:54:24 + pkg_list+='virtualenv ' 03:54:24 + for arg in "$@" 03:54:24 + case $arg in 03:54:24 + pkg_list+='urllib3~=1.26.15 ' 03:54:24 + [[ -f /tmp/.toxenv ]] 03:54:24 ++ cat /tmp/.toxenv 03:54:24 + lf_venv=/tmp/venv-R32C 03:54:24 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-R32C from' file:/tmp/.toxenv 03:54:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-R32C from file:/tmp/.toxenv 03:54:24 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 03:54:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:54:24 + local 'pip_opts=--upgrade --quiet' 03:54:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 03:54:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 03:54:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 03:54:24 + [[ -n '' ]] 03:54:24 + [[ -n '' ]] 03:54:24 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 03:54:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:54:24 + /tmp/venv-R32C/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 03:54:24 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 03:54:24 lf-activate-venv(): INFO: Base packages installed successfully 03:54:24 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 03:54:24 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 03:54:24 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 03:54:24 + /tmp/venv-R32C/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 03:54:25 + type python3 03:54:25 + true 03:54:25 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-R32C/bin to PATH' 03:54:25 lf-activate-venv(): INFO: Adding /tmp/venv-R32C/bin to PATH 03:54:25 + PATH=/tmp/venv-R32C/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 03:54:25 + return 0 03:54:25 + [[ -d /opt/pyenv ]] 03:54:25 + echo '---> Setting up pyenv' 03:54:25 ---> Setting up pyenv 03:54:25 + export PYENV_ROOT=/opt/pyenv 03:54:25 + PYENV_ROOT=/opt/pyenv 03:54:25 + export PATH=/opt/pyenv/bin:/tmp/venv-R32C/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 03:54:25 + PATH=/opt/pyenv/bin:/tmp/venv-R32C/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 03:54:25 ++ pwd 03:54:25 + PYTHONPATH=/w/workspace/integration-master-yaml-lint 03:54:25 + export PYTHONPATH 03:54:25 + export TOX_TESTENV_PASSENV=PYTHONPATH 03:54:25 + TOX_TESTENV_PASSENV=PYTHONPATH 03:54:25 + tox --version 03:54:25 4.53.1 from /tmp/venv-R32C/lib/python3.10/site-packages/tox/__init__.py 03:54:25 + PARALLEL=false 03:54:25 + TOX_OPTIONS_LIST= 03:54:25 + [[ -n yaml ]] 03:54:25 + TOX_OPTIONS_LIST=' -e yaml' 03:54:25 + case ${PARALLEL,,} in 03:54:25 + tox -e yaml 03:54:25 + tee -a /w/workspace/integration-master-yaml-lint/archives/tox/tox.log 03:54:27 yaml: install_deps> python -I -m pip install coala-bears nodeenv 03:54:58 yaml: freeze> python -m pip freeze --all 03:54:59 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.4.22,charset-normalizer==3.4.7,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.50,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.14,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.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 03:54:59 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 03:54:59 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 03:55:00 ---> Completed tox runs 03:55:00 + for i in .tox/*/log 03:55:00 ++ echo .tox/yaml/log 03:55:00 ++ awk -F/ '{print $2}' 03:55:00 + tox_env=yaml 03:55:00 + cp -r .tox/yaml/log /w/workspace/integration-master-yaml-lint/archives/tox/yaml 03:55:00 + DOC_DIR=docs/_build/html 03:55:00 + [[ -d docs/_build/html ]] 03:55:00 + echo '---> tox-run.sh ends' 03:55:00 ---> tox-run.sh ends 03:55:00 + test 0 -eq 0 03:55:00 $ ssh-agent -k 03:55:00 unset SSH_AUTH_SOCK; 03:55:00 unset SSH_AGENT_PID; 03:55:00 echo Agent pid 16061 killed; 03:55:00 [ssh-agent] Stopped. 03:55:00 [PostBuildScript] - [INFO] Executing post build scripts. 03:55:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins17121600239521993543.sh 03:55:00 ---> sysstat.sh 03:55:00 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins2243736348294251169.sh 03:55:00 ---> package-listing.sh 03:55:00 ++ facter osfamily 03:55:00 ++ tr '[:upper:]' '[:lower:]' 03:55:01 + OS_FAMILY=redhat 03:55:01 + workspace=/w/workspace/integration-master-yaml-lint 03:55:01 + START_PACKAGES=/tmp/packages_start.txt 03:55:01 + END_PACKAGES=/tmp/packages_end.txt 03:55:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:55:01 + PACKAGES=/tmp/packages_start.txt 03:55:01 + '[' /w/workspace/integration-master-yaml-lint ']' 03:55:01 + PACKAGES=/tmp/packages_end.txt 03:55:01 + case "${OS_FAMILY}" in 03:55:01 + rpm -qa 03:55:01 + sort 03:55:01 + '[' -f /tmp/packages_start.txt ']' 03:55:01 + '[' -f /tmp/packages_end.txt ']' 03:55:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:55:01 + '[' /w/workspace/integration-master-yaml-lint ']' 03:55:01 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/ 03:55:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-yaml-lint/archives/ 03:55:01 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins6341352372927902465.sh 03:55:01 ---> capture-instance-metadata.sh 03:55:01 Setup pyenv: 03:55:01 system 03:55:01 3.8.13 03:55:01 3.9.13 03:55:01 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 03:55:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RBUF 03:55:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 03:55:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:55:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:55:09 lf-activate-venv(): INFO: Base packages installed successfully 03:55:09 lf-activate-venv(): INFO: Installing additional packages: lftools 03:55:33 lf-activate-venv(): INFO: Adding /tmp/venv-RBUF/bin to PATH 03:55:33 INFO: Running in OpenStack, capturing instance metadata 03:55:33 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins13803995033983986650.sh 03:55:33 provisioning config files... 03:55:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-yaml-lint@tmp/config8213863413780237912tmp 03:55:33 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 03:55:33 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 03:55:33 [EnvInject] - Injecting environment variables from a build step. 03:55:33 [EnvInject] - Injecting as environment variables the properties content 03:55:33 SERVER_ID=logs 03:55:33 03:55:33 [EnvInject] - Variables injected successfully. 03:55:33 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins4288192284265141140.sh 03:55:33 ---> create-netrc.sh 03:55:33 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins9940543415217122112.sh 03:55:33 ---> python-tools-install.sh 03:55:33 Setup pyenv: 03:55:33 system 03:55:33 3.8.13 03:55:33 3.9.13 03:55:33 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 03:55:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RBUF from file:/tmp/.os_lf_venv 03:55:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:55:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:55:35 lf-activate-venv(): INFO: Base packages installed successfully 03:55:35 lf-activate-venv(): INFO: Installing additional packages: lftools 03:55:42 lf-activate-venv(): INFO: Adding /tmp/venv-RBUF/bin to PATH 03:55:42 Generating Requirements File 03:56:00 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. 03:56:00 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 03:56:01 Python 3.10.6 03:56:01 pip 26.1.1 from /tmp/venv-RBUF/lib/python3.10/site-packages/pip (python 3.10) 03:56:01 appdirs==1.4.4 03:56:01 argcomplete==3.6.3 03:56:01 aspy.yaml==1.3.0 03:56:01 attrs==26.1.0 03:56:01 autopage==0.6.0 03:56:01 backports.strenum==1.3.1 03:56:01 beautifulsoup4==4.14.3 03:56:01 boto3==1.43.6 03:56:01 botocore==1.43.6 03:56:01 bs4==0.0.2 03:56:01 certifi==2026.4.22 03:56:01 cffi==2.0.0 03:56:01 cfgv==3.5.0 03:56:01 chardet==7.4.3 03:56:01 charset-normalizer==3.4.7 03:56:01 click==8.3.3 03:56:01 cliff==4.13.3 03:56:01 cmd2==3.5.1 03:56:01 cryptography==3.3.2 03:56:01 debtcollector==3.1.0 03:56:01 decorator==5.2.1 03:56:01 defusedxml==0.7.1 03:56:01 Deprecated==1.3.1 03:56:01 distlib==0.4.0 03:56:01 dnspython==2.8.0 03:56:01 docker==7.1.0 03:56:01 dogpile.cache==1.5.0 03:56:01 durationpy==0.10 03:56:01 email-validator==2.3.0 03:56:01 filelock==3.29.0 03:56:01 future==1.0.0 03:56:01 gitdb==4.0.12 03:56:01 GitPython==3.1.50 03:56:01 httplib2==0.30.2 03:56:01 identify==2.6.19 03:56:01 idna==3.14 03:56:01 importlib-resources==1.5.0 03:56:01 iso8601==2.1.0 03:56:01 Jinja2==3.1.6 03:56:01 jmespath==1.1.0 03:56:01 jsonpatch==1.33 03:56:01 jsonpointer==3.1.1 03:56:01 jsonschema==4.26.0 03:56:01 jsonschema-specifications==2025.9.1 03:56:01 keystoneauth1==5.13.1 03:56:01 kubernetes==35.0.0 03:56:01 lftools==0.37.22 03:56:01 lxml==6.1.0 03:56:01 markdown-it-py==4.2.0 03:56:01 MarkupSafe==3.0.3 03:56:01 mdurl==0.1.2 03:56:01 msgpack==1.1.2 03:56:01 multi_key_dict==2.0.3 03:56:01 munch==4.0.0 03:56:01 netaddr==1.3.0 03:56:01 niet==1.4.2 03:56:01 nodeenv==1.10.0 03:56:01 oauth2client==4.1.3 03:56:01 oauthlib==3.3.1 03:56:01 openstacksdk==4.12.0 03:56:01 os-service-types==1.8.2 03:56:01 osc-lib==4.6.0 03:56:01 oslo.config==10.3.0 03:56:01 oslo.context==6.3.0 03:56:01 oslo.i18n==6.7.2 03:56:01 oslo.log==8.1.0 03:56:01 oslo.serialization==5.9.1 03:56:01 oslo.utils==10.0.1 03:56:01 packaging==26.2 03:56:01 pbr==7.0.3 03:56:01 platformdirs==4.9.6 03:56:01 prettytable==3.17.0 03:56:01 psutil==7.2.2 03:56:01 pyasn1==0.6.3 03:56:01 pyasn1_modules==0.4.2 03:56:01 pycparser==3.0 03:56:01 pygerrit2==2.0.15 03:56:01 PyGithub==2.9.1 03:56:01 Pygments==2.20.0 03:56:01 PyJWT==2.12.1 03:56:01 PyNaCl==1.6.2 03:56:01 pyparsing==2.4.7 03:56:01 pyperclip==1.11.0 03:56:01 pyrsistent==0.20.0 03:56:01 python-cinderclient==9.9.0 03:56:01 python-dateutil==2.9.0.post0 03:56:01 python-discovery==1.3.0 03:56:01 python-heatclient==5.1.0 03:56:01 python-jenkins==1.8.3 03:56:01 python-keystoneclient==5.8.0 03:56:01 python-magnumclient==4.10.0 03:56:01 python-openstackclient==9.0.0 03:56:01 python-swiftclient==4.10.0 03:56:01 PyYAML==6.0.3 03:56:01 referencing==0.37.0 03:56:01 requests==2.34.0 03:56:01 requests-oauthlib==2.0.0 03:56:01 rfc3986==2.0.0 03:56:01 rich==15.0.0 03:56:01 rich-argparse==1.8.0 03:56:01 rpds-py==0.30.0 03:56:01 rsa==4.9.1 03:56:01 ruamel.yaml==0.19.1 03:56:01 ruamel.yaml.clib==0.2.15 03:56:01 s3transfer==0.17.0 03:56:01 simplejson==4.1.1 03:56:01 six==1.17.0 03:56:01 smmap==5.0.3 03:56:01 soupsieve==2.8.3 03:56:01 stevedore==5.7.0 03:56:01 tabulate==0.10.0 03:56:01 toml==0.10.2 03:56:01 tomlkit==0.15.0 03:56:01 tqdm==4.67.3 03:56:01 typing_extensions==4.15.0 03:56:01 urllib3==1.26.20 03:56:01 virtualenv==21.3.1 03:56:01 wcwidth==0.7.0 03:56:01 websocket-client==1.9.0 03:56:01 wrapt==2.1.2 03:56:01 xdg==6.0.0 03:56:01 xmltodict==1.0.4 03:56:01 yq==3.4.3 03:56:01 [integration-master-yaml-lint] $ /bin/sh /tmp/jenkins6125872289883208032.sh 03:56:01 ---> uv-install.sh 03:56:01 Installing uv/uvx (latest) using shell installer 03:56:02 2026-05-12 03:56:02 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-G1Iflu.sh" [1] 03:56:02 downloading uv 0.11.13 x86_64-unknown-linux-gnu 03:56:03 installing to /home/jenkins/.local/bin 03:56:03 uv 03:56:03 uvx 03:56:03 everything's installed! 03:56:03 ---> Validating uv/uvx install 03:56:03 uvx 0.11.13 (x86_64-unknown-linux-gnu) 03:56:03 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins10847089358099225208.sh 03:56:03 ---> sudo-logs.sh 03:56:03 Archiving 'sudo' log.. 03:56:03 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins9228521206956014139.sh 03:56:03 ---> job-cost.sh 03:56:03 INFO: Activating Python virtual environment... 03:56:03 Setup pyenv: 03:56:03 system 03:56:03 3.8.13 03:56:03 3.9.13 03:56:03 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 03:56:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RBUF from file:/tmp/.os_lf_venv 03:56:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:56:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:56:05 lf-activate-venv(): INFO: Base packages installed successfully 03:56:05 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 03:56:09 lf-activate-venv(): INFO: Adding /tmp/venv-RBUF/bin to PATH 03:56:09 INFO: No stack-cost file found 03:56:09 INFO: Instance uptime: 164s 03:56:09 INFO: Fetching instance metadata (attempt 1 of 3)... 03:56:09 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 03:56:10 INFO: Successfully fetched instance metadata 03:56:10 INFO: Instance type: v3-standard-2 03:56:10 INFO: Retrieving pricing info for: v3-standard-2 03:56:10 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 03:56:10 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=164 03:56:10 INFO: Successfully fetched Vexxhost pricing API 03:56:10 INFO: Retrieved cost: 0.06 03:56:10 INFO: Retrieved resource: v3-standard-2 03:56:10 INFO: Creating archive directory: /w/workspace/integration-master-yaml-lint/archives/cost 03:56:10 INFO: Archiving costs to: /w/workspace/integration-master-yaml-lint/archives/cost.csv 03:56:10 INFO: Successfully archived job cost data 03:56:10 DEBUG: Cost data: integration-master-yaml-lint,154,2026-05-12 03:56:10,v3-standard-2,164,0.06,0.00,SUCCESS 03:56:10 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins6278016418755651499.sh 03:56:10 ---> logs-deploy.sh 03:56:10 Setup pyenv: 03:56:10 system 03:56:10 3.8.13 03:56:10 3.9.13 03:56:10 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 03:56:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RBUF from file:/tmp/.os_lf_venv 03:56:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 03:56:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 03:56:12 lf-activate-venv(): INFO: Base packages installed successfully 03:56:12 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 03:56:19 lf-activate-venv(): INFO: Adding /tmp/venv-RBUF/bin to PATH 03:56:19 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-yaml-lint/154 03:56:19 INFO: archiving workspace using pattern(s): 03:56:20 Archives upload complete. 03:56:20 INFO: archiving logs to Nexus 03:56:21 ---> uname -a: 03:56:21 Linux prd-centos8-builder-2c-1g-9844.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 03:56:21 03:56:21 03:56:21 ---> lscpu: 03:56:21 Architecture: x86_64 03:56:21 CPU op-mode(s): 32-bit, 64-bit 03:56:21 Byte Order: Little Endian 03:56:21 CPU(s): 2 03:56:21 On-line CPU(s) list: 0,1 03:56:21 Thread(s) per core: 1 03:56:21 Core(s) per socket: 1 03:56:21 Socket(s): 2 03:56:21 NUMA node(s): 1 03:56:21 Vendor ID: AuthenticAMD 03:56:21 CPU family: 23 03:56:21 Model: 49 03:56:21 Model name: AMD EPYC-Rome Processor 03:56:21 Stepping: 0 03:56:21 CPU MHz: 2799.998 03:56:21 BogoMIPS: 5599.99 03:56:21 Virtualization: AMD-V 03:56:21 Hypervisor vendor: KVM 03:56:21 Virtualization type: full 03:56:21 L1d cache: 32K 03:56:21 L1i cache: 32K 03:56:21 L2 cache: 512K 03:56:21 L3 cache: 16384K 03:56:21 NUMA node0 CPU(s): 0,1 03:56:21 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 03:56:21 03:56:21 03:56:21 ---> nproc: 03:56:21 2 03:56:21 03:56:21 03:56:21 ---> df -h: 03:56:21 Filesystem Size Used Avail Use% Mounted on 03:56:21 devtmpfs 3.8G 0 3.8G 0% /dev 03:56:21 tmpfs 3.8G 0 3.8G 0% /dev/shm 03:56:21 tmpfs 3.8G 17M 3.8G 1% /run 03:56:21 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 03:56:21 /dev/vda1 40G 8.8G 32G 22% / 03:56:21 tmpfs 770M 0 770M 0% /run/user/1001 03:56:21 03:56:21 03:56:21 ---> free -m: 03:56:21 total used free shared buff/cache available 03:56:21 Mem: 7699 625 4570 19 2503 6756 03:56:21 Swap: 1023 0 1023 03:56:21 03:56:21 03:56:21 ---> ip addr: 03:56:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:56:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:56:21 inet 127.0.0.1/8 scope host lo 03:56:21 valid_lft forever preferred_lft forever 03:56:21 inet6 ::1/128 scope host 03:56:21 valid_lft forever preferred_lft forever 03:56:21 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 03:56:21 link/ether fa:16:3e:28:94:8a brd ff:ff:ff:ff:ff:ff 03:56:21 altname enp0s3 03:56:21 altname ens3 03:56:21 inet 10.30.107.37/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 03:56:21 valid_lft 86235sec preferred_lft 86235sec 03:56:21 inet6 fe80::f816:3eff:fe28:948a/64 scope link 03:56:21 valid_lft forever preferred_lft forever 03:56:21 03:56:21 03:56:21 ---> sar -b -r -n DEV: 03:56:21 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 05/12/2026 _x86_64_ (2 CPU) 03:56:21 03:56:21 03:53:32 LINUX RESTART (2 CPU) 03:56:21 03:56:21 03:54:01 AM tps rtps wtps bread/s bwrtn/s 03:56:21 03:55:01 AM 367.36 145.01 222.35 4172.24 11454.69 03:56:21 03:56:01 AM 125.31 0.47 124.85 65.06 11207.70 03:56:21 Average: 246.33 72.74 173.60 2118.65 11331.19 03:56:21 03:56:21 03:54:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:56:21 03:55:01 AM 5179696 7019620 2704748 34.30 2688 2008440 708700 7.93 254040 2087692 130120 03:56:21 03:56:01 AM 4819304 6981464 3065140 38.88 2688 2312188 701328 7.85 390036 2252940 179616 03:56:21 Average: 4999500 7000542 2884944 36.59 2688 2160314 705014 7.89 322038 2170316 154868 03:56:21 03:56:21 03:54:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:56:21 03:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:21 03:55:01 AM eth0 210.51 125.16 1618.35 46.14 0.00 0.00 0.00 0.00 03:56:21 03:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:21 03:56:01 AM eth0 85.32 59.07 943.50 12.87 0.00 0.00 0.00 0.00 03:56:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:21 Average: eth0 147.92 92.12 1280.92 29.50 0.00 0.00 0.00 0.00 03:56:21 03:56:21 03:56:21 ---> sar -P ALL: 03:56:21 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 05/12/2026 _x86_64_ (2 CPU) 03:56:21 03:56:21 03:53:32 LINUX RESTART (2 CPU) 03:56:21 03:56:21 03:54:01 AM CPU %user %nice %system %iowait %steal %idle 03:56:21 03:55:01 AM all 35.02 2.46 20.74 4.09 0.14 37.55 03:56:21 03:55:01 AM 0 31.63 2.65 23.01 4.47 0.14 38.10 03:56:21 03:55:01 AM 1 38.39 2.27 18.48 3.72 0.14 37.00 03:56:21 03:56:01 AM all 38.25 0.00 4.23 1.74 0.14 55.64 03:56:21 03:56:01 AM 0 26.14 0.00 3.52 2.09 0.13 68.12 03:56:21 03:56:01 AM 1 50.42 0.00 4.94 1.39 0.15 43.11 03:56:21 Average: all 36.65 1.22 12.39 2.90 0.14 46.70 03:56:21 Average: 0 28.85 1.30 13.13 3.27 0.13 53.32 03:56:21 Average: 1 44.45 1.13 11.65 2.54 0.14 40.08 03:56:21 03:56:21 03:56:21