11:27:11 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143947 11:27:11 Running as SYSTEM 11:27:11 [EnvInject] - Loading node environment variables. 11:27:11 Building remotely on prd-ubuntu1804-builder-4c-4g-2136 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 11:27:11 [ssh-agent] Looking for ssh-agent implementation... 11:27:11 $ ssh-agent 11:27:12 SSH_AUTH_SOCK=/tmp/ssh-yyV49M9shxHb/agent.1812 11:27:12 SSH_AGENT_PID=1814 11:27:12 [ssh-agent] Started. 11:27:12 Running ssh-add (command line suppressed) 11:27:12 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_16715094597459298464.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_16715094597459298464.key) 11:27:12 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:27:12 The recommended git tool is: NONE 11:27:13 using credential onap-jenkins-ssh 11:27:13 Wiping out workspace first. 11:27:13 Cloning the remote Git repository 11:27:13 Cloning repository git://cloud.onap.org/mirror/oom.git 11:27:13 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 11:27:13 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:27:13 > git --version # timeout=10 11:27:13 > git --version # 'git version 2.17.1' 11:27:13 using GIT_SSH to set credentials Gerrit user 11:27:13 Verifying host key using manually-configured host key entries 11:27:13 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:27:18 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:27:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:27:19 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:27:19 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:27:19 using GIT_SSH to set credentials Gerrit user 11:27:19 Verifying host key using manually-configured host key entries 11:27:19 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/47/143947/13 # timeout=30 11:27:19 > git rev-parse 1c3b0e959906fc7eae83719da0abfe5518b0d23e^{commit} # timeout=10 11:27:19 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:27:19 Checking out Revision 1c3b0e959906fc7eae83719da0abfe5518b0d23e (refs/changes/47/143947/13) 11:27:19 > git config core.sparsecheckout # timeout=10 11:27:19 > git checkout -f 1c3b0e959906fc7eae83719da0abfe5518b0d23e # timeout=30 11:27:23 Commit message: "[SO] 17.1.0 release" 11:27:23 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:27:23 > git rev-list --no-walk bf5580fdb5a5b4bb4b30eea0c21ec1965fcd67ff # timeout=10 11:27:23 [EnvInject] - Injecting environment variables from a build step. 11:27:23 [EnvInject] - Injecting as environment variables the properties content 11:27:23 PYTHON=python3 11:27:23 11:27:23 [EnvInject] - Variables injected successfully. 11:27:23 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14533491254894969204.sh 11:27:23 ---> tox-install.sh 11:27:23 + source /home/jenkins/lf-env.sh 11:27:23 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:27:23 ++ mktemp -d /tmp/venv-XXXX 11:27:23 + lf_venv=/tmp/venv-FFvT 11:27:23 + local venv_file=/tmp/.os_lf_venv 11:27:23 + local python=python3 11:27:23 + local options 11:27:23 + local set_path=true 11:27:23 + local install_args= 11:27: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 11:27:23 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:27:23 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:27:23 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:27:23 + true 11:27:23 + case $1 in 11:27:23 + venv_file=/tmp/.toxenv 11:27:23 + shift 2 11:27:23 + true 11:27:23 + case $1 in 11:27:23 + shift 11:27:23 + break 11:27:23 + case $python in 11:27:23 + local pkg_list= 11:27:23 + [[ -d /opt/pyenv ]] 11:27:23 + echo 'Setup pyenv:' 11:27:23 Setup pyenv: 11:27:23 + export PYENV_ROOT=/opt/pyenv 11:27:23 + PYENV_ROOT=/opt/pyenv 11:27:23 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:23 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:23 + pyenv versions 11:27:24 * system (set by /opt/pyenv/version) 11:27:24 * 3.8.13 (set by /opt/pyenv/version) 11:27:24 * 3.9.13 (set by /opt/pyenv/version) 11:27:24 * 3.10.6 (set by /opt/pyenv/version) 11:27:24 + command -v pyenv 11:27:24 ++ pyenv init - --no-rehash 11:27:24 + 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[*]}"'\'')" 11:27:24 export PATH="/opt/pyenv/shims:${PATH}" 11:27:24 export PYENV_SHELL=bash 11:27:24 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:27:24 pyenv() { 11:27:24 local command 11:27:24 command="${1:-}" 11:27:24 if [ "$#" -gt 0 ]; then 11:27:24 shift 11:27:24 fi 11:27:24 11:27:24 case "$command" in 11:27:24 rehash|shell) 11:27:24 eval "$(pyenv "sh-$command" "$@")" 11:27:24 ;; 11:27:24 *) 11:27:24 command pyenv "$command" "$@" 11:27:24 ;; 11:27:24 esac 11:27:24 }' 11:27:24 +++ 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[*]}"' 11:27:24 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:24 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:24 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:24 ++ export PYENV_SHELL=bash 11:27:24 ++ PYENV_SHELL=bash 11:27:24 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:27:24 +++ complete -F _pyenv pyenv 11:27:24 ++ lf-pyver python3 11:27:24 ++ local py_version_xy=python3 11:27:24 ++ local py_version_xyz= 11:27:24 ++ pyenv versions 11:27:24 ++ local command 11:27:24 ++ command=versions 11:27:24 ++ '[' 1 -gt 0 ']' 11:27:24 ++ shift 11:27:24 ++ case "$command" in 11:27:24 ++ command pyenv versions 11:27:24 ++ pyenv versions 11:27:24 ++ awk '{ print $1 }' 11:27:24 ++ grep -E '^[0-9.]*[0-9]$' 11:27:24 ++ sed 's/^[ *]* //' 11:27:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:27:24 +++ grep '^3' /tmp/.pyenv_versions 11:27:24 +++ sort -V 11:27:24 +++ tail -n 1 11:27:24 ++ py_version_xyz=3.10.6 11:27:24 ++ [[ -z 3.10.6 ]] 11:27:24 ++ echo 3.10.6 11:27:24 ++ return 0 11:27:24 + pyenv local 3.10.6 11:27:24 + local command 11:27:24 + command=local 11:27:24 + '[' 2 -gt 0 ']' 11:27:24 + shift 11:27:24 + case "$command" in 11:27:24 + command pyenv local 3.10.6 11:27:24 + pyenv local 3.10.6 11:27:24 + for arg in "$@" 11:27:24 + case $arg in 11:27:24 + pkg_list+='tox ' 11:27:24 + for arg in "$@" 11:27:24 + case $arg in 11:27:24 + pkg_list+='virtualenv ' 11:27:24 + for arg in "$@" 11:27:24 + case $arg in 11:27:24 + pkg_list+='urllib3~=1.26.15 ' 11:27:24 + [[ -f /tmp/.toxenv ]] 11:27:24 + [[ ! -f /tmp/.toxenv ]] 11:27:24 + [[ -n '' ]] 11:27:24 + python3 -m venv /tmp/venv-FFvT 11:27:28 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FFvT' 11:27:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FFvT 11:27:28 + echo /tmp/venv-FFvT 11:27:28 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:27:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:27:28 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:27:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:27:28 + local 'pip_opts=--upgrade --quiet' 11:27:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:27:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:27:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:27:28 + [[ -n '' ]] 11:27:28 + [[ -n '' ]] 11:27:28 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:27:28 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:27:28 + /tmp/venv-FFvT/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 11:27:32 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:27:32 lf-activate-venv(): INFO: Base packages installed successfully 11:27:32 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:27:32 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:27:32 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:27:32 + /tmp/venv-FFvT/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 11:27:34 + type python3 11:27:34 + true 11:27:34 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-FFvT/bin to PATH' 11:27:34 lf-activate-venv(): INFO: Adding /tmp/venv-FFvT/bin to PATH 11:27:34 + PATH=/tmp/venv-FFvT/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:34 + return 0 11:27:34 + python3 --version 11:27:34 Python 3.10.6 11:27:34 + python3 -m pip --version 11:27:34 pip 26.0.1 from /tmp/venv-FFvT/lib/python3.10/site-packages/pip (python 3.10) 11:27:34 + python3 -m pip freeze 11:27:35 cachetools==7.0.5 11:27:35 colorama==0.4.6 11:27:35 distlib==0.4.0 11:27:35 filelock==3.28.0 11:27:35 packaging==26.1 11:27:35 platformdirs==4.9.6 11:27:35 pluggy==1.6.0 11:27:35 pyproject-api==1.10.0 11:27:35 python-discovery==1.2.2 11:27:35 tomli==2.4.1 11:27:35 tomli_w==1.2.0 11:27:35 tox==4.53.0 11:27:35 typing_extensions==4.15.0 11:27:35 urllib3==1.26.20 11:27:35 virtualenv==21.2.4 11:27:35 [EnvInject] - Injecting environment variables from a build step. 11:27:35 [EnvInject] - Injecting as environment variables the properties content 11:27:35 PARALLEL=false 11:27:35 11:27:35 [EnvInject] - Variables injected successfully. 11:27:35 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16842418567888036818.sh 11:27:35 ---> tox-run.sh 11:27:35 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 11:27:35 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 11:27:35 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 11:27:35 + cd /w/workspace/oom-master-pre-commit-lint/. 11:27:35 + source /home/jenkins/lf-env.sh 11:27:35 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:27:35 ++ mktemp -d /tmp/venv-XXXX 11:27:35 + lf_venv=/tmp/venv-6TFG 11:27:35 + local venv_file=/tmp/.os_lf_venv 11:27:35 + local python=python3 11:27:35 + local options 11:27:35 + local set_path=true 11:27:35 + local install_args= 11:27:35 ++ 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 11:27:35 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:27:35 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:27:35 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:27:35 + true 11:27:35 + case $1 in 11:27:35 + venv_file=/tmp/.toxenv 11:27:35 + shift 2 11:27:35 + true 11:27:35 + case $1 in 11:27:35 + shift 11:27:35 + break 11:27:35 + case $python in 11:27:35 + local pkg_list= 11:27:35 + [[ -d /opt/pyenv ]] 11:27:35 + echo 'Setup pyenv:' 11:27:35 Setup pyenv: 11:27:35 + export PYENV_ROOT=/opt/pyenv 11:27:35 + PYENV_ROOT=/opt/pyenv 11:27:35 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 + pyenv versions 11:27:35 system 11:27:35 3.8.13 11:27:35 3.9.13 11:27:35 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:27:35 + command -v pyenv 11:27:35 ++ pyenv init - --no-rehash 11:27:35 + 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[*]}"'\'')" 11:27:35 export PATH="/opt/pyenv/shims:${PATH}" 11:27:35 export PYENV_SHELL=bash 11:27:35 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:27:35 pyenv() { 11:27:35 local command 11:27:35 command="${1:-}" 11:27:35 if [ "$#" -gt 0 ]; then 11:27:35 shift 11:27:35 fi 11:27:35 11:27:35 case "$command" in 11:27:35 rehash|shell) 11:27:35 eval "$(pyenv "sh-$command" "$@")" 11:27:35 ;; 11:27:35 *) 11:27:35 command pyenv "$command" "$@" 11:27:35 ;; 11:27:35 esac 11:27:35 }' 11:27:35 +++ 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[*]}"' 11:27:35 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:35 ++ export PYENV_SHELL=bash 11:27:35 ++ PYENV_SHELL=bash 11:27:35 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:27:35 +++ complete -F _pyenv pyenv 11:27:35 ++ lf-pyver python3 11:27:35 ++ local py_version_xy=python3 11:27:35 ++ local py_version_xyz= 11:27:35 ++ sed 's/^[ *]* //' 11:27:35 ++ grep -E '^[0-9.]*[0-9]$' 11:27:35 ++ pyenv versions 11:27:35 ++ local command 11:27:35 ++ command=versions 11:27:35 ++ '[' 1 -gt 0 ']' 11:27:35 ++ shift 11:27:35 ++ case "$command" in 11:27:35 ++ command pyenv versions 11:27:35 ++ pyenv versions 11:27:35 ++ awk '{ print $1 }' 11:27:35 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:27:35 +++ grep '^3' /tmp/.pyenv_versions 11:27:35 +++ sort -V 11:27:35 +++ tail -n 1 11:27:35 ++ py_version_xyz=3.10.6 11:27:35 ++ [[ -z 3.10.6 ]] 11:27:35 ++ echo 3.10.6 11:27:35 ++ return 0 11:27:35 + pyenv local 3.10.6 11:27:35 + local command 11:27:35 + command=local 11:27:35 + '[' 2 -gt 0 ']' 11:27:35 + shift 11:27:35 + case "$command" in 11:27:35 + command pyenv local 3.10.6 11:27:35 + pyenv local 3.10.6 11:27:35 + for arg in "$@" 11:27:35 + case $arg in 11:27:35 + pkg_list+='tox ' 11:27:35 + for arg in "$@" 11:27:35 + case $arg in 11:27:35 + pkg_list+='virtualenv ' 11:27:35 + for arg in "$@" 11:27:35 + case $arg in 11:27:35 + pkg_list+='urllib3~=1.26.15 ' 11:27:35 + [[ -f /tmp/.toxenv ]] 11:27:35 ++ cat /tmp/.toxenv 11:27:35 + lf_venv=/tmp/venv-FFvT 11:27:35 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FFvT from' file:/tmp/.toxenv 11:27:35 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FFvT from file:/tmp/.toxenv 11:27:35 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:27:35 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:27:35 + local 'pip_opts=--upgrade --quiet' 11:27:35 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:27:35 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:27:35 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:27:35 + [[ -n '' ]] 11:27:35 + [[ -n '' ]] 11:27:35 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:27:35 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:27:35 + /tmp/venv-FFvT/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 11:27:36 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:27:36 lf-activate-venv(): INFO: Base packages installed successfully 11:27:36 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:27:36 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:27:36 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:27:36 + /tmp/venv-FFvT/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 11:27:37 + type python3 11:27:37 + true 11:27:37 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-FFvT/bin to PATH' 11:27:37 lf-activate-venv(): INFO: Adding /tmp/venv-FFvT/bin to PATH 11:27:37 + PATH=/tmp/venv-FFvT/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:37 + return 0 11:27:37 + [[ -d /opt/pyenv ]] 11:27:37 + echo '---> Setting up pyenv' 11:27:37 ---> Setting up pyenv 11:27:37 + export PYENV_ROOT=/opt/pyenv 11:27:37 + PYENV_ROOT=/opt/pyenv 11:27:37 + export PATH=/opt/pyenv/bin:/tmp/venv-FFvT/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:37 + PATH=/opt/pyenv/bin:/tmp/venv-FFvT/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:27:37 ++ pwd 11:27:37 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 11:27:37 + export PYTHONPATH 11:27:37 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:27:37 + TOX_TESTENV_PASSENV=PYTHONPATH 11:27:37 + tox --version 11:27:37 4.53.0 from /tmp/venv-FFvT/lib/python3.10/site-packages/tox/__init__.py 11:27:37 + PARALLEL=false 11:27:37 + TOX_OPTIONS_LIST= 11:27:37 + [[ -n pre-commit ]] 11:27:37 + TOX_OPTIONS_LIST=' -e pre-commit' 11:27:37 + case ${PARALLEL,,} in 11:27:37 + tox -e pre-commit 11:27:37 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 11:27:38 pre-commit: install_deps> python -I -m pip install pre-commit 11:27:41 pre-commit: freeze> python -m pip freeze --all 11:27:41 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.28.0,identify==2.6.18,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.6,pre_commit==4.5.1,python-discovery==1.2.2,PyYAML==6.0.3,setuptools==82.0.1,typing_extensions==4.15.0,virtualenv==21.2.4 11:27:41 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 11:27:42 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 11:27:42 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 11:27:43 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 11:27:43 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:27:44 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 11:27:44 [INFO] Once installed this environment will be reused. 11:27:44 [INFO] This may take a few minutes... 11:27:48 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:27:48 [INFO] Once installed this environment will be reused. 11:27:48 [INFO] This may take a few minutes... 11:27:52 trim trailing whitespace.................................................Passed 11:27:53 Tabs remover.............................................................Passed 11:27:53 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 11:27:53 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 11:27:53 [INFO] Once installed this environment will be reused. 11:27:53 [INFO] This may take a few minutes... 11:28:02 gitlint..............................................(no files to check)Skipped 11:28:02 pre-commit: OK (25.23=setup[4.27]+cmd[11.27,9.70] seconds) 11:28:02 congratulations :) (25.28 seconds) 11:28:03 + tox_status=0 11:28:03 + echo '---> Completed tox runs' 11:28:03 ---> Completed tox runs 11:28:03 + for i in .tox/*/log 11:28:03 ++ echo .tox/pre-commit/log 11:28:03 ++ awk -F/ '{print $2}' 11:28:03 + tox_env=pre-commit 11:28:03 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 11:28:03 + DOC_DIR=docs/_build/html 11:28:03 + [[ -d docs/_build/html ]] 11:28:03 + echo '---> tox-run.sh ends' 11:28:03 ---> tox-run.sh ends 11:28:03 + test 0 -eq 0 11:28:03 $ ssh-agent -k 11:28:03 unset SSH_AUTH_SOCK; 11:28:03 unset SSH_AGENT_PID; 11:28:03 echo Agent pid 1814 killed; 11:28:03 [ssh-agent] Stopped. 11:28:03 [PostBuildScript] - [INFO] Executing post build scripts. 11:28:03 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14972155808864326845.sh 11:28:03 ---> sysstat.sh 11:28:03 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16773685222068586290.sh 11:28:03 ---> package-listing.sh 11:28:03 ++ facter osfamily 11:28:03 ++ tr '[:upper:]' '[:lower:]' 11:28:03 + OS_FAMILY=debian 11:28:03 + workspace=/w/workspace/oom-master-pre-commit-lint 11:28:03 + START_PACKAGES=/tmp/packages_start.txt 11:28:03 + END_PACKAGES=/tmp/packages_end.txt 11:28:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:28:03 + PACKAGES=/tmp/packages_start.txt 11:28:03 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:28:03 + PACKAGES=/tmp/packages_end.txt 11:28:03 + case "${OS_FAMILY}" in 11:28:03 + dpkg -l 11:28:03 + grep '^ii' 11:28:03 + '[' -f /tmp/packages_start.txt ']' 11:28:03 + '[' -f /tmp/packages_end.txt ']' 11:28:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:28:03 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:28:03 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 11:28:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 11:28:03 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1499590813294841472.sh 11:28:03 ---> capture-instance-metadata.sh 11:28:03 Setup pyenv: 11:28:03 system 11:28:03 3.8.13 11:28:03 3.9.13 11:28:03 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:28:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gTQo 11:28:07 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:28:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:28:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:28:11 lf-activate-venv(): INFO: Base packages installed successfully 11:28:11 lf-activate-venv(): INFO: Installing additional packages: lftools 11:28:33 lf-activate-venv(): INFO: Adding /tmp/venv-gTQo/bin to PATH 11:28:33 INFO: Running in OpenStack, capturing instance metadata 11:28:34 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14908181748147632911.sh 11:28:34 provisioning config files... 11:28:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config408231325542282255tmp 11:28:34 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:28:34 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:28:34 [EnvInject] - Injecting environment variables from a build step. 11:28:34 [EnvInject] - Injecting as environment variables the properties content 11:28:34 SERVER_ID=logs 11:28:34 11:28:34 [EnvInject] - Variables injected successfully. 11:28:34 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12060600879343606660.sh 11:28:34 ---> create-netrc.sh 11:28:34 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3777795052147130768.sh 11:28:34 ---> python-tools-install.sh 11:28:34 Setup pyenv: 11:28:34 system 11:28:34 3.8.13 11:28:34 3.9.13 11:28:34 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:28:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gTQo from file:/tmp/.os_lf_venv 11:28:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:28:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:28:36 lf-activate-venv(): INFO: Base packages installed successfully 11:28:36 lf-activate-venv(): INFO: Installing additional packages: lftools 11:28:43 lf-activate-venv(): INFO: Adding /tmp/venv-gTQo/bin to PATH 11:28:43 Generating Requirements File 11:29:01 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. 11:29:01 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:29:01 Python 3.10.6 11:29:01 pip 26.0.1 from /tmp/venv-gTQo/lib/python3.10/site-packages/pip (python 3.10) 11:29:02 appdirs==1.4.4 11:29:02 argcomplete==3.6.3 11:29:02 aspy.yaml==1.3.0 11:29:02 attrs==26.1.0 11:29:02 autopage==0.6.0 11:29:02 backports.strenum==1.3.1 11:29:02 beautifulsoup4==4.14.3 11:29:02 boto3==1.42.89 11:29:02 botocore==1.42.89 11:29:02 bs4==0.0.2 11:29:02 certifi==2026.2.25 11:29:02 cffi==2.0.0 11:29:02 cfgv==3.5.0 11:29:02 chardet==7.4.3 11:29:02 charset-normalizer==3.4.7 11:29:02 click==8.3.2 11:29:02 cliff==4.13.3 11:29:02 cmd2==3.5.0 11:29:02 cryptography==3.3.2 11:29:02 debtcollector==3.1.0 11:29:02 decorator==5.2.1 11:29:02 defusedxml==0.7.1 11:29:02 Deprecated==1.3.1 11:29:02 distlib==0.4.0 11:29:02 dnspython==2.8.0 11:29:02 docker==7.1.0 11:29:02 dogpile.cache==1.5.0 11:29:02 durationpy==0.10 11:29:02 email-validator==2.3.0 11:29:02 filelock==3.28.0 11:29:02 future==1.0.0 11:29:02 gitdb==4.0.12 11:29:02 GitPython==3.1.46 11:29:02 httplib2==0.30.2 11:29:02 identify==2.6.18 11:29:02 idna==3.11 11:29:02 importlib-resources==1.5.0 11:29:02 iso8601==2.1.0 11:29:02 Jinja2==3.1.6 11:29:02 jmespath==1.1.0 11:29:02 jsonpatch==1.33 11:29:02 jsonpointer==3.1.1 11:29:02 jsonschema==4.26.0 11:29:02 jsonschema-specifications==2025.9.1 11:29:02 keystoneauth1==5.13.1 11:29:02 kubernetes==35.0.0 11:29:02 lftools==0.37.22 11:29:02 lxml==6.0.4 11:29:02 markdown-it-py==4.0.0 11:29:02 MarkupSafe==3.0.3 11:29:02 mdurl==0.1.2 11:29:02 msgpack==1.1.2 11:29:02 multi_key_dict==2.0.3 11:29:02 munch==4.0.0 11:29:02 netaddr==1.3.0 11:29:02 niet==1.4.2 11:29:02 nodeenv==1.10.0 11:29:02 oauth2client==4.1.3 11:29:02 oauthlib==3.3.1 11:29:02 openstacksdk==4.11.0 11:29:02 os-service-types==1.8.2 11:29:02 osc-lib==4.5.0 11:29:02 oslo.config==10.3.0 11:29:02 oslo.context==6.3.0 11:29:02 oslo.i18n==6.7.2 11:29:02 oslo.log==8.1.0 11:29:02 oslo.serialization==5.9.1 11:29:02 oslo.utils==10.0.1 11:29:02 packaging==26.1 11:29:02 pbr==7.0.3 11:29:02 platformdirs==4.9.6 11:29:02 prettytable==3.17.0 11:29:02 psutil==7.2.2 11:29:02 pyasn1==0.6.3 11:29:02 pyasn1_modules==0.4.2 11:29:02 pycparser==3.0 11:29:02 pygerrit2==2.0.15 11:29:02 PyGithub==2.9.1 11:29:02 Pygments==2.20.0 11:29:02 PyJWT==2.12.1 11:29:02 PyNaCl==1.6.2 11:29:02 pyparsing==2.4.7 11:29:02 pyperclip==1.11.0 11:29:02 pyrsistent==0.20.0 11:29:02 python-cinderclient==9.9.0 11:29:02 python-dateutil==2.9.0.post0 11:29:02 python-discovery==1.2.2 11:29:02 python-heatclient==5.1.0 11:29:02 python-jenkins==1.8.3 11:29:02 python-keystoneclient==5.8.0 11:29:02 python-magnumclient==4.10.0 11:29:02 python-openstackclient==9.0.0 11:29:02 python-swiftclient==4.10.0 11:29:02 PyYAML==6.0.3 11:29:02 referencing==0.37.0 11:29:02 requests==2.33.1 11:29:02 requests-oauthlib==2.0.0 11:29:02 rfc3986==2.0.0 11:29:02 rich==15.0.0 11:29:02 rich-argparse==1.7.2 11:29:02 rpds-py==0.30.0 11:29:02 rsa==4.9.1 11:29:02 ruamel.yaml==0.19.1 11:29:02 ruamel.yaml.clib==0.2.15 11:29:02 s3transfer==0.16.0 11:29:02 simplejson==3.20.2 11:29:02 six==1.17.0 11:29:02 smmap==5.0.3 11:29:02 soupsieve==2.8.3 11:29:02 stevedore==5.7.0 11:29:02 tabulate==0.10.0 11:29:02 toml==0.10.2 11:29:02 tomlkit==0.14.0 11:29:02 tqdm==4.67.3 11:29:02 typing_extensions==4.15.0 11:29:02 urllib3==1.26.20 11:29:02 virtualenv==21.2.4 11:29:02 wcwidth==0.6.0 11:29:02 websocket-client==1.9.0 11:29:02 wrapt==2.1.2 11:29:02 xdg==6.0.0 11:29:02 xmltodict==1.0.4 11:29:02 yq==3.4.3 11:29:02 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins8628515297057086512.sh 11:29:02 ---> uv-install.sh 11:29:02 Installing uv/uvx (latest) using shell installer 11:29:02 2026-04-16 11:29:02 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/d1d55b97-e296-4f5c-8ea5-08512eb5e0a4?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-04-16T12%3A20%3A10Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-04-16T11%3A20%3A08Z&ske=2026-04-16T12%3A20%3A10Z&sks=b&skv=2018-11-09&sig=tW54XPH9mUsSrkN387fgxd%2FV%2FeTj%2F53hKLchUGQojec%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NjMzOTE1NiwibmJmIjoxNzc2MzM4ODU2LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.8M2pobsvffoNnYbsdXlb2paqHEbuHr0ZhtV2MSErK-o&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [71225/71225] -> "/tmp/uv-install-hGGflW.sh" [1] 11:29:02 downloading uv 0.11.7 x86_64-unknown-linux-gnu 11:29:03 installing to /home/jenkins/.local/bin 11:29:03 uv 11:29:03 uvx 11:29:03 everything's installed! 11:29:03 11:29:03 To add $HOME/.local/bin to your PATH, either restart your shell or run: 11:29:03 11:29:03 source $HOME/.local/bin/env (sh, bash, zsh) 11:29:03 source $HOME/.local/bin/env.fish (fish) 11:29:03 Adding install location to PATH 11:29:03 ---> Validating uv/uvx install 11:29:03 uvx 0.11.7 (x86_64-unknown-linux-gnu) 11:29:03 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15567840643965054764.sh 11:29:03 ---> sudo-logs.sh 11:29:03 Archiving 'sudo' log.. 11:29:03 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14544446167827247710.sh 11:29:03 ---> job-cost.sh 11:29:03 INFO: Activating Python virtual environment... 11:29:03 Setup pyenv: 11:29:03 system 11:29:03 3.8.13 11:29:03 3.9.13 11:29:03 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:29:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gTQo from file:/tmp/.os_lf_venv 11:29:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:29:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:29:05 lf-activate-venv(): INFO: Base packages installed successfully 11:29:05 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:29:10 lf-activate-venv(): INFO: Adding /tmp/venv-gTQo/bin to PATH 11:29:10 INFO: No stack-cost file found 11:29:10 INFO: Instance uptime: 150s 11:29:10 INFO: Fetching instance metadata (attempt 1 of 3)... 11:29:10 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 11:29:11 INFO: Successfully fetched instance metadata 11:29:11 INFO: Instance type: v3-standard-4 11:29:11 INFO: Retrieving pricing info for: v3-standard-4 11:29:11 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 11:29:11 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=150 11:29:11 INFO: Successfully fetched Vexxhost pricing API 11:29:11 INFO: Retrieved cost: 0.11 11:29:11 INFO: Retrieved resource: v3-standard-4 11:29:11 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 11:29:11 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 11:29:11 INFO: Successfully archived job cost data 11:29:11 DEBUG: Cost data: oom-master-pre-commit-lint,4597,2026-04-16 11:29:11,v3-standard-4,150,0.11,0.00,SUCCESS 11:29:11 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10890538171038803958.sh 11:29:11 ---> logs-deploy.sh 11:29:11 Setup pyenv: 11:29:11 system 11:29:11 3.8.13 11:29:11 3.9.13 11:29:11 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:29:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gTQo from file:/tmp/.os_lf_venv 11:29:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:29:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:29:14 lf-activate-venv(): INFO: Base packages installed successfully 11:29:14 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:29:22 lf-activate-venv(): INFO: Adding /tmp/venv-gTQo/bin to PATH 11:29:22 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4597 11:29:22 INFO: archiving workspace using pattern(s): 11:29:23 Archives upload complete. 11:29:23 INFO: archiving logs to Nexus 11:29:24 ---> uname -a: 11:29:24 Linux prd-ubuntu1804-builder-4c-4g-2136 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:29:24 11:29:24 11:29:24 ---> lscpu: 11:29:24 Architecture: x86_64 11:29:24 CPU op-mode(s): 32-bit, 64-bit 11:29:24 Byte Order: Little Endian 11:29:24 CPU(s): 4 11:29:24 On-line CPU(s) list: 0-3 11:29:24 Thread(s) per core: 1 11:29:24 Core(s) per socket: 1 11:29:24 Socket(s): 4 11:29:24 NUMA node(s): 1 11:29:24 Vendor ID: AuthenticAMD 11:29:24 CPU family: 23 11:29:24 Model: 49 11:29:24 Model name: AMD EPYC-Rome Processor 11:29:24 Stepping: 0 11:29:24 CPU MHz: 2799.998 11:29:24 BogoMIPS: 5599.99 11:29:24 Virtualization: AMD-V 11:29:24 Hypervisor vendor: KVM 11:29:24 Virtualization type: full 11:29:24 L1d cache: 32K 11:29:24 L1i cache: 32K 11:29:24 L2 cache: 512K 11:29:24 L3 cache: 16384K 11:29:24 NUMA node0 CPU(s): 0-3 11:29:24 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:29:24 11:29:24 11:29:24 ---> nproc: 11:29:24 4 11:29:24 11:29:24 11:29:24 ---> df -h: 11:29:24 Filesystem Size Used Avail Use% Mounted on 11:29:24 udev 7.9G 0 7.9G 0% /dev 11:29:24 tmpfs 1.6G 676K 1.6G 1% /run 11:29:24 /dev/vda1 78G 8.5G 69G 11% / 11:29:24 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:29:24 tmpfs 5.0M 0 5.0M 0% /run/lock 11:29:24 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:29:24 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:29:24 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:29:24 11:29:24 11:29:24 ---> free -m: 11:29:24 total used free shared buff/cache available 11:29:24 Mem: 16040 566 13211 0 2261 15151 11:29:24 Swap: 1023 0 1023 11:29:24 11:29:24 11:29:24 ---> ip addr: 11:29:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:29:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:29:24 inet 127.0.0.1/8 scope host lo 11:29:24 valid_lft forever preferred_lft forever 11:29:24 inet6 ::1/128 scope host 11:29:24 valid_lft forever preferred_lft forever 11:29:24 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:29:24 link/ether fa:16:3e:40:ae:25 brd ff:ff:ff:ff:ff:ff 11:29:24 inet 10.30.106.85/23 brd 10.30.107.255 scope global dynamic ens3 11:29:24 valid_lft 86244sec preferred_lft 86244sec 11:29:24 inet6 fe80::f816:3eff:fe40:ae25/64 scope link 11:29:24 valid_lft forever preferred_lft forever 11:29:24 11:29:24 11:29:24 ---> sar -b -r -n DEV: 11:29:24 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2136) 04/16/26 _x86_64_ (4 CPU) 11:29:24 11:29:24 11:26:58 LINUX RESTART (4 CPU) 11:29:24 11:29:24 11:27:01 tps rtps wtps bread/s bwrtn/s 11:29:24 11:28:01 390.59 66.24 324.34 4242.85 86319.89 11:29:24 11:29:01 133.50 0.87 132.63 103.47 36454.53 11:29:24 Average: 262.06 33.56 228.50 2173.50 61391.37 11:29:24 11:29:24 11:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:29:24 11:28:01 13914952 15499108 2510016 15.28 57628 1725904 869804 4.98 792624 1501296 163108 11:29:24 11:29:01 13562940 15488340 2862028 17.42 86332 2019620 811432 4.64 836908 1772004 203836 11:29:24 Average: 13738946 15493724 2686022 16.35 71980 1872762 840618 4.81 814766 1636650 183472 11:29:24 11:29:24 11:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:29:24 11:28:01 ens3 502.50 330.92 2280.87 79.15 0.00 0.00 0.00 0.00 11:29:24 11:28:01 lo 2.67 2.67 0.29 0.29 0.00 0.00 0.00 0.00 11:29:24 11:29:01 ens3 65.90 48.60 944.13 11.39 0.00 0.00 0.00 0.00 11:29:24 11:29:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 11:29:24 Average: ens3 284.24 189.79 1612.61 45.27 0.00 0.00 0.00 0.00 11:29:24 Average: lo 2.03 2.03 0.22 0.22 0.00 0.00 0.00 0.00 11:29:24 11:29:24 11:29:24 ---> sar -P ALL: 11:29:24 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2136) 04/16/26 _x86_64_ (4 CPU) 11:29:24 11:29:24 11:26:58 LINUX RESTART (4 CPU) 11:29:24 11:29:24 11:27:01 CPU %user %nice %system %iowait %steal %idle 11:29:24 11:28:01 all 23.01 0.00 3.05 5.38 0.08 68.49 11:29:24 11:28:01 0 21.13 0.00 3.22 3.64 0.08 71.92 11:29:24 11:28:01 1 15.08 0.00 3.33 3.33 0.05 78.20 11:29:24 11:28:01 2 31.34 0.00 2.18 2.64 0.08 63.75 11:29:24 11:28:01 3 24.42 0.00 3.48 11.89 0.10 60.11 11:29:24 11:29:01 all 21.65 0.00 1.53 1.72 0.06 75.03 11:29:24 11:29:01 0 25.16 0.00 1.77 1.08 0.08 71.90 11:29:24 11:29:01 1 25.23 0.00 1.90 1.52 0.07 71.28 11:29:24 11:29:01 2 8.95 0.00 0.89 0.15 0.03 89.98 11:29:24 11:29:01 3 27.43 0.00 1.59 4.19 0.08 66.71 11:29:24 Average: all 22.33 0.00 2.29 3.54 0.07 71.76 11:29:24 Average: 0 23.15 0.00 2.49 2.36 0.08 71.91 11:29:24 Average: 1 20.16 0.00 2.62 2.43 0.06 74.73 11:29:24 Average: 2 20.10 0.00 1.53 1.39 0.06 76.92 11:29:24 Average: 3 25.92 0.00 2.53 8.03 0.09 63.42 11:29:24 11:29:24 11:29:24