15:23:55 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 15:23:55 Running as SYSTEM 15:23:55 [EnvInject] - Loading node environment variables. 15:23:55 Building remotely on prd-ubuntu1804-builder-4c-4g-20354 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 15:23:55 [ssh-agent] Looking for ssh-agent implementation... 15:23:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:56 $ ssh-agent 15:23:56 SSH_AUTH_SOCK=/tmp/ssh-WfbIzmWWdBVN/agent.1659 15:23:56 SSH_AGENT_PID=1660 15:23:56 [ssh-agent] Started. 15:23:56 Running ssh-add (command line suppressed) 15:23:56 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_6328289410825038807.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_6328289410825038807.key) 15:23:56 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:23:56 The recommended git tool is: NONE 15:23:57 using credential onap-jenkins-ssh 15:23:57 Wiping out workspace first. 15:23:57 Cloning the remote Git repository 15:23:57 Cloning repository git://cloud.onap.org/mirror/oom.git 15:23:57 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 15:23:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:23:57 > git --version # timeout=10 15:23:57 > git --version # 'git version 2.17.1' 15:23:57 using GIT_SSH to set credentials Gerrit user 15:23:57 Verifying host key using manually-configured host key entries 15:23:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:24:03 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:24:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:24:04 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:24:04 using GIT_SSH to set credentials Gerrit user 15:24:04 Verifying host key using manually-configured host key entries 15:24:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/10 # timeout=30 15:24:04 > git rev-parse 2ad4589ac59ac6a465fb8c518ba4db65ddbf5027^{commit} # timeout=10 15:24:04 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:24:04 Checking out Revision 2ad4589ac59ac6a465fb8c518ba4db65ddbf5027 (refs/changes/00/141100/10) 15:24:04 > git config core.sparsecheckout # timeout=10 15:24:04 > git checkout -f 2ad4589ac59ac6a465fb8c518ba4db65ddbf5027 # timeout=30 15:24:04 Commit message: "[DOC] Add ArgoCD deployment example and guide" 15:24:04 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:24:05 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 15:24:08 [EnvInject] - Injecting environment variables from a build step. 15:24:08 [EnvInject] - Injecting as environment variables the properties content 15:24:08 PYTHON=python3 15:24:08 15:24:08 [EnvInject] - Variables injected successfully. 15:24:08 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins552194185675125663.sh 15:24:08 ---> tox-install.sh 15:24:08 + source /home/jenkins/lf-env.sh 15:24:08 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:08 ++ mktemp -d /tmp/venv-XXXX 15:24:08 + lf_venv=/tmp/venv-jo5r 15:24:08 + local venv_file=/tmp/.os_lf_venv 15:24:08 + local python=python3 15:24:08 + local options 15:24:08 + local set_path=true 15:24:08 + local install_args= 15:24:08 ++ 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 15:24:08 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:08 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:08 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:24:08 + true 15:24:08 + case $1 in 15:24:08 + venv_file=/tmp/.toxenv 15:24:08 + shift 2 15:24:08 + true 15:24:08 + case $1 in 15:24:08 + shift 15:24:08 + break 15:24:08 + case $python in 15:24:08 + local pkg_list= 15:24:08 + [[ -d /opt/pyenv ]] 15:24:08 + echo 'Setup pyenv:' 15:24:08 Setup pyenv: 15:24:08 + export PYENV_ROOT=/opt/pyenv 15:24:08 + PYENV_ROOT=/opt/pyenv 15:24:08 + 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 15:24:08 + 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 15:24:08 + pyenv versions 15:24:08 * system (set by /opt/pyenv/version) 15:24:08 * 3.8.13 (set by /opt/pyenv/version) 15:24:08 * 3.9.13 (set by /opt/pyenv/version) 15:24:08 * 3.10.6 (set by /opt/pyenv/version) 15:24:08 + command -v pyenv 15:24:08 ++ pyenv init - --no-rehash 15:24:08 + 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[*]}"'\'')" 15:24:08 export PATH="/opt/pyenv/shims:${PATH}" 15:24:08 export PYENV_SHELL=bash 15:24:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:24:08 pyenv() { 15:24:08 local command 15:24:08 command="${1:-}" 15:24:08 if [ "$#" -gt 0 ]; then 15:24:08 shift 15:24:08 fi 15:24:08 15:24:08 case "$command" in 15:24:08 rehash|shell) 15:24:08 eval "$(pyenv "sh-$command" "$@")" 15:24:08 ;; 15:24:08 *) 15:24:08 command pyenv "$command" "$@" 15:24:08 ;; 15:24:08 esac 15:24:08 }' 15:24:08 +++ 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[*]}"' 15:24:08 ++ 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 15:24:08 ++ 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 15:24:08 ++ 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 15:24:08 ++ export PYENV_SHELL=bash 15:24:08 ++ PYENV_SHELL=bash 15:24:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:24:08 +++ complete -F _pyenv pyenv 15:24:08 ++ lf-pyver python3 15:24:08 ++ local py_version_xy=python3 15:24:08 ++ local py_version_xyz= 15:24:08 ++ pyenv versions 15:24:08 ++ local command 15:24:08 ++ sed 's/^[ *]* //' 15:24:08 ++ awk '{ print $1 }' 15:24:08 ++ command=versions 15:24:08 ++ grep -E '^[0-9.]*[0-9]$' 15:24:08 ++ '[' 1 -gt 0 ']' 15:24:08 ++ shift 15:24:08 ++ case "$command" in 15:24:08 ++ command pyenv versions 15:24:08 ++ pyenv versions 15:24:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:24:08 +++ grep '^3' /tmp/.pyenv_versions 15:24:08 +++ tail -n 1 15:24:08 +++ sort -V 15:24:08 ++ py_version_xyz=3.10.6 15:24:08 ++ [[ -z 3.10.6 ]] 15:24:08 ++ echo 3.10.6 15:24:08 ++ return 0 15:24:08 + pyenv local 3.10.6 15:24:08 + local command 15:24:08 + command=local 15:24:08 + '[' 2 -gt 0 ']' 15:24:08 + shift 15:24:08 + case "$command" in 15:24:08 + command pyenv local 3.10.6 15:24:08 + pyenv local 3.10.6 15:24:08 + for arg in "$@" 15:24:08 + case $arg in 15:24:08 + pkg_list+='tox ' 15:24:08 + for arg in "$@" 15:24:08 + case $arg in 15:24:08 + pkg_list+='virtualenv ' 15:24:08 + for arg in "$@" 15:24:08 + case $arg in 15:24:08 + pkg_list+='urllib3~=1.26.15 ' 15:24:08 + [[ -f /tmp/.toxenv ]] 15:24:08 + [[ ! -f /tmp/.toxenv ]] 15:24:08 + [[ -n '' ]] 15:24:08 + python3 -m venv /tmp/venv-jo5r 15:24:12 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jo5r' 15:24:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jo5r 15:24:12 + echo /tmp/venv-jo5r 15:24:12 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:24:12 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:24:12 + /tmp/venv-jo5r/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 15:24:16 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:24:16 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 15:24:16 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 15:24:16 + /tmp/venv-jo5r/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:24:18 + type python3 15:24:18 + true 15:24:18 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-jo5r/bin to PATH' 15:24:18 lf-activate-venv(): INFO: Adding /tmp/venv-jo5r/bin to PATH 15:24:18 + PATH=/tmp/venv-jo5r/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 15:24:18 + return 0 15:24:18 + python3 --version 15:24:18 Python 3.10.6 15:24:18 + python3 -m pip --version 15:24:19 pip 25.1.1 from /tmp/venv-jo5r/lib/python3.10/site-packages/pip (python 3.10) 15:24:19 + python3 -m pip freeze 15:24:19 cachetools==6.0.0 15:24:19 chardet==5.2.0 15:24:19 colorama==0.4.6 15:24:19 distlib==0.3.9 15:24:19 filelock==3.18.0 15:24:19 packaging==25.0 15:24:19 platformdirs==4.3.8 15:24:19 pluggy==1.6.0 15:24:19 pyproject-api==1.9.1 15:24:19 tomli==2.2.1 15:24:19 tox==4.26.0 15:24:19 typing_extensions==4.14.0 15:24:19 urllib3==1.26.20 15:24:19 virtualenv==20.31.2 15:24:19 [EnvInject] - Injecting environment variables from a build step. 15:24:19 [EnvInject] - Injecting as environment variables the properties content 15:24:19 PARALLEL=false 15:24:19 15:24:19 [EnvInject] - Variables injected successfully. 15:24:19 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins18283980637695656607.sh 15:24:19 ---> tox-run.sh 15:24:19 + 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 15:24:19 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 15:24:19 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 15:24:19 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 15:24:19 + cd /w/workspace/oom-master-pre-commit-lint/. 15:24:19 + source /home/jenkins/lf-env.sh 15:24:19 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:19 ++ mktemp -d /tmp/venv-XXXX 15:24:19 + lf_venv=/tmp/venv-YEy3 15:24:19 + local venv_file=/tmp/.os_lf_venv 15:24:19 + local python=python3 15:24:19 + local options 15:24:19 + local set_path=true 15:24:19 + local install_args= 15:24:19 ++ 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 15:24:19 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:19 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:19 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:24:19 + true 15:24:19 + case $1 in 15:24:19 + venv_file=/tmp/.toxenv 15:24:19 + shift 2 15:24:19 + true 15:24:19 + case $1 in 15:24:19 + shift 15:24:19 + break 15:24:19 + case $python in 15:24:19 + local pkg_list= 15:24:19 + [[ -d /opt/pyenv ]] 15:24:19 + echo 'Setup pyenv:' 15:24:19 Setup pyenv: 15:24:19 + export PYENV_ROOT=/opt/pyenv 15:24:19 + PYENV_ROOT=/opt/pyenv 15:24:19 + 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 15:24:19 + 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 15:24:19 + pyenv versions 15:24:19 system 15:24:19 3.8.13 15:24:19 3.9.13 15:24:19 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:24:19 + command -v pyenv 15:24:19 ++ pyenv init - --no-rehash 15:24:19 + 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[*]}"'\'')" 15:24:19 export PATH="/opt/pyenv/shims:${PATH}" 15:24:19 export PYENV_SHELL=bash 15:24:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:24:19 pyenv() { 15:24:19 local command 15:24:19 command="${1:-}" 15:24:19 if [ "$#" -gt 0 ]; then 15:24:19 shift 15:24:19 fi 15:24:19 15:24:19 case "$command" in 15:24:19 rehash|shell) 15:24:19 eval "$(pyenv "sh-$command" "$@")" 15:24:19 ;; 15:24:19 *) 15:24:19 command pyenv "$command" "$@" 15:24:19 ;; 15:24:19 esac 15:24:19 }' 15:24:19 +++ 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[*]}"' 15:24:19 ++ 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 15:24:19 ++ 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 15:24:19 ++ 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 15:24:19 ++ export PYENV_SHELL=bash 15:24:19 ++ PYENV_SHELL=bash 15:24:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:24:19 +++ complete -F _pyenv pyenv 15:24:19 ++ lf-pyver python3 15:24:19 ++ local py_version_xy=python3 15:24:19 ++ local py_version_xyz= 15:24:19 ++ pyenv versions 15:24:19 ++ local command 15:24:19 ++ command=versions 15:24:19 ++ '[' 1 -gt 0 ']' 15:24:19 ++ shift 15:24:19 ++ case "$command" in 15:24:19 ++ command pyenv versions 15:24:19 ++ pyenv versions 15:24:19 ++ awk '{ print $1 }' 15:24:19 ++ grep -E '^[0-9.]*[0-9]$' 15:24:19 ++ sed 's/^[ *]* //' 15:24:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:24:19 +++ grep '^3' /tmp/.pyenv_versions 15:24:19 +++ sort -V 15:24:19 +++ tail -n 1 15:24:19 ++ py_version_xyz=3.10.6 15:24:19 ++ [[ -z 3.10.6 ]] 15:24:19 ++ echo 3.10.6 15:24:19 ++ return 0 15:24:19 + pyenv local 3.10.6 15:24:19 + local command 15:24:19 + command=local 15:24:19 + '[' 2 -gt 0 ']' 15:24:19 + shift 15:24:19 + case "$command" in 15:24:19 + command pyenv local 3.10.6 15:24:19 + pyenv local 3.10.6 15:24:19 + for arg in "$@" 15:24:19 + case $arg in 15:24:19 + pkg_list+='tox ' 15:24:19 + for arg in "$@" 15:24:19 + case $arg in 15:24:19 + pkg_list+='virtualenv ' 15:24:19 + for arg in "$@" 15:24:19 + case $arg in 15:24:19 + pkg_list+='urllib3~=1.26.15 ' 15:24:19 + [[ -f /tmp/.toxenv ]] 15:24:19 ++ cat /tmp/.toxenv 15:24:19 + lf_venv=/tmp/venv-jo5r 15:24:19 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-jo5r from' file:/tmp/.toxenv 15:24:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-jo5r from file:/tmp/.toxenv 15:24:19 + /tmp/venv-jo5r/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 15:24:20 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:24:20 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 15:24:20 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 15:24:20 + /tmp/venv-jo5r/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:24:21 + type python3 15:24:21 + true 15:24:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-jo5r/bin to PATH' 15:24:21 lf-activate-venv(): INFO: Adding /tmp/venv-jo5r/bin to PATH 15:24:21 + PATH=/tmp/venv-jo5r/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 15:24:21 + return 0 15:24:21 + [[ -d /opt/pyenv ]] 15:24:21 + echo '---> Setting up pyenv' 15:24:21 ---> Setting up pyenv 15:24:21 + export PYENV_ROOT=/opt/pyenv 15:24:21 + PYENV_ROOT=/opt/pyenv 15:24:21 + export PATH=/opt/pyenv/bin:/tmp/venv-jo5r/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 15:24:21 + PATH=/opt/pyenv/bin:/tmp/venv-jo5r/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 15:24:21 ++ pwd 15:24:21 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 15:24:21 + export PYTHONPATH 15:24:21 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:24:21 + TOX_TESTENV_PASSENV=PYTHONPATH 15:24:21 + tox --version 15:24:21 4.26.0 from /tmp/venv-jo5r/lib/python3.10/site-packages/tox/__init__.py 15:24:21 + PARALLEL=false 15:24:21 + TOX_OPTIONS_LIST= 15:24:21 + [[ -n pre-commit ]] 15:24:21 + TOX_OPTIONS_LIST=' -e pre-commit' 15:24:21 + case ${PARALLEL,,} in 15:24:21 + tox -e pre-commit 15:24:21 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 15:24:23 pre-commit: install_deps> python -I -m pip install pre-commit 15:24:25 pre-commit: freeze> python -m pip freeze --all 15:24:25 pre-commit: cfgv==3.4.0,distlib==0.3.9,filelock==3.18.0,identify==2.6.12,nodeenv==1.9.1,pip==25.1.1,platformdirs==4.3.8,pre_commit==4.2.0,PyYAML==6.0.2,setuptools==80.3.1,virtualenv==20.31.2 15:24:25 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 15:24:26 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 15:24:26 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 15:24:27 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 15:24:28 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:24:28 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 15:24:28 [INFO] Once installed this environment will be reused. 15:24:28 [INFO] This may take a few minutes... 15:24:33 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:24:33 [INFO] Once installed this environment will be reused. 15:24:33 [INFO] This may take a few minutes... 15:24:42 trim trailing whitespace.................................................Failed 15:24:42 - hook id: trailing-whitespace 15:24:42 - exit code: 1 15:24:42 - files were modified by this hook 15:24:42 15:24:42 Fixing argo/updateVariables.sh 15:24:42 Fixing argo/infra/chartmuseum.yaml 15:24:42 Fixing argo/argocd/argocd.yaml 15:24:42 Fixing argo/infra/values/trivy-dojo-report-operator.yaml 15:24:42 15:24:42 Tabs remover.............................................................Passed 15:24:42 pre-commit hook(s) made changes. 15:24:42 If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. 15:24:42 To run `pre-commit` as part of git workflow, use `pre-commit install`. 15:24:42 All changes made by hooks: 15:24:43 diff --git a/argo/argocd/argocd.yaml b/argo/argocd/argocd.yaml 15:24:43 index 9bc2e5b1e..6967d4024 100644 15:24:43 --- a/argo/argocd/argocd.yaml 15:24:43 +++ b/argo/argocd/argocd.yaml 15:24:43 @@ -35,7 +35,7 @@ spec: 15:24:43 helm: 15:24:43 ignoreMissingValueFiles: true 15:24:43 valueFiles: 15:24:43 - - $defaultValues/argo/argocd/values/argocd.yaml 15:24:43 + - $defaultValues/argo/argocd/values/argocd.yaml 15:24:43 destination: 15:24:43 server: https://kubernetes.default.svc 15:24:43 namespace: argocd 15:24:43 diff --git a/argo/infra/chartmuseum.yaml b/argo/infra/chartmuseum.yaml 15:24:43 index 3201b7e1c..e351dfaef 100644 15:24:43 --- a/argo/infra/chartmuseum.yaml 15:24:43 +++ b/argo/infra/chartmuseum.yaml 15:24:43 @@ -35,7 +35,7 @@ spec: 15:24:43 helm: 15:24:43 ignoreMissingValueFiles: true 15:24:43 valueFiles: 15:24:43 - - $defaultValues/argo/infra/values/chartmuseum.yaml 15:24:43 + - $defaultValues/argo/infra/values/chartmuseum.yaml 15:24:43 destination: 15:24:43 server: https://kubernetes.default.svc 15:24:43 namespace: chartmuseum 15:24:43 diff --git a/argo/infra/values/trivy-dojo-report-operator.yaml b/argo/infra/values/trivy-dojo-report-operator.yaml 15:24:43 index 7503d65cf..55cb7362d 100644 15:24:43 --- a/argo/infra/values/trivy-dojo-report-operator.yaml 15:24:43 +++ b/argo/infra/values/trivy-dojo-report-operator.yaml 15:24:43 @@ -17,7 +17,7 @@ 15:24:43 # ============LICENSE_END========================================================= 15:24:43 15:24:43 defectDojoApiCredentials: 15:24:43 - apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 15:24:43 + apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 15:24:43 url: "http://defectdojo-django.defectdojo" 15:24:43 #url: "https://defectdojo." 15:24:43 15:24:43 diff --git a/argo/updateVariables.sh b/argo/updateVariables.sh 15:24:43 index cfb2f40e2..d33fe948a 100755 15:24:43 --- a/argo/updateVariables.sh 15:24:43 +++ b/argo/updateVariables.sh 15:24:43 @@ -23,15 +23,15 @@ VARS["GITHUB_REPO"]="ghcr.io" 15:24:43 replace_in_file() { 15:24:43 local file="$1" 15:24:43 local tmpfile="${file}.tmp" 15:24:43 - 15:24:43 + 15:24:43 cp "$file" "$tmpfile" 15:24:43 - 15:24:43 + 15:24:43 for var in "${!VARS[@]}"; do 15:24:43 # Replace with value 15:24:43 # -i: inplace, but done with tmpfile, if Backup is required 15:24:43 sed -i "s|<${var}>|${VARS[$var]}|g" "$tmpfile" 15:24:43 done 15:24:43 - 15:24:43 + 15:24:43 mv "$tmpfile" "$file" 15:24:43 } 15:24:43 15:24:43 pre-commit: exit 1 (17.11 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run --all-files --show-diff-on-failure pid=2228 15:24:43 pre-commit: FAIL code 1 (20.73=setup[3.61]+cmd[17.11] seconds) 15:24:43 evaluation failed :( (20.95 seconds) 15:24:43 + tox_status=1 15:24:43 + echo '---> Completed tox runs' 15:24:43 ---> Completed tox runs 15:24:43 + for i in .tox/*/log 15:24:43 ++ echo .tox/pre-commit/log 15:24:43 ++ awk -F/ '{print $2}' 15:24:43 + tox_env=pre-commit 15:24:43 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 15:24:43 + DOC_DIR=docs/_build/html 15:24:43 + [[ -d docs/_build/html ]] 15:24:43 + echo '---> tox-run.sh ends' 15:24:43 ---> tox-run.sh ends 15:24:43 + test 1 -eq 0 15:24:43 + exit 1 15:24:43 ++ '[' 2 = 1 ']' 15:24:43 Build step 'Execute shell' marked build as failure 15:24:43 $ ssh-agent -k 15:24:43 unset SSH_AUTH_SOCK; 15:24:43 unset SSH_AGENT_PID; 15:24:43 echo Agent pid 1660 killed; 15:24:43 [ssh-agent] Stopped. 15:24:43 [PostBuildScript] - [INFO] Executing post build scripts. 15:24:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14026860392503648590.sh 15:24:43 ---> sysstat.sh 15:24:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7644630897325915295.sh 15:24:43 ---> package-listing.sh 15:24:43 ++ facter osfamily 15:24:43 ++ tr '[:upper:]' '[:lower:]' 15:24:43 + OS_FAMILY=debian 15:24:43 + workspace=/w/workspace/oom-master-pre-commit-lint 15:24:43 + START_PACKAGES=/tmp/packages_start.txt 15:24:43 + END_PACKAGES=/tmp/packages_end.txt 15:24:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:24:43 + PACKAGES=/tmp/packages_start.txt 15:24:43 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:24:43 + PACKAGES=/tmp/packages_end.txt 15:24:43 + case "${OS_FAMILY}" in 15:24:43 + dpkg -l 15:24:43 + grep '^ii' 15:24:43 + '[' -f /tmp/packages_start.txt ']' 15:24:43 + '[' -f /tmp/packages_end.txt ']' 15:24:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:24:43 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:24:43 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 15:24:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 15:24:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15807598197951402402.sh 15:24:43 ---> capture-instance-metadata.sh 15:24:43 Setup pyenv: 15:24:43 system 15:24:43 3.8.13 15:24:43 3.9.13 15:24:43 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:24:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Oc06 15:24:47 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:24:51 lf-activate-venv(): INFO: Installing: lftools 15:25:13 lf-activate-venv(): INFO: Adding /tmp/venv-Oc06/bin to PATH 15:25:13 INFO: Running in OpenStack, capturing instance metadata 15:25:13 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3320513420136653536.sh 15:25:13 provisioning config files... 15:25:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config3618351997610740653tmp 15:25:13 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:25:13 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:25:13 [EnvInject] - Injecting environment variables from a build step. 15:25:13 [EnvInject] - Injecting as environment variables the properties content 15:25:13 SERVER_ID=logs 15:25:13 15:25:13 [EnvInject] - Variables injected successfully. 15:25:13 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5024057134984013521.sh 15:25:13 ---> create-netrc.sh 15:25:13 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10467097333422139509.sh 15:25:13 ---> python-tools-install.sh 15:25:13 Setup pyenv: 15:25:13 system 15:25:13 3.8.13 15:25:13 3.9.13 15:25:13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:25:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Oc06 from file:/tmp/.os_lf_venv 15:25:15 lf-activate-venv(): INFO: Installing: lftools 15:25:23 lf-activate-venv(): INFO: Adding /tmp/venv-Oc06/bin to PATH 15:25:23 Generating Requirements File 15:25:42 Python 3.10.6 15:25:42 pip 25.1.1 from /tmp/venv-Oc06/lib/python3.10/site-packages/pip (python 3.10) 15:25:42 appdirs==1.4.4 15:25:42 argcomplete==3.6.2 15:25:42 aspy.yaml==1.3.0 15:25:42 attrs==25.3.0 15:25:42 autopage==0.5.2 15:25:42 beautifulsoup4==4.13.4 15:25:42 boto3==1.38.34 15:25:42 botocore==1.38.34 15:25:42 bs4==0.0.2 15:25:42 cachetools==5.5.2 15:25:42 certifi==2025.4.26 15:25:42 cffi==1.17.1 15:25:42 cfgv==3.4.0 15:25:42 chardet==5.2.0 15:25:42 charset-normalizer==3.4.2 15:25:42 click==8.2.1 15:25:42 cliff==4.10.0 15:25:42 cmd2==2.6.1 15:25:42 cryptography==3.3.2 15:25:42 debtcollector==3.0.0 15:25:42 decorator==5.2.1 15:25:42 defusedxml==0.7.1 15:25:42 Deprecated==1.2.18 15:25:42 distlib==0.3.9 15:25:42 dnspython==2.7.0 15:25:42 docker==7.1.0 15:25:42 dogpile.cache==1.4.0 15:25:42 durationpy==0.10 15:25:42 email_validator==2.2.0 15:25:42 filelock==3.18.0 15:25:42 future==1.0.0 15:25:42 gitdb==4.0.12 15:25:42 GitPython==3.1.44 15:25:42 google-auth==2.40.3 15:25:42 httplib2==0.22.0 15:25:42 identify==2.6.12 15:25:42 idna==3.10 15:25:42 importlib-resources==1.5.0 15:25:42 iso8601==2.1.0 15:25:42 Jinja2==3.1.6 15:25:42 jmespath==1.0.1 15:25:42 jsonpatch==1.33 15:25:42 jsonpointer==3.0.0 15:25:42 jsonschema==4.24.0 15:25:42 jsonschema-specifications==2025.4.1 15:25:42 keystoneauth1==5.11.0 15:25:42 kubernetes==33.1.0 15:25:42 lftools==0.37.13 15:25:42 lxml==5.4.0 15:25:42 MarkupSafe==3.0.2 15:25:42 msgpack==1.1.0 15:25:42 multi_key_dict==2.0.3 15:25:42 munch==4.0.0 15:25:42 netaddr==1.3.0 15:25:42 niet==1.4.2 15:25:42 nodeenv==1.9.1 15:25:42 oauth2client==4.1.3 15:25:42 oauthlib==3.2.2 15:25:42 openstacksdk==4.6.0 15:25:42 os-client-config==2.1.0 15:25:42 os-service-types==1.7.0 15:25:42 osc-lib==4.0.2 15:25:42 oslo.config==9.8.0 15:25:42 oslo.context==6.0.0 15:25:42 oslo.i18n==6.5.1 15:25:42 oslo.log==7.1.0 15:25:42 oslo.serialization==5.7.0 15:25:42 oslo.utils==9.0.0 15:25:42 packaging==25.0 15:25:42 pbr==6.1.1 15:25:42 platformdirs==4.3.8 15:25:42 prettytable==3.16.0 15:25:42 psutil==7.0.0 15:25:42 pyasn1==0.6.1 15:25:42 pyasn1_modules==0.4.2 15:25:42 pycparser==2.22 15:25:42 pygerrit2==2.0.15 15:25:42 PyGithub==2.6.1 15:25:42 PyJWT==2.10.1 15:25:42 PyNaCl==1.5.0 15:25:42 pyparsing==2.4.7 15:25:42 pyperclip==1.9.0 15:25:42 pyrsistent==0.20.0 15:25:42 python-cinderclient==9.7.0 15:25:42 python-dateutil==2.9.0.post0 15:25:42 python-heatclient==4.2.0 15:25:42 python-jenkins==1.8.2 15:25:42 python-keystoneclient==5.6.0 15:25:42 python-magnumclient==4.8.1 15:25:42 python-openstackclient==8.1.0 15:25:42 python-swiftclient==4.8.0 15:25:42 PyYAML==6.0.2 15:25:42 referencing==0.36.2 15:25:42 requests==2.32.4 15:25:42 requests-oauthlib==2.0.0 15:25:42 requestsexceptions==1.4.0 15:25:42 rfc3986==2.0.0 15:25:42 rpds-py==0.25.1 15:25:42 rsa==4.9.1 15:25:42 ruamel.yaml==0.18.14 15:25:42 ruamel.yaml.clib==0.2.12 15:25:42 s3transfer==0.13.0 15:25:42 simplejson==3.20.1 15:25:42 six==1.17.0 15:25:42 smmap==5.0.2 15:25:42 soupsieve==2.7 15:25:42 stevedore==5.4.1 15:25:42 tabulate==0.9.0 15:25:42 toml==0.10.2 15:25:42 tomlkit==0.13.3 15:25:42 tqdm==4.67.1 15:25:42 typing_extensions==4.14.0 15:25:42 tzdata==2025.2 15:25:42 urllib3==1.26.20 15:25:42 virtualenv==20.31.2 15:25:42 wcwidth==0.2.13 15:25:42 websocket-client==1.8.0 15:25:42 wrapt==1.17.2 15:25:42 xdg==6.0.0 15:25:42 xmltodict==0.14.2 15:25:42 yq==3.4.3 15:25:42 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9622978202675561978.sh 15:25:42 ---> sudo-logs.sh 15:25:42 Archiving 'sudo' log.. 15:25:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15054801052519946190.sh 15:25:43 ---> job-cost.sh 15:25:43 Setup pyenv: 15:25:43 system 15:25:43 3.8.13 15:25:43 3.9.13 15:25:43 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:25:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Oc06 from file:/tmp/.os_lf_venv 15:25:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:26:00 lf-activate-venv(): INFO: Adding /tmp/venv-Oc06/bin to PATH 15:26:00 INFO: No Stack... 15:26:00 INFO: Retrieving Pricing Info for: v3-standard-4 15:26:00 INFO: Archiving Costs 15:26:00 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8333279024039104234.sh 15:26:00 ---> logs-deploy.sh 15:26:00 Setup pyenv: 15:26:00 system 15:26:00 3.8.13 15:26:00 3.9.13 15:26:00 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:26:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Oc06 from file:/tmp/.os_lf_venv 15:26:02 lf-activate-venv(): INFO: Installing: lftools 15:26:10 lf-activate-venv(): INFO: Adding /tmp/venv-Oc06/bin to PATH 15:26:10 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4096 15:26:10 INFO: archiving workspace using pattern(s): 15:26:11 Archives upload complete. 15:26:11 INFO: archiving logs to Nexus 15:26:12 ---> uname -a: 15:26:12 Linux prd-ubuntu1804-builder-4c-4g-20354 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 15:26:12 15:26:12 15:26:12 ---> lscpu: 15:26:12 Architecture: x86_64 15:26:12 CPU op-mode(s): 32-bit, 64-bit 15:26:12 Byte Order: Little Endian 15:26:12 CPU(s): 4 15:26:12 On-line CPU(s) list: 0-3 15:26:12 Thread(s) per core: 1 15:26:12 Core(s) per socket: 1 15:26:12 Socket(s): 4 15:26:12 NUMA node(s): 1 15:26:12 Vendor ID: AuthenticAMD 15:26:12 CPU family: 23 15:26:12 Model: 49 15:26:12 Model name: AMD EPYC-Rome Processor 15:26:12 Stepping: 0 15:26:12 CPU MHz: 2800.000 15:26:12 BogoMIPS: 5600.00 15:26:12 Virtualization: AMD-V 15:26:12 Hypervisor vendor: KVM 15:26:12 Virtualization type: full 15:26:12 L1d cache: 32K 15:26:12 L1i cache: 32K 15:26:12 L2 cache: 512K 15:26:12 L3 cache: 16384K 15:26:12 NUMA node0 CPU(s): 0-3 15:26:12 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 15:26:12 15:26:12 15:26:12 ---> nproc: 15:26:12 4 15:26:12 15:26:12 15:26:12 ---> df -h: 15:26:12 Filesystem Size Used Avail Use% Mounted on 15:26:12 udev 7.9G 0 7.9G 0% /dev 15:26:12 tmpfs 1.6G 672K 1.6G 1% /run 15:26:12 /dev/vda1 78G 8.4G 69G 11% / 15:26:12 tmpfs 7.9G 0 7.9G 0% /dev/shm 15:26:12 tmpfs 5.0M 0 5.0M 0% /run/lock 15:26:12 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 15:26:12 /dev/vda15 105M 4.4M 100M 5% /boot/efi 15:26:12 tmpfs 1.6G 0 1.6G 0% /run/user/1001 15:26:12 15:26:12 15:26:12 ---> free -m: 15:26:12 total used free shared buff/cache available 15:26:12 Mem: 16040 587 13274 0 2177 15134 15:26:12 Swap: 1023 0 1023 15:26:12 15:26:12 15:26:12 ---> ip addr: 15:26:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:26:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:26:12 inet 127.0.0.1/8 scope host lo 15:26:12 valid_lft forever preferred_lft forever 15:26:12 inet6 ::1/128 scope host 15:26:12 valid_lft forever preferred_lft forever 15:26:12 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 15:26:12 link/ether fa:16:3e:ef:14:45 brd ff:ff:ff:ff:ff:ff 15:26:12 inet 10.30.107.27/23 brd 10.30.107.255 scope global dynamic ens3 15:26:12 valid_lft 86246sec preferred_lft 86246sec 15:26:12 inet6 fe80::f816:3eff:feef:1445/64 scope link 15:26:12 valid_lft forever preferred_lft forever 15:26:12 15:26:12 15:26:12 ---> sar -b -r -n DEV: 15:26:12 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-20354) 06/11/25 _x86_64_ (4 CPU) 15:26:12 15:26:12 15:23:40 LINUX RESTART (4 CPU) 15:26:12 15:26:12 15:24:01 tps rtps wtps bread/s bwrtn/s 15:26:12 15:25:02 302.30 24.40 277.90 821.46 54365.21 15:26:12 15:26:01 101.49 1.07 100.42 122.96 11900.76 15:26:12 Average: 202.74 12.83 189.91 475.15 33311.38 15:26:12 15:26:12 15:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:26:12 15:25:02 13849780 15476676 2575188 15.68 60632 1764308 864360 4.95 816816 1540604 117936 15:26:12 15:26:01 13628972 15532212 2795996 17.02 83564 2002516 785244 4.49 774764 1772496 107640 15:26:12 Average: 13739376 15504444 2685592 16.35 72098 1883412 824802 4.72 795790 1656550 112788 15:26:12 15:26:12 15:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:26:12 15:25:02 lo 2.93 2.93 0.33 0.33 0.00 0.00 0.00 0.00 15:26:12 15:25:02 ens3 264.89 173.67 1089.01 38.31 0.00 0.00 0.00 0.00 15:26:12 15:26:01 lo 1.15 1.15 0.12 0.12 0.00 0.00 0.00 0.00 15:26:12 15:26:01 ens3 152.53 109.66 799.65 13.84 0.00 0.00 0.00 0.00 15:26:12 Average: lo 2.05 2.05 0.23 0.23 0.00 0.00 0.00 0.00 15:26:12 Average: ens3 209.18 141.93 945.55 26.18 0.00 0.00 0.00 0.00 15:26:12 15:26:12 15:26:12 ---> sar -P ALL: 15:26:12 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-20354) 06/11/25 _x86_64_ (4 CPU) 15:26:12 15:26:12 15:23:40 LINUX RESTART (4 CPU) 15:26:12 15:26:12 15:24:01 CPU %user %nice %system %iowait %steal %idle 15:26:12 15:25:02 all 24.28 0.00 2.31 5.51 0.08 67.82 15:26:12 15:25:02 0 21.82 0.00 2.07 0.30 0.07 75.74 15:26:12 15:25:02 1 30.92 0.00 2.50 1.14 0.10 65.34 15:26:12 15:25:02 2 26.95 0.00 2.01 10.66 0.08 60.30 15:26:12 15:25:02 3 17.41 0.00 2.62 9.98 0.07 69.92 15:26:12 15:26:01 all 17.65 0.00 1.27 2.76 0.05 78.28 15:26:12 15:26:01 0 24.97 0.00 1.48 0.25 0.05 73.25 15:26:12 15:26:01 1 15.62 0.00 1.24 1.10 0.07 81.96 15:26:12 15:26:01 2 22.24 0.00 1.82 9.61 0.07 66.27 15:26:12 15:26:01 3 7.74 0.00 0.58 0.07 0.02 91.60 15:26:12 Average: all 20.99 0.00 1.79 4.14 0.06 73.01 15:26:12 Average: 0 23.39 0.00 1.78 0.28 0.06 74.50 15:26:12 Average: 1 23.34 0.00 1.88 1.12 0.08 73.58 15:26:12 Average: 2 24.61 0.00 1.91 10.14 0.08 63.26 15:26:12 Average: 3 12.60 0.00 1.61 5.05 0.04 80.69 15:26:12 15:26:12 15:26:12