09:53:57 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146015 09:53:57 Running as SYSTEM 09:53:57 [EnvInject] - Loading node environment variables. 09:53:57 Building remotely on prd-ubuntu1804-builder-4c-4g-9239 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 09:53:57 [ssh-agent] Looking for ssh-agent implementation... 09:53:57 $ ssh-agent 09:53:57 SSH_AUTH_SOCK=/tmp/ssh-VfRldJn6aWnP/agent.1632 09:53:57 SSH_AGENT_PID=1634 09:53:57 [ssh-agent] Started. 09:53:57 Running ssh-add (command line suppressed) 09:53:57 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_11957396586881836242.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_11957396586881836242.key) 09:53:57 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:53:57 The recommended git tool is: NONE 09:53:59 using credential onap-jenkins-ssh 09:53:59 Wiping out workspace first. 09:53:59 Cloning the remote Git repository 09:53:59 Cloning repository git://cloud.onap.org/mirror/oom.git 09:53:59 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 09:53:59 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:53:59 > git --version # timeout=10 09:53:59 > git --version # 'git version 2.17.1' 09:53:59 using GIT_SSH to set credentials Gerrit user 09:53:59 Verifying host key using manually-configured host key entries 09:53:59 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:54:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:54:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:54:05 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:54:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:54:05 using GIT_SSH to set credentials Gerrit user 09:54:05 Verifying host key using manually-configured host key entries 09:54:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/15/146015/4 # timeout=30 09:54:05 > git rev-parse f6842043e409b884e43d6a88e78c01ae7b74c25d^{commit} # timeout=10 09:54:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:54:05 Checking out Revision f6842043e409b884e43d6a88e78c01ae7b74c25d (refs/changes/15/146015/4) 09:54:05 > git config core.sparsecheckout # timeout=10 09:54:05 > git checkout -f f6842043e409b884e43d6a88e78c01ae7b74c25d # timeout=30 09:54:08 Commit message: "[POLICY] Update docker images to latest versions" 09:54:08 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:54:08 > git rev-list --no-walk 5fb5ba5ca9e7456f8757c6f81ff898b7a7d935e2 # timeout=10 09:54:09 [EnvInject] - Injecting environment variables from a build step. 09:54:09 [EnvInject] - Injecting as environment variables the properties content 09:54:09 PYTHON=python3 09:54:09 09:54:09 [EnvInject] - Variables injected successfully. 09:54:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16718423588613244019.sh 09:54:09 ---> tox-install.sh 09:54:09 + source /home/jenkins/lf-env.sh 09:54:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:54:09 ++ mktemp -d /tmp/venv-XXXX 09:54:09 + lf_venv=/tmp/venv-asuD 09:54:09 + local venv_file=/tmp/.os_lf_venv 09:54:09 + local python=python3 09:54:09 + local options 09:54:09 + local set_path=true 09:54:09 + local install_args= 09:54: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 09:54:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:54:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:54:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:54:09 + true 09:54:09 + case $1 in 09:54:09 + venv_file=/tmp/.toxenv 09:54:09 + shift 2 09:54:09 + true 09:54:09 + case $1 in 09:54:09 + shift 09:54:09 + break 09:54:09 + case $python in 09:54:09 + local pkg_list= 09:54:09 + [[ -d /opt/pyenv ]] 09:54:09 + echo 'Setup pyenv:' 09:54:09 Setup pyenv: 09:54:09 + export PYENV_ROOT=/opt/pyenv 09:54:09 + PYENV_ROOT=/opt/pyenv 09:54: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 09:54: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 09:54:09 + pyenv versions 09:54:09 * system (set by /opt/pyenv/version) 09:54:09 * 3.8.13 (set by /opt/pyenv/version) 09:54:09 * 3.9.13 (set by /opt/pyenv/version) 09:54:09 * 3.10.6 (set by /opt/pyenv/version) 09:54:09 + command -v pyenv 09:54:09 ++ pyenv init - --no-rehash 09:54: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[*]}"'\'')" 09:54:09 export PATH="/opt/pyenv/shims:${PATH}" 09:54:09 export PYENV_SHELL=bash 09:54:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:54:09 pyenv() { 09:54:09 local command 09:54:09 command="${1:-}" 09:54:09 if [ "$#" -gt 0 ]; then 09:54:09 shift 09:54:09 fi 09:54:09 09:54:09 case "$command" in 09:54:09 rehash|shell) 09:54:09 eval "$(pyenv "sh-$command" "$@")" 09:54:09 ;; 09:54:09 *) 09:54:09 command pyenv "$command" "$@" 09:54:09 ;; 09:54:09 esac 09:54:09 }' 09:54: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[*]}"' 09:54: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 09:54:09 ++ 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 09:54:09 ++ 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 09:54:09 ++ export PYENV_SHELL=bash 09:54:09 ++ PYENV_SHELL=bash 09:54:09 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:54:09 +++ complete -F _pyenv pyenv 09:54:09 ++ lf-pyver python3 09:54:09 ++ local py_version_xy=python3 09:54:09 ++ local py_version_xyz= 09:54:09 ++ pyenv versions 09:54:09 ++ local command 09:54:09 ++ sed 's/^[ *]* //' 09:54:09 ++ command=versions 09:54:09 ++ awk '{ print $1 }' 09:54:09 ++ '[' 1 -gt 0 ']' 09:54:09 ++ grep -E '^[0-9.]*[0-9]$' 09:54:09 ++ shift 09:54:09 ++ case "$command" in 09:54:09 ++ command pyenv versions 09:54:09 ++ pyenv versions 09:54:09 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:54:09 +++ grep '^3' /tmp/.pyenv_versions 09:54:09 +++ sort -V 09:54:09 +++ tail -n 1 09:54:09 ++ py_version_xyz=3.10.6 09:54:09 ++ [[ -z 3.10.6 ]] 09:54:09 ++ echo 3.10.6 09:54:09 ++ return 0 09:54:09 + pyenv local 3.10.6 09:54:09 + local command 09:54:09 + command=local 09:54:09 + '[' 2 -gt 0 ']' 09:54:09 + shift 09:54:09 + case "$command" in 09:54:09 + command pyenv local 3.10.6 09:54:09 + pyenv local 3.10.6 09:54:09 + for arg in "$@" 09:54:09 + case $arg in 09:54:09 + pkg_list+='tox ' 09:54:09 + for arg in "$@" 09:54:09 + case $arg in 09:54:09 + pkg_list+='virtualenv ' 09:54:09 + for arg in "$@" 09:54:09 + case $arg in 09:54:09 + pkg_list+='urllib3~=1.26.15 ' 09:54:09 + [[ -f /tmp/.toxenv ]] 09:54:09 + [[ ! -f /tmp/.toxenv ]] 09:54:09 + [[ -n '' ]] 09:54:09 + python3 -m venv /tmp/venv-asuD 09:54:13 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-asuD' 09:54:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-asuD 09:54:13 + echo /tmp/venv-asuD 09:54:13 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:54:13 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:54:13 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:54:13 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:54:13 + local 'pip_opts=--upgrade --quiet' 09:54:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:54:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:54:13 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:54:13 + [[ -n '' ]] 09:54:13 + [[ -n '' ]] 09:54:13 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:54:13 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:54:13 + /tmp/venv-asuD/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 09:54:18 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:54:18 lf-activate-venv(): INFO: Base packages installed successfully 09:54:18 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:54:18 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:54:18 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:54:18 + /tmp/venv-asuD/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 09:54:20 + type python3 09:54:20 + true 09:54:20 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-asuD/bin to PATH' 09:54:20 lf-activate-venv(): INFO: Adding /tmp/venv-asuD/bin to PATH 09:54:20 + PATH=/tmp/venv-asuD/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 09:54:20 + return 0 09:54:20 + python3 --version 09:54:20 Python 3.10.6 09:54:20 + python3 -m pip --version 09:54:20 pip 26.1.2 from /tmp/venv-asuD/lib/python3.10/site-packages/pip (python 3.10) 09:54:20 + python3 -m pip freeze 09:54:21 cachetools==7.1.4 09:54:21 colorama==0.4.6 09:54:21 distlib==0.4.3 09:54:21 filelock==3.29.7 09:54:21 packaging==26.2 09:54:21 platformdirs==4.10.0 09:54:21 pluggy==1.6.0 09:54:21 pyproject-api==1.10.1 09:54:21 python-discovery==1.4.4 09:54:21 tomli==2.4.1 09:54:21 tomli_w==1.2.0 09:54:21 tox==4.56.4 09:54:21 typing_extensions==4.16.0 09:54:21 urllib3==1.26.20 09:54:21 virtualenv==21.6.1 09:54:21 [EnvInject] - Injecting environment variables from a build step. 09:54:21 [EnvInject] - Injecting as environment variables the properties content 09:54:21 PARALLEL=false 09:54:21 09:54:21 [EnvInject] - Variables injected successfully. 09:54:21 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins12135818095499432462.sh 09:54:21 ---> tox-run.sh 09:54:21 + 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 09:54:21 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 09:54:21 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 09:54:21 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 09:54:21 + cd /w/workspace/oom-master-pre-commit-lint/. 09:54:21 + source /home/jenkins/lf-env.sh 09:54:21 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:54:21 ++ mktemp -d /tmp/venv-XXXX 09:54:21 + lf_venv=/tmp/venv-Mi0U 09:54:21 + local venv_file=/tmp/.os_lf_venv 09:54:21 + local python=python3 09:54:21 + local options 09:54:21 + local set_path=true 09:54:21 + local install_args= 09:54:21 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:54:21 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:54:21 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:54:21 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:54:21 + true 09:54:21 + case $1 in 09:54:21 + venv_file=/tmp/.toxenv 09:54:21 + shift 2 09:54:21 + true 09:54:21 + case $1 in 09:54:21 + shift 09:54:21 + break 09:54:21 + case $python in 09:54:21 + local pkg_list= 09:54:21 + [[ -d /opt/pyenv ]] 09:54:21 + echo 'Setup pyenv:' 09:54:21 Setup pyenv: 09:54:21 + export PYENV_ROOT=/opt/pyenv 09:54:21 + PYENV_ROOT=/opt/pyenv 09:54:21 + 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 09:54:21 + 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 09:54:21 + pyenv versions 09:54:21 system 09:54:21 3.8.13 09:54:21 3.9.13 09:54:21 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:54:21 + command -v pyenv 09:54:21 ++ pyenv init - --no-rehash 09:54:21 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 09:54:21 export PATH="/opt/pyenv/shims:${PATH}" 09:54:21 export PYENV_SHELL=bash 09:54:21 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:54:21 pyenv() { 09:54:21 local command 09:54:21 command="${1:-}" 09:54:21 if [ "$#" -gt 0 ]; then 09:54:21 shift 09:54:21 fi 09:54:21 09:54:21 case "$command" in 09:54:21 rehash|shell) 09:54:21 eval "$(pyenv "sh-$command" "$@")" 09:54:21 ;; 09:54:21 *) 09:54:21 command pyenv "$command" "$@" 09:54:21 ;; 09:54:21 esac 09:54:21 }' 09:54:21 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 09:54:21 ++ 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 09:54:21 ++ 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 09:54:21 ++ 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 09:54:21 ++ export PYENV_SHELL=bash 09:54:21 ++ PYENV_SHELL=bash 09:54:21 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:54:21 +++ complete -F _pyenv pyenv 09:54:21 ++ lf-pyver python3 09:54:21 ++ local py_version_xy=python3 09:54:21 ++ local py_version_xyz= 09:54:21 ++ pyenv versions 09:54:21 ++ local command 09:54:21 ++ command=versions 09:54:21 ++ '[' 1 -gt 0 ']' 09:54:21 ++ shift 09:54:21 ++ case "$command" in 09:54:21 ++ command pyenv versions 09:54:21 ++ pyenv versions 09:54:21 ++ sed 's/^[ *]* //' 09:54:21 ++ grep -E '^[0-9.]*[0-9]$' 09:54:21 ++ awk '{ print $1 }' 09:54:21 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:54:21 +++ grep '^3' /tmp/.pyenv_versions 09:54:21 +++ sort -V 09:54:21 +++ tail -n 1 09:54:21 ++ py_version_xyz=3.10.6 09:54:21 ++ [[ -z 3.10.6 ]] 09:54:21 ++ echo 3.10.6 09:54:21 ++ return 0 09:54:21 + pyenv local 3.10.6 09:54:21 + local command 09:54:21 + command=local 09:54:21 + '[' 2 -gt 0 ']' 09:54:21 + shift 09:54:21 + case "$command" in 09:54:21 + command pyenv local 3.10.6 09:54:21 + pyenv local 3.10.6 09:54:21 + for arg in "$@" 09:54:21 + case $arg in 09:54:21 + pkg_list+='tox ' 09:54:21 + for arg in "$@" 09:54:21 + case $arg in 09:54:21 + pkg_list+='virtualenv ' 09:54:21 + for arg in "$@" 09:54:21 + case $arg in 09:54:21 + pkg_list+='urllib3~=1.26.15 ' 09:54:21 + [[ -f /tmp/.toxenv ]] 09:54:21 ++ cat /tmp/.toxenv 09:54:21 + lf_venv=/tmp/venv-asuD 09:54:21 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-asuD from' file:/tmp/.toxenv 09:54:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-asuD from file:/tmp/.toxenv 09:54:21 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:54:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:54:21 + local 'pip_opts=--upgrade --quiet' 09:54:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:54:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:54:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:54:21 + [[ -n '' ]] 09:54:21 + [[ -n '' ]] 09:54:21 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:54:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:54:21 + /tmp/venv-asuD/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 09:54:22 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:54:22 lf-activate-venv(): INFO: Base packages installed successfully 09:54:22 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:54:22 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:54:22 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:54:22 + /tmp/venv-asuD/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 09:54:23 + type python3 09:54:23 + true 09:54:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-asuD/bin to PATH' 09:54:23 lf-activate-venv(): INFO: Adding /tmp/venv-asuD/bin to PATH 09:54:23 + PATH=/tmp/venv-asuD/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 09:54:23 + return 0 09:54:23 + [[ -d /opt/pyenv ]] 09:54:23 + echo '---> Setting up pyenv' 09:54:23 ---> Setting up pyenv 09:54:23 + export PYENV_ROOT=/opt/pyenv 09:54:23 + PYENV_ROOT=/opt/pyenv 09:54:23 + export PATH=/opt/pyenv/bin:/tmp/venv-asuD/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 09:54:23 + PATH=/opt/pyenv/bin:/tmp/venv-asuD/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 09:54:23 ++ pwd 09:54:23 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 09:54:23 + export PYTHONPATH 09:54:23 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:54:23 + TOX_TESTENV_PASSENV=PYTHONPATH 09:54:23 + tox --version 09:54:23 4.56.4 from /tmp/venv-asuD/lib/python3.10/site-packages/tox/__init__.py 09:54:23 + PARALLEL=false 09:54:23 + TOX_OPTIONS_LIST= 09:54:23 + [[ -n pre-commit ]] 09:54:23 + TOX_OPTIONS_LIST=' -e pre-commit' 09:54:23 + case ${PARALLEL,,} in 09:54:23 + tox -e pre-commit 09:54:23 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 09:54:25 pre-commit: install_deps> python -I -m pip install pre-commit 09:54:28 pre-commit: freeze> python -m pip freeze --all 09:54:28 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.1 09:54:28 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 09:54:28 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 09:54:29 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 09:54:30 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 09:54:30 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:54:31 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 09:54:31 [INFO] Once installed this environment will be reused. 09:54:31 [INFO] This may take a few minutes... 09:54:35 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:54:35 [INFO] Once installed this environment will be reused. 09:54:35 [INFO] This may take a few minutes... 09:54:40 trim trailing whitespace.................................................Passed 09:54:40 Tabs remover.............................................................Passed 09:54:40 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 09:54:40 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 09:54:40 [INFO] Once installed this environment will be reused. 09:54:40 [INFO] This may take a few minutes... 09:54:49 gitlint..............................................(no files to check)Skipped 09:54:49 pre-commit: OK (25.63=setup[4.72]+cmd[11.65,9.27] seconds) 09:54:49 congratulations :) (25.68 seconds) 09:54:49 + tox_status=0 09:54:49 + echo '---> Completed tox runs' 09:54:49 ---> Completed tox runs 09:54:49 + for i in .tox/*/log 09:54:49 ++ echo .tox/pre-commit/log 09:54:49 ++ awk -F/ '{print $2}' 09:54:49 + tox_env=pre-commit 09:54:49 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 09:54:49 + DOC_DIR=docs/_build/html 09:54:49 + [[ -d docs/_build/html ]] 09:54:49 + echo '---> tox-run.sh ends' 09:54:49 ---> tox-run.sh ends 09:54:49 + test 0 -eq 0 09:54:49 $ ssh-agent -k 09:54:49 unset SSH_AUTH_SOCK; 09:54:49 unset SSH_AGENT_PID; 09:54:49 echo Agent pid 1634 killed; 09:54:49 [ssh-agent] Stopped. 09:54:49 [PostBuildScript] - [INFO] Executing post build scripts. 09:54:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6599384936621280203.sh 09:54:49 ---> sysstat.sh 09:54:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8189895825696086038.sh 09:54:50 ---> package-listing.sh 09:54:50 ++ facter osfamily 09:54:50 ++ tr '[:upper:]' '[:lower:]' 09:54:50 + OS_FAMILY=debian 09:54:50 + workspace=/w/workspace/oom-master-pre-commit-lint 09:54:50 + START_PACKAGES=/tmp/packages_start.txt 09:54:50 + END_PACKAGES=/tmp/packages_end.txt 09:54:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:54:50 + PACKAGES=/tmp/packages_start.txt 09:54:50 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:54:50 + PACKAGES=/tmp/packages_end.txt 09:54:50 + case "${OS_FAMILY}" in 09:54:50 + dpkg -l 09:54:50 + grep '^ii' 09:54:50 + '[' -f /tmp/packages_start.txt ']' 09:54:50 + '[' -f /tmp/packages_end.txt ']' 09:54:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:54:50 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:54:50 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 09:54:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 09:54:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9316480571948244553.sh 09:54:50 ---> capture-instance-metadata.sh 09:54:50 Setup pyenv: 09:54:50 system 09:54:50 3.8.13 09:54:50 3.9.13 09:54:50 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:54:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UWF7 09:54:54 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:54:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:54:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:54:58 lf-activate-venv(): INFO: Base packages installed successfully 09:54:58 lf-activate-venv(): INFO: Installing additional packages: lftools 09:55:20 lf-activate-venv(): INFO: Adding /tmp/venv-UWF7/bin to PATH 09:55:20 INFO: Running in OpenStack, capturing instance metadata 09:55:20 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4788029609750567940.sh 09:55:20 provisioning config files... 09:55:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config14933631679591370356tmp 09:55:20 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:55:20 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:55:20 [EnvInject] - Injecting environment variables from a build step. 09:55:20 [EnvInject] - Injecting as environment variables the properties content 09:55:20 SERVER_ID=logs 09:55:20 09:55:20 [EnvInject] - Variables injected successfully. 09:55:20 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins186998629729674559.sh 09:55:20 ---> create-netrc.sh 09:55:20 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16185114468542942300.sh 09:55:20 ---> python-tools-install.sh 09:55:20 Setup pyenv: 09:55:20 system 09:55:20 3.8.13 09:55:20 3.9.13 09:55:20 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:55:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-UWF7 from file:/tmp/.os_lf_venv 09:55:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:55:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:55:22 lf-activate-venv(): INFO: Base packages installed successfully 09:55:22 lf-activate-venv(): INFO: Installing additional packages: lftools 09:55:30 lf-activate-venv(): INFO: Adding /tmp/venv-UWF7/bin to PATH 09:55:30 Generating Requirements File 09:55:53 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. 09:55:53 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 09:55:53 Python 3.10.6 09:55:53 pip 26.1.2 from /tmp/venv-UWF7/lib/python3.10/site-packages/pip (python 3.10) 09:55:54 aiohappyeyeballs==2.7.1 09:55:54 aiohttp==3.14.1 09:55:54 aiosignal==1.4.0 09:55:54 appdirs==1.4.4 09:55:54 argcomplete==3.7.0 09:55:54 aspy.yaml==1.3.0 09:55:54 async-timeout==5.0.1 09:55:54 attrs==26.1.0 09:55:54 autopage==0.6.0 09:55:54 backports.strenum==1.3.1 09:55:54 beautifulsoup4==4.15.0 09:55:54 boto3==1.43.46 09:55:54 botocore==1.43.46 09:55:54 bs4==0.0.2 09:55:54 certifi==2026.6.17 09:55:54 cffi==2.1.0 09:55:54 cfgv==3.5.0 09:55:54 chardet==7.4.3 09:55:54 charset-normalizer==3.4.9 09:55:54 click==8.4.2 09:55:54 cliff==4.14.0 09:55:54 cmd2==3.5.1 09:55:54 cryptography==3.3.2 09:55:54 debtcollector==3.1.0 09:55:54 decorator==5.3.1 09:55:54 defusedxml==0.7.1 09:55:54 Deprecated==1.3.1 09:55:54 distlib==0.4.3 09:55:54 dnspython==2.8.0 09:55:54 docker==7.2.0 09:55:54 dogpile.cache==1.5.0 09:55:54 durationpy==0.10 09:55:54 email-validator==2.3.0 09:55:54 filelock==3.29.7 09:55:54 frozenlist==1.8.0 09:55:54 future==1.0.0 09:55:54 gitdb==4.0.12 09:55:54 GitPython==3.1.50 09:55:54 httplib2==0.30.2 09:55:54 identify==2.6.19 09:55:54 idna==3.18 09:55:54 importlib-resources==1.5.0 09:55:54 iso8601==2.1.0 09:55:54 Jinja2==3.1.6 09:55:54 jmespath==1.1.0 09:55:54 jsonpatch==1.33 09:55:54 jsonpointer==3.1.1 09:55:54 jsonschema==4.26.0 09:55:54 jsonschema-specifications==2025.9.1 09:55:54 keystoneauth1==5.14.0 09:55:54 kubernetes==36.0.2 09:55:54 lftools==0.37.22 09:55:54 lxml==6.1.1 09:55:54 markdown-it-py==4.2.0 09:55:54 MarkupSafe==3.0.3 09:55:54 mdurl==0.1.2 09:55:54 msgpack==1.2.1 09:55:54 multi_key_dict==2.0.3 09:55:54 multidict==6.7.1 09:55:54 munch==4.0.0 09:55:54 netaddr==1.3.0 09:55:54 niet==1.4.2 09:55:54 nodeenv==1.10.0 09:55:54 oauth2client==4.1.3 09:55:54 oauthlib==3.3.1 09:55:54 openstacksdk==4.13.0 09:55:54 os-service-types==1.8.2 09:55:54 osc-lib==4.6.0 09:55:54 oslo.config==10.4.0 09:55:54 oslo.context==6.4.0 09:55:54 oslo.i18n==6.8.0 09:55:54 oslo.log==8.2.0 09:55:54 oslo.serialization==5.10.0 09:55:54 oslo.utils==10.1.1 09:55:54 packaging==26.2 09:55:54 pbr==7.0.3 09:55:54 platformdirs==4.10.0 09:55:54 prettytable==3.18.0 09:55:54 propcache==0.5.2 09:55:54 psutil==7.2.2 09:55:54 pyasn1==0.6.4 09:55:54 pyasn1_modules==0.4.2 09:55:54 pycparser==3.0 09:55:54 pygerrit2==2.0.15 09:55:54 PyGithub==2.9.1 09:55:54 Pygments==2.20.0 09:55:54 PyJWT==2.13.0 09:55:54 PyNaCl==1.6.2 09:55:54 pyparsing==2.4.7 09:55:54 pyperclip==1.11.0 09:55:54 pyrsistent==0.20.0 09:55:54 python-cinderclient==9.9.0 09:55:54 python-dateutil==2.9.0.post0 09:55:54 python-discovery==1.4.4 09:55:54 python-heatclient==5.2.0 09:55:54 python-jenkins==1.8.3 09:55:54 python-keystoneclient==5.8.0 09:55:54 python-magnumclient==4.11.0 09:55:54 python-openstackclient==10.0.0 09:55:54 python-swiftclient==4.10.0 09:55:54 PyYAML==6.0.3 09:55:54 referencing==0.37.0 09:55:54 requests==2.34.2 09:55:54 requests-oauthlib==2.0.0 09:55:54 rfc3986==2.0.0 09:55:54 rich==15.0.0 09:55:54 rich-argparse==1.8.0 09:55:54 rpds-py==0.30.0 09:55:54 rsa==4.9.1 09:55:54 ruamel.yaml==0.19.1 09:55:54 ruamel.yaml.clib==0.2.15 09:55:54 s3transfer==0.19.1 09:55:54 simplejson==4.1.1 09:55:54 six==1.17.0 09:55:54 smmap==5.0.3 09:55:54 soupsieve==2.8.4 09:55:54 stevedore==5.8.0 09:55:54 tabulate==0.10.0 09:55:54 toml==0.10.2 09:55:54 tomlkit==0.15.0 09:55:54 tqdm==4.68.4 09:55:54 typing_extensions==4.16.0 09:55:54 urllib3==1.26.20 09:55:54 virtualenv==21.6.1 09:55:54 wcwidth==0.8.2 09:55:54 websocket-client==1.9.0 09:55:54 wrapt==2.2.2 09:55:54 xdg==6.0.0 09:55:54 xmltodict==1.0.4 09:55:54 yarl==1.24.2 09:55:54 yq==4.1.2 09:55:54 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins9307154078023166308.sh 09:55:54 ---> uv-install.sh 09:55:54 Installing uv/uvx (latest) using shell installer 09:55:54 2026-07-12 09:55:54 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-JZr4bl.sh" [1] 09:55:54 downloading uv 0.11.28 x86_64-unknown-linux-gnu 09:55:55 installing to /home/jenkins/.local/bin 09:55:55 uv 09:55:55 uvx 09:55:55 everything's installed! 09:55:55 09:55:55 To add $HOME/.local/bin to your PATH, either restart your shell or run: 09:55:55 09:55:55 source $HOME/.local/bin/env (sh, bash, zsh) 09:55:55 source $HOME/.local/bin/env.fish (fish) 09:55:55 Adding install location to PATH 09:55:55 ---> Validating uv/uvx install 09:55:55 uvx 0.11.28 (x86_64-unknown-linux-gnu) 09:55:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10856614551801805092.sh 09:55:55 ---> sudo-logs.sh 09:55:55 Archiving 'sudo' log.. 09:55:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10748221044268966156.sh 09:55:55 ---> job-cost.sh 09:55:55 INFO: Activating Python virtual environment... 09:55:55 Setup pyenv: 09:55:55 system 09:55:55 3.8.13 09:55:55 3.9.13 09:55:55 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:55:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-UWF7 from file:/tmp/.os_lf_venv 09:55:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:55:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:55:57 lf-activate-venv(): INFO: Base packages installed successfully 09:55:57 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:56:02 lf-activate-venv(): INFO: Adding /tmp/venv-UWF7/bin to PATH 09:56:02 INFO: No stack-cost file found 09:56:02 INFO: Instance uptime: 151s 09:56:02 INFO: Fetching instance metadata (attempt 1 of 3)... 09:56:02 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 09:56:03 INFO: Successfully fetched instance metadata 09:56:03 INFO: Instance type: v3-standard-4 09:56:03 INFO: Retrieving pricing info for: v3-standard-4 09:56:03 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 09:56:03 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=151 09:56:03 INFO: Successfully fetched Vexxhost pricing API 09:56:03 INFO: Retrieved cost: 0.11 09:56:03 INFO: Retrieved resource: v3-standard-4 09:56:03 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 09:56:03 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 09:56:03 INFO: Successfully archived job cost data 09:56:03 DEBUG: Cost data: oom-master-pre-commit-lint,4699,2026-07-12 09:56:03,v3-standard-4,151,0.11,0.00,SUCCESS 09:56:03 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10824680154309999574.sh 09:56:03 ---> logs-deploy.sh 09:56:03 Setup pyenv: 09:56:03 system 09:56:03 3.8.13 09:56:03 3.9.13 09:56:03 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:56:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-UWF7 from file:/tmp/.os_lf_venv 09:56:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:56:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:56:05 lf-activate-venv(): INFO: Base packages installed successfully 09:56:05 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 09:56:14 lf-activate-venv(): INFO: Adding /tmp/venv-UWF7/bin to PATH 09:56:14 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4699 09:56:14 INFO: archiving workspace using pattern(s): 09:56:15 Archives upload complete. 09:56:15 INFO: archiving logs to Nexus 09:56:16 ---> uname -a: 09:56:16 Linux prd-ubuntu1804-builder-4c-4g-9239 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:56:16 09:56:16 09:56:16 ---> lscpu: 09:56:16 Architecture: x86_64 09:56:16 CPU op-mode(s): 32-bit, 64-bit 09:56:16 Byte Order: Little Endian 09:56:16 CPU(s): 4 09:56:16 On-line CPU(s) list: 0-3 09:56:16 Thread(s) per core: 1 09:56:16 Core(s) per socket: 1 09:56:16 Socket(s): 4 09:56:16 NUMA node(s): 1 09:56:16 Vendor ID: AuthenticAMD 09:56:16 CPU family: 23 09:56:16 Model: 49 09:56:16 Model name: AMD EPYC-Rome Processor 09:56:16 Stepping: 0 09:56:16 CPU MHz: 2799.998 09:56:16 BogoMIPS: 5599.99 09:56:16 Virtualization: AMD-V 09:56:16 Hypervisor vendor: KVM 09:56:16 Virtualization type: full 09:56:16 L1d cache: 32K 09:56:16 L1i cache: 32K 09:56:16 L2 cache: 512K 09:56:16 L3 cache: 16384K 09:56:16 NUMA node0 CPU(s): 0-3 09:56:16 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 09:56:16 09:56:16 09:56:16 ---> nproc: 09:56:16 4 09:56:16 09:56:16 09:56:16 ---> df -h: 09:56:16 Filesystem Size Used Avail Use% Mounted on 09:56:16 udev 7.9G 0 7.9G 0% /dev 09:56:16 tmpfs 1.6G 676K 1.6G 1% /run 09:56:16 /dev/vda1 78G 8.6G 69G 11% / 09:56:16 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:56:16 tmpfs 5.0M 0 5.0M 0% /run/lock 09:56:16 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:56:16 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:56:16 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:56:16 09:56:16 09:56:16 ---> free -m: 09:56:16 total used free shared buff/cache available 09:56:16 Mem: 16040 568 13120 0 2351 15147 09:56:16 Swap: 1023 0 1023 09:56:16 09:56:16 09:56:16 ---> ip addr: 09:56:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:56:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:56:16 inet 127.0.0.1/8 scope host lo 09:56:16 valid_lft forever preferred_lft forever 09:56:16 inet6 ::1/128 scope host 09:56:16 valid_lft forever preferred_lft forever 09:56:16 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:56:16 link/ether fa:16:3e:58:e6:62 brd ff:ff:ff:ff:ff:ff 09:56:16 inet 10.30.107.158/23 brd 10.30.107.255 scope global dynamic ens3 09:56:16 valid_lft 86244sec preferred_lft 86244sec 09:56:16 inet6 fe80::f816:3eff:fe58:e662/64 scope link 09:56:16 valid_lft forever preferred_lft forever 09:56:16 09:56:16 09:56:16 ---> sar -b -r -n DEV: 09:56:16 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9239) 07/12/26 _x86_64_ (4 CPU) 09:56:16 09:56:16 09:53:42 LINUX RESTART (4 CPU) 09:56:16 09:56:16 09:54:01 tps rtps wtps bread/s bwrtn/s 09:56:16 09:55:01 318.00 24.41 293.58 817.46 54836.19 09:56:16 09:56:01 113.70 1.15 112.55 134.38 13281.12 09:56:16 Average: 215.85 12.78 203.07 475.92 34058.66 09:56:16 09:56:16 09:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:56:16 09:55:01 13907372 15511712 2517596 15.33 59704 1743256 774256 4.43 790008 1508516 105688 09:56:16 09:56:01 13435844 15507216 2989124 18.20 88644 2159256 756208 4.33 808512 1915152 251896 09:56:16 Average: 13671608 15509464 2753360 16.76 74174 1951256 765232 4.38 799260 1711834 178792 09:56:16 09:56:16 09:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:56:16 09:55:01 ens3 176.60 128.55 1591.76 32.20 0.00 0.00 0.00 0.00 09:56:16 09:55:01 lo 2.40 2.40 0.27 0.27 0.00 0.00 0.00 0.00 09:56:16 09:56:01 ens3 93.22 63.09 1505.53 12.14 0.00 0.00 0.00 0.00 09:56:16 09:56:01 lo 1.53 1.53 0.17 0.17 0.00 0.00 0.00 0.00 09:56:16 Average: ens3 134.91 95.82 1548.64 22.17 0.00 0.00 0.00 0.00 09:56:16 Average: lo 1.97 1.97 0.22 0.22 0.00 0.00 0.00 0.00 09:56:16 09:56:16 09:56:16 ---> sar -P ALL: 09:56:16 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9239) 07/12/26 _x86_64_ (4 CPU) 09:56:16 09:56:16 09:53:42 LINUX RESTART (4 CPU) 09:56:16 09:56:16 09:54:01 CPU %user %nice %system %iowait %steal %idle 09:56:16 09:55:01 all 22.52 0.00 2.46 3.69 0.07 71.26 09:56:16 09:55:01 0 23.51 0.00 3.47 3.84 0.07 69.11 09:56:16 09:55:01 1 18.57 0.00 1.99 4.21 0.07 75.17 09:56:16 09:55:01 2 31.71 0.00 2.29 1.00 0.08 64.91 09:56:16 09:55:01 3 16.25 0.00 2.09 5.75 0.07 75.85 09:56:16 09:56:01 all 20.44 0.00 1.46 1.47 0.06 76.56 09:56:16 09:56:01 0 1.32 0.00 0.35 0.00 0.02 98.31 09:56:16 09:56:01 1 1.89 0.00 0.96 3.49 0.05 93.60 09:56:16 09:56:01 2 37.36 0.00 2.54 1.95 0.07 58.08 09:56:16 09:56:01 3 41.29 0.00 2.02 0.42 0.10 56.17 09:56:16 Average: all 21.48 0.00 1.96 2.58 0.06 73.92 09:56:16 Average: 0 12.41 0.00 1.91 1.92 0.04 83.71 09:56:16 Average: 1 10.21 0.00 1.47 3.85 0.06 84.41 09:56:16 Average: 2 34.54 0.00 2.41 1.48 0.08 61.50 09:56:16 Average: 3 28.78 0.00 2.06 3.08 0.08 66.00 09:56:16 09:56:16 09:56:16