12:12:11 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143409 12:12:11 Running as SYSTEM 12:12:12 [EnvInject] - Loading node environment variables. 12:12:12 Building remotely on prd-ubuntu1804-builder-4c-4g-11270 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 12:12:12 [ssh-agent] Looking for ssh-agent implementation... 12:12:12 $ ssh-agent 12:12:12 SSH_AUTH_SOCK=/tmp/ssh-doDt7n8YbDzf/agent.1669 12:12:12 SSH_AGENT_PID=1671 12:12:12 [ssh-agent] Started. 12:12:12 Running ssh-add (command line suppressed) 12:12:12 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_15308938946045821450.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_15308938946045821450.key) 12:12:12 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 12:12:12 The recommended git tool is: NONE 12:12:13 using credential onap-jenkins-ssh 12:12:13 Wiping out workspace first. 12:12:13 Cloning the remote Git repository 12:12:13 Cloning repository git://cloud.onap.org/mirror/oom.git 12:12:13 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 12:12:13 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 12:12:13 > git --version # timeout=10 12:12:13 > git --version # 'git version 2.17.1' 12:12:13 using GIT_SSH to set credentials Gerrit user 12:12:13 Verifying host key using manually-configured host key entries 12:12:13 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 12:12:19 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 12:12:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:12:19 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 12:12:19 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 12:12:19 using GIT_SSH to set credentials Gerrit user 12:12:19 Verifying host key using manually-configured host key entries 12:12:19 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/09/143409/4 # timeout=30 12:12:19 > git rev-parse ff12803a5a5c05c0504aa9f5e08ecf964b463fe4^{commit} # timeout=10 12:12:19 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 12:12:19 Checking out Revision ff12803a5a5c05c0504aa9f5e08ecf964b463fe4 (refs/changes/09/143409/4) 12:12:19 > git config core.sparsecheckout # timeout=10 12:12:19 > git checkout -f ff12803a5a5c05c0504aa9f5e08ecf964b463fe4 # timeout=30 12:12:23 Commit message: "[AAI] 17.0.0 release" 12:12:23 > git rev-parse FETCH_HEAD^{commit} # timeout=10 12:12:23 > git rev-list --no-walk e74bf5a01f621d2bff897ee3337df476167b56b2 # timeout=10 12:12:23 [EnvInject] - Injecting environment variables from a build step. 12:12:23 [EnvInject] - Injecting as environment variables the properties content 12:12:23 PYTHON=python3 12:12:23 12:12:23 [EnvInject] - Variables injected successfully. 12:12:23 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins7101487968290350517.sh 12:12:23 ---> tox-install.sh 12:12:23 + source /home/jenkins/lf-env.sh 12:12:23 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:12:23 ++ mktemp -d /tmp/venv-XXXX 12:12:23 + lf_venv=/tmp/venv-9F6R 12:12:23 + local venv_file=/tmp/.os_lf_venv 12:12:23 + local python=python3 12:12:23 + local options 12:12:23 + local set_path=true 12:12:23 + local install_args= 12:12:23 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:12:23 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:12:23 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:12:23 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:12:23 + true 12:12:23 + case $1 in 12:12:23 + venv_file=/tmp/.toxenv 12:12:23 + shift 2 12:12:23 + true 12:12:23 + case $1 in 12:12:23 + shift 12:12:23 + break 12:12:23 + case $python in 12:12:23 + local pkg_list= 12:12:23 + [[ -d /opt/pyenv ]] 12:12:23 + echo 'Setup pyenv:' 12:12:23 Setup pyenv: 12:12:23 + export PYENV_ROOT=/opt/pyenv 12:12:23 + PYENV_ROOT=/opt/pyenv 12:12:23 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 12:12:23 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 12:12:23 + pyenv versions 12:12:23 * system (set by /opt/pyenv/version) 12:12:23 * 3.8.13 (set by /opt/pyenv/version) 12:12:23 * 3.9.13 (set by /opt/pyenv/version) 12:12:23 * 3.10.6 (set by /opt/pyenv/version) 12:12:23 + command -v pyenv 12:12:23 ++ pyenv init - --no-rehash 12:12:23 + 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[*]}"'\'')" 12:12:23 export PATH="/opt/pyenv/shims:${PATH}" 12:12:23 export PYENV_SHELL=bash 12:12:23 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:12:23 pyenv() { 12:12:23 local command 12:12:23 command="${1:-}" 12:12:23 if [ "$#" -gt 0 ]; then 12:12:23 shift 12:12:23 fi 12:12:23 12:12:23 case "$command" in 12:12:23 rehash|shell) 12:12:23 eval "$(pyenv "sh-$command" "$@")" 12:12:23 ;; 12:12:23 *) 12:12:23 command pyenv "$command" "$@" 12:12:23 ;; 12:12:23 esac 12:12:23 }' 12:12:23 +++ 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[*]}"' 12:12:23 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 12:12:23 ++ 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 12:12:23 ++ 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 12:12:23 ++ export PYENV_SHELL=bash 12:12:23 ++ PYENV_SHELL=bash 12:12:23 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:12:23 +++ complete -F _pyenv pyenv 12:12:23 ++ lf-pyver python3 12:12:23 ++ local py_version_xy=python3 12:12:23 ++ local py_version_xyz= 12:12:23 ++ pyenv versions 12:12:23 ++ local command 12:12:23 ++ command=versions 12:12:23 ++ '[' 1 -gt 0 ']' 12:12:23 ++ shift 12:12:23 ++ case "$command" in 12:12:23 ++ command pyenv versions 12:12:23 ++ pyenv versions 12:12:23 ++ sed 's/^[ *]* //' 12:12:23 ++ awk '{ print $1 }' 12:12:23 ++ grep -E '^[0-9.]*[0-9]$' 12:12:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:12:24 +++ grep '^3' /tmp/.pyenv_versions 12:12:24 +++ sort -V 12:12:24 +++ tail -n 1 12:12:24 ++ py_version_xyz=3.10.6 12:12:24 ++ [[ -z 3.10.6 ]] 12:12:24 ++ echo 3.10.6 12:12:24 ++ return 0 12:12:24 + pyenv local 3.10.6 12:12:24 + local command 12:12:24 + command=local 12:12:24 + '[' 2 -gt 0 ']' 12:12:24 + shift 12:12:24 + case "$command" in 12:12:24 + command pyenv local 3.10.6 12:12:24 + pyenv local 3.10.6 12:12:24 + for arg in "$@" 12:12:24 + case $arg in 12:12:24 + pkg_list+='tox ' 12:12:24 + for arg in "$@" 12:12:24 + case $arg in 12:12:24 + pkg_list+='virtualenv ' 12:12:24 + for arg in "$@" 12:12:24 + case $arg in 12:12:24 + pkg_list+='urllib3~=1.26.15 ' 12:12:24 + [[ -f /tmp/.toxenv ]] 12:12:24 + [[ ! -f /tmp/.toxenv ]] 12:12:24 + [[ -n '' ]] 12:12:24 + python3 -m venv /tmp/venv-9F6R 12:12:28 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9F6R' 12:12:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9F6R 12:12:28 + echo /tmp/venv-9F6R 12:12:28 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 12:12:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 12:12:28 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:12:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:12:28 + local 'pip_opts=--upgrade --quiet' 12:12:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:12:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:12:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:12:28 + [[ -n '' ]] 12:12:28 + [[ -n '' ]] 12:12:28 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:12:28 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:12:28 + /tmp/venv-9F6R/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 12:12:32 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:12:32 lf-activate-venv(): INFO: Base packages installed successfully 12:12:32 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:12:32 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:12:32 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:12:32 + /tmp/venv-9F6R/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 12:12:33 + type python3 12:12:33 + true 12:12:33 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-9F6R/bin to PATH' 12:12:33 lf-activate-venv(): INFO: Adding /tmp/venv-9F6R/bin to PATH 12:12:33 + PATH=/tmp/venv-9F6R/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 12:12:33 + return 0 12:12:33 + python3 --version 12:12:33 Python 3.10.6 12:12:33 + python3 -m pip --version 12:12:34 pip 26.1.2 from /tmp/venv-9F6R/lib/python3.10/site-packages/pip (python 3.10) 12:12:34 + python3 -m pip freeze 12:12:34 cachetools==7.1.4 12:12:34 colorama==0.4.6 12:12:34 distlib==0.4.3 12:12:34 filelock==3.29.3 12:12:34 packaging==26.2 12:12:34 platformdirs==4.10.0 12:12:34 pluggy==1.6.0 12:12:34 pyproject-api==1.10.1 12:12:34 python-discovery==1.4.2 12:12:34 tomli==2.4.1 12:12:34 tomli_w==1.2.0 12:12:34 tox==4.55.1 12:12:34 typing_extensions==4.15.0 12:12:34 urllib3==1.26.20 12:12:34 virtualenv==21.4.3 12:12:34 [EnvInject] - Injecting environment variables from a build step. 12:12:34 [EnvInject] - Injecting as environment variables the properties content 12:12:34 PARALLEL=false 12:12:34 12:12:34 [EnvInject] - Variables injected successfully. 12:12:34 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11405752075511305204.sh 12:12:34 ---> tox-run.sh 12:12:34 + 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 12:12:34 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 12:12:34 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 12:12:34 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 12:12:34 + cd /w/workspace/oom-master-pre-commit-lint/. 12:12:34 + source /home/jenkins/lf-env.sh 12:12:34 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:12:34 ++ mktemp -d /tmp/venv-XXXX 12:12:34 + lf_venv=/tmp/venv-tptc 12:12:34 + local venv_file=/tmp/.os_lf_venv 12:12:34 + local python=python3 12:12:34 + local options 12:12:34 + local set_path=true 12:12:34 + local install_args= 12:12:34 ++ 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 12:12:34 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:12:34 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:12:34 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:12:34 + true 12:12:34 + case $1 in 12:12:34 + venv_file=/tmp/.toxenv 12:12:34 + shift 2 12:12:34 + true 12:12:34 + case $1 in 12:12:34 + shift 12:12:34 + break 12:12:34 + case $python in 12:12:34 + local pkg_list= 12:12:34 + [[ -d /opt/pyenv ]] 12:12:34 + echo 'Setup pyenv:' 12:12:34 Setup pyenv: 12:12:34 + export PYENV_ROOT=/opt/pyenv 12:12:34 + PYENV_ROOT=/opt/pyenv 12:12:34 + 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 12:12:34 + 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 12:12:34 + pyenv versions 12:12:34 system 12:12:34 3.8.13 12:12:34 3.9.13 12:12:34 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:12:34 + command -v pyenv 12:12:34 ++ pyenv init - --no-rehash 12:12:34 + 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[*]}"'\'')" 12:12:34 export PATH="/opt/pyenv/shims:${PATH}" 12:12:34 export PYENV_SHELL=bash 12:12:34 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:12:34 pyenv() { 12:12:34 local command 12:12:34 command="${1:-}" 12:12:34 if [ "$#" -gt 0 ]; then 12:12:34 shift 12:12:34 fi 12:12:34 12:12:34 case "$command" in 12:12:34 rehash|shell) 12:12:34 eval "$(pyenv "sh-$command" "$@")" 12:12:34 ;; 12:12:34 *) 12:12:34 command pyenv "$command" "$@" 12:12:34 ;; 12:12:34 esac 12:12:34 }' 12:12:34 +++ 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[*]}"' 12:12:34 ++ 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 12:12:34 ++ 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 12:12:34 ++ 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 12:12:34 ++ export PYENV_SHELL=bash 12:12:34 ++ PYENV_SHELL=bash 12:12:34 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:12:34 +++ complete -F _pyenv pyenv 12:12:34 ++ lf-pyver python3 12:12:34 ++ local py_version_xy=python3 12:12:34 ++ local py_version_xyz= 12:12:34 ++ pyenv versions 12:12:34 ++ local command 12:12:34 ++ command=versions 12:12:34 ++ '[' 1 -gt 0 ']' 12:12:34 ++ shift 12:12:34 ++ case "$command" in 12:12:34 ++ command pyenv versions 12:12:34 ++ pyenv versions 12:12:34 ++ awk '{ print $1 }' 12:12:34 ++ grep -E '^[0-9.]*[0-9]$' 12:12:34 ++ sed 's/^[ *]* //' 12:12:34 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:12:34 +++ grep '^3' /tmp/.pyenv_versions 12:12:34 +++ sort -V 12:12:34 +++ tail -n 1 12:12:34 ++ py_version_xyz=3.10.6 12:12:34 ++ [[ -z 3.10.6 ]] 12:12:34 ++ echo 3.10.6 12:12:34 ++ return 0 12:12:34 + pyenv local 3.10.6 12:12:34 + local command 12:12:34 + command=local 12:12:34 + '[' 2 -gt 0 ']' 12:12:34 + shift 12:12:34 + case "$command" in 12:12:34 + command pyenv local 3.10.6 12:12:34 + pyenv local 3.10.6 12:12:34 + for arg in "$@" 12:12:34 + case $arg in 12:12:34 + pkg_list+='tox ' 12:12:34 + for arg in "$@" 12:12:34 + case $arg in 12:12:34 + pkg_list+='virtualenv ' 12:12:34 + for arg in "$@" 12:12:34 + case $arg in 12:12:34 + pkg_list+='urllib3~=1.26.15 ' 12:12:34 + [[ -f /tmp/.toxenv ]] 12:12:34 ++ cat /tmp/.toxenv 12:12:34 + lf_venv=/tmp/venv-9F6R 12:12:34 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9F6R from' file:/tmp/.toxenv 12:12:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9F6R from file:/tmp/.toxenv 12:12:34 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:12:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:12:34 + local 'pip_opts=--upgrade --quiet' 12:12:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:12:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:12:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:12:34 + [[ -n '' ]] 12:12:34 + [[ -n '' ]] 12:12:34 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:12:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:12:34 + /tmp/venv-9F6R/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 12:12:35 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:12:35 lf-activate-venv(): INFO: Base packages installed successfully 12:12:35 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:12:35 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:12:35 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:12:35 + /tmp/venv-9F6R/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 12:12:36 + type python3 12:12:36 + true 12:12:36 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-9F6R/bin to PATH' 12:12:36 lf-activate-venv(): INFO: Adding /tmp/venv-9F6R/bin to PATH 12:12:36 + PATH=/tmp/venv-9F6R/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 12:12:36 + return 0 12:12:36 + [[ -d /opt/pyenv ]] 12:12:36 + echo '---> Setting up pyenv' 12:12:36 ---> Setting up pyenv 12:12:36 + export PYENV_ROOT=/opt/pyenv 12:12:36 + PYENV_ROOT=/opt/pyenv 12:12:36 + export PATH=/opt/pyenv/bin:/tmp/venv-9F6R/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 12:12:36 + PATH=/opt/pyenv/bin:/tmp/venv-9F6R/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 12:12:36 ++ pwd 12:12:36 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 12:12:36 + export PYTHONPATH 12:12:36 + export TOX_TESTENV_PASSENV=PYTHONPATH 12:12:36 + TOX_TESTENV_PASSENV=PYTHONPATH 12:12:36 + tox --version 12:12:36 4.55.1 from /tmp/venv-9F6R/lib/python3.10/site-packages/tox/__init__.py 12:12:36 + PARALLEL=false 12:12:36 + TOX_OPTIONS_LIST= 12:12:36 + [[ -n pre-commit ]] 12:12:36 + TOX_OPTIONS_LIST=' -e pre-commit' 12:12:36 + case ${PARALLEL,,} in 12:12:36 + tox -e pre-commit 12:12:36 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 12:12:38 pre-commit: install_deps> python -I -m pip install pre-commit 12:12:40 pre-commit: freeze> python -m pip freeze --all 12:12:40 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.29.3,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.2,PyYAML==6.0.3,setuptools==82.0.1,typing_extensions==4.15.0,virtualenv==21.4.3 12:12:40 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 12:12:41 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 12:12:41 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 12:12:42 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 12:12:42 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 12:12:43 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 12:12:43 [INFO] Once installed this environment will be reused. 12:12:43 [INFO] This may take a few minutes... 12:12:47 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 12:12:47 [INFO] Once installed this environment will be reused. 12:12:47 [INFO] This may take a few minutes... 12:12:51 trim trailing whitespace.................................................Passed 12:12:51 Tabs remover.............................................................Passed 12:12:51 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 12:12:51 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 12:12:51 [INFO] Once installed this environment will be reused. 12:12:51 [INFO] This may take a few minutes... 12:12:59 gitlint..............................................(no files to check)Skipped 12:13:00 pre-commit: OK (23.07=setup[3.96]+cmd[10.77,8.34] seconds) 12:13:00 congratulations :) (23.10 seconds) 12:13:00 + tox_status=0 12:13:00 + echo '---> Completed tox runs' 12:13:00 ---> Completed tox runs 12:13:00 + for i in .tox/*/log 12:13:00 ++ echo .tox/pre-commit/log 12:13:00 ++ awk -F/ '{print $2}' 12:13:00 + tox_env=pre-commit 12:13:00 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 12:13:00 + DOC_DIR=docs/_build/html 12:13:00 + [[ -d docs/_build/html ]] 12:13:00 + echo '---> tox-run.sh ends' 12:13:00 ---> tox-run.sh ends 12:13:00 + test 0 -eq 0 12:13:00 $ ssh-agent -k 12:13:00 unset SSH_AUTH_SOCK; 12:13:00 unset SSH_AGENT_PID; 12:13:00 echo Agent pid 1671 killed; 12:13:00 [ssh-agent] Stopped. 12:13:00 [PostBuildScript] - [INFO] Executing post build scripts. 12:13:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17568025965969640393.sh 12:13:00 ---> sysstat.sh 12:13:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins123825176319698491.sh 12:13:00 ---> package-listing.sh 12:13:00 ++ facter osfamily 12:13:00 ++ tr '[:upper:]' '[:lower:]' 12:13:00 + OS_FAMILY=debian 12:13:00 + workspace=/w/workspace/oom-master-pre-commit-lint 12:13:00 + START_PACKAGES=/tmp/packages_start.txt 12:13:00 + END_PACKAGES=/tmp/packages_end.txt 12:13:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:13:00 + PACKAGES=/tmp/packages_start.txt 12:13:00 + '[' /w/workspace/oom-master-pre-commit-lint ']' 12:13:00 + PACKAGES=/tmp/packages_end.txt 12:13:00 + case "${OS_FAMILY}" in 12:13:00 + dpkg -l 12:13:00 + grep '^ii' 12:13:00 + '[' -f /tmp/packages_start.txt ']' 12:13:00 + '[' -f /tmp/packages_end.txt ']' 12:13:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:13:00 + '[' /w/workspace/oom-master-pre-commit-lint ']' 12:13:00 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 12:13:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 12:13:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12992745559382937383.sh 12:13:00 ---> capture-instance-metadata.sh 12:13:00 Setup pyenv: 12:13:00 system 12:13:00 3.8.13 12:13:00 3.9.13 12:13:00 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:13:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WJyf 12:13:04 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:13:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:13:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:13:08 lf-activate-venv(): INFO: Base packages installed successfully 12:13:08 lf-activate-venv(): INFO: Installing additional packages: lftools 12:13:28 lf-activate-venv(): INFO: Adding /tmp/venv-WJyf/bin to PATH 12:13:28 INFO: Running in OpenStack, capturing instance metadata 12:13:28 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1668297907011168574.sh 12:13:28 provisioning config files... 12:13:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config6490126938521514461tmp 12:13:28 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 12:13:28 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 12:13:28 [EnvInject] - Injecting environment variables from a build step. 12:13:28 [EnvInject] - Injecting as environment variables the properties content 12:13:28 SERVER_ID=logs 12:13:28 12:13:28 [EnvInject] - Variables injected successfully. 12:13:28 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16114268297606653642.sh 12:13:28 ---> create-netrc.sh 12:13:28 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10869551262016806308.sh 12:13:28 ---> python-tools-install.sh 12:13:28 Setup pyenv: 12:13:28 system 12:13:28 3.8.13 12:13:28 3.9.13 12:13:28 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:13:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WJyf from file:/tmp/.os_lf_venv 12:13:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:13:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:13:30 lf-activate-venv(): INFO: Base packages installed successfully 12:13:30 lf-activate-venv(): INFO: Installing additional packages: lftools 12:13:38 lf-activate-venv(): INFO: Adding /tmp/venv-WJyf/bin to PATH 12:13:38 Generating Requirements File 12:13:59 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. 12:13:59 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 12:13:59 Python 3.10.6 12:13:59 pip 26.1.2 from /tmp/venv-WJyf/lib/python3.10/site-packages/pip (python 3.10) 12:14:00 aiohappyeyeballs==2.6.2 12:14:00 aiohttp==3.14.1 12:14:00 aiosignal==1.4.0 12:14:00 appdirs==1.4.4 12:14:00 argcomplete==3.6.3 12:14:00 aspy.yaml==1.3.0 12:14:00 async-timeout==5.0.1 12:14:00 attrs==26.1.0 12:14:00 autopage==0.6.0 12:14:00 backports.strenum==1.3.1 12:14:00 beautifulsoup4==4.15.0 12:14:00 boto3==1.43.28 12:14:00 botocore==1.43.28 12:14:00 bs4==0.0.2 12:14:00 certifi==2026.5.20 12:14:00 cffi==2.0.0 12:14:00 cfgv==3.5.0 12:14:00 chardet==7.4.3 12:14:00 charset-normalizer==3.4.7 12:14:00 click==8.4.1 12:14:00 cliff==4.14.0 12:14:00 cmd2==3.5.1 12:14:00 cryptography==3.3.2 12:14:00 debtcollector==3.1.0 12:14:00 decorator==5.3.1 12:14:00 defusedxml==0.7.1 12:14:00 Deprecated==1.3.1 12:14:00 distlib==0.4.3 12:14:00 dnspython==2.8.0 12:14:00 docker==7.1.0 12:14:00 dogpile.cache==1.5.0 12:14:00 durationpy==0.10 12:14:00 email-validator==2.3.0 12:14:00 filelock==3.29.3 12:14:00 frozenlist==1.8.0 12:14:00 future==1.0.0 12:14:00 gitdb==4.0.12 12:14:00 GitPython==3.1.50 12:14:00 httplib2==0.30.2 12:14:00 identify==2.6.19 12:14:00 idna==3.18 12:14:00 importlib-resources==1.5.0 12:14:00 iso8601==2.1.0 12:14:00 Jinja2==3.1.6 12:14:00 jmespath==1.1.0 12:14:00 jsonpatch==1.33 12:14:00 jsonpointer==3.1.1 12:14:00 jsonschema==4.26.0 12:14:00 jsonschema-specifications==2025.9.1 12:14:00 keystoneauth1==5.14.0 12:14:00 kubernetes==36.0.2 12:14:00 lftools==0.37.22 12:14:00 lxml==6.1.1 12:14:00 markdown-it-py==4.2.0 12:14:00 MarkupSafe==3.0.3 12:14:00 mdurl==0.1.2 12:14:00 msgpack==1.2.0 12:14:00 multi_key_dict==2.0.3 12:14:00 multidict==6.7.1 12:14:00 munch==4.0.0 12:14:00 netaddr==1.3.0 12:14:00 niet==1.4.2 12:14:00 nodeenv==1.10.0 12:14:00 oauth2client==4.1.3 12:14:00 oauthlib==3.3.1 12:14:00 openstacksdk==4.13.0 12:14:00 os-service-types==1.8.2 12:14:00 osc-lib==4.6.0 12:14:00 oslo.config==10.4.0 12:14:00 oslo.context==6.4.0 12:14:00 oslo.i18n==6.8.0 12:14:00 oslo.log==8.2.0 12:14:00 oslo.serialization==5.10.0 12:14:00 oslo.utils==10.1.1 12:14:00 packaging==26.2 12:14:00 pbr==7.0.3 12:14:00 platformdirs==4.10.0 12:14:00 prettytable==3.17.0 12:14:00 propcache==0.5.2 12:14:00 psutil==7.2.2 12:14:00 pyasn1==0.6.3 12:14:00 pyasn1_modules==0.4.2 12:14:00 pycparser==3.0 12:14:00 pygerrit2==2.0.15 12:14:00 PyGithub==2.9.1 12:14:00 Pygments==2.20.0 12:14:00 PyJWT==2.13.0 12:14:00 PyNaCl==1.6.2 12:14:00 pyparsing==2.4.7 12:14:00 pyperclip==1.11.0 12:14:00 pyrsistent==0.20.0 12:14:00 python-cinderclient==9.9.0 12:14:00 python-dateutil==2.9.0.post0 12:14:00 python-discovery==1.4.2 12:14:00 python-heatclient==5.2.0 12:14:00 python-jenkins==1.8.3 12:14:00 python-keystoneclient==5.8.0 12:14:00 python-magnumclient==4.10.0 12:14:00 python-openstackclient==10.0.0 12:14:00 python-swiftclient==4.10.0 12:14:00 PyYAML==6.0.3 12:14:00 referencing==0.37.0 12:14:00 requests==2.34.2 12:14:00 requests-oauthlib==2.0.0 12:14:00 rfc3986==2.0.0 12:14:00 rich==15.0.0 12:14:00 rich-argparse==1.8.0 12:14:00 rpds-py==0.30.0 12:14:00 rsa==4.9.1 12:14:00 ruamel.yaml==0.19.1 12:14:00 ruamel.yaml.clib==0.2.15 12:14:00 s3transfer==0.18.0 12:14:00 simplejson==4.1.1 12:14:00 six==1.17.0 12:14:00 smmap==5.0.3 12:14:00 soupsieve==2.8.4 12:14:00 stevedore==5.8.0 12:14:00 tabulate==0.10.0 12:14:00 toml==0.10.2 12:14:00 tomlkit==0.15.0 12:14:00 tqdm==4.68.2 12:14:00 typing_extensions==4.15.0 12:14:00 urllib3==1.26.20 12:14:00 virtualenv==21.4.3 12:14:00 wcwidth==0.8.1 12:14:00 websocket-client==1.9.0 12:14:00 wrapt==2.2.1 12:14:00 xdg==6.0.0 12:14:00 xmltodict==1.0.4 12:14:00 yarl==1.24.2 12:14:00 yq==3.4.3 12:14:00 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins5310670418908979527.sh 12:14:00 ---> uv-install.sh 12:14:00 Installing uv/uvx (latest) using shell installer 12:14:00 2026-06-12 12:14:00 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-W7tpyR.sh" [1] 12:14:00 downloading uv 0.11.21 x86_64-unknown-linux-gnu 12:14:01 installing to /home/jenkins/.local/bin 12:14:01 uv 12:14:01 uvx 12:14:01 everything's installed! 12:14:01 12:14:01 To add $HOME/.local/bin to your PATH, either restart your shell or run: 12:14:01 12:14:01 source $HOME/.local/bin/env (sh, bash, zsh) 12:14:01 source $HOME/.local/bin/env.fish (fish) 12:14:01 Adding install location to PATH 12:14:01 ---> Validating uv/uvx install 12:14:01 uvx 0.11.21 (x86_64-unknown-linux-gnu) 12:14:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7536115991210509724.sh 12:14:01 ---> sudo-logs.sh 12:14:01 Archiving 'sudo' log.. 12:14:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11945016917050068787.sh 12:14:01 ---> job-cost.sh 12:14:01 INFO: Activating Python virtual environment... 12:14:01 Setup pyenv: 12:14:01 system 12:14:01 3.8.13 12:14:01 3.9.13 12:14:01 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:14:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WJyf from file:/tmp/.os_lf_venv 12:14:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:14:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:14:03 lf-activate-venv(): INFO: Base packages installed successfully 12:14:03 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:14:08 lf-activate-venv(): INFO: Adding /tmp/venv-WJyf/bin to PATH 12:14:08 INFO: No stack-cost file found 12:14:08 INFO: Instance uptime: 142s 12:14:08 INFO: Fetching instance metadata (attempt 1 of 3)... 12:14:08 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 12:14:08 INFO: Successfully fetched instance metadata 12:14:08 INFO: Instance type: v3-standard-4 12:14:08 INFO: Retrieving pricing info for: v3-standard-4 12:14:08 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 12:14:08 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=142 12:14:08 INFO: Successfully fetched Vexxhost pricing API 12:14:08 INFO: Retrieved cost: 0.11 12:14:08 INFO: Retrieved resource: v3-standard-4 12:14:08 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 12:14:08 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 12:14:08 INFO: Successfully archived job cost data 12:14:08 DEBUG: Cost data: oom-master-pre-commit-lint,4641,2026-06-12 12:14:08,v3-standard-4,142,0.11,0.00,SUCCESS 12:14:08 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14328735362670051597.sh 12:14:08 ---> logs-deploy.sh 12:14:08 Setup pyenv: 12:14:08 system 12:14:08 3.8.13 12:14:08 3.9.13 12:14:08 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:14:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WJyf from file:/tmp/.os_lf_venv 12:14:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:14:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:14:10 lf-activate-venv(): INFO: Base packages installed successfully 12:14:10 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 12:14:17 lf-activate-venv(): INFO: Adding /tmp/venv-WJyf/bin to PATH 12:14:17 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4641 12:14:17 INFO: archiving workspace using pattern(s): 12:14:18 Archives upload complete. 12:14:18 INFO: archiving logs to Nexus 12:14:19 ---> uname -a: 12:14:19 Linux prd-ubuntu1804-builder-4c-4g-11270 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 12:14:19 12:14:19 12:14:19 ---> lscpu: 12:14:19 Architecture: x86_64 12:14:19 CPU op-mode(s): 32-bit, 64-bit 12:14:19 Byte Order: Little Endian 12:14:19 CPU(s): 4 12:14:19 On-line CPU(s) list: 0-3 12:14:19 Thread(s) per core: 1 12:14:19 Core(s) per socket: 1 12:14:19 Socket(s): 4 12:14:19 NUMA node(s): 1 12:14:19 Vendor ID: AuthenticAMD 12:14:19 CPU family: 23 12:14:19 Model: 49 12:14:19 Model name: AMD EPYC-Rome Processor 12:14:19 Stepping: 0 12:14:19 CPU MHz: 2799.998 12:14:19 BogoMIPS: 5599.99 12:14:19 Virtualization: AMD-V 12:14:19 Hypervisor vendor: KVM 12:14:19 Virtualization type: full 12:14:19 L1d cache: 32K 12:14:19 L1i cache: 32K 12:14:19 L2 cache: 512K 12:14:19 L3 cache: 16384K 12:14:19 NUMA node0 CPU(s): 0-3 12:14:19 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 12:14:19 12:14:19 12:14:19 ---> nproc: 12:14:19 4 12:14:19 12:14:19 12:14:19 ---> df -h: 12:14:19 Filesystem Size Used Avail Use% Mounted on 12:14:19 udev 7.9G 0 7.9G 0% /dev 12:14:19 tmpfs 1.6G 676K 1.6G 1% /run 12:14:19 /dev/vda1 78G 8.6G 69G 11% / 12:14:19 tmpfs 7.9G 0 7.9G 0% /dev/shm 12:14:19 tmpfs 5.0M 0 5.0M 0% /run/lock 12:14:19 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 12:14:19 /dev/vda15 105M 4.4M 100M 5% /boot/efi 12:14:19 tmpfs 1.6G 0 1.6G 0% /run/user/1001 12:14:19 12:14:19 12:14:19 ---> free -m: 12:14:19 total used free shared buff/cache available 12:14:19 Mem: 16040 629 13058 0 2352 15086 12:14:19 Swap: 1023 0 1023 12:14:19 12:14:19 12:14:19 ---> ip addr: 12:14:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:14:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:14:19 inet 127.0.0.1/8 scope host lo 12:14:19 valid_lft forever preferred_lft forever 12:14:19 inet6 ::1/128 scope host 12:14:19 valid_lft forever preferred_lft forever 12:14:19 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 12:14:19 link/ether fa:16:3e:98:d1:05 brd ff:ff:ff:ff:ff:ff 12:14:19 inet 10.30.106.177/23 brd 10.30.107.255 scope global dynamic ens3 12:14:19 valid_lft 86255sec preferred_lft 86255sec 12:14:19 inet6 fe80::f816:3eff:fe98:d105/64 scope link 12:14:19 valid_lft forever preferred_lft forever 12:14:19 12:14:19 12:14:19 ---> sar -b -r -n DEV: 12:14:19 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-11270) 06/12/26 _x86_64_ (4 CPU) 12:14:19 12:14:19 12:11:57 LINUX RESTART (4 CPU) 12:14:19 12:14:19 12:12:01 tps rtps wtps bread/s bwrtn/s 12:14:19 12:13:01 394.43 100.13 294.30 5024.76 106118.58 12:14:19 12:14:01 137.87 0.90 136.97 113.16 16101.43 12:14:19 Average: 266.14 50.51 215.63 2568.76 61106.26 12:14:19 12:14:19 12:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:14:19 12:13:01 13934900 15513748 2490068 15.16 58420 1720976 775296 4.44 786244 1489560 152376 12:14:19 12:14:01 13446864 15512200 2978104 18.13 88100 2152680 788132 4.51 800112 1911300 231464 12:14:19 Average: 13690882 15512974 2734086 16.65 73260 1936828 781714 4.47 793178 1700430 191920 12:14:19 12:14:19 12:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:14:19 12:13:01 lo 3.33 3.33 0.35 0.35 0.00 0.00 0.00 0.00 12:14:19 12:13:01 ens3 454.91 313.46 2418.36 79.27 0.00 0.00 0.00 0.00 12:14:19 12:14:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 12:14:19 12:14:01 ens3 97.13 65.46 1482.29 12.11 0.00 0.00 0.00 0.00 12:14:19 Average: lo 2.37 2.37 0.25 0.25 0.00 0.00 0.00 0.00 12:14:19 Average: ens3 276.01 189.45 1950.29 45.69 0.00 0.00 0.00 0.00 12:14:19 12:14:19 12:14:19 ---> sar -P ALL: 12:14:19 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-11270) 06/12/26 _x86_64_ (4 CPU) 12:14:19 12:14:19 12:11:57 LINUX RESTART (4 CPU) 12:14:19 12:14:19 12:12:01 CPU %user %nice %system %iowait %steal %idle 12:14:19 12:13:01 all 24.17 0.00 3.56 4.98 0.07 67.21 12:14:19 12:13:01 0 19.60 0.00 4.01 4.96 0.07 71.36 12:14:19 12:13:01 1 16.92 0.00 3.34 8.67 0.07 71.00 12:14:19 12:13:01 2 35.22 0.00 3.34 1.32 0.07 60.05 12:14:19 12:13:01 3 24.95 0.00 3.52 5.02 0.07 66.45 12:14:19 12:14:01 all 21.80 0.00 1.48 1.32 0.05 75.35 12:14:19 12:14:01 0 2.44 0.00 0.48 3.00 0.05 94.03 12:14:19 12:14:01 1 20.08 0.00 1.59 1.45 0.05 76.83 12:14:19 12:14:01 2 29.47 0.00 1.82 0.55 0.05 68.11 12:14:19 12:14:01 3 35.47 0.00 2.05 0.25 0.07 62.16 12:14:19 Average: all 22.98 0.00 2.52 3.15 0.06 71.29 12:14:19 Average: 0 10.98 0.00 2.24 3.98 0.06 82.75 12:14:19 Average: 1 18.50 0.00 2.46 5.05 0.06 73.92 12:14:19 Average: 2 32.34 0.00 2.58 0.93 0.06 64.08 12:14:19 Average: 3 30.22 0.00 2.79 2.63 0.07 64.30 12:14:19 12:14:19 12:14:19