11:51:43 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137098 11:51:43 Running as SYSTEM 11:51:43 [EnvInject] - Loading node environment variables. 11:51:43 Building remotely on prd-ubuntu1804-docker-8c-8g-1102 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-pydocstyle-lint 11:51:43 [ssh-agent] Looking for ssh-agent implementation... 11:51:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:51:43 $ ssh-agent 11:51:43 SSH_AUTH_SOCK=/tmp/ssh-voMycU2QvoJz/agent.2118 11:51:43 SSH_AGENT_PID=2120 11:51:43 [ssh-agent] Started. 11:51:43 Running ssh-add (command line suppressed) 11:51:43 Identity added: /w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_12802161559940635067.key (/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_12802161559940635067.key) 11:51:43 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:51:43 The recommended git tool is: NONE 11:51:44 using credential onap-jenkins-ssh 11:51:44 Wiping out workspace first. 11:51:44 Cloning the remote Git repository 11:51:44 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:51:45 > git init /w/workspace/integration-python-onapsdk-master-pydocstyle-lint # timeout=10 11:51:45 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:51:45 > git --version # timeout=10 11:51:45 > git --version # 'git version 2.17.1' 11:51:45 using GIT_SSH to set credentials Gerrit user 11:51:45 Verifying host key using manually-configured host key entries 11:51:45 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:51:45 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:51:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:51:45 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:51:45 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:51:45 using GIT_SSH to set credentials Gerrit user 11:51:45 Verifying host key using manually-configured host key entries 11:51:45 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/98/137098/2 # timeout=30 11:51:45 > git rev-parse e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc^{commit} # timeout=10 11:51:45 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:51:45 Checking out Revision e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc (refs/changes/98/137098/2) 11:51:45 > git config core.sparsecheckout # timeout=10 11:51:45 > git checkout -f e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc # timeout=30 11:51:49 Commit message: "SDC refactor to use sdc v2 API" 11:51:49 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:51:49 > git rev-list --no-walk 0a5d6dbc73d21d597eba1069d343b6e7684e91f9 # timeout=10 11:51:49 [EnvInject] - Injecting environment variables from a build step. 11:51:49 [EnvInject] - Injecting as environment variables the properties content 11:51:49 PYTHON=python3 11:51:49 11:51:49 [EnvInject] - Variables injected successfully. 11:51:49 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins8055514831558301089.sh 11:51:49 ---> tox-install.sh 11:51:49 + source /home/jenkins/lf-env.sh 11:51:49 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:51:49 ++ mktemp -d /tmp/venv-XXXX 11:51:49 + lf_venv=/tmp/venv-QPqi 11:51:49 + local venv_file=/tmp/.os_lf_venv 11:51:49 + local python=python3 11:51:49 + local options 11:51:49 + local set_path=true 11:51:49 + local install_args= 11:51:49 ++ 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 11:51:49 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:51:49 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:51:49 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:51:49 + true 11:51:49 + case $1 in 11:51:49 + venv_file=/tmp/.toxenv 11:51:49 + shift 2 11:51:49 + true 11:51:49 + case $1 in 11:51:49 + shift 11:51:49 + break 11:51:49 + case $python in 11:51:49 + local pkg_list= 11:51:49 + [[ -d /opt/pyenv ]] 11:51:49 + echo 'Setup pyenv:' 11:51:49 Setup pyenv: 11:51:49 + export PYENV_ROOT=/opt/pyenv 11:51:49 + PYENV_ROOT=/opt/pyenv 11:51:49 + 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 11:51:49 + 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 11:51:49 + pyenv versions 11:51:49 * system (set by /opt/pyenv/version) 11:51:49 * 3.8.13 (set by /opt/pyenv/version) 11:51:49 * 3.9.13 (set by /opt/pyenv/version) 11:51:49 * 3.10.6 (set by /opt/pyenv/version) 11:51:49 + command -v pyenv 11:51:49 ++ pyenv init - --no-rehash 11:51:49 + 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[*]}"'\'')" 11:51:49 export PATH="/opt/pyenv/shims:${PATH}" 11:51:49 export PYENV_SHELL=bash 11:51:49 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:51:49 pyenv() { 11:51:49 local command 11:51:49 command="${1:-}" 11:51:49 if [ "$#" -gt 0 ]; then 11:51:49 shift 11:51:49 fi 11:51:49 11:51:49 case "$command" in 11:51:49 rehash|shell) 11:51:49 eval "$(pyenv "sh-$command" "$@")" 11:51:49 ;; 11:51:49 *) 11:51:49 command pyenv "$command" "$@" 11:51:49 ;; 11:51:49 esac 11:51:49 }' 11:51:49 +++ 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[*]}"' 11:51:49 ++ 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 11:51:49 ++ 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 11:51:49 ++ 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 11:51:49 ++ export PYENV_SHELL=bash 11:51:49 ++ PYENV_SHELL=bash 11:51:49 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:51:49 +++ complete -F _pyenv pyenv 11:51:49 ++ lf-pyver python3 11:51:49 ++ local py_version_xy=python3 11:51:49 ++ local py_version_xyz= 11:51:49 ++ pyenv versions 11:51:49 ++ sed 's/^[ *]* //' 11:51:49 ++ local command 11:51:49 ++ command=versions 11:51:49 ++ '[' 1 -gt 0 ']' 11:51:49 ++ shift 11:51:49 ++ case "$command" in 11:51:49 ++ command pyenv versions 11:51:49 ++ pyenv versions 11:51:49 ++ awk '{ print $1 }' 11:51:49 ++ grep -E '^[0-9.]*[0-9]$' 11:51:49 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:51:49 +++ grep '^3' /tmp/.pyenv_versions 11:51:49 +++ sort -V 11:51:49 +++ tail -n 1 11:51:49 ++ py_version_xyz=3.10.6 11:51:49 ++ [[ -z 3.10.6 ]] 11:51:49 ++ echo 3.10.6 11:51:49 ++ return 0 11:51:49 + pyenv local 3.10.6 11:51:49 + local command 11:51:49 + command=local 11:51:49 + '[' 2 -gt 0 ']' 11:51:49 + shift 11:51:49 + case "$command" in 11:51:49 + command pyenv local 3.10.6 11:51:49 + pyenv local 3.10.6 11:51:49 + for arg in "$@" 11:51:49 + case $arg in 11:51:49 + pkg_list+='tox ' 11:51:49 + for arg in "$@" 11:51:49 + case $arg in 11:51:49 + pkg_list+='virtualenv ' 11:51:49 + for arg in "$@" 11:51:49 + case $arg in 11:51:49 + pkg_list+='urllib3~=1.26.15 ' 11:51:49 + [[ -f /tmp/.toxenv ]] 11:51:49 + [[ ! -f /tmp/.toxenv ]] 11:51:49 + [[ -n '' ]] 11:51:49 + python3 -m venv /tmp/venv-QPqi 11:51:53 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QPqi' 11:51:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QPqi 11:51:53 + echo /tmp/venv-QPqi 11:51:53 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:51:53 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:51:53 + /tmp/venv-QPqi/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:51:57 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:51:57 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:51:57 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:51:57 + /tmp/venv-QPqi/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:51:59 + type python3 11:51:59 + true 11:51:59 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-QPqi/bin to PATH' 11:51:59 lf-activate-venv(): INFO: Adding /tmp/venv-QPqi/bin to PATH 11:51:59 + PATH=/tmp/venv-QPqi/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 11:51:59 + return 0 11:51:59 + python3 --version 11:51:59 Python 3.10.6 11:51:59 + python3 -m pip --version 11:52:00 pip 23.3.2 from /tmp/venv-QPqi/lib/python3.10/site-packages/pip (python 3.10) 11:52:00 + python3 -m pip freeze 11:52:00 cachetools==5.3.2 11:52:00 chardet==5.2.0 11:52:00 colorama==0.4.6 11:52:00 distlib==0.3.8 11:52:00 filelock==3.13.1 11:52:00 packaging==23.2 11:52:00 platformdirs==4.2.0 11:52:00 pluggy==1.4.0 11:52:00 pyproject-api==1.6.1 11:52:00 tomli==2.0.1 11:52:00 tox==4.12.1 11:52:00 urllib3==1.26.18 11:52:00 virtualenv==20.25.0 11:52:00 [EnvInject] - Injecting environment variables from a build step. 11:52:00 [EnvInject] - Injecting as environment variables the properties content 11:52:00 PARALLEL=false 11:52:00 11:52:00 [EnvInject] - Variables injected successfully. 11:52:00 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins11774233398114470979.sh 11:52:00 ---> tox-run.sh 11:52:00 + 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 11:52:00 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 11:52:00 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/docs 11:52:00 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 11:52:00 + cd /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/. 11:52:00 + source /home/jenkins/lf-env.sh 11:52:00 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:52:00 ++ mktemp -d /tmp/venv-XXXX 11:52:00 + lf_venv=/tmp/venv-KxvY 11:52:00 + local venv_file=/tmp/.os_lf_venv 11:52:00 + local python=python3 11:52:00 + local options 11:52:00 + local set_path=true 11:52:00 + local install_args= 11:52:00 ++ 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 11:52:00 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:52:00 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:52:00 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:52:00 + true 11:52:00 + case $1 in 11:52:00 + venv_file=/tmp/.toxenv 11:52:00 + shift 2 11:52:00 + true 11:52:00 + case $1 in 11:52:00 + shift 11:52:00 + break 11:52:00 + case $python in 11:52:00 + local pkg_list= 11:52:00 + [[ -d /opt/pyenv ]] 11:52:00 + echo 'Setup pyenv:' 11:52:00 Setup pyenv: 11:52:00 + export PYENV_ROOT=/opt/pyenv 11:52:00 + PYENV_ROOT=/opt/pyenv 11:52:00 + 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 11:52:00 + 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 11:52:00 + pyenv versions 11:52:00 system 11:52:00 3.8.13 11:52:00 3.9.13 11:52:00 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 11:52:00 + command -v pyenv 11:52:00 ++ pyenv init - --no-rehash 11:52:00 + 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[*]}"'\'')" 11:52:00 export PATH="/opt/pyenv/shims:${PATH}" 11:52:00 export PYENV_SHELL=bash 11:52:00 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:52:00 pyenv() { 11:52:00 local command 11:52:00 command="${1:-}" 11:52:00 if [ "$#" -gt 0 ]; then 11:52:00 shift 11:52:00 fi 11:52:00 11:52:00 case "$command" in 11:52:00 rehash|shell) 11:52:00 eval "$(pyenv "sh-$command" "$@")" 11:52:00 ;; 11:52:00 *) 11:52:00 command pyenv "$command" "$@" 11:52:00 ;; 11:52:00 esac 11:52:00 }' 11:52:00 +++ 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[*]}"' 11:52:00 ++ 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 11:52:00 ++ 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 11:52:00 ++ 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 11:52:00 ++ export PYENV_SHELL=bash 11:52:00 ++ PYENV_SHELL=bash 11:52:00 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:52:00 +++ complete -F _pyenv pyenv 11:52:00 ++ lf-pyver python3 11:52:00 ++ local py_version_xy=python3 11:52:00 ++ local py_version_xyz= 11:52:00 ++ sed 's/^[ *]* //' 11:52:00 ++ pyenv versions 11:52:00 ++ awk '{ print $1 }' 11:52:00 ++ local command 11:52:00 ++ command=versions 11:52:00 ++ '[' 1 -gt 0 ']' 11:52:00 ++ shift 11:52:00 ++ case "$command" in 11:52:00 ++ command pyenv versions 11:52:00 ++ pyenv versions 11:52:00 ++ grep -E '^[0-9.]*[0-9]$' 11:52:00 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:52:00 +++ grep '^3' /tmp/.pyenv_versions 11:52:00 +++ sort -V 11:52:00 +++ tail -n 1 11:52:00 ++ py_version_xyz=3.10.6 11:52:00 ++ [[ -z 3.10.6 ]] 11:52:00 ++ echo 3.10.6 11:52:00 ++ return 0 11:52:00 + pyenv local 3.10.6 11:52:00 + local command 11:52:00 + command=local 11:52:00 + '[' 2 -gt 0 ']' 11:52:00 + shift 11:52:00 + case "$command" in 11:52:00 + command pyenv local 3.10.6 11:52:00 + pyenv local 3.10.6 11:52:00 + for arg in "$@" 11:52:00 + case $arg in 11:52:00 + pkg_list+='tox ' 11:52:00 + for arg in "$@" 11:52:00 + case $arg in 11:52:00 + pkg_list+='virtualenv ' 11:52:00 + for arg in "$@" 11:52:00 + case $arg in 11:52:00 + pkg_list+='urllib3~=1.26.15 ' 11:52:00 + [[ -f /tmp/.toxenv ]] 11:52:00 ++ cat /tmp/.toxenv 11:52:00 + lf_venv=/tmp/venv-QPqi 11:52:00 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QPqi from' file:/tmp/.toxenv 11:52:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-QPqi from file:/tmp/.toxenv 11:52:00 + /tmp/venv-QPqi/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:52:01 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:52:01 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:52:01 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:52:01 + /tmp/venv-QPqi/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:52:03 + type python3 11:52:03 + true 11:52:03 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-QPqi/bin to PATH' 11:52:03 lf-activate-venv(): INFO: Adding /tmp/venv-QPqi/bin to PATH 11:52:03 + PATH=/tmp/venv-QPqi/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 11:52:03 + return 0 11:52:03 + [[ -d /opt/pyenv ]] 11:52:03 + echo '---> Setting up pyenv' 11:52:03 ---> Setting up pyenv 11:52:03 + export PYENV_ROOT=/opt/pyenv 11:52:03 + PYENV_ROOT=/opt/pyenv 11:52:03 + export PATH=/opt/pyenv/bin:/tmp/venv-QPqi/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 11:52:03 + PATH=/opt/pyenv/bin:/tmp/venv-QPqi/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 11:52:03 ++ pwd 11:52:03 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 11:52:03 + export PYTHONPATH 11:52:03 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:52:03 + TOX_TESTENV_PASSENV=PYTHONPATH 11:52:03 + tox --version 11:52:03 4.12.1 from /tmp/venv-QPqi/lib/python3.10/site-packages/tox/__init__.py 11:52:03 + PARALLEL=false 11:52:03 + TOX_OPTIONS_LIST= 11:52:03 + [[ -n pydocstyle ]] 11:52:03 + TOX_OPTIONS_LIST=' -e pydocstyle' 11:52:03 + case ${PARALLEL,,} in 11:52:03 + tox -e pydocstyle 11:52:03 + tee -a /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/tox.log 11:52:04 pydocstyle: install_deps> python -I -m pip install -r test-requirements.txt 11:52:18 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 11:52:19 .pkg: _optional_hooks> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:19 .pkg: get_requires_for_build_sdist> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:19 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 11:52:20 .pkg: get_requires_for_build_wheel> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:20 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 11:52:20 .pkg: freeze> python -m pip freeze --all 11:52:21 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 11:52:21 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:21 .pkg: build_sdist> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:21 pydocstyle: install_package_deps> python -I -m pip install dacite==1.6.0 jinja2==3.0.3 jsonschema==4.4.0 'more-itertools>=8.12.0' oyaml==1.0 pyOpenSSL==22.0.0 'requests[socks]==2.27.1' simplejson==3.17.6 11:52:22 pydocstyle: install_package> python -I -m pip install --force-reinstall --no-deps /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.tox/.tmp/package/1/onapsdk-12.11.0.tar.gz 11:52:24 pydocstyle: freeze> python -m pip freeze --all 11:52:25 pydocstyle: astroid==3.0.2,attrs==23.2.0,bandit==1.7.7,certifi==2023.11.17,cffi==1.16.0,charset-normalizer==2.0.12,coverage==7.4.1,cryptography==38.0.4,dacite==1.6.0,dill==0.3.8,exceptiongroup==1.2.0,idna==3.6,iniconfig==2.0.0,isort==5.13.2,Jinja2==3.0.3,jsonschema==4.4.0,markdown-it-py==3.0.0,MarkupSafe==2.1.4,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.2.0,onapsdk==12.11.0,oyaml==1.0,packaging==23.2,pbr==6.0.0,pip==23.3.1,platformdirs==4.2.0,pluggy==1.4.0,pycparser==2.21,pydocstyle==6.3.0,Pygments==2.17.2,pylint==3.0.3,pyOpenSSL==22.0.0,pyrsistent==0.20.0,PySocks==1.7.1,pytest==8.0.0,pytest-cov==4.1.0,PyYAML==6.0.1,requests==2.27.1,requests-mock==1.11.0,rich==13.7.0,setuptools==69.0.2,simplejson==3.17.6,six==1.16.0,snowballstemmer==2.2.0,stevedore==5.1.0,tomli==2.0.1,tomlkit==0.12.3,typing_extensions==4.9.0,urllib3==1.26.18,wheel==0.42.0 11:52:25 pydocstyle: commands[0]> pydocstyle src/ 11:52:28 .pkg: _exit> python /tmp/venv-QPqi/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:52:28 pydocstyle: OK (24.81=setup[21.29]+cmd[3.53] seconds) 11:52:28 congratulations :) (25.00 seconds) 11:52:29 + tox_status=0 11:52:29 + echo '---> Completed tox runs' 11:52:29 ---> Completed tox runs 11:52:29 + for i in .tox/*/log 11:52:29 ++ echo .tox/pydocstyle/log 11:52:29 ++ awk -F/ '{print $2}' 11:52:29 + tox_env=pydocstyle 11:52:29 + cp -r .tox/pydocstyle/log /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/pydocstyle 11:52:29 + DOC_DIR=docs/_build/html 11:52:29 + [[ -d docs/_build/html ]] 11:52:29 + echo '---> tox-run.sh ends' 11:52:29 ---> tox-run.sh ends 11:52:29 + test 0 -eq 0 11:52:29 $ ssh-agent -k 11:52:29 unset SSH_AUTH_SOCK; 11:52:29 unset SSH_AGENT_PID; 11:52:29 echo Agent pid 2120 killed; 11:52:29 [ssh-agent] Stopped. 11:52:29 [PostBuildScript] - [INFO] Executing post build scripts. 11:52:29 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2549103201694520765.sh 11:52:29 ---> sysstat.sh 11:52:29 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins4431716995179166663.sh 11:52:29 ---> package-listing.sh 11:52:29 ++ facter osfamily 11:52:29 ++ tr '[:upper:]' '[:lower:]' 11:52:29 + OS_FAMILY=debian 11:52:29 + workspace=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 11:52:29 + START_PACKAGES=/tmp/packages_start.txt 11:52:29 + END_PACKAGES=/tmp/packages_end.txt 11:52:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:52:29 + PACKAGES=/tmp/packages_start.txt 11:52:29 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 11:52:29 + PACKAGES=/tmp/packages_end.txt 11:52:29 + case "${OS_FAMILY}" in 11:52:29 + dpkg -l 11:52:29 + grep '^ii' 11:52:29 + '[' -f /tmp/packages_start.txt ']' 11:52:29 + '[' -f /tmp/packages_end.txt ']' 11:52:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:52:29 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 11:52:29 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 11:52:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 11:52:29 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14749767960963152372.sh 11:52:29 ---> capture-instance-metadata.sh 11:52:29 Setup pyenv: 11:52:29 system 11:52:29 3.8.13 11:52:29 3.9.13 11:52:29 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 11:52:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x0jV 11:52:33 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:52:36 lf-activate-venv(): INFO: Installing: lftools 11:53:08 lf-activate-venv(): INFO: Adding /tmp/venv-x0jV/bin to PATH 11:53:08 INFO: Running in OpenStack, capturing instance metadata 11:53:09 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins15129213682088195042.sh 11:53:09 provisioning config files... 11:53:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/config17701012097669385359tmp 11:53:09 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:53:09 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:53:09 [EnvInject] - Injecting environment variables from a build step. 11:53:09 [EnvInject] - Injecting as environment variables the properties content 11:53:09 SERVER_ID=logs 11:53:09 11:53:09 [EnvInject] - Variables injected successfully. 11:53:09 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins3815831620066812082.sh 11:53:09 ---> create-netrc.sh 11:53:09 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins11531749151320033877.sh 11:53:09 ---> python-tools-install.sh 11:53:09 Setup pyenv: 11:53:09 system 11:53:09 3.8.13 11:53:09 3.9.13 11:53:09 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 11:53:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-x0jV from file:/tmp/.os_lf_venv 11:53:10 lf-activate-venv(): INFO: Installing: lftools 11:53:18 lf-activate-venv(): INFO: Adding /tmp/venv-x0jV/bin to PATH 11:53:18 Generating Requirements File 11:53:51 Python 3.10.6 11:53:51 pip 23.3.2 from /tmp/venv-x0jV/lib/python3.10/site-packages/pip (python 3.10) 11:53:52 appdirs==1.4.4 11:53:52 argcomplete==3.2.2 11:53:52 aspy.yaml==1.3.0 11:53:52 attrs==23.2.0 11:53:52 autopage==0.5.2 11:53:52 beautifulsoup4==4.12.3 11:53:52 boto3==1.34.31 11:53:52 botocore==1.34.31 11:53:52 bs4==0.0.2 11:53:52 cachetools==5.3.2 11:53:52 certifi==2023.11.17 11:53:52 cffi==1.16.0 11:53:52 cfgv==3.4.0 11:53:52 chardet==5.2.0 11:53:52 charset-normalizer==3.3.2 11:53:52 click==8.1.7 11:53:52 cliff==4.5.0 11:53:52 cmd2==2.4.3 11:53:52 cryptography==3.3.2 11:53:52 debtcollector==2.5.0 11:53:52 decorator==5.1.1 11:53:52 defusedxml==0.7.1 11:53:52 Deprecated==1.2.14 11:53:52 distlib==0.3.8 11:53:52 dnspython==2.5.0 11:53:52 docker==4.2.2 11:53:52 dogpile.cache==1.3.0 11:53:52 email-validator==2.1.0.post1 11:53:52 filelock==3.13.1 11:53:52 future==0.18.3 11:53:52 gitdb==4.0.11 11:53:52 GitPython==3.1.41 11:53:52 google-auth==2.27.0 11:53:52 httplib2==0.22.0 11:53:52 identify==2.5.33 11:53:52 idna==3.6 11:53:52 importlib-resources==1.5.0 11:53:52 iso8601==2.1.0 11:53:52 Jinja2==3.1.3 11:53:52 jmespath==1.0.1 11:53:52 jsonpatch==1.33 11:53:52 jsonpointer==2.4 11:53:52 jsonschema==4.21.1 11:53:52 jsonschema-specifications==2023.12.1 11:53:52 keystoneauth1==5.5.0 11:53:52 kubernetes==29.0.0 11:53:52 lftools==0.37.8 11:53:52 lxml==5.1.0 11:53:52 MarkupSafe==2.1.4 11:53:52 msgpack==1.0.7 11:53:52 multi_key_dict==2.0.3 11:53:52 munch==4.0.0 11:53:52 netaddr==0.10.1 11:53:52 netifaces==0.11.0 11:53:52 niet==1.4.2 11:53:52 nodeenv==1.8.0 11:53:52 oauth2client==4.1.3 11:53:52 oauthlib==3.2.2 11:53:52 openstacksdk==0.62.0 11:53:52 os-client-config==2.1.0 11:53:52 os-service-types==1.7.0 11:53:52 osc-lib==3.0.0 11:53:52 oslo.config==9.3.0 11:53:52 oslo.context==5.3.0 11:53:52 oslo.i18n==6.2.0 11:53:52 oslo.log==5.4.0 11:53:52 oslo.serialization==5.3.0 11:53:52 oslo.utils==7.0.0 11:53:52 packaging==23.2 11:53:52 pbr==6.0.0 11:53:52 platformdirs==4.2.0 11:53:52 prettytable==3.9.0 11:53:52 pyasn1==0.5.1 11:53:52 pyasn1-modules==0.3.0 11:53:52 pycparser==2.21 11:53:52 pygerrit2==2.0.15 11:53:52 PyGithub==2.2.0 11:53:52 pyinotify==0.9.6 11:53:52 PyJWT==2.8.0 11:53:52 PyNaCl==1.5.0 11:53:52 pyparsing==2.4.7 11:53:52 pyperclip==1.8.2 11:53:52 pyrsistent==0.20.0 11:53:52 python-cinderclient==9.4.0 11:53:52 python-dateutil==2.8.2 11:53:52 python-heatclient==3.4.0 11:53:52 python-jenkins==1.8.2 11:53:52 python-keystoneclient==5.3.0 11:53:52 python-magnumclient==4.3.0 11:53:52 python-novaclient==18.4.0 11:53:52 python-openstackclient==6.0.0 11:53:52 python-swiftclient==4.4.0 11:53:52 pytz==2023.4 11:53:52 PyYAML==6.0.1 11:53:52 referencing==0.33.0 11:53:52 requests==2.31.0 11:53:52 requests-oauthlib==1.3.1 11:53:52 requestsexceptions==1.4.0 11:53:52 rfc3986==2.0.0 11:53:52 rpds-py==0.17.1 11:53:52 rsa==4.9 11:53:52 ruamel.yaml==0.18.5 11:53:52 ruamel.yaml.clib==0.2.8 11:53:52 s3transfer==0.10.0 11:53:52 simplejson==3.19.2 11:53:52 six==1.16.0 11:53:52 smmap==5.0.1 11:53:52 soupsieve==2.5 11:53:52 stevedore==5.1.0 11:53:52 tabulate==0.9.0 11:53:52 toml==0.10.2 11:53:52 tomlkit==0.12.3 11:53:52 tqdm==4.66.1 11:53:52 typing_extensions==4.9.0 11:53:52 tzdata==2023.4 11:53:52 urllib3==1.26.18 11:53:52 virtualenv==20.25.0 11:53:52 wcwidth==0.2.13 11:53:52 websocket-client==1.7.0 11:53:52 wrapt==1.16.0 11:53:52 xdg==6.0.0 11:53:52 xmltodict==0.13.0 11:53:52 yq==3.2.3 11:53:52 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins16170362909369535033.sh 11:53:52 ---> sudo-logs.sh 11:53:52 Archiving 'sudo' log.. 11:53:52 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2297640373393408601.sh 11:53:52 ---> job-cost.sh 11:53:52 Setup pyenv: 11:53:52 system 11:53:52 3.8.13 11:53:52 3.9.13 11:53:52 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 11:53:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-x0jV from file:/tmp/.os_lf_venv 11:53:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:54:01 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. 11:54:01 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 11:54:01 lf-activate-venv(): INFO: Adding /tmp/venv-x0jV/bin to PATH 11:54:01 INFO: No Stack... 11:54:02 INFO: Retrieving Pricing Info for: v3-standard-8 11:54:02 INFO: Archiving Costs 11:54:02 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins18317200490230902401.sh 11:54:02 ---> logs-deploy.sh 11:54:02 Setup pyenv: 11:54:02 system 11:54:02 3.8.13 11:54:02 3.9.13 11:54:02 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 11:54:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-x0jV from file:/tmp/.os_lf_venv 11:54:04 lf-activate-venv(): INFO: Installing: lftools 11:54:13 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. 11:54:13 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 11:54:13 lf-activate-venv(): INFO: Adding /tmp/venv-x0jV/bin to PATH 11:54:13 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-pydocstyle-lint/211 11:54:13 INFO: archiving workspace using pattern(s): 11:54:14 Archives upload complete. 11:54:14 INFO: archiving logs to Nexus 11:54:15 ---> uname -a: 11:54:15 Linux prd-ubuntu1804-docker-8c-8g-1102 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:54:15 11:54:15 11:54:15 ---> lscpu: 11:54:15 Architecture: x86_64 11:54:15 CPU op-mode(s): 32-bit, 64-bit 11:54:15 Byte Order: Little Endian 11:54:15 CPU(s): 8 11:54:15 On-line CPU(s) list: 0-7 11:54:15 Thread(s) per core: 1 11:54:15 Core(s) per socket: 1 11:54:15 Socket(s): 8 11:54:15 NUMA node(s): 1 11:54:15 Vendor ID: AuthenticAMD 11:54:15 CPU family: 23 11:54:15 Model: 49 11:54:15 Model name: AMD EPYC-Rome Processor 11:54:15 Stepping: 0 11:54:15 CPU MHz: 2800.000 11:54:15 BogoMIPS: 5600.00 11:54:15 Virtualization: AMD-V 11:54:15 Hypervisor vendor: KVM 11:54:15 Virtualization type: full 11:54:15 L1d cache: 32K 11:54:15 L1i cache: 32K 11:54:15 L2 cache: 512K 11:54:15 L3 cache: 16384K 11:54:15 NUMA node0 CPU(s): 0-7 11:54:15 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 11:54:15 11:54:15 11:54:15 ---> nproc: 11:54:15 8 11:54:15 11:54:15 11:54:15 ---> df -h: 11:54:15 Filesystem Size Used Avail Use% Mounted on 11:54:15 udev 16G 0 16G 0% /dev 11:54:15 tmpfs 3.2G 708K 3.2G 1% /run 11:54:15 /dev/vda1 155G 11G 145G 7% / 11:54:15 tmpfs 16G 0 16G 0% /dev/shm 11:54:15 tmpfs 5.0M 0 5.0M 0% /run/lock 11:54:15 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:54:15 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:54:15 tmpfs 3.2G 0 3.2G 0% /run/user/1001 11:54:15 11:54:15 11:54:15 ---> free -m: 11:54:15 total used free shared buff/cache available 11:54:15 Mem: 32167 802 29121 0 2243 30934 11:54:15 Swap: 1023 0 1023 11:54:15 11:54:15 11:54:15 ---> ip addr: 11:54:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:54:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:54:15 inet 127.0.0.1/8 scope host lo 11:54:15 valid_lft forever preferred_lft forever 11:54:15 inet6 ::1/128 scope host 11:54:15 valid_lft forever preferred_lft forever 11:54:15 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:54:15 link/ether fa:16:3e:86:62:fc brd ff:ff:ff:ff:ff:ff 11:54:15 inet 10.30.106.253/23 brd 10.30.107.255 scope global dynamic ens3 11:54:15 valid_lft 86215sec preferred_lft 86215sec 11:54:15 inet6 fe80::f816:3eff:fe86:62fc/64 scope link 11:54:15 valid_lft forever preferred_lft forever 11:54:15 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 11:54:15 link/ether 02:42:a5:60:ba:94 brd ff:ff:ff:ff:ff:ff 11:54:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:54:15 valid_lft forever preferred_lft forever 11:54:15 11:54:15 11:54:15 ---> sar -b -r -n DEV: 11:54:15 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1102) 01/31/24 _x86_64_ (8 CPU) 11:54:15 11:54:15 11:51:12 LINUX RESTART (8 CPU) 11:54:15 11:54:15 11:52:02 tps rtps wtps bread/s bwrtn/s 11:54:15 11:53:01 142.18 17.81 124.37 1092.97 64866.84 11:54:15 11:54:01 107.10 0.97 106.13 102.77 57336.09 11:54:15 Average: 124.49 9.32 115.17 593.67 61069.51 11:54:15 11:54:15 11:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:54:15 11:53:01 30012684 31654536 2926536 8.88 67456 1881796 1457384 4.29 952608 1674840 90428 11:54:15 11:54:01 29782864 31657152 3156356 9.58 90028 2077032 1426452 4.20 962196 1864464 125992 11:54:15 Average: 29897774 31655844 3041446 9.23 78742 1979414 1441918 4.24 957402 1769652 108210 11:54:15 11:54:15 11:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:54:15 11:53:01 lo 1.02 1.02 0.11 0.11 0.00 0.00 0.00 0.00 11:54:15 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:54:15 11:53:01 ens3 55.40 37.99 820.20 22.16 0.00 0.00 0.00 0.00 11:54:15 11:54:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 11:54:15 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:54:15 11:54:01 ens3 37.37 28.07 367.81 7.46 0.00 0.00 0.00 0.00 11:54:15 Average: lo 1.11 1.11 0.11 0.11 0.00 0.00 0.00 0.00 11:54:15 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:54:15 Average: ens3 46.31 32.99 592.09 14.75 0.00 0.00 0.00 0.00 11:54:15 11:54:15 11:54:15 ---> sar -P ALL: 11:54:15 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1102) 01/31/24 _x86_64_ (8 CPU) 11:54:15 11:54:15 11:51:12 LINUX RESTART (8 CPU) 11:54:15 11:54:15 11:52:02 CPU %user %nice %system %iowait %steal %idle 11:54:15 11:53:01 all 9.95 0.00 0.75 5.02 0.05 84.24 11:54:15 11:53:01 0 0.94 0.00 0.49 18.60 0.02 79.96 11:54:15 11:53:01 1 2.76 0.00 0.42 7.13 0.03 89.65 11:54:15 11:53:01 2 28.08 0.00 1.25 4.13 0.05 66.50 11:54:15 11:53:01 3 17.19 0.00 1.11 0.34 0.03 81.33 11:54:15 11:53:01 4 5.10 0.00 0.51 8.60 0.07 85.72 11:54:15 11:53:01 5 14.99 0.00 0.97 0.29 0.05 83.70 11:54:15 11:53:01 6 9.55 0.00 0.61 0.56 0.03 89.24 11:54:15 11:53:01 7 1.10 0.00 0.59 0.48 0.07 97.76 11:54:15 11:54:01 all 10.16 0.00 0.64 4.44 0.04 84.73 11:54:15 11:54:01 0 0.13 0.00 0.15 0.00 0.00 99.72 11:54:15 11:54:01 1 37.34 0.00 1.52 3.73 0.10 57.30 11:54:15 11:54:01 2 16.69 0.00 1.30 3.45 0.05 78.51 11:54:15 11:54:01 3 18.71 0.00 1.09 0.32 0.05 79.84 11:54:15 11:54:01 4 0.30 0.00 0.37 27.82 0.03 71.48 11:54:15 11:54:01 5 5.77 0.00 0.43 0.18 0.00 93.61 11:54:15 11:54:01 6 2.07 0.00 0.18 0.02 0.02 97.71 11:54:15 11:54:01 7 0.33 0.00 0.15 0.02 0.02 99.48 11:54:15 Average: all 10.05 0.00 0.70 4.72 0.04 84.49 11:54:15 Average: 0 0.53 0.00 0.32 9.21 0.01 89.94 11:54:15 Average: 1 20.16 0.00 0.98 5.42 0.07 73.37 11:54:15 Average: 2 22.33 0.00 1.28 3.78 0.05 72.56 11:54:15 Average: 3 17.95 0.00 1.10 0.33 0.04 80.58 11:54:15 Average: 4 2.68 0.00 0.44 18.30 0.05 78.53 11:54:15 Average: 5 10.34 0.00 0.70 0.24 0.03 88.70 11:54:15 Average: 6 5.77 0.00 0.40 0.29 0.03 93.52 11:54:15 Average: 7 0.71 0.00 0.37 0.24 0.04 98.63 11:54:15 11:54:15 11:54:15