18:57:17 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/data-provider/+/146581 18:57:17 Running as SYSTEM 18:57:17 [EnvInject] - Loading node environment variables. 18:57:17 Building remotely on prd-centos8-builder-2c-1g-9470 (centos8-builder-2c-1g) in workspace /w/workspace/integration-data-provider-master-yaml-lint 18:57:17 [ssh-agent] Looking for ssh-agent implementation... 18:57:17 $ ssh-agent 18:57:17 SSH_AUTH_SOCK=/tmp/ssh-T3nWmsyAND2x/agent.12749 18:57:17 SSH_AGENT_PID=12753 18:57:17 [ssh-agent] Started. 18:57:17 Running ssh-add (command line suppressed) 18:57:17 Identity added: /w/workspace/integration-data-provider-master-yaml-lint@tmp/private_key_5019462072963421129.key (/w/workspace/integration-data-provider-master-yaml-lint@tmp/private_key_5019462072963421129.key) 18:57:17 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:57:17 The recommended git tool is: NONE 18:57:22 using credential onap-jenkins-ssh 18:57:22 Wiping out workspace first. 18:57:22 Cloning the remote Git repository 18:57:22 Cloning repository git://cloud.onap.org/mirror/integration/data-provider.git 18:57:22 > git init /w/workspace/integration-data-provider-master-yaml-lint # timeout=10 18:57:22 Fetching upstream changes from git://cloud.onap.org/mirror/integration/data-provider.git 18:57:22 > git --version # timeout=10 18:57:22 > git --version # 'git version 2.43.0' 18:57:22 using GIT_SSH to set credentials Gerrit user 18:57:22 [INFO] Currently running in a labeled security context 18:57:22 [INFO] Currently SELinux is 'enforcing' on the host 18:57:22 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-data-provider-master-yaml-lint@tmp/jenkins-gitclient-ssh16078008164536027695.key 18:57:22 Verifying host key using manually-configured host key entries 18:57:23 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/data-provider.git +refs/heads/*:refs/remotes/origin/* # timeout=30 18:57:23 > git config remote.origin.url git://cloud.onap.org/mirror/integration/data-provider.git # timeout=10 18:57:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:24 > git config remote.origin.url git://cloud.onap.org/mirror/integration/data-provider.git # timeout=10 18:57:24 Fetching upstream changes from git://cloud.onap.org/mirror/integration/data-provider.git 18:57:24 using GIT_SSH to set credentials Gerrit user 18:57:24 [INFO] Currently running in a labeled security context 18:57:24 [INFO] Currently SELinux is 'enforcing' on the host 18:57:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-data-provider-master-yaml-lint@tmp/jenkins-gitclient-ssh15839714133155709471.key 18:57:24 Verifying host key using manually-configured host key entries 18:57:24 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/data-provider.git refs/changes/81/146581/1 # timeout=30 18:57:25 > git rev-parse a9c8c49539ef4d02aabe8c401f2c399116197464^{commit} # timeout=10 18:57:25 Checking out Revision a9c8c49539ef4d02aabe8c401f2c399116197464 (refs/changes/81/146581/1) 18:57:25 > git config core.sparsecheckout # timeout=10 18:57:25 > git checkout -f a9c8c49539ef4d02aabe8c401f2c399116197464 # timeout=30 18:57:29 Commit message: "CI: Bump github2gerrit workflow to v1.4.3" 18:57:29 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:57:29 > git rev-list --no-walk 75d3384e46c62cf9c626e77da06c9925c7db80fc # timeout=10 18:57:29 [EnvInject] - Injecting environment variables from a build step. 18:57:29 [EnvInject] - Injecting as environment variables the properties content 18:57:29 PYTHON=python3 18:57:29 18:57:29 [EnvInject] - Variables injected successfully. 18:57:29 [integration-data-provider-master-yaml-lint] $ /bin/bash -l /tmp/jenkins6553917005104039982.sh 18:57:30 ---> tox-install.sh 18:57:30 + source /home/jenkins/lf-env.sh 18:57:30 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:57:30 ++ mktemp -d /tmp/venv-XXXX 18:57:30 + lf_venv=/tmp/venv-IWnD 18:57:30 + local venv_file=/tmp/.os_lf_venv 18:57:30 + local python=python3 18:57:30 + local options 18:57:30 + local set_path=true 18:57:30 + local install_args= 18:57:30 ++ 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 18:57:30 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:57:30 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:57:30 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:57:30 + true 18:57:30 + case $1 in 18:57:30 + venv_file=/tmp/.toxenv 18:57:30 + shift 2 18:57:30 + true 18:57:30 + case $1 in 18:57:30 + shift 18:57:30 + break 18:57:30 + case $python in 18:57:30 + local pkg_list= 18:57:30 + [[ -d /opt/pyenv ]] 18:57:30 + echo 'Setup pyenv:' 18:57:30 Setup pyenv: 18:57:30 + export PYENV_ROOT=/opt/pyenv 18:57:30 + PYENV_ROOT=/opt/pyenv 18:57:30 + 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 18:57:30 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 18:57:30 + pyenv versions 18:57:30 system 18:57:30 * 3.8.13 (set by /opt/pyenv/version) 18:57:30 * 3.9.13 (set by /opt/pyenv/version) 18:57:30 * 3.10.6 (set by /opt/pyenv/version) 18:57:30 + command -v pyenv 18:57:30 ++ pyenv init - --no-rehash 18:57:30 + 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[*]}"'\'')" 18:57:30 export PATH="/opt/pyenv/shims:${PATH}" 18:57:30 export PYENV_SHELL=bash 18:57:30 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:57:30 pyenv() { 18:57:30 local command 18:57:30 command="${1:-}" 18:57:30 if [ "$#" -gt 0 ]; then 18:57:30 shift 18:57:30 fi 18:57:30 18:57:30 case "$command" in 18:57:30 rehash|shell) 18:57:30 eval "$(pyenv "sh-$command" "$@")" 18:57:30 ;; 18:57:30 *) 18:57:30 command pyenv "$command" "$@" 18:57:30 ;; 18:57:30 esac 18:57:30 }' 18:57:30 +++ 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[*]}"' 18:57:30 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 18:57:30 ++ 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 18:57:30 ++ 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 18:57:30 ++ export PYENV_SHELL=bash 18:57:30 ++ PYENV_SHELL=bash 18:57:30 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:57:30 +++ complete -F _pyenv pyenv 18:57:30 ++ lf-pyver python3 18:57:30 ++ local py_version_xy=python3 18:57:30 ++ local py_version_xyz= 18:57:30 ++ awk '{ print $1 }' 18:57:30 ++ sed 's/^[ *]* //' 18:57:30 ++ pyenv versions 18:57:30 ++ local command 18:57:30 ++ command=versions 18:57:30 ++ '[' 1 -gt 0 ']' 18:57:30 ++ shift 18:57:30 ++ case "$command" in 18:57:30 ++ command pyenv versions 18:57:30 ++ pyenv versions 18:57:30 ++ grep -E '^[0-9.]*[0-9]$' 18:57:30 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:57:30 +++ tail -n 1 18:57:30 +++ sort -V 18:57:30 +++ grep '^3' /tmp/.pyenv_versions 18:57:30 ++ py_version_xyz=3.10.6 18:57:30 ++ [[ -z 3.10.6 ]] 18:57:30 ++ echo 3.10.6 18:57:30 ++ return 0 18:57:30 + pyenv local 3.10.6 18:57:30 + local command 18:57:30 + command=local 18:57:30 + '[' 2 -gt 0 ']' 18:57:30 + shift 18:57:30 + case "$command" in 18:57:30 + command pyenv local 3.10.6 18:57:30 + pyenv local 3.10.6 18:57:30 + for arg in "$@" 18:57:30 + case $arg in 18:57:30 + pkg_list+='tox ' 18:57:30 + for arg in "$@" 18:57:30 + case $arg in 18:57:30 + pkg_list+='virtualenv ' 18:57:30 + for arg in "$@" 18:57:30 + case $arg in 18:57:30 + pkg_list+='urllib3~=1.26.15 ' 18:57:30 + [[ -f /tmp/.toxenv ]] 18:57:30 + [[ ! -f /tmp/.toxenv ]] 18:57:30 + [[ -n '' ]] 18:57:30 + python3 -m venv /tmp/venv-IWnD 18:57:34 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IWnD' 18:57:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IWnD 18:57:34 + echo /tmp/venv-IWnD 18:57:34 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:57:34 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:57:34 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:57:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:57:34 + local 'pip_opts=--upgrade --quiet' 18:57:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:57:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:57:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:57:34 + [[ -n '' ]] 18:57:34 + [[ -n '' ]] 18:57:34 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:57:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:57:34 + /tmp/venv-IWnD/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 18:57:38 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:57:38 lf-activate-venv(): INFO: Base packages installed successfully 18:57:38 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:57:38 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:57:38 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:57:38 + /tmp/venv-IWnD/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 18:57:40 + type python3 18:57:40 + true 18:57:40 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IWnD/bin to PATH' 18:57:40 lf-activate-venv(): INFO: Adding /tmp/venv-IWnD/bin to PATH 18:57:40 + PATH=/tmp/venv-IWnD/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 18:57:40 + return 0 18:57:40 + python3 --version 18:57:40 Python 3.10.6 18:57:40 + python3 -m pip --version 18:57:40 pip 26.1.2 from /tmp/venv-IWnD/lib/python3.10/site-packages/pip (python 3.10) 18:57:40 + python3 -m pip freeze 18:57:41 cachetools==7.1.5 18:57:41 colorama==0.4.6 18:57:41 distlib==0.4.3 18:57:41 filelock==3.32.0 18:57:41 packaging==26.2 18:57:41 platformdirs==4.11.0 18:57:41 pluggy==1.6.0 18:57:41 pyproject-api==1.11.0 18:57:41 python-discovery==1.5.0 18:57:41 tomli==2.4.1 18:57:41 tomli_w==1.2.0 18:57:41 tox==4.58.0 18:57:41 typing_extensions==4.16.0 18:57:41 urllib3==1.26.20 18:57:41 virtualenv==21.7.0 18:57:41 [EnvInject] - Injecting environment variables from a build step. 18:57:41 [EnvInject] - Injecting as environment variables the properties content 18:57:41 PARALLEL=false 18:57:41 18:57:41 [EnvInject] - Variables injected successfully. 18:57:41 [integration-data-provider-master-yaml-lint] $ /bin/bash -l /tmp/jenkins4911981473302476064.sh 18:57:41 ---> tox-run.sh 18:57:41 + 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 18:57:41 + ARCHIVE_TOX_DIR=/w/workspace/integration-data-provider-master-yaml-lint/archives/tox 18:57:41 + ARCHIVE_DOC_DIR=/w/workspace/integration-data-provider-master-yaml-lint/archives/docs 18:57:41 + mkdir -p /w/workspace/integration-data-provider-master-yaml-lint/archives/tox 18:57:41 + cd /w/workspace/integration-data-provider-master-yaml-lint/. 18:57:41 + source /home/jenkins/lf-env.sh 18:57:41 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:57:41 ++ mktemp -d /tmp/venv-XXXX 18:57:41 + lf_venv=/tmp/venv-jCXx 18:57:41 + local venv_file=/tmp/.os_lf_venv 18:57:41 + local python=python3 18:57:41 + local options 18:57:41 + local set_path=true 18:57:41 + local install_args= 18:57:41 ++ 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 18:57:41 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:57:41 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:57:41 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:57:41 + true 18:57:41 + case $1 in 18:57:41 + venv_file=/tmp/.toxenv 18:57:41 + shift 2 18:57:41 + true 18:57:41 + case $1 in 18:57:41 + shift 18:57:41 + break 18:57:41 + case $python in 18:57:41 + local pkg_list= 18:57:41 + [[ -d /opt/pyenv ]] 18:57:41 + echo 'Setup pyenv:' 18:57:41 Setup pyenv: 18:57:41 + export PYENV_ROOT=/opt/pyenv 18:57:41 + PYENV_ROOT=/opt/pyenv 18:57:41 + 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 18:57:41 + 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 18:57:41 + pyenv versions 18:57:41 system 18:57:41 3.8.13 18:57:41 3.9.13 18:57:41 * 3.10.6 (set by /w/workspace/integration-data-provider-master-yaml-lint/.python-version) 18:57:41 + command -v pyenv 18:57:41 ++ pyenv init - --no-rehash 18:57:41 + 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[*]}"'\'')" 18:57:41 export PATH="/opt/pyenv/shims:${PATH}" 18:57:41 export PYENV_SHELL=bash 18:57:41 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:57:41 pyenv() { 18:57:41 local command 18:57:41 command="${1:-}" 18:57:41 if [ "$#" -gt 0 ]; then 18:57:41 shift 18:57:41 fi 18:57:41 18:57:41 case "$command" in 18:57:41 rehash|shell) 18:57:41 eval "$(pyenv "sh-$command" "$@")" 18:57:41 ;; 18:57:41 *) 18:57:41 command pyenv "$command" "$@" 18:57:41 ;; 18:57:41 esac 18:57:41 }' 18:57:41 +++ 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[*]}"' 18:57:41 ++ 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 18:57:41 ++ 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 18:57:41 ++ 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 18:57:41 ++ export PYENV_SHELL=bash 18:57:41 ++ PYENV_SHELL=bash 18:57:41 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:57:41 +++ complete -F _pyenv pyenv 18:57:41 ++ lf-pyver python3 18:57:41 ++ local py_version_xy=python3 18:57:41 ++ local py_version_xyz= 18:57:41 ++ pyenv versions 18:57:41 ++ local command 18:57:41 ++ command=versions 18:57:41 ++ '[' 1 -gt 0 ']' 18:57:41 ++ shift 18:57:41 ++ case "$command" in 18:57:41 ++ command pyenv versions 18:57:41 ++ pyenv versions 18:57:41 ++ sed 's/^[ *]* //' 18:57:41 ++ awk '{ print $1 }' 18:57:41 ++ grep -E '^[0-9.]*[0-9]$' 18:57:41 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:57:41 +++ grep '^3' /tmp/.pyenv_versions 18:57:41 +++ tail -n 1 18:57:41 +++ sort -V 18:57:41 ++ py_version_xyz=3.10.6 18:57:41 ++ [[ -z 3.10.6 ]] 18:57:41 ++ echo 3.10.6 18:57:41 ++ return 0 18:57:41 + pyenv local 3.10.6 18:57:41 + local command 18:57:41 + command=local 18:57:41 + '[' 2 -gt 0 ']' 18:57:41 + shift 18:57:41 + case "$command" in 18:57:41 + command pyenv local 3.10.6 18:57:41 + pyenv local 3.10.6 18:57:41 + for arg in "$@" 18:57:41 + case $arg in 18:57:41 + pkg_list+='tox ' 18:57:41 + for arg in "$@" 18:57:41 + case $arg in 18:57:41 + pkg_list+='virtualenv ' 18:57:41 + for arg in "$@" 18:57:41 + case $arg in 18:57:41 + pkg_list+='urllib3~=1.26.15 ' 18:57:41 + [[ -f /tmp/.toxenv ]] 18:57:41 ++ cat /tmp/.toxenv 18:57:41 + lf_venv=/tmp/venv-IWnD 18:57:41 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IWnD from' file:/tmp/.toxenv 18:57:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IWnD from file:/tmp/.toxenv 18:57:41 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:57:41 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:57:41 + local 'pip_opts=--upgrade --quiet' 18:57:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:57:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:57:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:57:41 + [[ -n '' ]] 18:57:41 + [[ -n '' ]] 18:57:41 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:57:41 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:57:41 + /tmp/venv-IWnD/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 18:57:42 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:57:42 lf-activate-venv(): INFO: Base packages installed successfully 18:57:42 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:57:42 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:57:42 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:57:42 + /tmp/venv-IWnD/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 18:57:43 + type python3 18:57:43 + true 18:57:43 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IWnD/bin to PATH' 18:57:43 lf-activate-venv(): INFO: Adding /tmp/venv-IWnD/bin to PATH 18:57:43 + PATH=/tmp/venv-IWnD/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 18:57:43 + return 0 18:57:43 + [[ -d /opt/pyenv ]] 18:57:43 + echo '---> Setting up pyenv' 18:57:43 ---> Setting up pyenv 18:57:43 + export PYENV_ROOT=/opt/pyenv 18:57:43 + PYENV_ROOT=/opt/pyenv 18:57:43 + export PATH=/opt/pyenv/bin:/tmp/venv-IWnD/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 18:57:43 + PATH=/opt/pyenv/bin:/tmp/venv-IWnD/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 18:57:43 ++ pwd 18:57:43 + PYTHONPATH=/w/workspace/integration-data-provider-master-yaml-lint 18:57:43 + export PYTHONPATH 18:57:43 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:57:43 + TOX_TESTENV_PASSENV=PYTHONPATH 18:57:43 + tox --version 18:57:43 4.58.0 from /tmp/venv-IWnD/lib/python3.10/site-packages/tox/__init__.py 18:57:43 + PARALLEL=false 18:57:43 + TOX_OPTIONS_LIST= 18:57:43 + [[ -n yaml ]] 18:57:43 + TOX_OPTIONS_LIST=' -e yaml' 18:57:43 + case ${PARALLEL,,} in 18:57:43 + tox -e yaml 18:57:43 + tee -a /w/workspace/integration-data-provider-master-yaml-lint/archives/tox/tox.log 18:57:51 yaml: install_deps> python -I -m pip install coala-bears nodeenv 18:58:17 yaml: freeze> python -m pip freeze --all 18:58:17 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.7.22,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.55,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.69.0,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 18:58:17 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD^ HEAD --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 18:58:17 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 18:58:18 ---> Completed tox runs 18:58:18 + for i in .tox/*/log 18:58:18 ++ echo .tox/yaml/log 18:58:18 ++ awk -F/ '{print $2}' 18:58:18 + tox_env=yaml 18:58:18 + cp -r .tox/yaml/log /w/workspace/integration-data-provider-master-yaml-lint/archives/tox/yaml 18:58:18 + DOC_DIR=docs/_build/html 18:58:18 + [[ -d docs/_build/html ]] 18:58:18 + echo '---> tox-run.sh ends' 18:58:18 ---> tox-run.sh ends 18:58:18 + test 0 -eq 0 18:58:18 $ ssh-agent -k 18:58:18 unset SSH_AUTH_SOCK; 18:58:18 unset SSH_AGENT_PID; 18:58:18 echo Agent pid 12753 killed; 18:58:18 [ssh-agent] Stopped. 18:58:18 [PostBuildScript] - [INFO] Executing post build scripts. 18:58:18 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins6836170574121955423.sh 18:58:18 ---> sysstat.sh 18:58:18 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins5258914839435619544.sh 18:58:18 ---> package-listing.sh 18:58:18 ++ facter osfamily 18:58:18 ++ tr '[:upper:]' '[:lower:]' 18:58:19 + OS_FAMILY=redhat 18:58:19 + workspace=/w/workspace/integration-data-provider-master-yaml-lint 18:58:19 + START_PACKAGES=/tmp/packages_start.txt 18:58:19 + END_PACKAGES=/tmp/packages_end.txt 18:58:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:58:19 + PACKAGES=/tmp/packages_start.txt 18:58:19 + '[' /w/workspace/integration-data-provider-master-yaml-lint ']' 18:58:19 + PACKAGES=/tmp/packages_end.txt 18:58:19 + case "${OS_FAMILY}" in 18:58:19 + rpm -qa 18:58:19 + sort 18:58:19 + '[' -f /tmp/packages_start.txt ']' 18:58:19 + '[' -f /tmp/packages_end.txt ']' 18:58:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:58:19 + '[' /w/workspace/integration-data-provider-master-yaml-lint ']' 18:58:19 + mkdir -p /w/workspace/integration-data-provider-master-yaml-lint/archives/ 18:58:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-data-provider-master-yaml-lint/archives/ 18:58:19 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins15701415079025427344.sh 18:58:19 ---> capture-instance-metadata.sh 18:58:19 Setup pyenv: 18:58:19 system 18:58:19 3.8.13 18:58:19 3.9.13 18:58:19 * 3.10.6 (set by /w/workspace/integration-data-provider-master-yaml-lint/.python-version) 18:58:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qaHA 18:58:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:58:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:58:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:58:28 lf-activate-venv(): INFO: Base packages installed successfully 18:58:28 lf-activate-venv(): INFO: Installing additional packages: lftools 18:58:51 lf-activate-venv(): INFO: Adding /tmp/venv-qaHA/bin to PATH 18:58:51 INFO: Running in OpenStack, capturing instance metadata 18:58:51 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins4766191527420362398.sh 18:58:51 provisioning config files... 18:58:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-data-provider-master-yaml-lint@tmp/config13081031245283961533tmp 18:58:51 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:58:51 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:58:51 [EnvInject] - Injecting environment variables from a build step. 18:58:51 [EnvInject] - Injecting as environment variables the properties content 18:58:51 SERVER_ID=logs 18:58:51 18:58:51 [EnvInject] - Variables injected successfully. 18:58:51 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins7849757683718153732.sh 18:58:51 ---> create-netrc.sh 18:58:51 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins2100914174727895875.sh 18:58:51 ---> python-tools-install.sh 18:58:51 Setup pyenv: 18:58:51 system 18:58:51 3.8.13 18:58:51 3.9.13 18:58:51 * 3.10.6 (set by /w/workspace/integration-data-provider-master-yaml-lint/.python-version) 18:58:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qaHA from file:/tmp/.os_lf_venv 18:58:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:58:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:58:53 lf-activate-venv(): INFO: Base packages installed successfully 18:58:53 lf-activate-venv(): INFO: Installing additional packages: lftools 18:59:01 lf-activate-venv(): INFO: Adding /tmp/venv-qaHA/bin to PATH 18:59:01 Generating Requirements File 18:59:25 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. 18:59:25 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 18:59:25 Python 3.10.6 18:59:25 pip 26.1.2 from /tmp/venv-qaHA/lib/python3.10/site-packages/pip (python 3.10) 18:59:25 aiohappyeyeballs==2.7.1 18:59:25 aiohttp==3.14.3 18:59:25 aiosignal==1.4.0 18:59:25 appdirs==1.4.4 18:59:25 argcomplete==3.7.0 18:59:25 aspy.yaml==1.3.0 18:59:25 async-timeout==5.0.1 18:59:25 attrs==26.1.0 18:59:25 autopage==0.6.0 18:59:25 backports.strenum==1.3.1 18:59:25 beautifulsoup4==4.15.0 18:59:25 boto3==1.43.54 18:59:25 botocore==1.43.54 18:59:25 bs4==0.0.2 18:59:25 certifi==2026.7.22 18:59:25 cffi==2.1.0 18:59:25 cfgv==3.5.0 18:59:25 chardet==7.4.3 18:59:25 charset-normalizer==3.4.9 18:59:25 click==8.4.2 18:59:25 cliff==4.14.0 18:59:25 cmd2==3.5.1 18:59:25 cryptography==3.3.2 18:59:25 debtcollector==3.1.0 18:59:25 decorator==5.3.1 18:59:25 defusedxml==0.7.1 18:59:25 Deprecated==1.3.1 18:59:25 distlib==0.4.3 18:59:25 dnspython==2.8.0 18:59:25 docker==7.2.0 18:59:25 dogpile.cache==1.5.0 18:59:25 durationpy==0.10 18:59:25 email-validator==2.3.0 18:59:25 filelock==3.32.0 18:59:25 frozenlist==1.8.0 18:59:25 future==1.0.0 18:59:25 gitdb==4.0.12 18:59:25 GitPython==3.1.55 18:59:25 httplib2==0.30.2 18:59:25 identify==2.6.19 18:59:25 idna==3.18 18:59:25 importlib-resources==1.5.0 18:59:25 iso8601==2.1.0 18:59:25 Jinja2==3.1.6 18:59:25 jmespath==1.1.0 18:59:25 jsonpatch==1.33 18:59:25 jsonpointer==3.1.1 18:59:25 jsonschema==4.26.0 18:59:25 jsonschema-specifications==2025.9.1 18:59:25 keystoneauth1==5.14.0 18:59:25 kubernetes==36.0.3 18:59:25 lftools==0.37.22 18:59:25 lxml==6.1.1 18:59:25 markdown-it-py==4.2.0 18:59:25 MarkupSafe==3.0.3 18:59:25 mdurl==0.1.2 18:59:25 msgpack==1.2.1 18:59:25 multi_key_dict==2.0.3 18:59:25 multidict==6.7.1 18:59:25 munch==4.0.0 18:59:25 netaddr==1.3.0 18:59:25 niet==1.4.2 18:59:25 nodeenv==1.10.0 18:59:25 oauth2client==4.1.3 18:59:25 oauthlib==3.3.1 18:59:25 openstacksdk==4.13.0 18:59:25 os-service-types==1.8.2 18:59:25 osc-lib==4.6.0 18:59:25 oslo.config==10.4.0 18:59:25 oslo.context==6.4.0 18:59:25 oslo.i18n==6.8.0 18:59:25 oslo.log==8.2.0 18:59:25 oslo.serialization==5.10.0 18:59:25 oslo.utils==10.1.1 18:59:25 packaging==26.2 18:59:25 pbr==7.0.3 18:59:25 platformdirs==4.11.0 18:59:25 prettytable==3.18.0 18:59:25 propcache==0.5.2 18:59:25 psutil==7.2.2 18:59:25 pyasn1==0.6.4 18:59:25 pyasn1_modules==0.4.2 18:59:25 pycparser==3.0 18:59:25 pygerrit2==2.0.15 18:59:25 PyGithub==2.9.1 18:59:25 Pygments==2.20.0 18:59:25 PyJWT==2.13.0 18:59:25 PyNaCl==1.6.2 18:59:25 pyparsing==2.4.7 18:59:25 pyperclip==1.11.0 18:59:25 pyrsistent==0.20.0 18:59:25 python-cinderclient==9.9.0 18:59:25 python-dateutil==2.9.0.post0 18:59:25 python-discovery==1.5.0 18:59:25 python-heatclient==5.2.0 18:59:25 python-jenkins==1.8.3 18:59:25 python-keystoneclient==5.8.0 18:59:25 python-magnumclient==4.11.0 18:59:25 python-openstackclient==10.0.0 18:59:25 python-swiftclient==4.10.0 18:59:25 PyYAML==6.0.3 18:59:25 referencing==0.37.0 18:59:25 requests==2.34.2 18:59:25 requests-oauthlib==2.0.0 18:59:25 rfc3986==2.0.0 18:59:25 rich==15.0.0 18:59:25 rich-argparse==1.8.0 18:59:25 rpds-py==0.30.0 18:59:25 rsa==4.9.1 18:59:25 ruamel.yaml==0.19.1 18:59:25 ruamel.yaml.clib==0.2.15 18:59:25 s3transfer==0.19.2 18:59:25 simplejson==4.1.1 18:59:25 six==1.17.0 18:59:25 smmap==5.0.3 18:59:25 soupsieve==2.9.1 18:59:25 stevedore==5.8.0 18:59:25 tabulate==0.10.0 18:59:25 toml==0.10.2 18:59:25 tomlkit==0.15.1 18:59:25 tqdm==4.69.0 18:59:25 typing_extensions==4.16.0 18:59:25 urllib3==1.26.20 18:59:25 virtualenv==21.7.0 18:59:25 wcwidth==0.8.2 18:59:25 websocket-client==1.9.0 18:59:25 wrapt==2.2.2 18:59:25 xdg==6.0.0 18:59:25 xmltodict==1.0.4 18:59:25 yarl==1.24.5 18:59:25 yq==4.1.2 18:59:26 [integration-data-provider-master-yaml-lint] $ /bin/sh /tmp/jenkins4827830388992861924.sh 18:59:26 ---> uv-install.sh 18:59:26 Installing uv/uvx (latest) using shell installer 18:59:26 2026-07-23 18:59:26 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-EmVRBK.sh" [1] 18:59:26 downloading uv 0.11.31 x86_64-unknown-linux-gnu 18:59:27 installing to /home/jenkins/.local/bin 18:59:27 uv 18:59:27 uvx 18:59:27 everything's installed! 18:59:27 ---> Validating uv/uvx install 18:59:27 uvx 0.11.31 (x86_64-unknown-linux-gnu) 18:59:27 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins16398920378470502825.sh 18:59:27 ---> sudo-logs.sh 18:59:27 Archiving 'sudo' log.. 18:59:27 [integration-data-provider-master-yaml-lint] $ /bin/bash /tmp/jenkins5848951628090367768.sh 18:59:27 ---> job-cost.sh 18:59:27 INFO: Activating Python virtual environment... 18:59:27 Setup pyenv: 18:59:27 system 18:59:27 3.8.13 18:59:27 3.9.13 18:59:27 * 3.10.6 (set by /w/workspace/integration-data-provider-master-yaml-lint/.python-version) 18:59:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qaHA from file:/tmp/.os_lf_venv 18:59:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:59:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:59:29 lf-activate-venv(): INFO: Base packages installed successfully 18:59:29 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:59:34 lf-activate-venv(): INFO: Adding /tmp/venv-qaHA/bin to PATH 18:59:34 INFO: No stack-cost file found 18:59:34 INFO: Instance uptime: 168s 18:59:34 INFO: Fetching instance metadata (attempt 1 of 3)... 18:59:34 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 18:59:35 INFO: Successfully fetched instance metadata 18:59:35 INFO: Instance type: v3-standard-2 18:59:35 INFO: Retrieving pricing info for: v3-standard-2 18:59:35 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 18:59:35 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=168 18:59:35 INFO: Successfully fetched Vexxhost pricing API 18:59:35 INFO: Retrieved cost: 0.06 18:59:35 INFO: Retrieved resource: v3-standard-2 18:59:35 INFO: Creating archive directory: /w/workspace/integration-data-provider-master-yaml-lint/archives/cost 18:59:35 INFO: Archiving costs to: /w/workspace/integration-data-provider-master-yaml-lint/archives/cost.csv 18:59:35 INFO: Successfully archived job cost data 18:59:35 DEBUG: Cost data: integration-data-provider-master-yaml-lint,87,2026-07-23 18:59:35,v3-standard-2,168,0.06,0.00,SUCCESS 18:59:35 [integration-data-provider-master-yaml-lint] $ /bin/bash -l /tmp/jenkins14560007001180824043.sh 18:59:35 ---> logs-deploy.sh 18:59:35 Setup pyenv: 18:59:35 system 18:59:35 3.8.13 18:59:35 3.9.13 18:59:35 * 3.10.6 (set by /w/workspace/integration-data-provider-master-yaml-lint/.python-version) 18:59:35 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qaHA from file:/tmp/.os_lf_venv 18:59:35 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:59:35 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:59:37 lf-activate-venv(): INFO: Base packages installed successfully 18:59:37 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 18:59:45 lf-activate-venv(): INFO: Adding /tmp/venv-qaHA/bin to PATH 18:59:45 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-data-provider-master-yaml-lint/87 18:59:45 INFO: archiving workspace using pattern(s): 18:59:46 Archives upload complete. 18:59:46 INFO: archiving logs to Nexus 18:59:47 ---> uname -a: 18:59:47 Linux prd-centos8-builder-2c-1g-9470.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 18:59:47 18:59:47 18:59:47 ---> lscpu: 18:59:47 Architecture: x86_64 18:59:47 CPU op-mode(s): 32-bit, 64-bit 18:59:47 Byte Order: Little Endian 18:59:47 CPU(s): 2 18:59:47 On-line CPU(s) list: 0,1 18:59:47 Thread(s) per core: 1 18:59:47 Core(s) per socket: 1 18:59:47 Socket(s): 2 18:59:47 NUMA node(s): 1 18:59:47 Vendor ID: AuthenticAMD 18:59:47 CPU family: 23 18:59:47 Model: 49 18:59:47 Model name: AMD EPYC-Rome Processor 18:59:47 Stepping: 0 18:59:47 CPU MHz: 2800.000 18:59:47 BogoMIPS: 5600.00 18:59:47 Virtualization: AMD-V 18:59:47 Hypervisor vendor: KVM 18:59:47 Virtualization type: full 18:59:47 L1d cache: 32K 18:59:47 L1i cache: 32K 18:59:47 L2 cache: 512K 18:59:47 L3 cache: 16384K 18:59:47 NUMA node0 CPU(s): 0,1 18:59:47 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 18:59:47 18:59:47 18:59:47 ---> nproc: 18:59:47 2 18:59:47 18:59:47 18:59:47 ---> df -h: 18:59:47 Filesystem Size Used Avail Use% Mounted on 18:59:47 devtmpfs 3.8G 0 3.8G 0% /dev 18:59:47 tmpfs 3.8G 0 3.8G 0% /dev/shm 18:59:47 tmpfs 3.8G 17M 3.8G 1% /run 18:59:47 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 18:59:47 /dev/vda1 40G 9.7G 31G 25% / 18:59:47 tmpfs 770M 0 770M 0% /run/user/1001 18:59:47 18:59:47 18:59:47 ---> free -m: 18:59:47 total used free shared buff/cache available 18:59:47 Mem: 7697 595 4465 19 2636 6784 18:59:47 Swap: 1023 0 1023 18:59:47 18:59:47 18:59:47 ---> ip addr: 18:59:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:59:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:59:47 inet 127.0.0.1/8 scope host lo 18:59:47 valid_lft forever preferred_lft forever 18:59:47 inet6 ::1/128 scope host 18:59:47 valid_lft forever preferred_lft forever 18:59:47 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 18:59:47 link/ether fa:16:3e:d7:3a:f2 brd ff:ff:ff:ff:ff:ff 18:59:47 altname enp0s3 18:59:47 altname ens3 18:59:47 inet 10.30.107.198/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 18:59:47 valid_lft 86236sec preferred_lft 86236sec 18:59:47 inet6 fe80::f816:3eff:fed7:3af2/64 scope link 18:59:47 valid_lft forever preferred_lft forever 18:59:47 18:59:47 18:59:47 ---> sar -b -r -n DEV: 18:59:47 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 07/23/2026 _x86_64_ (2 CPU) 18:59:47 18:59:47 18:56:53 LINUX RESTART (2 CPU) 18:59:47 18:59:47 06:58:01 PM tps rtps wtps bread/s bwrtn/s 18:59:47 06:59:01 PM 212.08 44.99 167.09 1617.59 16081.41 18:59:47 Average: 212.08 44.99 167.09 1617.59 16081.41 18:59:47 18:59:47 06:58:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:59:47 06:59:01 PM 4814472 6930020 3067960 38.92 2688 2271992 769680 8.62 423152 2236424 151136 18:59:47 Average: 4814472 6930020 3067960 38.92 2688 2271992 769680 8.62 423152 2236424 151136 18:59:47 18:59:47 06:58:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:59:47 06:59:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:47 06:59:01 PM eth0 83.06 47.33 1119.36 12.92 0.00 0.00 0.00 0.00 18:59:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:47 Average: eth0 83.06 47.33 1119.36 12.92 0.00 0.00 0.00 0.00 18:59:47 18:59:47 18:59:47 ---> sar -P ALL: 18:59:47 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 07/23/2026 _x86_64_ (2 CPU) 18:59:47 18:59:47 18:56:53 LINUX RESTART (2 CPU) 18:59:47 18:59:47 06:58:01 PM CPU %user %nice %system %iowait %steal %idle 18:59:47 06:59:01 PM all 37.46 0.65 16.31 2.45 0.15 42.97 18:59:47 06:59:01 PM 0 46.52 0.32 13.86 2.56 0.15 36.59 18:59:47 06:59:01 PM 1 28.35 0.99 18.78 2.34 0.15 49.39 18:59:47 Average: all 37.46 0.65 16.31 2.45 0.15 42.97 18:59:47 Average: 0 46.52 0.32 13.86 2.56 0.15 36.59 18:59:47 Average: 1 28.35 0.99 18.78 2.34 0.15 49.39 18:59:47 18:59:47 18:59:47