20:36:25 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/142664 20:36:25 Running as SYSTEM 20:36:25 [EnvInject] - Loading node environment variables. 20:36:25 Building remotely on prd-ubuntu1804-builder-4c-4g-18516 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 20:36:25 [ssh-agent] Looking for ssh-agent implementation... 20:36:25 $ ssh-agent 20:36:25 SSH_AUTH_SOCK=/tmp/ssh-uBlzKII4RoiV/agent.1654 20:36:25 SSH_AGENT_PID=1656 20:36:25 [ssh-agent] Started. 20:36:25 Running ssh-add (command line suppressed) 20:36:25 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_852968679282111850.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_852968679282111850.key) 20:36:25 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 20:36:25 The recommended git tool is: NONE 20:36:27 using credential onap-jenkins-ssh 20:36:27 Wiping out workspace first. 20:36:27 Cloning the remote Git repository 20:36:27 Cloning repository git://cloud.onap.org/mirror/oom.git 20:36:27 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 20:36:27 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:36:27 > git --version # timeout=10 20:36:27 > git --version # 'git version 2.17.1' 20:36:27 using GIT_SSH to set credentials Gerrit user 20:36:27 Verifying host key using manually-configured host key entries 20:36:27 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 20:36:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:36:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:33 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:36:33 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:36:33 using GIT_SSH to set credentials Gerrit user 20:36:33 Verifying host key using manually-configured host key entries 20:36:33 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/64/142664/9 # timeout=30 20:36:33 > git rev-parse 8ebd4f62c7898c415e6f5f180d331381b8d4a931^{commit} # timeout=10 20:36:33 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 20:36:33 Checking out Revision 8ebd4f62c7898c415e6f5f180d331381b8d4a931 (refs/changes/64/142664/9) 20:36:33 > git config core.sparsecheckout # timeout=10 20:36:33 > git checkout -f 8ebd4f62c7898c415e6f5f180d331381b8d4a931 # timeout=30 20:36:36 Commit message: "Update SDNC versions for Quebec" 20:36:36 > git rev-parse FETCH_HEAD^{commit} # timeout=10 20:36:36 > git rev-list --no-walk 15124307d21ac26fd7796d104c69b0130c2060a6 # timeout=10 20:36:37 [EnvInject] - Injecting environment variables from a build step. 20:36:37 [EnvInject] - Injecting as environment variables the properties content 20:36:37 PYTHON=python3 20:36:37 20:36:37 [EnvInject] - Variables injected successfully. 20:36:37 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins12993777575451560447.sh 20:36:37 ---> tox-install.sh 20:36:37 + source /home/jenkins/lf-env.sh 20:36:37 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:36:37 ++ mktemp -d /tmp/venv-XXXX 20:36:37 + lf_venv=/tmp/venv-uPGT 20:36:37 + local venv_file=/tmp/.os_lf_venv 20:36:37 + local python=python3 20:36:37 + local options 20:36:37 + local set_path=true 20:36:37 + local install_args= 20:36:37 ++ 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 20:36:37 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:36:37 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:36:37 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:36:37 + true 20:36:37 + case $1 in 20:36:37 + venv_file=/tmp/.toxenv 20:36:37 + shift 2 20:36:37 + true 20:36:37 + case $1 in 20:36:37 + shift 20:36:37 + break 20:36:37 + case $python in 20:36:37 + local pkg_list= 20:36:37 + [[ -d /opt/pyenv ]] 20:36:37 + echo 'Setup pyenv:' 20:36:37 Setup pyenv: 20:36:37 + export PYENV_ROOT=/opt/pyenv 20:36:37 + PYENV_ROOT=/opt/pyenv 20:36:37 + 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 20:36:37 + 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 20:36:37 + pyenv versions 20:36:37 * system (set by /opt/pyenv/version) 20:36:37 * 3.8.13 (set by /opt/pyenv/version) 20:36:37 * 3.9.13 (set by /opt/pyenv/version) 20:36:37 * 3.10.6 (set by /opt/pyenv/version) 20:36:37 + command -v pyenv 20:36:37 ++ pyenv init - --no-rehash 20:36:37 + 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[*]}"'\'')" 20:36:37 export PATH="/opt/pyenv/shims:${PATH}" 20:36:37 export PYENV_SHELL=bash 20:36:37 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:36:37 pyenv() { 20:36:37 local command 20:36:37 command="${1:-}" 20:36:37 if [ "$#" -gt 0 ]; then 20:36:37 shift 20:36:37 fi 20:36:37 20:36:37 case "$command" in 20:36:37 rehash|shell) 20:36:37 eval "$(pyenv "sh-$command" "$@")" 20:36:37 ;; 20:36:37 *) 20:36:37 command pyenv "$command" "$@" 20:36:37 ;; 20:36:37 esac 20:36:37 }' 20:36:37 +++ 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[*]}"' 20:36:37 ++ 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 20:36:37 ++ 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 20:36:37 ++ 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 20:36:37 ++ export PYENV_SHELL=bash 20:36:37 ++ PYENV_SHELL=bash 20:36:37 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:36:37 +++ complete -F _pyenv pyenv 20:36:37 ++ lf-pyver python3 20:36:37 ++ local py_version_xy=python3 20:36:37 ++ local py_version_xyz= 20:36:37 ++ pyenv versions 20:36:37 ++ local command 20:36:37 ++ command=versions 20:36:37 ++ '[' 1 -gt 0 ']' 20:36:37 ++ shift 20:36:37 ++ case "$command" in 20:36:37 ++ command pyenv versions 20:36:37 ++ pyenv versions 20:36:37 ++ awk '{ print $1 }' 20:36:37 ++ grep -E '^[0-9.]*[0-9]$' 20:36:37 ++ sed 's/^[ *]* //' 20:36:37 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:36:37 +++ grep '^3' /tmp/.pyenv_versions 20:36:37 +++ tail -n 1 20:36:37 +++ sort -V 20:36:37 ++ py_version_xyz=3.10.6 20:36:37 ++ [[ -z 3.10.6 ]] 20:36:37 ++ echo 3.10.6 20:36:37 ++ return 0 20:36:37 + pyenv local 3.10.6 20:36:37 + local command 20:36:37 + command=local 20:36:37 + '[' 2 -gt 0 ']' 20:36:37 + shift 20:36:37 + case "$command" in 20:36:37 + command pyenv local 3.10.6 20:36:37 + pyenv local 3.10.6 20:36:37 + for arg in "$@" 20:36:37 + case $arg in 20:36:37 + pkg_list+='tox ' 20:36:37 + for arg in "$@" 20:36:37 + case $arg in 20:36:37 + pkg_list+='virtualenv ' 20:36:37 + for arg in "$@" 20:36:37 + case $arg in 20:36:37 + pkg_list+='urllib3~=1.26.15 ' 20:36:37 + [[ -f /tmp/.toxenv ]] 20:36:37 + [[ ! -f /tmp/.toxenv ]] 20:36:37 + [[ -n '' ]] 20:36:37 + python3 -m venv /tmp/venv-uPGT 20:36:41 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uPGT' 20:36:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uPGT 20:36:41 + echo /tmp/venv-uPGT 20:36:41 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 20:36:41 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 20:36:41 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 20:36:41 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:36:41 + local 'pip_opts=--upgrade --quiet' 20:36:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 20:36:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 20:36:41 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 20:36:41 + [[ -n '' ]] 20:36:41 + [[ -n '' ]] 20:36:41 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 20:36:41 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:36:41 + /tmp/venv-uPGT/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 20:36:46 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 20:36:46 lf-activate-venv(): INFO: Base packages installed successfully 20:36:46 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:36:46 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 20:36:46 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 20:36:46 + /tmp/venv-uPGT/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 20:36:49 + type python3 20:36:49 + true 20:36:49 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-uPGT/bin to PATH' 20:36:49 lf-activate-venv(): INFO: Adding /tmp/venv-uPGT/bin to PATH 20:36:49 + PATH=/tmp/venv-uPGT/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 20:36:49 + return 0 20:36:49 + python3 --version 20:36:49 Python 3.10.6 20:36:49 + python3 -m pip --version 20:36:49 pip 26.0.1 from /tmp/venv-uPGT/lib/python3.10/site-packages/pip (python 3.10) 20:36:49 + python3 -m pip freeze 20:36:50 cachetools==7.0.1 20:36:50 chardet==5.2.0 20:36:50 colorama==0.4.6 20:36:50 distlib==0.4.0 20:36:50 filelock==3.24.3 20:36:50 packaging==26.0 20:36:50 platformdirs==4.9.2 20:36:50 pluggy==1.6.0 20:36:50 pyproject-api==1.10.0 20:36:50 tomli==2.4.0 20:36:50 tox==4.41.0 20:36:50 typing_extensions==4.15.0 20:36:50 urllib3==1.26.20 20:36:50 virtualenv==20.38.0 20:36:50 [EnvInject] - Injecting environment variables from a build step. 20:36:50 [EnvInject] - Injecting as environment variables the properties content 20:36:50 PARALLEL=false 20:36:50 20:36:50 [EnvInject] - Variables injected successfully. 20:36:51 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16254714331199776079.sh 20:36:51 ---> tox-run.sh 20:36:51 + 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 20:36:51 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 20:36:51 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 20:36:51 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 20:36:51 + cd /w/workspace/oom-master-pre-commit-lint/. 20:36:51 + source /home/jenkins/lf-env.sh 20:36:51 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:36:51 ++ mktemp -d /tmp/venv-XXXX 20:36:51 + lf_venv=/tmp/venv-BrmU 20:36:51 + local venv_file=/tmp/.os_lf_venv 20:36:51 + local python=python3 20:36:51 + local options 20:36:51 + local set_path=true 20:36:51 + local install_args= 20:36:51 ++ 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 20:36:51 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:36:51 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:36:51 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:36:51 + true 20:36:51 + case $1 in 20:36:51 + venv_file=/tmp/.toxenv 20:36:51 + shift 2 20:36:51 + true 20:36:51 + case $1 in 20:36:51 + shift 20:36:51 + break 20:36:51 + case $python in 20:36:51 + local pkg_list= 20:36:51 + [[ -d /opt/pyenv ]] 20:36:51 + echo 'Setup pyenv:' 20:36:51 Setup pyenv: 20:36:51 + export PYENV_ROOT=/opt/pyenv 20:36:51 + PYENV_ROOT=/opt/pyenv 20:36:51 + 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 20:36:51 + 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 20:36:51 + pyenv versions 20:36:51 system 20:36:51 3.8.13 20:36:51 3.9.13 20:36:51 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:36:51 + command -v pyenv 20:36:51 ++ pyenv init - --no-rehash 20:36:51 + 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[*]}"'\'')" 20:36:51 export PATH="/opt/pyenv/shims:${PATH}" 20:36:51 export PYENV_SHELL=bash 20:36:51 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:36:51 pyenv() { 20:36:51 local command 20:36:51 command="${1:-}" 20:36:51 if [ "$#" -gt 0 ]; then 20:36:51 shift 20:36:51 fi 20:36:51 20:36:51 case "$command" in 20:36:51 rehash|shell) 20:36:51 eval "$(pyenv "sh-$command" "$@")" 20:36:51 ;; 20:36:51 *) 20:36:51 command pyenv "$command" "$@" 20:36:51 ;; 20:36:51 esac 20:36:51 }' 20:36:51 +++ 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[*]}"' 20:36:51 ++ 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 20:36:51 ++ 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 20:36:51 ++ 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 20:36:51 ++ export PYENV_SHELL=bash 20:36:51 ++ PYENV_SHELL=bash 20:36:51 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:36:51 +++ complete -F _pyenv pyenv 20:36:51 ++ lf-pyver python3 20:36:51 ++ local py_version_xy=python3 20:36:51 ++ local py_version_xyz= 20:36:51 ++ sed 's/^[ *]* //' 20:36:51 ++ pyenv versions 20:36:51 ++ local command 20:36:51 ++ grep -E '^[0-9.]*[0-9]$' 20:36:51 ++ awk '{ print $1 }' 20:36:51 ++ command=versions 20:36:51 ++ '[' 1 -gt 0 ']' 20:36:51 ++ shift 20:36:51 ++ case "$command" in 20:36:51 ++ command pyenv versions 20:36:51 ++ pyenv versions 20:36:51 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:36:51 +++ grep '^3' /tmp/.pyenv_versions 20:36:51 +++ sort -V 20:36:51 +++ tail -n 1 20:36:51 ++ py_version_xyz=3.10.6 20:36:51 ++ [[ -z 3.10.6 ]] 20:36:51 ++ echo 3.10.6 20:36:51 ++ return 0 20:36:51 + pyenv local 3.10.6 20:36:51 + local command 20:36:51 + command=local 20:36:51 + '[' 2 -gt 0 ']' 20:36:51 + shift 20:36:51 + case "$command" in 20:36:51 + command pyenv local 3.10.6 20:36:51 + pyenv local 3.10.6 20:36:51 + for arg in "$@" 20:36:51 + case $arg in 20:36:51 + pkg_list+='tox ' 20:36:51 + for arg in "$@" 20:36:51 + case $arg in 20:36:51 + pkg_list+='virtualenv ' 20:36:51 + for arg in "$@" 20:36:51 + case $arg in 20:36:51 + pkg_list+='urllib3~=1.26.15 ' 20:36:51 + [[ -f /tmp/.toxenv ]] 20:36:51 ++ cat /tmp/.toxenv 20:36:51 + lf_venv=/tmp/venv-uPGT 20:36:51 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-uPGT from' file:/tmp/.toxenv 20:36:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-uPGT from file:/tmp/.toxenv 20:36:51 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 20:36:51 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:36:51 + local 'pip_opts=--upgrade --quiet' 20:36:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 20:36:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 20:36:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 20:36:51 + [[ -n '' ]] 20:36:51 + [[ -n '' ]] 20:36:51 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 20:36:51 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:36:51 + /tmp/venv-uPGT/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 20:36:52 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 20:36:52 lf-activate-venv(): INFO: Base packages installed successfully 20:36:52 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:36:52 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 20:36:52 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 20:36:52 + /tmp/venv-uPGT/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 20:36:54 + type python3 20:36:54 + true 20:36:54 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-uPGT/bin to PATH' 20:36:54 lf-activate-venv(): INFO: Adding /tmp/venv-uPGT/bin to PATH 20:36:54 + PATH=/tmp/venv-uPGT/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 20:36:54 + return 0 20:36:54 + [[ -d /opt/pyenv ]] 20:36:54 + echo '---> Setting up pyenv' 20:36:54 ---> Setting up pyenv 20:36:54 + export PYENV_ROOT=/opt/pyenv 20:36:54 + PYENV_ROOT=/opt/pyenv 20:36:54 + export PATH=/opt/pyenv/bin:/tmp/venv-uPGT/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 20:36:54 + PATH=/opt/pyenv/bin:/tmp/venv-uPGT/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 20:36:54 ++ pwd 20:36:54 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 20:36:54 + export PYTHONPATH 20:36:54 + export TOX_TESTENV_PASSENV=PYTHONPATH 20:36:54 + TOX_TESTENV_PASSENV=PYTHONPATH 20:36:54 + tox --version 20:36:54 4.41.0 from /tmp/venv-uPGT/lib/python3.10/site-packages/tox/__init__.py 20:36:54 + PARALLEL=false 20:36:54 + TOX_OPTIONS_LIST= 20:36:54 + [[ -n pre-commit ]] 20:36:54 + TOX_OPTIONS_LIST=' -e pre-commit' 20:36:54 + case ${PARALLEL,,} in 20:36:54 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 20:36:54 + tox -e pre-commit 20:36:55 pre-commit: install_deps> python -I -m pip install pre-commit 20:36:58 pre-commit: freeze> python -m pip freeze --all 20:36:58 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.24.3,identify==2.6.16,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.2,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==20.38.0 20:36:58 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 20:36:58 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 20:36:59 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 20:36:59 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 20:37:00 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 20:37:00 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 20:37:00 [INFO] Once installed this environment will be reused. 20:37:00 [INFO] This may take a few minutes... 20:37:04 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 20:37:04 [INFO] Once installed this environment will be reused. 20:37:04 [INFO] This may take a few minutes... 20:37:09 trim trailing whitespace.................................................Passed 20:37:09 Tabs remover.............................................................Passed 20:37:09 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 20:37:10 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 20:37:10 [INFO] Once installed this environment will be reused. 20:37:10 [INFO] This may take a few minutes... 20:37:18 gitlint..............................................(no files to check)Skipped 20:37:18 pre-commit: OK (23.75=setup[3.72]+cmd[11.24,8.80] seconds) 20:37:18 congratulations :) (23.79 seconds) 20:37:18 + tox_status=0 20:37:18 + echo '---> Completed tox runs' 20:37:18 ---> Completed tox runs 20:37:18 + for i in .tox/*/log 20:37:18 ++ echo .tox/pre-commit/log 20:37:18 ++ awk -F/ '{print $2}' 20:37:18 + tox_env=pre-commit 20:37:18 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 20:37:18 + DOC_DIR=docs/_build/html 20:37:18 + [[ -d docs/_build/html ]] 20:37:18 + echo '---> tox-run.sh ends' 20:37:18 ---> tox-run.sh ends 20:37:18 + test 0 -eq 0 20:37:18 $ ssh-agent -k 20:37:18 unset SSH_AUTH_SOCK; 20:37:18 unset SSH_AGENT_PID; 20:37:18 echo Agent pid 1656 killed; 20:37:18 [ssh-agent] Stopped. 20:37:18 [PostBuildScript] - [INFO] Executing post build scripts. 20:37:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1540033649167273135.sh 20:37:18 ---> sysstat.sh 20:37:19 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12359483571619491135.sh 20:37:19 ---> package-listing.sh 20:37:19 ++ facter osfamily 20:37:19 ++ tr '[:upper:]' '[:lower:]' 20:37:19 + OS_FAMILY=debian 20:37:19 + workspace=/w/workspace/oom-master-pre-commit-lint 20:37:19 + START_PACKAGES=/tmp/packages_start.txt 20:37:19 + END_PACKAGES=/tmp/packages_end.txt 20:37:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:19 + PACKAGES=/tmp/packages_start.txt 20:37:19 + '[' /w/workspace/oom-master-pre-commit-lint ']' 20:37:19 + PACKAGES=/tmp/packages_end.txt 20:37:19 + case "${OS_FAMILY}" in 20:37:19 + dpkg -l 20:37:19 + grep '^ii' 20:37:19 + '[' -f /tmp/packages_start.txt ']' 20:37:19 + '[' -f /tmp/packages_end.txt ']' 20:37:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:19 + '[' /w/workspace/oom-master-pre-commit-lint ']' 20:37:19 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 20:37:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 20:37:19 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15067997979086330652.sh 20:37:19 ---> capture-instance-metadata.sh 20:37:19 Setup pyenv: 20:37:19 system 20:37:19 3.8.13 20:37:19 3.9.13 20:37:19 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:37:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-y8F2 20:37:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:37:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:37:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:37:27 lf-activate-venv(): INFO: Base packages installed successfully 20:37:27 lf-activate-venv(): INFO: Installing additional packages: lftools 20:37:47 lf-activate-venv(): INFO: Adding /tmp/venv-y8F2/bin to PATH 20:37:47 INFO: Running in OpenStack, capturing instance metadata 20:37:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1092913797624439879.sh 20:37:47 provisioning config files... 20:37:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config6171053808625783214tmp 20:37:48 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 20:37:48 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 20:37:48 [EnvInject] - Injecting environment variables from a build step. 20:37:48 [EnvInject] - Injecting as environment variables the properties content 20:37:48 SERVER_ID=logs 20:37:48 20:37:48 [EnvInject] - Variables injected successfully. 20:37:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1206329760784608169.sh 20:37:48 ---> create-netrc.sh 20:37:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11725723781875235916.sh 20:37:48 ---> python-tools-install.sh 20:37:48 Setup pyenv: 20:37:48 system 20:37:48 3.8.13 20:37:48 3.9.13 20:37:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:37:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-y8F2 from file:/tmp/.os_lf_venv 20:37:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:37:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:37:49 lf-activate-venv(): INFO: Base packages installed successfully 20:37:49 lf-activate-venv(): INFO: Installing additional packages: lftools 20:37:57 lf-activate-venv(): INFO: Adding /tmp/venv-y8F2/bin to PATH 20:37:57 Generating Requirements File 20:38: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. 20:38:14 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 20:38:14 Python 3.10.6 20:38:15 pip 26.0.1 from /tmp/venv-y8F2/lib/python3.10/site-packages/pip (python 3.10) 20:38:15 appdirs==1.4.4 20:38:15 argcomplete==3.6.3 20:38:15 aspy.yaml==1.3.0 20:38:15 attrs==25.4.0 20:38:15 autopage==0.6.0 20:38:15 backports.strenum==1.3.1 20:38:15 beautifulsoup4==4.14.3 20:38:15 boto3==1.42.53 20:38:15 botocore==1.42.53 20:38:15 bs4==0.0.2 20:38:15 certifi==2026.1.4 20:38:15 cffi==2.0.0 20:38:15 cfgv==3.5.0 20:38:15 chardet==5.2.0 20:38:15 charset-normalizer==3.4.4 20:38:15 click==8.3.1 20:38:15 cliff==4.13.2 20:38:15 cmd2==3.2.0 20:38:15 cryptography==3.3.2 20:38:15 debtcollector==3.0.0 20:38:15 decorator==5.2.1 20:38:15 defusedxml==0.7.1 20:38:15 Deprecated==1.3.1 20:38:15 distlib==0.4.0 20:38:15 dnspython==2.8.0 20:38:15 docker==7.1.0 20:38:15 dogpile.cache==1.5.0 20:38:15 durationpy==0.10 20:38:15 email-validator==2.3.0 20:38:15 filelock==3.24.3 20:38:15 future==1.0.0 20:38:15 gitdb==4.0.12 20:38:15 GitPython==3.1.46 20:38:15 httplib2==0.30.2 20:38:15 identify==2.6.16 20:38:15 idna==3.11 20:38:15 importlib-resources==1.5.0 20:38:15 iso8601==2.1.0 20:38:15 Jinja2==3.1.6 20:38:15 jmespath==1.1.0 20:38:15 jsonpatch==1.33 20:38:15 jsonpointer==3.0.0 20:38:15 jsonschema==4.26.0 20:38:15 jsonschema-specifications==2025.9.1 20:38:15 keystoneauth1==5.13.0 20:38:15 kubernetes==35.0.0 20:38:15 lftools==0.37.21 20:38:15 lxml==6.0.2 20:38:15 markdown-it-py==4.0.0 20:38:15 MarkupSafe==3.0.3 20:38:15 mdurl==0.1.2 20:38:15 msgpack==1.1.2 20:38:15 multi_key_dict==2.0.3 20:38:15 munch==4.0.0 20:38:15 netaddr==1.3.0 20:38:15 niet==1.4.2 20:38:15 nodeenv==1.10.0 20:38:15 oauth2client==4.1.3 20:38:15 oauthlib==3.3.1 20:38:15 openstacksdk==4.10.0 20:38:15 os-service-types==1.8.2 20:38:15 osc-lib==4.4.0 20:38:15 oslo.config==10.3.0 20:38:15 oslo.context==6.3.0 20:38:15 oslo.i18n==6.7.2 20:38:15 oslo.log==8.1.0 20:38:15 oslo.serialization==5.9.1 20:38:15 oslo.utils==9.2.0 20:38:15 packaging==26.0 20:38:15 pbr==7.0.3 20:38:15 platformdirs==4.9.2 20:38:15 prettytable==3.17.0 20:38:15 psutil==7.2.2 20:38:15 pyasn1==0.6.2 20:38:15 pyasn1_modules==0.4.2 20:38:15 pycparser==3.0 20:38:15 pygerrit2==2.0.15 20:38:15 PyGithub==2.8.1 20:38:15 Pygments==2.19.2 20:38:15 PyJWT==2.11.0 20:38:15 PyNaCl==1.6.2 20:38:15 pyparsing==2.4.7 20:38:15 pyperclip==1.11.0 20:38:15 pyrsistent==0.20.0 20:38:15 python-cinderclient==9.8.0 20:38:15 python-dateutil==2.9.0.post0 20:38:15 python-heatclient==5.0.0 20:38:15 python-jenkins==1.8.3 20:38:15 python-keystoneclient==5.7.0 20:38:15 python-magnumclient==4.9.0 20:38:15 python-openstackclient==9.0.0 20:38:15 python-swiftclient==4.9.0 20:38:15 PyYAML==6.0.3 20:38:15 referencing==0.37.0 20:38:15 requests==2.32.5 20:38:15 requests-oauthlib==2.0.0 20:38:15 requestsexceptions==1.4.0 20:38:15 rfc3986==2.0.0 20:38:15 rich==14.3.3 20:38:15 rich-argparse==1.7.2 20:38:15 rpds-py==0.30.0 20:38:15 rsa==4.9.1 20:38:15 ruamel.yaml==0.19.1 20:38:15 ruamel.yaml.clib==0.2.15 20:38:15 s3transfer==0.16.0 20:38:15 simplejson==3.20.2 20:38:15 six==1.17.0 20:38:15 smmap==5.0.2 20:38:15 soupsieve==2.8.3 20:38:15 stevedore==5.6.0 20:38:15 tabulate==0.9.0 20:38:15 toml==0.10.2 20:38:15 tomlkit==0.14.0 20:38:15 tqdm==4.67.3 20:38:15 typing_extensions==4.15.0 20:38:15 tzdata==2025.3 20:38:15 urllib3==1.26.20 20:38:15 virtualenv==20.38.0 20:38:15 wcwidth==0.6.0 20:38:15 websocket-client==1.9.0 20:38:15 wrapt==2.1.1 20:38:15 xdg==6.0.0 20:38:15 xmltodict==1.0.3 20:38:15 yq==3.4.3 20:38:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7782080010399966094.sh 20:38:15 ---> sudo-logs.sh 20:38:15 Archiving 'sudo' log.. 20:38:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7809117099883109155.sh 20:38:15 ---> job-cost.sh 20:38:15 INFO: Activating Python virtual environment... 20:38:15 Setup pyenv: 20:38:15 system 20:38:15 3.8.13 20:38:15 3.9.13 20:38:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:38:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-y8F2 from file:/tmp/.os_lf_venv 20:38:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:38:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:38:17 lf-activate-venv(): INFO: Base packages installed successfully 20:38:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:38:22 lf-activate-venv(): INFO: Adding /tmp/venv-y8F2/bin to PATH 20:38:22 INFO: No stack-cost file found 20:38:22 INFO: Instance uptime: 138s 20:38:22 INFO: Fetching instance metadata (attempt 1 of 3)... 20:38:22 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 20:38:22 INFO: Successfully fetched instance metadata 20:38:22 INFO: Instance type: v3-standard-4 20:38:22 INFO: Retrieving pricing info for: v3-standard-4 20:38:22 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 20:38:22 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=138 20:38:23 INFO: Successfully fetched Vexxhost pricing API 20:38:23 INFO: Retrieved cost: 0.11 20:38:23 INFO: Retrieved resource: v3-standard-4 20:38:23 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 20:38:23 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 20:38:23 INFO: Successfully archived job cost data 20:38:23 DEBUG: Cost data: oom-master-pre-commit-lint,4430,2026-02-19 20:38:23,v3-standard-4,138,0.11,0.00,SUCCESS 20:38:23 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9281522604244996242.sh 20:38:23 ---> logs-deploy.sh 20:38:23 Setup pyenv: 20:38:23 system 20:38:23 3.8.13 20:38:23 3.9.13 20:38:23 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:38:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-y8F2 from file:/tmp/.os_lf_venv 20:38:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:38:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:38:24 lf-activate-venv(): INFO: Base packages installed successfully 20:38:24 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 20:38:32 lf-activate-venv(): INFO: Adding /tmp/venv-y8F2/bin to PATH 20:38:32 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4430 20:38:32 INFO: archiving workspace using pattern(s): 20:38:33 Archives upload complete. 20:38:33 INFO: archiving logs to Nexus 20:38:34 ---> uname -a: 20:38:34 Linux prd-ubuntu1804-builder-4c-4g-18516 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 20:38:34 20:38:34 20:38:34 ---> lscpu: 20:38:34 Architecture: x86_64 20:38:34 CPU op-mode(s): 32-bit, 64-bit 20:38:34 Byte Order: Little Endian 20:38:34 CPU(s): 4 20:38:34 On-line CPU(s) list: 0-3 20:38:34 Thread(s) per core: 1 20:38:34 Core(s) per socket: 1 20:38:34 Socket(s): 4 20:38:34 NUMA node(s): 1 20:38:34 Vendor ID: AuthenticAMD 20:38:34 CPU family: 23 20:38:34 Model: 49 20:38:34 Model name: AMD EPYC-Rome Processor 20:38:34 Stepping: 0 20:38:34 CPU MHz: 2800.000 20:38:34 BogoMIPS: 5600.00 20:38:34 Virtualization: AMD-V 20:38:34 Hypervisor vendor: KVM 20:38:34 Virtualization type: full 20:38:34 L1d cache: 32K 20:38:34 L1i cache: 32K 20:38:34 L2 cache: 512K 20:38:34 L3 cache: 16384K 20:38:34 NUMA node0 CPU(s): 0-3 20:38:34 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 20:38:34 20:38:34 20:38:34 ---> nproc: 20:38:34 4 20:38:34 20:38:34 20:38:34 ---> df -h: 20:38:34 Filesystem Size Used Avail Use% Mounted on 20:38:34 udev 7.9G 0 7.9G 0% /dev 20:38:34 tmpfs 1.6G 676K 1.6G 1% /run 20:38:34 /dev/vda1 78G 8.4G 69G 11% / 20:38:34 tmpfs 7.9G 0 7.9G 0% /dev/shm 20:38:34 tmpfs 5.0M 0 5.0M 0% /run/lock 20:38:34 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 20:38:34 /dev/vda15 105M 4.4M 100M 5% /boot/efi 20:38:34 tmpfs 1.6G 0 1.6G 0% /run/user/1001 20:38:34 20:38:34 20:38:34 ---> free -m: 20:38:34 total used free shared buff/cache available 20:38:34 Mem: 16040 555 13279 0 2205 15164 20:38:34 Swap: 1023 0 1023 20:38:34 20:38:34 20:38:34 ---> ip addr: 20:38:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:38:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:38:34 inet 127.0.0.1/8 scope host lo 20:38:34 valid_lft forever preferred_lft forever 20:38:34 inet6 ::1/128 scope host 20:38:34 valid_lft forever preferred_lft forever 20:38:34 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 20:38:34 link/ether fa:16:3e:91:ac:6f brd ff:ff:ff:ff:ff:ff 20:38:34 inet 10.30.106.240/23 brd 10.30.107.255 scope global dynamic ens3 20:38:34 valid_lft 86258sec preferred_lft 86258sec 20:38:34 inet6 fe80::f816:3eff:fe91:ac6f/64 scope link 20:38:34 valid_lft forever preferred_lft forever 20:38:34 20:38:34 20:38:34 ---> sar -b -r -n DEV: 20:38:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18516) 02/19/26 _x86_64_ (4 CPU) 20:38:34 20:38:34 20:36:14 LINUX RESTART (4 CPU) 20:38:34 20:38:34 20:37:01 tps rtps wtps bread/s bwrtn/s 20:38:34 20:38:01 128.38 0.97 127.41 111.45 39730.31 20:38:34 Average: 128.38 0.97 127.41 111.45 39730.31 20:38:34 20:38:34 20:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:38:34 20:38:01 13761076 15561836 2663892 16.22 78492 1910524 757124 4.33 748420 1676072 136056 20:38:34 Average: 13761076 15561836 2663892 16.22 78492 1910524 757124 4.33 748420 1676072 136056 20:38:34 20:38:34 20:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:38:34 20:38:01 ens3 62.79 46.68 824.30 10.99 0.00 0.00 0.00 0.00 20:38:34 20:38:01 lo 2.20 2.20 0.26 0.26 0.00 0.00 0.00 0.00 20:38:34 Average: ens3 62.79 46.68 824.30 10.99 0.00 0.00 0.00 0.00 20:38:34 Average: lo 2.20 2.20 0.26 0.26 0.00 0.00 0.00 0.00 20:38:34 20:38:34 20:38:34 ---> sar -P ALL: 20:38:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18516) 02/19/26 _x86_64_ (4 CPU) 20:38:34 20:38:34 20:36:14 LINUX RESTART (4 CPU) 20:38:34 20:38:34 20:37:01 CPU %user %nice %system %iowait %steal %idle 20:38:34 20:38:01 all 22.39 0.00 1.88 2.42 0.08 73.24 20:38:34 20:38:01 0 4.80 0.00 1.12 5.15 0.08 88.85 20:38:34 20:38:01 1 23.70 0.00 1.47 1.81 0.05 72.98 20:38:34 20:38:01 2 17.72 0.00 1.99 1.10 0.07 79.13 20:38:34 20:38:01 3 43.30 0.00 2.95 1.62 0.10 52.03 20:38:34 Average: all 22.39 0.00 1.88 2.42 0.08 73.24 20:38:34 Average: 0 4.80 0.00 1.12 5.15 0.08 88.85 20:38:34 Average: 1 23.70 0.00 1.47 1.81 0.05 72.98 20:38:34 Average: 2 17.72 0.00 1.99 1.10 0.07 79.13 20:38:34 Average: 3 43.30 0.00 2.95 1.62 0.10 52.03 20:38:34 20:38:34 20:38:34