10:09:14 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146015 10:09:14 Running as SYSTEM 10:09:14 [EnvInject] - Loading node environment variables. 10:09:14 Building remotely on prd-ubuntu1804-builder-4c-4g-9253 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 10:09:14 [ssh-agent] Looking for ssh-agent implementation... 10:09:15 $ ssh-agent 10:09:15 SSH_AUTH_SOCK=/tmp/ssh-LIG6nvMEpZS0/agent.1773 10:09:15 SSH_AGENT_PID=1775 10:09:15 [ssh-agent] Started. 10:09:15 Running ssh-add (command line suppressed) 10:09:15 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_10737454154380702272.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_10737454154380702272.key) 10:09:15 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:09:15 The recommended git tool is: NONE 10:09:17 using credential onap-jenkins-ssh 10:09:17 Wiping out workspace first. 10:09:17 Cloning the remote Git repository 10:09:17 Cloning repository git://cloud.onap.org/mirror/oom.git 10:09:17 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 10:09:17 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:09:17 > git --version # timeout=10 10:09:17 > git --version # 'git version 2.17.1' 10:09:17 using GIT_SSH to set credentials Gerrit user 10:09:17 Verifying host key using manually-configured host key entries 10:09:17 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:09:22 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:09:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:09:23 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 10:09:23 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 10:09:23 using GIT_SSH to set credentials Gerrit user 10:09:23 Verifying host key using manually-configured host key entries 10:09:23 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/15/146015/4 # timeout=30 10:09:23 > git rev-parse f6842043e409b884e43d6a88e78c01ae7b74c25d^{commit} # timeout=10 10:09:23 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:09:23 Checking out Revision f6842043e409b884e43d6a88e78c01ae7b74c25d (refs/changes/15/146015/4) 10:09:23 > git config core.sparsecheckout # timeout=10 10:09:23 > git checkout -f f6842043e409b884e43d6a88e78c01ae7b74c25d # timeout=30 10:09:27 Commit message: "[POLICY] Update docker images to latest versions" 10:09:27 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:09:27 > git rev-list --no-walk 5fb5ba5ca9e7456f8757c6f81ff898b7a7d935e2 # timeout=10 10:09:27 [EnvInject] - Injecting environment variables from a build step. 10:09:27 [EnvInject] - Injecting as environment variables the properties content 10:09:27 PYTHON=python3 10:09:27 10:09:27 [EnvInject] - Variables injected successfully. 10:09:27 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9338340855122365401.sh 10:09:27 ---> tox-install.sh 10:09:27 + source /home/jenkins/lf-env.sh 10:09:27 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:09:27 ++ mktemp -d /tmp/venv-XXXX 10:09:27 + lf_venv=/tmp/venv-tJ4b 10:09:27 + local venv_file=/tmp/.os_lf_venv 10:09:27 + local python=python3 10:09:27 + local options 10:09:27 + local set_path=true 10:09:27 + local install_args= 10:09:27 ++ 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 10:09:27 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:09:27 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:09:27 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:09:27 + true 10:09:27 + case $1 in 10:09:27 + venv_file=/tmp/.toxenv 10:09:27 + shift 2 10:09:27 + true 10:09:27 + case $1 in 10:09:27 + shift 10:09:27 + break 10:09:27 + case $python in 10:09:27 + local pkg_list= 10:09:27 + [[ -d /opt/pyenv ]] 10:09:27 + echo 'Setup pyenv:' 10:09:27 Setup pyenv: 10:09:27 + export PYENV_ROOT=/opt/pyenv 10:09:27 + PYENV_ROOT=/opt/pyenv 10:09:27 + 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 10:09:27 + 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 10:09:27 + pyenv versions 10:09:27 * system (set by /opt/pyenv/version) 10:09:27 * 3.8.13 (set by /opt/pyenv/version) 10:09:27 * 3.9.13 (set by /opt/pyenv/version) 10:09:27 * 3.10.6 (set by /opt/pyenv/version) 10:09:27 + command -v pyenv 10:09:27 ++ pyenv init - --no-rehash 10:09:27 + 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[*]}"'\'')" 10:09:27 export PATH="/opt/pyenv/shims:${PATH}" 10:09:27 export PYENV_SHELL=bash 10:09:27 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:09:27 pyenv() { 10:09:27 local command 10:09:27 command="${1:-}" 10:09:27 if [ "$#" -gt 0 ]; then 10:09:27 shift 10:09:27 fi 10:09:27 10:09:27 case "$command" in 10:09:27 rehash|shell) 10:09:27 eval "$(pyenv "sh-$command" "$@")" 10:09:27 ;; 10:09:27 *) 10:09:27 command pyenv "$command" "$@" 10:09:27 ;; 10:09:27 esac 10:09:27 }' 10:09:27 +++ 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[*]}"' 10:09:27 ++ 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 10:09:27 ++ 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 10:09:27 ++ 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 10:09:27 ++ export PYENV_SHELL=bash 10:09:27 ++ PYENV_SHELL=bash 10:09:27 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:09:27 +++ complete -F _pyenv pyenv 10:09:27 ++ lf-pyver python3 10:09:27 ++ local py_version_xy=python3 10:09:27 ++ local py_version_xyz= 10:09:27 ++ pyenv versions 10:09:27 ++ local command 10:09:27 ++ command=versions 10:09:27 ++ '[' 1 -gt 0 ']' 10:09:27 ++ shift 10:09:27 ++ case "$command" in 10:09:27 ++ command pyenv versions 10:09:27 ++ pyenv versions 10:09:27 ++ sed 's/^[ *]* //' 10:09:27 ++ awk '{ print $1 }' 10:09:27 ++ grep -E '^[0-9.]*[0-9]$' 10:09:27 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:09:27 +++ grep '^3' /tmp/.pyenv_versions 10:09:27 +++ sort -V 10:09:27 +++ tail -n 1 10:09:27 ++ py_version_xyz=3.10.6 10:09:27 ++ [[ -z 3.10.6 ]] 10:09:27 ++ echo 3.10.6 10:09:27 ++ return 0 10:09:27 + pyenv local 3.10.6 10:09:27 + local command 10:09:27 + command=local 10:09:27 + '[' 2 -gt 0 ']' 10:09:27 + shift 10:09:27 + case "$command" in 10:09:27 + command pyenv local 3.10.6 10:09:27 + pyenv local 3.10.6 10:09:27 + for arg in "$@" 10:09:27 + case $arg in 10:09:27 + pkg_list+='tox ' 10:09:27 + for arg in "$@" 10:09:27 + case $arg in 10:09:27 + pkg_list+='virtualenv ' 10:09:27 + for arg in "$@" 10:09:27 + case $arg in 10:09:27 + pkg_list+='urllib3~=1.26.15 ' 10:09:27 + [[ -f /tmp/.toxenv ]] 10:09:27 + [[ ! -f /tmp/.toxenv ]] 10:09:27 + [[ -n '' ]] 10:09:27 + python3 -m venv /tmp/venv-tJ4b 10:09:32 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tJ4b' 10:09:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tJ4b 10:09:32 + echo /tmp/venv-tJ4b 10:09:32 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:09:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:09:32 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:09:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:09:32 + local 'pip_opts=--upgrade --quiet' 10:09:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:09:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:09:32 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:09:32 + [[ -n '' ]] 10:09:32 + [[ -n '' ]] 10:09:32 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:09:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:09:32 + /tmp/venv-tJ4b/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 10:09:36 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:09:36 lf-activate-venv(): INFO: Base packages installed successfully 10:09:36 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:09:36 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:09:36 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:09:36 + /tmp/venv-tJ4b/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 10:09:38 + type python3 10:09:38 + true 10:09:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-tJ4b/bin to PATH' 10:09:38 lf-activate-venv(): INFO: Adding /tmp/venv-tJ4b/bin to PATH 10:09:38 + PATH=/tmp/venv-tJ4b/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 10:09:38 + return 0 10:09:38 + python3 --version 10:09:38 Python 3.10.6 10:09:38 + python3 -m pip --version 10:09:39 pip 26.1.2 from /tmp/venv-tJ4b/lib/python3.10/site-packages/pip (python 3.10) 10:09:39 + python3 -m pip freeze 10:09:39 cachetools==7.1.4 10:09:39 colorama==0.4.6 10:09:39 distlib==0.4.3 10:09:39 filelock==3.29.7 10:09:39 packaging==26.2 10:09:39 platformdirs==4.10.0 10:09:39 pluggy==1.6.0 10:09:39 pyproject-api==1.10.1 10:09:39 python-discovery==1.4.4 10:09:39 tomli==2.4.1 10:09:39 tomli_w==1.2.0 10:09:39 tox==4.56.4 10:09:39 typing_extensions==4.16.0 10:09:39 urllib3==1.26.20 10:09:39 virtualenv==21.6.1 10:09:39 [EnvInject] - Injecting environment variables from a build step. 10:09:39 [EnvInject] - Injecting as environment variables the properties content 10:09:39 PARALLEL=false 10:09:39 10:09:39 [EnvInject] - Variables injected successfully. 10:09:39 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16658599592955756115.sh 10:09:39 ---> tox-run.sh 10:09:39 + 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 10:09:39 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 10:09:39 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 10:09:39 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 10:09:39 + cd /w/workspace/oom-master-pre-commit-lint/. 10:09:39 + source /home/jenkins/lf-env.sh 10:09:39 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:09:39 ++ mktemp -d /tmp/venv-XXXX 10:09:39 + lf_venv=/tmp/venv-HUI5 10:09:39 + local venv_file=/tmp/.os_lf_venv 10:09:39 + local python=python3 10:09:39 + local options 10:09:39 + local set_path=true 10:09:39 + local install_args= 10:09:39 ++ 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 10:09:39 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:09:39 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:09:39 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:09:39 + true 10:09:39 + case $1 in 10:09:39 + venv_file=/tmp/.toxenv 10:09:39 + shift 2 10:09:39 + true 10:09:39 + case $1 in 10:09:39 + shift 10:09:39 + break 10:09:39 + case $python in 10:09:39 + local pkg_list= 10:09:39 + [[ -d /opt/pyenv ]] 10:09:39 + echo 'Setup pyenv:' 10:09:39 Setup pyenv: 10:09:39 + export PYENV_ROOT=/opt/pyenv 10:09:39 + PYENV_ROOT=/opt/pyenv 10:09:39 + 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 10:09:39 + 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 10:09:39 + pyenv versions 10:09:39 system 10:09:39 3.8.13 10:09:39 3.9.13 10:09:39 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 10:09:39 + command -v pyenv 10:09:39 ++ pyenv init - --no-rehash 10:09:39 + 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[*]}"'\'')" 10:09:39 export PATH="/opt/pyenv/shims:${PATH}" 10:09:39 export PYENV_SHELL=bash 10:09:39 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:09:39 pyenv() { 10:09:39 local command 10:09:39 command="${1:-}" 10:09:39 if [ "$#" -gt 0 ]; then 10:09:39 shift 10:09:39 fi 10:09:39 10:09:39 case "$command" in 10:09:39 rehash|shell) 10:09:39 eval "$(pyenv "sh-$command" "$@")" 10:09:39 ;; 10:09:39 *) 10:09:39 command pyenv "$command" "$@" 10:09:39 ;; 10:09:39 esac 10:09:39 }' 10:09:39 +++ 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[*]}"' 10:09:39 ++ 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 10:09:39 ++ 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 10:09:39 ++ 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 10:09:39 ++ export PYENV_SHELL=bash 10:09:39 ++ PYENV_SHELL=bash 10:09:39 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:09:39 +++ complete -F _pyenv pyenv 10:09:39 ++ lf-pyver python3 10:09:39 ++ local py_version_xy=python3 10:09:39 ++ local py_version_xyz= 10:09:39 ++ pyenv versions 10:09:39 ++ local command 10:09:39 ++ command=versions 10:09:39 ++ '[' 1 -gt 0 ']' 10:09:39 ++ shift 10:09:39 ++ case "$command" in 10:09:39 ++ command pyenv versions 10:09:39 ++ pyenv versions 10:09:39 ++ sed 's/^[ *]* //' 10:09:39 ++ awk '{ print $1 }' 10:09:39 ++ grep -E '^[0-9.]*[0-9]$' 10:09:39 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:09:39 +++ grep '^3' /tmp/.pyenv_versions 10:09:39 +++ sort -V 10:09:39 +++ tail -n 1 10:09:39 ++ py_version_xyz=3.10.6 10:09:39 ++ [[ -z 3.10.6 ]] 10:09:39 ++ echo 3.10.6 10:09:39 ++ return 0 10:09:39 + pyenv local 3.10.6 10:09:39 + local command 10:09:39 + command=local 10:09:39 + '[' 2 -gt 0 ']' 10:09:39 + shift 10:09:39 + case "$command" in 10:09:39 + command pyenv local 3.10.6 10:09:39 + pyenv local 3.10.6 10:09:39 + for arg in "$@" 10:09:39 + case $arg in 10:09:39 + pkg_list+='tox ' 10:09:39 + for arg in "$@" 10:09:39 + case $arg in 10:09:39 + pkg_list+='virtualenv ' 10:09:39 + for arg in "$@" 10:09:39 + case $arg in 10:09:39 + pkg_list+='urllib3~=1.26.15 ' 10:09:39 + [[ -f /tmp/.toxenv ]] 10:09:39 ++ cat /tmp/.toxenv 10:09:39 + lf_venv=/tmp/venv-tJ4b 10:09:39 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-tJ4b from' file:/tmp/.toxenv 10:09:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-tJ4b from file:/tmp/.toxenv 10:09:39 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:09:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:09:39 + local 'pip_opts=--upgrade --quiet' 10:09:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:09:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:09:39 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:09:39 + [[ -n '' ]] 10:09:39 + [[ -n '' ]] 10:09:39 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:09:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:09:39 + /tmp/venv-tJ4b/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 10:09:40 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:09:40 lf-activate-venv(): INFO: Base packages installed successfully 10:09:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:09:40 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:09:40 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:09:40 + /tmp/venv-tJ4b/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 10:09:41 + type python3 10:09:41 + true 10:09:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-tJ4b/bin to PATH' 10:09:41 lf-activate-venv(): INFO: Adding /tmp/venv-tJ4b/bin to PATH 10:09:41 + PATH=/tmp/venv-tJ4b/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 10:09:41 + return 0 10:09:41 + [[ -d /opt/pyenv ]] 10:09:41 + echo '---> Setting up pyenv' 10:09:41 ---> Setting up pyenv 10:09:41 + export PYENV_ROOT=/opt/pyenv 10:09:41 + PYENV_ROOT=/opt/pyenv 10:09:41 + export PATH=/opt/pyenv/bin:/tmp/venv-tJ4b/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 10:09:41 + PATH=/opt/pyenv/bin:/tmp/venv-tJ4b/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 10:09:41 ++ pwd 10:09:41 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 10:09:41 + export PYTHONPATH 10:09:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 10:09:41 + TOX_TESTENV_PASSENV=PYTHONPATH 10:09:41 + tox --version 10:09:42 4.56.4 from /tmp/venv-tJ4b/lib/python3.10/site-packages/tox/__init__.py 10:09:42 + PARALLEL=false 10:09:42 + TOX_OPTIONS_LIST= 10:09:42 + [[ -n pre-commit ]] 10:09:42 + TOX_OPTIONS_LIST=' -e pre-commit' 10:09:42 + case ${PARALLEL,,} in 10:09:42 + tox -e pre-commit 10:09:42 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 10:09:43 pre-commit: install_deps> python -I -m pip install pre-commit 10:09:46 pre-commit: freeze> python -m pip freeze --all 10:09:46 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 10:09:46 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 10:09:46 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 10:09:47 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 10:09:48 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 10:09:48 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 10:09:49 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 10:09:49 [INFO] Once installed this environment will be reused. 10:09:49 [INFO] This may take a few minutes... 10:09:53 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 10:09:53 [INFO] Once installed this environment will be reused. 10:09:53 [INFO] This may take a few minutes... 10:09:58 trim trailing whitespace.................................................Passed 10:09:58 Tabs remover.............................................................Passed 10:09:58 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 10:09:58 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 10:09:58 [INFO] Once installed this environment will be reused. 10:09:58 [INFO] This may take a few minutes... 10:10:07 gitlint..............................................(no files to check)Skipped 10:10:07 pre-commit: OK (25.35=setup[4.43]+cmd[11.75,9.17] seconds) 10:10:07 congratulations :) (25.39 seconds) 10:10:07 + tox_status=0 10:10:07 + echo '---> Completed tox runs' 10:10:07 ---> Completed tox runs 10:10:07 + for i in .tox/*/log 10:10:07 ++ echo .tox/pre-commit/log 10:10:07 ++ awk -F/ '{print $2}' 10:10:07 + tox_env=pre-commit 10:10:07 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 10:10:07 + DOC_DIR=docs/_build/html 10:10:07 + [[ -d docs/_build/html ]] 10:10:07 + echo '---> tox-run.sh ends' 10:10:07 ---> tox-run.sh ends 10:10:07 + test 0 -eq 0 10:10:07 $ ssh-agent -k 10:10:07 unset SSH_AUTH_SOCK; 10:10:07 unset SSH_AGENT_PID; 10:10:07 echo Agent pid 1775 killed; 10:10:07 [ssh-agent] Stopped. 10:10:07 [PostBuildScript] - [INFO] Executing post build scripts. 10:10:07 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10130920656463830934.sh 10:10:07 ---> sysstat.sh 10:10:08 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1414115898736307531.sh 10:10:08 ---> package-listing.sh 10:10:08 ++ facter osfamily 10:10:08 ++ tr '[:upper:]' '[:lower:]' 10:10:08 + OS_FAMILY=debian 10:10:08 + workspace=/w/workspace/oom-master-pre-commit-lint 10:10:08 + START_PACKAGES=/tmp/packages_start.txt 10:10:08 + END_PACKAGES=/tmp/packages_end.txt 10:10:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:10:08 + PACKAGES=/tmp/packages_start.txt 10:10:08 + '[' /w/workspace/oom-master-pre-commit-lint ']' 10:10:08 + PACKAGES=/tmp/packages_end.txt 10:10:08 + case "${OS_FAMILY}" in 10:10:08 + dpkg -l 10:10:08 + grep '^ii' 10:10:08 + '[' -f /tmp/packages_start.txt ']' 10:10:08 + '[' -f /tmp/packages_end.txt ']' 10:10:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:10:08 + '[' /w/workspace/oom-master-pre-commit-lint ']' 10:10:08 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 10:10:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 10:10:08 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15949739059672991448.sh 10:10:08 ---> capture-instance-metadata.sh 10:10:08 Setup pyenv: 10:10:08 system 10:10:08 3.8.13 10:10:08 3.9.13 10:10:08 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 10:10:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-b88l 10:10:12 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:10:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:10:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:10:16 lf-activate-venv(): INFO: Base packages installed successfully 10:10:16 lf-activate-venv(): INFO: Installing additional packages: lftools 10:10:39 lf-activate-venv(): INFO: Adding /tmp/venv-b88l/bin to PATH 10:10:39 INFO: Running in OpenStack, capturing instance metadata 10:10:40 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14679760315834748460.sh 10:10:40 provisioning config files... 10:10:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config7315422571585932712tmp 10:10:40 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:10:40 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:10:40 [EnvInject] - Injecting environment variables from a build step. 10:10:40 [EnvInject] - Injecting as environment variables the properties content 10:10:40 SERVER_ID=logs 10:10:40 10:10:40 [EnvInject] - Variables injected successfully. 10:10:40 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10412372434158302298.sh 10:10:40 ---> create-netrc.sh 10:10:40 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins706128620960652819.sh 10:10:40 ---> python-tools-install.sh 10:10:40 Setup pyenv: 10:10:40 system 10:10:40 3.8.13 10:10:40 3.9.13 10:10:40 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 10:10:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-b88l from file:/tmp/.os_lf_venv 10:10:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:10:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:10:42 lf-activate-venv(): INFO: Base packages installed successfully 10:10:42 lf-activate-venv(): INFO: Installing additional packages: lftools 10:10:50 lf-activate-venv(): INFO: Adding /tmp/venv-b88l/bin to PATH 10:10:50 Generating Requirements File 10:11:14 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. 10:11:14 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 10:11:14 Python 3.10.6 10:11:15 pip 26.1.2 from /tmp/venv-b88l/lib/python3.10/site-packages/pip (python 3.10) 10:11:15 aiohappyeyeballs==2.7.1 10:11:15 aiohttp==3.14.1 10:11:15 aiosignal==1.4.0 10:11:15 appdirs==1.4.4 10:11:15 argcomplete==3.7.0 10:11:15 aspy.yaml==1.3.0 10:11:15 async-timeout==5.0.1 10:11:15 attrs==26.1.0 10:11:15 autopage==0.6.0 10:11:15 backports.strenum==1.3.1 10:11:15 beautifulsoup4==4.15.0 10:11:15 boto3==1.43.46 10:11:15 botocore==1.43.46 10:11:15 bs4==0.0.2 10:11:15 certifi==2026.6.17 10:11:15 cffi==2.1.0 10:11:15 cfgv==3.5.0 10:11:15 chardet==7.4.3 10:11:15 charset-normalizer==3.4.9 10:11:15 click==8.4.2 10:11:15 cliff==4.14.0 10:11:15 cmd2==3.5.1 10:11:15 cryptography==3.3.2 10:11:15 debtcollector==3.1.0 10:11:15 decorator==5.3.1 10:11:15 defusedxml==0.7.1 10:11:15 Deprecated==1.3.1 10:11:15 distlib==0.4.3 10:11:15 dnspython==2.8.0 10:11:15 docker==7.2.0 10:11:15 dogpile.cache==1.5.0 10:11:15 durationpy==0.10 10:11:15 email-validator==2.3.0 10:11:15 filelock==3.29.7 10:11:15 frozenlist==1.8.0 10:11:15 future==1.0.0 10:11:15 gitdb==4.0.12 10:11:15 GitPython==3.1.50 10:11:15 httplib2==0.30.2 10:11:15 identify==2.6.19 10:11:15 idna==3.18 10:11:15 importlib-resources==1.5.0 10:11:15 iso8601==2.1.0 10:11:15 Jinja2==3.1.6 10:11:15 jmespath==1.1.0 10:11:15 jsonpatch==1.33 10:11:15 jsonpointer==3.1.1 10:11:15 jsonschema==4.26.0 10:11:15 jsonschema-specifications==2025.9.1 10:11:15 keystoneauth1==5.14.0 10:11:15 kubernetes==36.0.2 10:11:15 lftools==0.37.22 10:11:15 lxml==6.1.1 10:11:15 markdown-it-py==4.2.0 10:11:15 MarkupSafe==3.0.3 10:11:15 mdurl==0.1.2 10:11:15 msgpack==1.2.1 10:11:15 multi_key_dict==2.0.3 10:11:15 multidict==6.7.1 10:11:15 munch==4.0.0 10:11:15 netaddr==1.3.0 10:11:15 niet==1.4.2 10:11:15 nodeenv==1.10.0 10:11:15 oauth2client==4.1.3 10:11:15 oauthlib==3.3.1 10:11:15 openstacksdk==4.13.0 10:11:15 os-service-types==1.8.2 10:11:15 osc-lib==4.6.0 10:11:15 oslo.config==10.4.0 10:11:15 oslo.context==6.4.0 10:11:15 oslo.i18n==6.8.0 10:11:15 oslo.log==8.2.0 10:11:15 oslo.serialization==5.10.0 10:11:15 oslo.utils==10.1.1 10:11:15 packaging==26.2 10:11:15 pbr==7.0.3 10:11:15 platformdirs==4.10.0 10:11:15 prettytable==3.18.0 10:11:15 propcache==0.5.2 10:11:15 psutil==7.2.2 10:11:15 pyasn1==0.6.4 10:11:15 pyasn1_modules==0.4.2 10:11:15 pycparser==3.0 10:11:15 pygerrit2==2.0.15 10:11:15 PyGithub==2.9.1 10:11:15 Pygments==2.20.0 10:11:15 PyJWT==2.13.0 10:11:15 PyNaCl==1.6.2 10:11:15 pyparsing==2.4.7 10:11:15 pyperclip==1.11.0 10:11:15 pyrsistent==0.20.0 10:11:15 python-cinderclient==9.9.0 10:11:15 python-dateutil==2.9.0.post0 10:11:15 python-discovery==1.4.4 10:11:15 python-heatclient==5.2.0 10:11:15 python-jenkins==1.8.3 10:11:15 python-keystoneclient==5.8.0 10:11:15 python-magnumclient==4.11.0 10:11:15 python-openstackclient==10.0.0 10:11:15 python-swiftclient==4.10.0 10:11:15 PyYAML==6.0.3 10:11:15 referencing==0.37.0 10:11:15 requests==2.34.2 10:11:15 requests-oauthlib==2.0.0 10:11:15 rfc3986==2.0.0 10:11:15 rich==15.0.0 10:11:15 rich-argparse==1.8.0 10:11:15 rpds-py==0.30.0 10:11:15 rsa==4.9.1 10:11:15 ruamel.yaml==0.19.1 10:11:15 ruamel.yaml.clib==0.2.15 10:11:15 s3transfer==0.19.1 10:11:15 simplejson==4.1.1 10:11:15 six==1.17.0 10:11:15 smmap==5.0.3 10:11:15 soupsieve==2.8.4 10:11:15 stevedore==5.8.0 10:11:15 tabulate==0.10.0 10:11:15 toml==0.10.2 10:11:15 tomlkit==0.15.0 10:11:15 tqdm==4.68.4 10:11:15 typing_extensions==4.16.0 10:11:15 urllib3==1.26.20 10:11:15 virtualenv==21.6.1 10:11:15 wcwidth==0.8.2 10:11:15 websocket-client==1.9.0 10:11:15 wrapt==2.2.2 10:11:15 xdg==6.0.0 10:11:15 xmltodict==1.0.4 10:11:15 yarl==1.24.2 10:11:15 yq==4.1.2 10:11:15 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins11945549812035088342.sh 10:11:15 ---> uv-install.sh 10:11:15 Installing uv/uvx (latest) using shell installer 10:11:15 2026-07-12 10:11:15 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-YPaDeA.sh" [1] 10:11:15 downloading uv 0.11.28 x86_64-unknown-linux-gnu 10:11:16 installing to /home/jenkins/.local/bin 10:11:16 uv 10:11:16 uvx 10:11:16 everything's installed! 10:11:16 10:11:16 To add $HOME/.local/bin to your PATH, either restart your shell or run: 10:11:16 10:11:16 source $HOME/.local/bin/env (sh, bash, zsh) 10:11:16 source $HOME/.local/bin/env.fish (fish) 10:11:16 Adding install location to PATH 10:11:16 ---> Validating uv/uvx install 10:11:16 uvx 0.11.28 (x86_64-unknown-linux-gnu) 10:11:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4620261536574666799.sh 10:11:17 ---> sudo-logs.sh 10:11:17 Archiving 'sudo' log.. 10:11:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15222557605939479988.sh 10:11:17 ---> job-cost.sh 10:11:17 INFO: Activating Python virtual environment... 10:11:17 Setup pyenv: 10:11:17 system 10:11:17 3.8.13 10:11:17 3.9.13 10:11:17 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 10:11:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-b88l from file:/tmp/.os_lf_venv 10:11:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:11:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:11:19 lf-activate-venv(): INFO: Base packages installed successfully 10:11:19 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:11:24 lf-activate-venv(): INFO: Adding /tmp/venv-b88l/bin to PATH 10:11:24 INFO: No stack-cost file found 10:11:24 INFO: Instance uptime: 162s 10:11:24 INFO: Fetching instance metadata (attempt 1 of 3)... 10:11:24 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 10:11:25 INFO: Successfully fetched instance metadata 10:11:25 INFO: Instance type: v3-standard-4 10:11:25 INFO: Retrieving pricing info for: v3-standard-4 10:11:25 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 10:11:25 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=162 10:11:25 INFO: Successfully fetched Vexxhost pricing API 10:11:25 INFO: Retrieved cost: 0.11 10:11:25 INFO: Retrieved resource: v3-standard-4 10:11:25 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 10:11:25 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 10:11:25 INFO: Successfully archived job cost data 10:11:25 DEBUG: Cost data: oom-master-pre-commit-lint,4700,2026-07-12 10:11:25,v3-standard-4,162,0.11,0.00,SUCCESS 10:11:25 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins15582779019121347371.sh 10:11:25 ---> logs-deploy.sh 10:11:25 Setup pyenv: 10:11:25 system 10:11:25 3.8.13 10:11:25 3.9.13 10:11:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 10:11:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-b88l from file:/tmp/.os_lf_venv 10:11:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:11:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:11:27 lf-activate-venv(): INFO: Base packages installed successfully 10:11:27 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 10:11:35 lf-activate-venv(): INFO: Adding /tmp/venv-b88l/bin to PATH 10:11:35 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4700 10:11:35 INFO: archiving workspace using pattern(s): 10:11:37 Archives upload complete. 10:11:37 INFO: archiving logs to Nexus 10:11:38 ---> uname -a: 10:11:38 Linux prd-ubuntu1804-builder-4c-4g-9253 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 10:11:38 10:11:38 10:11:38 ---> lscpu: 10:11:38 Architecture: x86_64 10:11:38 CPU op-mode(s): 32-bit, 64-bit 10:11:38 Byte Order: Little Endian 10:11:38 CPU(s): 4 10:11:38 On-line CPU(s) list: 0-3 10:11:38 Thread(s) per core: 1 10:11:38 Core(s) per socket: 1 10:11:38 Socket(s): 4 10:11:38 NUMA node(s): 1 10:11:38 Vendor ID: AuthenticAMD 10:11:38 CPU family: 23 10:11:38 Model: 49 10:11:38 Model name: AMD EPYC-Rome Processor 10:11:38 Stepping: 0 10:11:38 CPU MHz: 2799.998 10:11:38 BogoMIPS: 5599.99 10:11:38 Virtualization: AMD-V 10:11:38 Hypervisor vendor: KVM 10:11:38 Virtualization type: full 10:11:38 L1d cache: 32K 10:11:38 L1i cache: 32K 10:11:38 L2 cache: 512K 10:11:38 L3 cache: 16384K 10:11:38 NUMA node0 CPU(s): 0-3 10:11:38 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 10:11:38 10:11:38 10:11:38 ---> nproc: 10:11:38 4 10:11:38 10:11:38 10:11:38 ---> df -h: 10:11:38 Filesystem Size Used Avail Use% Mounted on 10:11:38 udev 7.9G 0 7.9G 0% /dev 10:11:38 tmpfs 1.6G 676K 1.6G 1% /run 10:11:38 /dev/vda1 78G 8.6G 69G 11% / 10:11:38 tmpfs 7.9G 0 7.9G 0% /dev/shm 10:11:38 tmpfs 5.0M 0 5.0M 0% /run/lock 10:11:38 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 10:11:38 /dev/vda15 105M 4.4M 100M 5% /boot/efi 10:11:38 tmpfs 1.6G 0 1.6G 0% /run/user/1001 10:11:38 10:11:38 10:11:38 ---> free -m: 10:11:38 total used free shared buff/cache available 10:11:38 Mem: 16040 556 13131 0 2351 15158 10:11:38 Swap: 1023 0 1023 10:11:38 10:11:38 10:11:38 ---> ip addr: 10:11:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:11:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:11:38 inet 127.0.0.1/8 scope host lo 10:11:38 valid_lft forever preferred_lft forever 10:11:38 inet6 ::1/128 scope host 10:11:38 valid_lft forever preferred_lft forever 10:11:38 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 10:11:38 link/ether fa:16:3e:95:90:88 brd ff:ff:ff:ff:ff:ff 10:11:38 inet 10.30.107.251/23 brd 10.30.107.255 scope global dynamic ens3 10:11:38 valid_lft 86233sec preferred_lft 86233sec 10:11:38 inet6 fe80::f816:3eff:fe95:9088/64 scope link 10:11:38 valid_lft forever preferred_lft forever 10:11:38 10:11:38 10:11:38 ---> sar -b -r -n DEV: 10:11:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9253) 07/12/26 _x86_64_ (4 CPU) 10:11:38 10:11:38 10:08:58 LINUX RESTART (4 CPU) 10:11:38 10:11:38 10:09:01 tps rtps wtps bread/s bwrtn/s 10:11:38 10:10:01 351.97 88.14 263.84 5071.55 108771.07 10:11:38 10:11:01 103.68 0.90 102.78 103.85 11409.03 10:11:38 Average: 227.83 44.52 183.31 2587.70 60090.05 10:11:38 10:11:38 10:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:11:38 10:10:01 13932860 15502160 2492100 15.17 55236 1715360 904132 5.17 772172 1503676 150336 10:11:38 10:11:01 13661856 15516984 2763104 16.82 81092 1959912 797408 4.56 785572 1731800 170532 10:11:38 Average: 13797358 15509572 2627602 16.00 68164 1837636 850770 4.87 778872 1617738 160434 10:11:38 10:11:38 10:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:11:38 10:10:01 lo 3.20 3.20 0.32 0.32 0.00 0.00 0.00 0.00 10:11:38 10:10:01 ens3 488.00 310.16 2339.10 78.56 0.00 0.00 0.00 0.00 10:11:38 10:11:01 lo 1.47 1.47 0.17 0.17 0.00 0.00 0.00 0.00 10:11:38 10:11:01 ens3 72.54 51.81 870.73 11.87 0.00 0.00 0.00 0.00 10:11:38 Average: lo 2.33 2.33 0.25 0.25 0.00 0.00 0.00 0.00 10:11:38 Average: ens3 280.27 180.99 1604.91 45.21 0.00 0.00 0.00 0.00 10:11:38 10:11:38 10:11:38 ---> sar -P ALL: 10:11:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9253) 07/12/26 _x86_64_ (4 CPU) 10:11:38 10:11:38 10:08:58 LINUX RESTART (4 CPU) 10:11:38 10:11:38 10:09:01 CPU %user %nice %system %iowait %steal %idle 10:11:38 10:10:01 all 22.79 0.00 3.27 7.28 0.08 66.58 10:11:38 10:10:01 0 16.78 0.00 4.06 10.93 0.08 68.15 10:11:38 10:10:01 1 29.50 0.00 3.55 3.50 0.12 63.33 10:11:38 10:10:01 2 19.97 0.00 3.05 7.15 0.08 69.75 10:11:38 10:10:01 3 24.90 0.00 2.45 7.52 0.07 65.06 10:11:38 10:11:01 all 20.82 0.00 1.60 1.27 0.06 76.26 10:11:38 10:11:01 0 28.66 0.00 1.62 0.23 0.07 69.42 10:11:38 10:11:01 1 40.23 0.00 2.70 0.53 0.10 56.43 10:11:38 10:11:01 2 4.95 0.00 0.90 2.24 0.05 91.86 10:11:38 10:11:01 3 9.50 0.00 1.14 2.05 0.03 87.28 10:11:38 Average: all 21.80 0.00 2.43 4.27 0.07 71.43 10:11:38 Average: 0 22.73 0.00 2.83 5.57 0.08 68.79 10:11:38 Average: 1 34.88 0.00 3.13 2.01 0.11 59.87 10:11:38 Average: 2 12.43 0.00 1.97 4.69 0.07 80.85 10:11:38 Average: 3 17.19 0.00 1.79 4.78 0.05 76.19 10:11:38 10:11:38 10:11:38