13:50:57 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/145968 13:50:57 Running as SYSTEM 13:50:57 [EnvInject] - Loading node environment variables. 13:50:57 Building remotely on prd-ubuntu1804-builder-4c-4g-7447 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 13:50:57 [ssh-agent] Looking for ssh-agent implementation... 13:50:57 $ ssh-agent 13:50:57 SSH_AUTH_SOCK=/tmp/ssh-XV36H5R6I4na/agent.1676 13:50:57 SSH_AGENT_PID=1678 13:50:57 [ssh-agent] Started. 13:50:57 Running ssh-add (command line suppressed) 13:50:57 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_9663962241433068182.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_9663962241433068182.key) 13:50:57 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 13:50:57 The recommended git tool is: NONE 13:50:59 using credential onap-jenkins-ssh 13:50:59 Wiping out workspace first. 13:50:59 Cloning the remote Git repository 13:50:59 Cloning repository git://cloud.onap.org/mirror/oom.git 13:50:59 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 13:50:59 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:50:59 > git --version # timeout=10 13:50:59 > git --version # 'git version 2.17.1' 13:50:59 using GIT_SSH to set credentials Gerrit user 13:50:59 Verifying host key using manually-configured host key entries 13:50:59 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 13:51:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:51:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:51:05 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:51:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:51:05 using GIT_SSH to set credentials Gerrit user 13:51:05 Verifying host key using manually-configured host key entries 13:51:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/68/145968/2 # timeout=30 13:51:05 > git rev-parse 15251dffe8da31963768491141a7d85cfd3ab4a6^{commit} # timeout=10 13:51:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 13:51:05 Checking out Revision 15251dffe8da31963768491141a7d85cfd3ab4a6 (refs/changes/68/145968/2) 13:51:05 > git config core.sparsecheckout # timeout=10 13:51:05 > git checkout -f 15251dffe8da31963768491141a7d85cfd3ab4a6 # timeout=30 13:51:09 Commit message: "[POLICY] Enable OpenTelemetry tracing export for policy-api" 13:51:09 > git rev-parse FETCH_HEAD^{commit} # timeout=10 13:51:09 > git rev-list --no-walk 17b1a3c9118ef16a6333cfec0303a6017f5f9257 # timeout=10 13:51:09 [EnvInject] - Injecting environment variables from a build step. 13:51:09 [EnvInject] - Injecting as environment variables the properties content 13:51:09 PYTHON=python3 13:51:09 13:51:09 [EnvInject] - Variables injected successfully. 13:51:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins1836351033957688464.sh 13:51:09 ---> tox-install.sh 13:51:09 + source /home/jenkins/lf-env.sh 13:51:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:51:09 ++ mktemp -d /tmp/venv-XXXX 13:51:09 + lf_venv=/tmp/venv-xjFP 13:51:09 + local venv_file=/tmp/.os_lf_venv 13:51:09 + local python=python3 13:51:09 + local options 13:51:09 + local set_path=true 13:51:09 + local install_args= 13:51:09 ++ 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 13:51:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:51:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:51:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:51:09 + true 13:51:09 + case $1 in 13:51:09 + venv_file=/tmp/.toxenv 13:51:09 + shift 2 13:51:09 + true 13:51:09 + case $1 in 13:51:09 + shift 13:51:09 + break 13:51:09 + case $python in 13:51:09 + local pkg_list= 13:51:09 + [[ -d /opt/pyenv ]] 13:51:09 + echo 'Setup pyenv:' 13:51:09 Setup pyenv: 13:51:09 + export PYENV_ROOT=/opt/pyenv 13:51:09 + PYENV_ROOT=/opt/pyenv 13:51:09 + 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 13:51:09 + 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 13:51:09 + pyenv versions 13:51:09 * system (set by /opt/pyenv/version) 13:51:09 * 3.8.13 (set by /opt/pyenv/version) 13:51:09 * 3.9.13 (set by /opt/pyenv/version) 13:51:09 * 3.10.6 (set by /opt/pyenv/version) 13:51:09 + command -v pyenv 13:51:09 ++ pyenv init - --no-rehash 13:51:09 + 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[*]}"'\'')" 13:51:09 export PATH="/opt/pyenv/shims:${PATH}" 13:51:09 export PYENV_SHELL=bash 13:51:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:51:09 pyenv() { 13:51:09 local command 13:51:09 command="${1:-}" 13:51:09 if [ "$#" -gt 0 ]; then 13:51:09 shift 13:51:09 fi 13:51:09 13:51:09 case "$command" in 13:51:09 rehash|shell) 13:51:09 eval "$(pyenv "sh-$command" "$@")" 13:51:09 ;; 13:51:09 *) 13:51:09 command pyenv "$command" "$@" 13:51:09 ;; 13:51:09 esac 13:51:09 }' 13:51:09 +++ 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[*]}"' 13:51:10 ++ 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 13:51:10 ++ 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 13:51:10 ++ 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 13:51:10 ++ export PYENV_SHELL=bash 13:51:10 ++ PYENV_SHELL=bash 13:51:10 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:51:10 +++ complete -F _pyenv pyenv 13:51:10 ++ lf-pyver python3 13:51:10 ++ local py_version_xy=python3 13:51:10 ++ local py_version_xyz= 13:51:10 ++ pyenv versions 13:51:10 ++ local command 13:51:10 ++ command=versions 13:51:10 ++ '[' 1 -gt 0 ']' 13:51:10 ++ shift 13:51:10 ++ case "$command" in 13:51:10 ++ command pyenv versions 13:51:10 ++ pyenv versions 13:51:10 ++ awk '{ print $1 }' 13:51:10 ++ grep -E '^[0-9.]*[0-9]$' 13:51:10 ++ sed 's/^[ *]* //' 13:51:10 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:51:10 +++ grep '^3' /tmp/.pyenv_versions 13:51:10 +++ sort -V 13:51:10 +++ tail -n 1 13:51:10 ++ py_version_xyz=3.10.6 13:51:10 ++ [[ -z 3.10.6 ]] 13:51:10 ++ echo 3.10.6 13:51:10 ++ return 0 13:51:10 + pyenv local 3.10.6 13:51:10 + local command 13:51:10 + command=local 13:51:10 + '[' 2 -gt 0 ']' 13:51:10 + shift 13:51:10 + case "$command" in 13:51:10 + command pyenv local 3.10.6 13:51:10 + pyenv local 3.10.6 13:51:10 + for arg in "$@" 13:51:10 + case $arg in 13:51:10 + pkg_list+='tox ' 13:51:10 + for arg in "$@" 13:51:10 + case $arg in 13:51:10 + pkg_list+='virtualenv ' 13:51:10 + for arg in "$@" 13:51:10 + case $arg in 13:51:10 + pkg_list+='urllib3~=1.26.15 ' 13:51:10 + [[ -f /tmp/.toxenv ]] 13:51:10 + [[ ! -f /tmp/.toxenv ]] 13:51:10 + [[ -n '' ]] 13:51:10 + python3 -m venv /tmp/venv-xjFP 13:51:14 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xjFP' 13:51:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xjFP 13:51:14 + echo /tmp/venv-xjFP 13:51:14 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 13:51:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 13:51:14 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:51:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:51:14 + local 'pip_opts=--upgrade --quiet' 13:51:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:51:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:51:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:51:14 + [[ -n '' ]] 13:51:14 + [[ -n '' ]] 13:51:14 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:51:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:51:14 + /tmp/venv-xjFP/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 13:51:19 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:51:19 lf-activate-venv(): INFO: Base packages installed successfully 13:51:19 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:51:19 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:51:19 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:51:19 + /tmp/venv-xjFP/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 13:51:21 + type python3 13:51:21 + true 13:51:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xjFP/bin to PATH' 13:51:21 lf-activate-venv(): INFO: Adding /tmp/venv-xjFP/bin to PATH 13:51:21 + PATH=/tmp/venv-xjFP/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 13:51:21 + return 0 13:51:21 + python3 --version 13:51:21 Python 3.10.6 13:51:21 + python3 -m pip --version 13:51:22 pip 26.1.2 from /tmp/venv-xjFP/lib/python3.10/site-packages/pip (python 3.10) 13:51:22 + python3 -m pip freeze 13:51:22 cachetools==7.1.4 13:51:22 colorama==0.4.6 13:51:22 distlib==0.4.3 13:51:22 filelock==3.29.7 13:51:22 packaging==26.2 13:51:22 platformdirs==4.10.0 13:51:22 pluggy==1.6.0 13:51:22 pyproject-api==1.10.1 13:51:22 python-discovery==1.4.4 13:51:22 tomli==2.4.1 13:51:22 tomli_w==1.2.0 13:51:22 tox==4.56.4 13:51:22 typing_extensions==4.16.0 13:51:22 urllib3==1.26.20 13:51:22 virtualenv==21.6.0 13:51:22 [EnvInject] - Injecting environment variables from a build step. 13:51:22 [EnvInject] - Injecting as environment variables the properties content 13:51:22 PARALLEL=false 13:51:22 13:51:22 [EnvInject] - Variables injected successfully. 13:51:22 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5748242617116658227.sh 13:51:22 ---> tox-run.sh 13:51:22 + 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 13:51:22 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 13:51:22 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 13:51:22 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 13:51:22 + cd /w/workspace/oom-master-pre-commit-lint/. 13:51:22 + source /home/jenkins/lf-env.sh 13:51:22 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:51:22 ++ mktemp -d /tmp/venv-XXXX 13:51:22 + lf_venv=/tmp/venv-SRQf 13:51:22 + local venv_file=/tmp/.os_lf_venv 13:51:22 + local python=python3 13:51:22 + local options 13:51:22 + local set_path=true 13:51:22 + local install_args= 13:51:22 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:51:22 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:51:22 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:51:22 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:51:22 + true 13:51:22 + case $1 in 13:51:22 + venv_file=/tmp/.toxenv 13:51:22 + shift 2 13:51:22 + true 13:51:22 + case $1 in 13:51:22 + shift 13:51:22 + break 13:51:22 + case $python in 13:51:22 + local pkg_list= 13:51:22 + [[ -d /opt/pyenv ]] 13:51:22 + echo 'Setup pyenv:' 13:51:22 Setup pyenv: 13:51:22 + export PYENV_ROOT=/opt/pyenv 13:51:22 + PYENV_ROOT=/opt/pyenv 13:51:22 + 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 13:51:22 + 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 13:51:22 + pyenv versions 13:51:22 system 13:51:22 3.8.13 13:51:22 3.9.13 13:51:22 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:51:22 + command -v pyenv 13:51:22 ++ pyenv init - --no-rehash 13:51:22 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 13:51:22 export PATH="/opt/pyenv/shims:${PATH}" 13:51:22 export PYENV_SHELL=bash 13:51:22 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:51:22 pyenv() { 13:51:22 local command 13:51:22 command="${1:-}" 13:51:22 if [ "$#" -gt 0 ]; then 13:51:22 shift 13:51:22 fi 13:51:22 13:51:22 case "$command" in 13:51:22 rehash|shell) 13:51:22 eval "$(pyenv "sh-$command" "$@")" 13:51:22 ;; 13:51:22 *) 13:51:22 command pyenv "$command" "$@" 13:51:22 ;; 13:51:22 esac 13:51:22 }' 13:51:22 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 13:51:22 ++ 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 13:51:22 ++ 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 13:51:22 ++ 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 13:51:22 ++ export PYENV_SHELL=bash 13:51:22 ++ PYENV_SHELL=bash 13:51:22 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:51:22 +++ complete -F _pyenv pyenv 13:51:22 ++ lf-pyver python3 13:51:22 ++ local py_version_xy=python3 13:51:22 ++ local py_version_xyz= 13:51:22 ++ sed 's/^[ *]* //' 13:51:22 ++ awk '{ print $1 }' 13:51:22 ++ pyenv versions 13:51:22 ++ local command 13:51:22 ++ command=versions 13:51:22 ++ '[' 1 -gt 0 ']' 13:51:22 ++ shift 13:51:22 ++ case "$command" in 13:51:22 ++ command pyenv versions 13:51:22 ++ pyenv versions 13:51:22 ++ grep -E '^[0-9.]*[0-9]$' 13:51:22 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:51:22 +++ grep '^3' /tmp/.pyenv_versions 13:51:22 +++ sort -V 13:51:22 +++ tail -n 1 13:51:22 ++ py_version_xyz=3.10.6 13:51:22 ++ [[ -z 3.10.6 ]] 13:51:22 ++ echo 3.10.6 13:51:22 ++ return 0 13:51:22 + pyenv local 3.10.6 13:51:22 + local command 13:51:22 + command=local 13:51:22 + '[' 2 -gt 0 ']' 13:51:22 + shift 13:51:22 + case "$command" in 13:51:22 + command pyenv local 3.10.6 13:51:22 + pyenv local 3.10.6 13:51:22 + for arg in "$@" 13:51:22 + case $arg in 13:51:22 + pkg_list+='tox ' 13:51:22 + for arg in "$@" 13:51:22 + case $arg in 13:51:22 + pkg_list+='virtualenv ' 13:51:22 + for arg in "$@" 13:51:22 + case $arg in 13:51:22 + pkg_list+='urllib3~=1.26.15 ' 13:51:22 + [[ -f /tmp/.toxenv ]] 13:51:22 ++ cat /tmp/.toxenv 13:51:22 + lf_venv=/tmp/venv-xjFP 13:51:22 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xjFP from' file:/tmp/.toxenv 13:51:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xjFP from file:/tmp/.toxenv 13:51:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:51:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:51:22 + local 'pip_opts=--upgrade --quiet' 13:51:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:51:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:51:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:51:22 + [[ -n '' ]] 13:51:22 + [[ -n '' ]] 13:51:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:51:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:51:22 + /tmp/venv-xjFP/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 13:51:23 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:51:23 lf-activate-venv(): INFO: Base packages installed successfully 13:51:23 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:51:23 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:51:23 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:51:23 + /tmp/venv-xjFP/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 13:51:25 + type python3 13:51:25 + true 13:51:25 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xjFP/bin to PATH' 13:51:25 lf-activate-venv(): INFO: Adding /tmp/venv-xjFP/bin to PATH 13:51:25 + PATH=/tmp/venv-xjFP/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 13:51:25 + return 0 13:51:25 + [[ -d /opt/pyenv ]] 13:51:25 + echo '---> Setting up pyenv' 13:51:25 ---> Setting up pyenv 13:51:25 + export PYENV_ROOT=/opt/pyenv 13:51:25 + PYENV_ROOT=/opt/pyenv 13:51:25 + export PATH=/opt/pyenv/bin:/tmp/venv-xjFP/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 13:51:25 + PATH=/opt/pyenv/bin:/tmp/venv-xjFP/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 13:51:25 ++ pwd 13:51:25 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 13:51:25 + export PYTHONPATH 13:51:25 + export TOX_TESTENV_PASSENV=PYTHONPATH 13:51:25 + TOX_TESTENV_PASSENV=PYTHONPATH 13:51:25 + tox --version 13:51:25 4.56.4 from /tmp/venv-xjFP/lib/python3.10/site-packages/tox/__init__.py 13:51:25 + PARALLEL=false 13:51:25 + TOX_OPTIONS_LIST= 13:51:25 + [[ -n pre-commit ]] 13:51:25 + TOX_OPTIONS_LIST=' -e pre-commit' 13:51:25 + case ${PARALLEL,,} in 13:51:25 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 13:51:25 + tox -e pre-commit 13:51:26 pre-commit: install_deps> python -I -m pip install pre-commit 13:51:31 pre-commit: freeze> python -m pip freeze --all 13:51:31 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.29.7,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.10.0,pre_commit==4.6.0,python-discovery==1.4.4,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.6.0 13:51:31 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 13:51:31 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 13:51:32 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 13:51:33 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 13:51:33 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 13:51:34 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 13:51:34 [INFO] Once installed this environment will be reused. 13:51:34 [INFO] This may take a few minutes... 13:51:38 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 13:51:38 [INFO] Once installed this environment will be reused. 13:51:38 [INFO] This may take a few minutes... 13:51:43 trim trailing whitespace.................................................Passed 13:51:43 Tabs remover.............................................................Passed 13:51:43 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 13:51:43 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 13:51:43 [INFO] Once installed this environment will be reused. 13:51:43 [INFO] This may take a few minutes... 13:51:54 gitlint..............................................(no files to check)Skipped 13:51:54 pre-commit: OK (29.01=setup[5.98]+cmd[11.92,11.11] seconds) 13:51:54 congratulations :) (29.06 seconds) 13:51:54 + tox_status=0 13:51:54 + echo '---> Completed tox runs' 13:51:54 ---> Completed tox runs 13:51:54 + for i in .tox/*/log 13:51:54 ++ echo .tox/pre-commit/log 13:51:54 ++ awk -F/ '{print $2}' 13:51:54 + tox_env=pre-commit 13:51:54 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 13:51:54 + DOC_DIR=docs/_build/html 13:51:54 + [[ -d docs/_build/html ]] 13:51:54 + echo '---> tox-run.sh ends' 13:51:54 ---> tox-run.sh ends 13:51:54 + test 0 -eq 0 13:51:54 $ ssh-agent -k 13:51:54 unset SSH_AUTH_SOCK; 13:51:54 unset SSH_AGENT_PID; 13:51:54 echo Agent pid 1678 killed; 13:51:54 [ssh-agent] Stopped. 13:51:54 [PostBuildScript] - [INFO] Executing post build scripts. 13:51:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins79435517184163369.sh 13:51:54 ---> sysstat.sh 13:51:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15275010903447250414.sh 13:51:55 ---> package-listing.sh 13:51:55 ++ facter osfamily 13:51:55 ++ tr '[:upper:]' '[:lower:]' 13:51:55 + OS_FAMILY=debian 13:51:55 + workspace=/w/workspace/oom-master-pre-commit-lint 13:51:55 + START_PACKAGES=/tmp/packages_start.txt 13:51:55 + END_PACKAGES=/tmp/packages_end.txt 13:51:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:51:55 + PACKAGES=/tmp/packages_start.txt 13:51:55 + '[' /w/workspace/oom-master-pre-commit-lint ']' 13:51:55 + PACKAGES=/tmp/packages_end.txt 13:51:55 + case "${OS_FAMILY}" in 13:51:55 + dpkg -l 13:51:55 + grep '^ii' 13:51:55 + '[' -f /tmp/packages_start.txt ']' 13:51:55 + '[' -f /tmp/packages_end.txt ']' 13:51:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:51:55 + '[' /w/workspace/oom-master-pre-commit-lint ']' 13:51:55 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 13:51:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 13:51:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2986770382814202520.sh 13:51:55 ---> capture-instance-metadata.sh 13:51:55 Setup pyenv: 13:51:55 system 13:51:55 3.8.13 13:51:55 3.9.13 13:51:55 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:52:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uPko 13:52:00 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:52:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:52:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:52:04 lf-activate-venv(): INFO: Base packages installed successfully 13:52:04 lf-activate-venv(): INFO: Installing additional packages: lftools 13:52:35 lf-activate-venv(): INFO: Adding /tmp/venv-uPko/bin to PATH 13:52:35 INFO: Running in OpenStack, capturing instance metadata 13:52:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5076365321571163296.sh 13:52:36 provisioning config files... 13:52:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config6636103835917028562tmp 13:52:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 13:52:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 13:52:36 [EnvInject] - Injecting environment variables from a build step. 13:52:36 [EnvInject] - Injecting as environment variables the properties content 13:52:36 SERVER_ID=logs 13:52:36 13:52:36 [EnvInject] - Variables injected successfully. 13:52:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10137703067610685265.sh 13:52:36 ---> create-netrc.sh 13:52:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13713126308917260299.sh 13:52:36 ---> python-tools-install.sh 13:52:36 Setup pyenv: 13:52:36 system 13:52:36 3.8.13 13:52:36 3.9.13 13:52:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:52:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-uPko from file:/tmp/.os_lf_venv 13:52:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:52:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:52:39 lf-activate-venv(): INFO: Base packages installed successfully 13:52:39 lf-activate-venv(): INFO: Installing additional packages: lftools 13:52:48 lf-activate-venv(): INFO: Adding /tmp/venv-uPko/bin to PATH 13:52:48 Generating Requirements File 13:53:15 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. 13:53:15 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 13:53:15 Python 3.10.6 13:53:15 pip 26.1.2 from /tmp/venv-uPko/lib/python3.10/site-packages/pip (python 3.10) 13:53:16 aiohappyeyeballs==2.7.1 13:53:16 aiohttp==3.14.1 13:53:16 aiosignal==1.4.0 13:53:16 appdirs==1.4.4 13:53:16 argcomplete==3.7.0 13:53:16 aspy.yaml==1.3.0 13:53:16 async-timeout==5.0.1 13:53:16 attrs==26.1.0 13:53:16 autopage==0.6.0 13:53:16 backports.strenum==1.3.1 13:53:16 beautifulsoup4==4.15.0 13:53:16 boto3==1.43.44 13:53:16 botocore==1.43.44 13:53:16 bs4==0.0.2 13:53:16 certifi==2026.6.17 13:53:16 cffi==2.1.0 13:53:16 cfgv==3.5.0 13:53:16 chardet==7.4.3 13:53:16 charset-normalizer==3.4.9 13:53:16 click==8.4.2 13:53:16 cliff==4.14.0 13:53:16 cmd2==3.5.1 13:53:16 cryptography==3.3.2 13:53:16 debtcollector==3.1.0 13:53:16 decorator==5.3.1 13:53:16 defusedxml==0.7.1 13:53:16 Deprecated==1.3.1 13:53:16 distlib==0.4.3 13:53:16 dnspython==2.8.0 13:53:16 docker==7.1.0 13:53:16 dogpile.cache==1.5.0 13:53:16 durationpy==0.10 13:53:16 email-validator==2.3.0 13:53:16 filelock==3.29.7 13:53:16 frozenlist==1.8.0 13:53:16 future==1.0.0 13:53:16 gitdb==4.0.12 13:53:16 GitPython==3.1.50 13:53:16 httplib2==0.30.2 13:53:16 identify==2.6.19 13:53:16 idna==3.18 13:53:16 importlib-resources==1.5.0 13:53:16 iso8601==2.1.0 13:53:16 Jinja2==3.1.6 13:53:16 jmespath==1.1.0 13:53:16 jsonpatch==1.33 13:53:16 jsonpointer==3.1.1 13:53:16 jsonschema==4.26.0 13:53:16 jsonschema-specifications==2025.9.1 13:53:16 keystoneauth1==5.14.0 13:53:16 kubernetes==36.0.2 13:53:16 lftools==0.37.22 13:53:16 lxml==6.1.1 13:53:16 markdown-it-py==4.2.0 13:53:16 MarkupSafe==3.0.3 13:53:16 mdurl==0.1.2 13:53:16 msgpack==1.2.1 13:53:16 multi_key_dict==2.0.3 13:53:16 multidict==6.7.1 13:53:16 munch==4.0.0 13:53:16 netaddr==1.3.0 13:53:16 niet==1.4.2 13:53:16 nodeenv==1.10.0 13:53:16 oauth2client==4.1.3 13:53:16 oauthlib==3.3.1 13:53:16 openstacksdk==4.13.0 13:53:16 os-service-types==1.8.2 13:53:16 osc-lib==4.6.0 13:53:16 oslo.config==10.4.0 13:53:16 oslo.context==6.4.0 13:53:16 oslo.i18n==6.8.0 13:53:16 oslo.log==8.2.0 13:53:16 oslo.serialization==5.10.0 13:53:16 oslo.utils==10.1.1 13:53:16 packaging==26.2 13:53:16 pbr==7.0.3 13:53:16 platformdirs==4.10.0 13:53:16 prettytable==3.18.0 13:53:16 propcache==0.5.2 13:53:16 psutil==7.2.2 13:53:16 pyasn1==0.6.4 13:53:16 pyasn1_modules==0.4.2 13:53:16 pycparser==3.0 13:53:16 pygerrit2==2.0.15 13:53:16 PyGithub==2.9.1 13:53:16 Pygments==2.20.0 13:53:16 PyJWT==2.13.0 13:53:16 PyNaCl==1.6.2 13:53:16 pyparsing==2.4.7 13:53:16 pyperclip==1.11.0 13:53:16 pyrsistent==0.20.0 13:53:16 python-cinderclient==9.9.0 13:53:16 python-dateutil==2.9.0.post0 13:53:16 python-discovery==1.4.4 13:53:16 python-heatclient==5.2.0 13:53:16 python-jenkins==1.8.3 13:53:16 python-keystoneclient==5.8.0 13:53:16 python-magnumclient==4.11.0 13:53:16 python-openstackclient==10.0.0 13:53:16 python-swiftclient==4.10.0 13:53:16 PyYAML==6.0.3 13:53:16 referencing==0.37.0 13:53:16 requests==2.34.2 13:53:16 requests-oauthlib==2.0.0 13:53:16 rfc3986==2.0.0 13:53:16 rich==15.0.0 13:53:16 rich-argparse==1.8.0 13:53:16 rpds-py==0.30.0 13:53:16 rsa==4.9.1 13:53:16 ruamel.yaml==0.19.1 13:53:16 ruamel.yaml.clib==0.2.15 13:53:16 s3transfer==0.19.0 13:53:16 simplejson==4.1.1 13:53:16 six==1.17.0 13:53:16 smmap==5.0.3 13:53:16 soupsieve==2.8.4 13:53:16 stevedore==5.8.0 13:53:16 tabulate==0.10.0 13:53:16 toml==0.10.2 13:53:16 tomlkit==0.15.0 13:53:16 tqdm==4.68.4 13:53:16 typing_extensions==4.16.0 13:53:16 urllib3==1.26.20 13:53:16 virtualenv==21.6.0 13:53:16 wcwidth==0.8.2 13:53:16 websocket-client==1.9.0 13:53:16 wrapt==2.2.2 13:53:16 xdg==6.0.0 13:53:16 xmltodict==1.0.4 13:53:16 yarl==1.24.2 13:53:16 yq==4.1.1 13:53:16 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins14462351768934328959.sh 13:53:16 ---> uv-install.sh 13:53:16 Installing uv/uvx (latest) using shell installer 13:53:16 2026-07-09 13:53:16 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-4RiURm.sh" [1] 13:53:16 downloading uv 0.11.28 x86_64-unknown-linux-gnu 13:53:17 installing to /home/jenkins/.local/bin 13:53:17 uv 13:53:17 uvx 13:53:17 everything's installed! 13:53:17 13:53:17 To add $HOME/.local/bin to your PATH, either restart your shell or run: 13:53:17 13:53:17 source $HOME/.local/bin/env (sh, bash, zsh) 13:53:17 source $HOME/.local/bin/env.fish (fish) 13:53:17 Adding install location to PATH 13:53:17 ---> Validating uv/uvx install 13:53:17 uvx 0.11.28 (x86_64-unknown-linux-gnu) 13:53:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14771489705744076818.sh 13:53:17 ---> sudo-logs.sh 13:53:17 Archiving 'sudo' log.. 13:53:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4177471531758913822.sh 13:53:17 ---> job-cost.sh 13:53:17 INFO: Activating Python virtual environment... 13:53:17 Setup pyenv: 13:53:17 system 13:53:17 3.8.13 13:53:17 3.9.13 13:53:17 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:53:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-uPko from file:/tmp/.os_lf_venv 13:53:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:20 lf-activate-venv(): INFO: Base packages installed successfully 13:53:20 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:53:26 lf-activate-venv(): INFO: Adding /tmp/venv-uPko/bin to PATH 13:53:26 INFO: No stack-cost file found 13:53:26 INFO: Instance uptime: 173s 13:53:26 INFO: Fetching instance metadata (attempt 1 of 3)... 13:53:26 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 13:53:26 INFO: Successfully fetched instance metadata 13:53:26 INFO: Instance type: v3-standard-4 13:53:26 INFO: Retrieving pricing info for: v3-standard-4 13:53:26 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 13:53:26 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=173 13:53:26 INFO: Successfully fetched Vexxhost pricing API 13:53:26 INFO: Retrieved cost: 0.11 13:53:26 INFO: Retrieved resource: v3-standard-4 13:53:26 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 13:53:26 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 13:53:26 INFO: Successfully archived job cost data 13:53:26 DEBUG: Cost data: oom-master-pre-commit-lint,4682,2026-07-09 13:53:26,v3-standard-4,173,0.11,0.00,SUCCESS 13:53:26 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4173924425681234307.sh 13:53:26 ---> logs-deploy.sh 13:53:26 Setup pyenv: 13:53:27 system 13:53:27 3.8.13 13:53:27 3.9.13 13:53:27 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:53:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-uPko from file:/tmp/.os_lf_venv 13:53:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:53:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:53:28 lf-activate-venv(): INFO: Base packages installed successfully 13:53:28 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 13:53:37 lf-activate-venv(): INFO: Adding /tmp/venv-uPko/bin to PATH 13:53:37 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4682 13:53:37 INFO: archiving workspace using pattern(s): 13:53:38 Archives upload complete. 13:53:39 INFO: archiving logs to Nexus 13:53:39 ---> uname -a: 13:53:39 Linux prd-ubuntu1804-builder-4c-4g-7447 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 13:53:39 13:53:39 13:53:39 ---> lscpu: 13:53:39 Architecture: x86_64 13:53:39 CPU op-mode(s): 32-bit, 64-bit 13:53:39 Byte Order: Little Endian 13:53:39 CPU(s): 4 13:53:39 On-line CPU(s) list: 0-3 13:53:39 Thread(s) per core: 1 13:53:39 Core(s) per socket: 1 13:53:39 Socket(s): 4 13:53:39 NUMA node(s): 1 13:53:39 Vendor ID: AuthenticAMD 13:53:39 CPU family: 23 13:53:39 Model: 49 13:53:39 Model name: AMD EPYC-Rome Processor 13:53:39 Stepping: 0 13:53:39 CPU MHz: 2800.000 13:53:39 BogoMIPS: 5600.00 13:53:39 Virtualization: AMD-V 13:53:39 Hypervisor vendor: KVM 13:53:39 Virtualization type: full 13:53:39 L1d cache: 32K 13:53:39 L1i cache: 32K 13:53:39 L2 cache: 512K 13:53:39 L3 cache: 16384K 13:53:39 NUMA node0 CPU(s): 0-3 13:53:39 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 13:53:39 13:53:39 13:53:39 ---> nproc: 13:53:39 4 13:53:39 13:53:39 13:53:39 ---> df -h: 13:53:39 Filesystem Size Used Avail Use% Mounted on 13:53:39 udev 7.9G 0 7.9G 0% /dev 13:53:39 tmpfs 1.6G 676K 1.6G 1% /run 13:53:39 /dev/vda1 78G 8.6G 69G 11% / 13:53:39 tmpfs 7.9G 0 7.9G 0% /dev/shm 13:53:39 tmpfs 5.0M 0 5.0M 0% /run/lock 13:53:39 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 13:53:39 /dev/vda15 105M 4.4M 100M 5% /boot/efi 13:53:39 tmpfs 1.6G 0 1.6G 0% /run/user/1001 13:53:39 13:53:39 13:53:39 ---> free -m: 13:53:39 total used free shared buff/cache available 13:53:39 Mem: 16040 528 13159 0 2352 15186 13:53:39 Swap: 1023 0 1023 13:53:39 13:53:39 13:53:39 ---> ip addr: 13:53:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:53:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:53:39 inet 127.0.0.1/8 scope host lo 13:53:39 valid_lft forever preferred_lft forever 13:53:39 inet6 ::1/128 scope host 13:53:39 valid_lft forever preferred_lft forever 13:53:39 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 13:53:39 link/ether fa:16:3e:9c:13:03 brd ff:ff:ff:ff:ff:ff 13:53:39 inet 10.30.107.119/23 brd 10.30.107.255 scope global dynamic ens3 13:53:39 valid_lft 86221sec preferred_lft 86221sec 13:53:39 inet6 fe80::f816:3eff:fe9c:1303/64 scope link 13:53:39 valid_lft forever preferred_lft forever 13:53:39 13:53:39 13:53:39 ---> sar -b -r -n DEV: 13:53:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7447) 07/09/26 _x86_64_ (4 CPU) 13:53:39 13:53:39 13:50:44 LINUX RESTART (4 CPU) 13:53:39 13:53:39 13:51:01 tps rtps wtps bread/s bwrtn/s 13:53:39 13:52:00 176.65 24.40 152.26 817.33 51641.39 13:53:39 13:53:01 82.86 0.70 82.15 92.71 20533.29 13:53:39 Average: 129.37 12.45 116.91 452.02 35958.82 13:53:39 13:53:39 13:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:53:39 13:52:00 14014716 15609188 2410252 14.67 58536 1735408 743268 4.25 689148 1505288 114292 13:53:39 13:53:01 13685284 15540928 2739684 16.68 80724 1960680 790244 4.52 773060 1723108 173412 13:53:39 Average: 13850000 15575058 2574968 15.68 69630 1848044 766756 4.39 731104 1614198 143852 13:53:39 13:53:39 13:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:53:39 13:52:00 lo 2.13 2.13 0.23 0.23 0.00 0.00 0.00 0.00 13:53:39 13:52:00 ens3 186.37 135.56 1627.70 32.57 0.00 0.00 0.00 0.00 13:53:39 13:53:01 lo 1.38 1.38 0.15 0.15 0.00 0.00 0.00 0.00 13:53:39 13:53:01 ens3 186.64 122.37 844.47 13.99 0.00 0.00 0.00 0.00 13:53:39 Average: lo 1.75 1.75 0.19 0.19 0.00 0.00 0.00 0.00 13:53:39 Average: ens3 186.51 128.91 1232.85 23.21 0.00 0.00 0.00 0.00 13:53:39 13:53:39 13:53:39 ---> sar -P ALL: 13:53:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7447) 07/09/26 _x86_64_ (4 CPU) 13:53:39 13:53:39 13:50:44 LINUX RESTART (4 CPU) 13:53:39 13:53:39 13:51:01 CPU %user %nice %system %iowait %steal %idle 13:53:39 13:52:00 all 20.95 0.00 2.37 5.84 0.10 70.74 13:53:39 13:52:00 0 12.86 0.00 1.34 1.61 0.07 84.13 13:53:39 13:52:00 1 29.94 0.00 3.16 4.86 0.18 61.86 13:53:39 13:52:00 2 9.09 0.00 1.96 15.19 0.07 73.69 13:53:39 13:52:00 3 31.89 0.00 3.03 1.71 0.08 63.28 13:53:39 13:53:01 all 17.13 0.00 1.18 2.94 0.07 78.68 13:53:39 13:53:01 0 29.36 0.00 1.94 1.36 0.11 67.23 13:53:39 13:53:01 1 28.67 0.00 1.38 0.35 0.07 69.53 13:53:39 13:53:01 2 6.35 0.00 0.77 8.97 0.05 83.85 13:53:39 13:53:01 3 4.17 0.00 0.62 1.08 0.02 94.11 13:53:39 Average: all 19.02 0.00 1.77 4.38 0.08 74.75 13:53:39 Average: 0 21.19 0.00 1.64 1.49 0.09 75.59 13:53:39 Average: 1 29.30 0.00 2.26 2.59 0.12 65.72 13:53:39 Average: 2 7.71 0.00 1.36 12.05 0.06 78.81 13:53:39 Average: 3 17.88 0.00 1.81 1.39 0.05 78.86 13:53:39 13:53:39 13:53:39