14:29:34 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137098 14:29:34 Running as SYSTEM 14:29:34 [EnvInject] - Loading node environment variables. 14:29:34 Building remotely on prd-ubuntu1804-docker-8c-8g-1139 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-pydocstyle-lint 14:29:34 [ssh-agent] Looking for ssh-agent implementation... 14:29:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:29:34 $ ssh-agent 14:29:34 SSH_AUTH_SOCK=/tmp/ssh-GI10Vjsm9DFl/agent.1990 14:29:34 SSH_AGENT_PID=1992 14:29:34 [ssh-agent] Started. 14:29:34 Running ssh-add (command line suppressed) 14:29:34 Identity added: /w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_4371902641108905379.key (/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_4371902641108905379.key) 14:29:34 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 14:29:34 The recommended git tool is: NONE 14:29:36 using credential onap-jenkins-ssh 14:29:36 Wiping out workspace first. 14:29:36 Cloning the remote Git repository 14:29:36 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 14:29:36 > git init /w/workspace/integration-python-onapsdk-master-pydocstyle-lint # timeout=10 14:29:36 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 14:29:36 > git --version # timeout=10 14:29:36 > git --version # 'git version 2.17.1' 14:29:36 using GIT_SSH to set credentials Gerrit user 14:29:36 Verifying host key using manually-configured host key entries 14:29:36 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 14:29:36 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 14:29:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:37 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 14:29:37 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 14:29:37 using GIT_SSH to set credentials Gerrit user 14:29:37 Verifying host key using manually-configured host key entries 14:29:37 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/98/137098/4 # timeout=30 14:29:37 > git rev-parse bfb53be9956b27b20fcefd54504b7d26db052053^{commit} # timeout=10 14:29:37 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 14:29:37 Checking out Revision bfb53be9956b27b20fcefd54504b7d26db052053 (refs/changes/98/137098/4) 14:29:37 > git config core.sparsecheckout # timeout=10 14:29:37 > git checkout -f bfb53be9956b27b20fcefd54504b7d26db052053 # timeout=30 14:29:40 Commit message: "SDC refactor to use sdc v2 API" 14:29:40 > git rev-parse FETCH_HEAD^{commit} # timeout=10 14:29:40 > git rev-list --no-walk 0a5d6dbc73d21d597eba1069d343b6e7684e91f9 # timeout=10 14:29:40 [EnvInject] - Injecting environment variables from a build step. 14:29:40 [EnvInject] - Injecting as environment variables the properties content 14:29:40 PYTHON=python3 14:29:40 14:29:40 [EnvInject] - Variables injected successfully. 14:29:40 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins3150639967738808129.sh 14:29:40 ---> tox-install.sh 14:29:40 + source /home/jenkins/lf-env.sh 14:29:40 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 14:29:40 ++ mktemp -d /tmp/venv-XXXX 14:29:40 + lf_venv=/tmp/venv-Tad5 14:29:40 + local venv_file=/tmp/.os_lf_venv 14:29:40 + local python=python3 14:29:40 + local options 14:29:40 + local set_path=true 14:29:40 + local install_args= 14:29:40 ++ 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 14:29:40 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:29:40 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:29:40 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 14:29:40 + true 14:29:40 + case $1 in 14:29:40 + venv_file=/tmp/.toxenv 14:29:40 + shift 2 14:29:40 + true 14:29:40 + case $1 in 14:29:40 + shift 14:29:40 + break 14:29:40 + case $python in 14:29:40 + local pkg_list= 14:29:40 + [[ -d /opt/pyenv ]] 14:29:40 + echo 'Setup pyenv:' 14:29:40 Setup pyenv: 14:29:40 + export PYENV_ROOT=/opt/pyenv 14:29:40 + PYENV_ROOT=/opt/pyenv 14:29:40 + 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 14:29:40 + 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 14:29:40 + pyenv versions 14:29:41 * system (set by /opt/pyenv/version) 14:29:41 * 3.8.13 (set by /opt/pyenv/version) 14:29:41 * 3.9.13 (set by /opt/pyenv/version) 14:29:41 * 3.10.6 (set by /opt/pyenv/version) 14:29:41 + command -v pyenv 14:29:41 ++ pyenv init - --no-rehash 14:29:41 + 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[*]}"'\'')" 14:29:41 export PATH="/opt/pyenv/shims:${PATH}" 14:29:41 export PYENV_SHELL=bash 14:29:41 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 14:29:41 pyenv() { 14:29:41 local command 14:29:41 command="${1:-}" 14:29:41 if [ "$#" -gt 0 ]; then 14:29:41 shift 14:29:41 fi 14:29:41 14:29:41 case "$command" in 14:29:41 rehash|shell) 14:29:41 eval "$(pyenv "sh-$command" "$@")" 14:29:41 ;; 14:29:41 *) 14:29:41 command pyenv "$command" "$@" 14:29:41 ;; 14:29:41 esac 14:29:41 }' 14:29:41 +++ 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[*]}"' 14:29:41 ++ 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 14:29:41 ++ 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 14:29:41 ++ 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 14:29:41 ++ export PYENV_SHELL=bash 14:29:41 ++ PYENV_SHELL=bash 14:29:41 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 14:29:41 +++ complete -F _pyenv pyenv 14:29:41 ++ lf-pyver python3 14:29:41 ++ local py_version_xy=python3 14:29:41 ++ local py_version_xyz= 14:29:41 ++ pyenv versions 14:29:41 ++ local command 14:29:41 ++ command=versions 14:29:41 ++ '[' 1 -gt 0 ']' 14:29:41 ++ sed 's/^[ *]* //' 14:29:41 ++ shift 14:29:41 ++ case "$command" in 14:29:41 ++ command pyenv versions 14:29:41 ++ pyenv versions 14:29:41 ++ awk '{ print $1 }' 14:29:41 ++ grep -E '^[0-9.]*[0-9]$' 14:29:41 ++ [[ ! -s /tmp/.pyenv_versions ]] 14:29:41 +++ grep '^3' /tmp/.pyenv_versions 14:29:41 +++ sort -V 14:29:41 +++ tail -n 1 14:29:41 ++ py_version_xyz=3.10.6 14:29:41 ++ [[ -z 3.10.6 ]] 14:29:41 ++ echo 3.10.6 14:29:41 ++ return 0 14:29:41 + pyenv local 3.10.6 14:29:41 + local command 14:29:41 + command=local 14:29:41 + '[' 2 -gt 0 ']' 14:29:41 + shift 14:29:41 + case "$command" in 14:29:41 + command pyenv local 3.10.6 14:29:41 + pyenv local 3.10.6 14:29:41 + for arg in "$@" 14:29:41 + case $arg in 14:29:41 + pkg_list+='tox ' 14:29:41 + for arg in "$@" 14:29:41 + case $arg in 14:29:41 + pkg_list+='virtualenv ' 14:29:41 + for arg in "$@" 14:29:41 + case $arg in 14:29:41 + pkg_list+='urllib3~=1.26.15 ' 14:29:41 + [[ -f /tmp/.toxenv ]] 14:29:41 + [[ ! -f /tmp/.toxenv ]] 14:29:41 + [[ -n '' ]] 14:29:41 + python3 -m venv /tmp/venv-Tad5 14:29:45 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Tad5' 14:29:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Tad5 14:29:45 + echo /tmp/venv-Tad5 14:29:45 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 14:29:45 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 14:29:45 + /tmp/venv-Tad5/bin/python3 -m pip install --upgrade --quiet pip virtualenv 14:29:48 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 14:29:48 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 14:29:48 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 14:29:48 + /tmp/venv-Tad5/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 14:29:50 + type python3 14:29:50 + true 14:29:50 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Tad5/bin to PATH' 14:29:50 lf-activate-venv(): INFO: Adding /tmp/venv-Tad5/bin to PATH 14:29:50 + PATH=/tmp/venv-Tad5/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 14:29:50 + return 0 14:29:50 + python3 --version 14:29:50 Python 3.10.6 14:29:50 + python3 -m pip --version 14:29:50 pip 23.3.2 from /tmp/venv-Tad5/lib/python3.10/site-packages/pip (python 3.10) 14:29:51 + python3 -m pip freeze 14:29:51 cachetools==5.3.2 14:29:51 chardet==5.2.0 14:29:51 colorama==0.4.6 14:29:51 distlib==0.3.8 14:29:51 filelock==3.13.1 14:29:51 packaging==23.2 14:29:51 platformdirs==4.2.0 14:29:51 pluggy==1.4.0 14:29:51 pyproject-api==1.6.1 14:29:51 tomli==2.0.1 14:29:51 tox==4.12.1 14:29:51 urllib3==1.26.18 14:29:51 virtualenv==20.25.0 14:29:51 [EnvInject] - Injecting environment variables from a build step. 14:29:51 [EnvInject] - Injecting as environment variables the properties content 14:29:51 PARALLEL=false 14:29:51 14:29:51 [EnvInject] - Variables injected successfully. 14:29:51 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins11984099416901614683.sh 14:29:51 ---> tox-run.sh 14:29: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 14:29:51 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 14:29:51 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/docs 14:29:51 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 14:29:51 + cd /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/. 14:29:51 + source /home/jenkins/lf-env.sh 14:29:51 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 14:29:51 ++ mktemp -d /tmp/venv-XXXX 14:29:51 + lf_venv=/tmp/venv-ZVHM 14:29:51 + local venv_file=/tmp/.os_lf_venv 14:29:51 + local python=python3 14:29:51 + local options 14:29:51 + local set_path=true 14:29:51 + local install_args= 14:29: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 14:29:51 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:29:51 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 14:29:51 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 14:29:51 + true 14:29:51 + case $1 in 14:29:51 + venv_file=/tmp/.toxenv 14:29:51 + shift 2 14:29:51 + true 14:29:51 + case $1 in 14:29:51 + shift 14:29:51 + break 14:29:51 + case $python in 14:29:51 + local pkg_list= 14:29:51 + [[ -d /opt/pyenv ]] 14:29:51 + echo 'Setup pyenv:' 14:29:51 Setup pyenv: 14:29:51 + export PYENV_ROOT=/opt/pyenv 14:29:51 + PYENV_ROOT=/opt/pyenv 14:29: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 14:29: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 14:29:51 + pyenv versions 14:29:51 system 14:29:51 3.8.13 14:29:51 3.9.13 14:29:51 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 14:29:51 + command -v pyenv 14:29:51 ++ pyenv init - --no-rehash 14:29: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[*]}"'\'')" 14:29:51 export PATH="/opt/pyenv/shims:${PATH}" 14:29:51 export PYENV_SHELL=bash 14:29:51 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 14:29:51 pyenv() { 14:29:51 local command 14:29:51 command="${1:-}" 14:29:51 if [ "$#" -gt 0 ]; then 14:29:51 shift 14:29:51 fi 14:29:51 14:29:51 case "$command" in 14:29:51 rehash|shell) 14:29:51 eval "$(pyenv "sh-$command" "$@")" 14:29:51 ;; 14:29:51 *) 14:29:51 command pyenv "$command" "$@" 14:29:51 ;; 14:29:51 esac 14:29:51 }' 14:29: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[*]}"' 14:29: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 14:29: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 14:29: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 14:29:51 ++ export PYENV_SHELL=bash 14:29:51 ++ PYENV_SHELL=bash 14:29:51 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 14:29:51 +++ complete -F _pyenv pyenv 14:29:51 ++ lf-pyver python3 14:29:51 ++ local py_version_xy=python3 14:29:51 ++ local py_version_xyz= 14:29:51 ++ pyenv versions 14:29:51 ++ local command 14:29:51 ++ command=versions 14:29:51 ++ '[' 1 -gt 0 ']' 14:29:51 ++ shift 14:29:51 ++ case "$command" in 14:29:51 ++ command pyenv versions 14:29:51 ++ pyenv versions 14:29:51 ++ sed 's/^[ *]* //' 14:29:51 ++ awk '{ print $1 }' 14:29:51 ++ grep -E '^[0-9.]*[0-9]$' 14:29:51 ++ [[ ! -s /tmp/.pyenv_versions ]] 14:29:51 +++ grep '^3' /tmp/.pyenv_versions 14:29:51 +++ sort -V 14:29:51 +++ tail -n 1 14:29:51 ++ py_version_xyz=3.10.6 14:29:51 ++ [[ -z 3.10.6 ]] 14:29:51 ++ echo 3.10.6 14:29:51 ++ return 0 14:29:51 + pyenv local 3.10.6 14:29:51 + local command 14:29:51 + command=local 14:29:51 + '[' 2 -gt 0 ']' 14:29:51 + shift 14:29:51 + case "$command" in 14:29:51 + command pyenv local 3.10.6 14:29:51 + pyenv local 3.10.6 14:29:51 + for arg in "$@" 14:29:51 + case $arg in 14:29:51 + pkg_list+='tox ' 14:29:51 + for arg in "$@" 14:29:51 + case $arg in 14:29:51 + pkg_list+='virtualenv ' 14:29:51 + for arg in "$@" 14:29:51 + case $arg in 14:29:51 + pkg_list+='urllib3~=1.26.15 ' 14:29:51 + [[ -f /tmp/.toxenv ]] 14:29:51 ++ cat /tmp/.toxenv 14:29:51 + lf_venv=/tmp/venv-Tad5 14:29:51 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Tad5 from' file:/tmp/.toxenv 14:29:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Tad5 from file:/tmp/.toxenv 14:29:51 + /tmp/venv-Tad5/bin/python3 -m pip install --upgrade --quiet pip virtualenv 14:29:52 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 14:29:52 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 14:29:52 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 14:29:52 + /tmp/venv-Tad5/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 14:29:53 + type python3 14:29:53 + true 14:29:53 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Tad5/bin to PATH' 14:29:53 lf-activate-venv(): INFO: Adding /tmp/venv-Tad5/bin to PATH 14:29:53 + PATH=/tmp/venv-Tad5/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 14:29:53 + return 0 14:29:53 + [[ -d /opt/pyenv ]] 14:29:53 + echo '---> Setting up pyenv' 14:29:53 ---> Setting up pyenv 14:29:53 + export PYENV_ROOT=/opt/pyenv 14:29:53 + PYENV_ROOT=/opt/pyenv 14:29:53 + export PATH=/opt/pyenv/bin:/tmp/venv-Tad5/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 14:29:53 + PATH=/opt/pyenv/bin:/tmp/venv-Tad5/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 14:29:53 ++ pwd 14:29:53 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 14:29:53 + export PYTHONPATH 14:29:53 + export TOX_TESTENV_PASSENV=PYTHONPATH 14:29:53 + TOX_TESTENV_PASSENV=PYTHONPATH 14:29:53 + tox --version 14:29:54 4.12.1 from /tmp/venv-Tad5/lib/python3.10/site-packages/tox/__init__.py 14:29:54 + PARALLEL=false 14:29:54 + TOX_OPTIONS_LIST= 14:29:54 + [[ -n pydocstyle ]] 14:29:54 + TOX_OPTIONS_LIST=' -e pydocstyle' 14:29:54 + case ${PARALLEL,,} in 14:29:54 + tox -e pydocstyle 14:29:54 + tee -a /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/tox.log 14:29:55 pydocstyle: install_deps> python -I -m pip install -r test-requirements.txt 14:30:06 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 14:30:08 .pkg: _optional_hooks> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:08 .pkg: get_requires_for_build_sdist> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:08 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 14:30:09 .pkg: get_requires_for_build_wheel> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:09 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 14:30:09 .pkg: freeze> python -m pip freeze --all 14:30:10 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 14:30:10 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:10 .pkg: build_sdist> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:10 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 14:30:11 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 14:30:13 pydocstyle: freeze> python -m pip freeze --all 14:30:14 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 14:30:14 pydocstyle: commands[0]> pydocstyle src/ 14:30:17 .pkg: _exit> python /tmp/venv-Tad5/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 14:30:17 pydocstyle: OK (23.06=setup[19.71]+cmd[3.35] seconds) 14:30:17 congratulations :) (23.22 seconds) 14:30:17 + tox_status=0 14:30:17 + echo '---> Completed tox runs' 14:30:17 ---> Completed tox runs 14:30:17 + for i in .tox/*/log 14:30:17 ++ echo .tox/pydocstyle/log 14:30:17 ++ awk -F/ '{print $2}' 14:30:17 + tox_env=pydocstyle 14:30:17 + cp -r .tox/pydocstyle/log /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/pydocstyle 14:30:17 + DOC_DIR=docs/_build/html 14:30:17 + [[ -d docs/_build/html ]] 14:30:17 + echo '---> tox-run.sh ends' 14:30:17 ---> tox-run.sh ends 14:30:17 + test 0 -eq 0 14:30:17 $ ssh-agent -k 14:30:17 unset SSH_AUTH_SOCK; 14:30:17 unset SSH_AGENT_PID; 14:30:17 echo Agent pid 1992 killed; 14:30:17 [ssh-agent] Stopped. 14:30:17 [PostBuildScript] - [INFO] Executing post build scripts. 14:30:17 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins15524733040686326350.sh 14:30:17 ---> sysstat.sh 14:30:18 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins367268857375621958.sh 14:30:18 ---> package-listing.sh 14:30:18 ++ tr '[:upper:]' '[:lower:]' 14:30:18 ++ facter osfamily 14:30:18 + OS_FAMILY=debian 14:30:18 + workspace=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 14:30:18 + START_PACKAGES=/tmp/packages_start.txt 14:30:18 + END_PACKAGES=/tmp/packages_end.txt 14:30:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:30:18 + PACKAGES=/tmp/packages_start.txt 14:30:18 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 14:30:18 + PACKAGES=/tmp/packages_end.txt 14:30:18 + case "${OS_FAMILY}" in 14:30:18 + dpkg -l 14:30:18 + grep '^ii' 14:30:18 + '[' -f /tmp/packages_start.txt ']' 14:30:18 + '[' -f /tmp/packages_end.txt ']' 14:30:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:30:18 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 14:30:18 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 14:30:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 14:30:18 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins13492981601283607481.sh 14:30:18 ---> capture-instance-metadata.sh 14:30:18 Setup pyenv: 14:30:18 system 14:30:18 3.8.13 14:30:18 3.9.13 14:30:18 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 14:30:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Kly4 14:30:22 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 14:30:25 lf-activate-venv(): INFO: Installing: lftools 14:30:55 lf-activate-venv(): INFO: Adding /tmp/venv-Kly4/bin to PATH 14:30:55 INFO: Running in OpenStack, capturing instance metadata 14:30:55 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins8283159686349697386.sh 14:30:55 provisioning config files... 14:30:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/config10415024131431757068tmp 14:30:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 14:30:55 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 14:30:55 [EnvInject] - Injecting environment variables from a build step. 14:30:55 [EnvInject] - Injecting as environment variables the properties content 14:30:55 SERVER_ID=logs 14:30:55 14:30:55 [EnvInject] - Variables injected successfully. 14:30:55 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins3645709895797301162.sh 14:30:55 ---> create-netrc.sh 14:30:55 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14398992425850535479.sh 14:30:55 ---> python-tools-install.sh 14:30:55 Setup pyenv: 14:30:56 system 14:30:56 3.8.13 14:30:56 3.9.13 14:30:56 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 14:30:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Kly4 from file:/tmp/.os_lf_venv 14:30:57 lf-activate-venv(): INFO: Installing: lftools 14:31:04 lf-activate-venv(): INFO: Adding /tmp/venv-Kly4/bin to PATH 14:31:04 Generating Requirements File 14:31:32 Python 3.10.6 14:31:33 pip 23.3.2 from /tmp/venv-Kly4/lib/python3.10/site-packages/pip (python 3.10) 14:31:33 appdirs==1.4.4 14:31:33 argcomplete==3.2.2 14:31:33 aspy.yaml==1.3.0 14:31:33 attrs==23.2.0 14:31:33 autopage==0.5.2 14:31:33 beautifulsoup4==4.12.3 14:31:33 boto3==1.34.31 14:31:33 botocore==1.34.31 14:31:33 bs4==0.0.2 14:31:33 cachetools==5.3.2 14:31:33 certifi==2023.11.17 14:31:33 cffi==1.16.0 14:31:33 cfgv==3.4.0 14:31:33 chardet==5.2.0 14:31:33 charset-normalizer==3.3.2 14:31:33 click==8.1.7 14:31:33 cliff==4.5.0 14:31:33 cmd2==2.4.3 14:31:33 cryptography==3.3.2 14:31:33 debtcollector==2.5.0 14:31:33 decorator==5.1.1 14:31:33 defusedxml==0.7.1 14:31:33 Deprecated==1.2.14 14:31:33 distlib==0.3.8 14:31:33 dnspython==2.5.0 14:31:33 docker==4.2.2 14:31:33 dogpile.cache==1.3.0 14:31:33 email-validator==2.1.0.post1 14:31:33 filelock==3.13.1 14:31:33 future==0.18.3 14:31:33 gitdb==4.0.11 14:31:33 GitPython==3.1.41 14:31:33 google-auth==2.27.0 14:31:33 httplib2==0.22.0 14:31:33 identify==2.5.33 14:31:33 idna==3.6 14:31:33 importlib-resources==1.5.0 14:31:33 iso8601==2.1.0 14:31:33 Jinja2==3.1.3 14:31:33 jmespath==1.0.1 14:31:33 jsonpatch==1.33 14:31:33 jsonpointer==2.4 14:31:33 jsonschema==4.21.1 14:31:33 jsonschema-specifications==2023.12.1 14:31:33 keystoneauth1==5.5.0 14:31:33 kubernetes==29.0.0 14:31:33 lftools==0.37.8 14:31:33 lxml==5.1.0 14:31:33 MarkupSafe==2.1.4 14:31:33 msgpack==1.0.7 14:31:33 multi_key_dict==2.0.3 14:31:33 munch==4.0.0 14:31:33 netaddr==0.10.1 14:31:33 netifaces==0.11.0 14:31:33 niet==1.4.2 14:31:33 nodeenv==1.8.0 14:31:33 oauth2client==4.1.3 14:31:33 oauthlib==3.2.2 14:31:33 openstacksdk==0.62.0 14:31:33 os-client-config==2.1.0 14:31:33 os-service-types==1.7.0 14:31:33 osc-lib==3.0.0 14:31:33 oslo.config==9.3.0 14:31:33 oslo.context==5.3.0 14:31:33 oslo.i18n==6.2.0 14:31:33 oslo.log==5.4.0 14:31:33 oslo.serialization==5.3.0 14:31:33 oslo.utils==7.0.0 14:31:33 packaging==23.2 14:31:33 pbr==6.0.0 14:31:33 platformdirs==4.2.0 14:31:33 prettytable==3.9.0 14:31:33 pyasn1==0.5.1 14:31:33 pyasn1-modules==0.3.0 14:31:33 pycparser==2.21 14:31:33 pygerrit2==2.0.15 14:31:33 PyGithub==2.2.0 14:31:33 pyinotify==0.9.6 14:31:33 PyJWT==2.8.0 14:31:33 PyNaCl==1.5.0 14:31:33 pyparsing==2.4.7 14:31:33 pyperclip==1.8.2 14:31:33 pyrsistent==0.20.0 14:31:33 python-cinderclient==9.4.0 14:31:33 python-dateutil==2.8.2 14:31:33 python-heatclient==3.4.0 14:31:33 python-jenkins==1.8.2 14:31:33 python-keystoneclient==5.3.0 14:31:33 python-magnumclient==4.3.0 14:31:33 python-novaclient==18.4.0 14:31:33 python-openstackclient==6.0.0 14:31:33 python-swiftclient==4.4.0 14:31:33 pytz==2023.4 14:31:33 PyYAML==6.0.1 14:31:33 referencing==0.33.0 14:31:33 requests==2.31.0 14:31:33 requests-oauthlib==1.3.1 14:31:33 requestsexceptions==1.4.0 14:31:33 rfc3986==2.0.0 14:31:33 rpds-py==0.17.1 14:31:33 rsa==4.9 14:31:33 ruamel.yaml==0.18.5 14:31:33 ruamel.yaml.clib==0.2.8 14:31:33 s3transfer==0.10.0 14:31:33 simplejson==3.19.2 14:31:33 six==1.16.0 14:31:33 smmap==5.0.1 14:31:33 soupsieve==2.5 14:31:33 stevedore==5.1.0 14:31:33 tabulate==0.9.0 14:31:33 toml==0.10.2 14:31:33 tomlkit==0.12.3 14:31:33 tqdm==4.66.1 14:31:33 typing_extensions==4.9.0 14:31:33 tzdata==2023.4 14:31:33 urllib3==1.26.18 14:31:33 virtualenv==20.25.0 14:31:33 wcwidth==0.2.13 14:31:33 websocket-client==1.7.0 14:31:33 wrapt==1.16.0 14:31:33 xdg==6.0.0 14:31:33 xmltodict==0.13.0 14:31:33 yq==3.2.3 14:31:33 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins17272613519265416841.sh 14:31:33 ---> sudo-logs.sh 14:31:33 Archiving 'sudo' log.. 14:31:33 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14474166533475797154.sh 14:31:33 ---> job-cost.sh 14:31:33 Setup pyenv: 14:31:34 system 14:31:34 3.8.13 14:31:34 3.9.13 14:31:34 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 14:31:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Kly4 from file:/tmp/.os_lf_venv 14:31:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 14:31:42 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. 14:31:42 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 14:31:43 lf-activate-venv(): INFO: Adding /tmp/venv-Kly4/bin to PATH 14:31:43 INFO: No Stack... 14:31:43 INFO: Retrieving Pricing Info for: v3-standard-8 14:31:43 INFO: Archiving Costs 14:31:43 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins6173403681037862953.sh 14:31:43 ---> logs-deploy.sh 14:31:43 Setup pyenv: 14:31:43 system 14:31:43 3.8.13 14:31:43 3.9.13 14:31:43 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 14:31:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Kly4 from file:/tmp/.os_lf_venv 14:31:45 lf-activate-venv(): INFO: Installing: lftools 14:31:54 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. 14:31:54 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 14:31:55 lf-activate-venv(): INFO: Adding /tmp/venv-Kly4/bin to PATH 14:31:55 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-pydocstyle-lint/213 14:31:55 INFO: archiving workspace using pattern(s): 14:31:56 Archives upload complete. 14:31:56 INFO: archiving logs to Nexus 14:31:57 ---> uname -a: 14:31:57 Linux prd-ubuntu1804-docker-8c-8g-1139 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 14:31:57 14:31:57 14:31:57 ---> lscpu: 14:31:57 Architecture: x86_64 14:31:57 CPU op-mode(s): 32-bit, 64-bit 14:31:57 Byte Order: Little Endian 14:31:57 CPU(s): 8 14:31:57 On-line CPU(s) list: 0-7 14:31:57 Thread(s) per core: 1 14:31:57 Core(s) per socket: 1 14:31:57 Socket(s): 8 14:31:57 NUMA node(s): 1 14:31:57 Vendor ID: AuthenticAMD 14:31:57 CPU family: 23 14:31:57 Model: 49 14:31:57 Model name: AMD EPYC-Rome Processor 14:31:57 Stepping: 0 14:31:57 CPU MHz: 2799.998 14:31:57 BogoMIPS: 5599.99 14:31:57 Virtualization: AMD-V 14:31:57 Hypervisor vendor: KVM 14:31:57 Virtualization type: full 14:31:57 L1d cache: 32K 14:31:57 L1i cache: 32K 14:31:57 L2 cache: 512K 14:31:57 L3 cache: 16384K 14:31:57 NUMA node0 CPU(s): 0-7 14:31:57 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 14:31:57 14:31:57 14:31:57 ---> nproc: 14:31:57 8 14:31:57 14:31:57 14:31:57 ---> df -h: 14:31:57 Filesystem Size Used Avail Use% Mounted on 14:31:57 udev 16G 0 16G 0% /dev 14:31:57 tmpfs 3.2G 708K 3.2G 1% /run 14:31:57 /dev/vda1 155G 11G 145G 7% / 14:31:57 tmpfs 16G 0 16G 0% /dev/shm 14:31:57 tmpfs 5.0M 0 5.0M 0% /run/lock 14:31:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:31:57 /dev/vda15 105M 4.4M 100M 5% /boot/efi 14:31:57 tmpfs 3.2G 0 3.2G 0% /run/user/1001 14:31:57 14:31:57 14:31:57 ---> free -m: 14:31:57 total used free shared buff/cache available 14:31:57 Mem: 32167 803 29117 0 2246 30934 14:31:57 Swap: 1023 0 1023 14:31:57 14:31:57 14:31:57 ---> ip addr: 14:31:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 14:31:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:31:57 inet 127.0.0.1/8 scope host lo 14:31:57 valid_lft forever preferred_lft forever 14:31:57 inet6 ::1/128 scope host 14:31:57 valid_lft forever preferred_lft forever 14:31:57 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 14:31:57 link/ether fa:16:3e:dc:95:3d brd ff:ff:ff:ff:ff:ff 14:31:57 inet 10.30.107.147/23 brd 10.30.107.255 scope global dynamic ens3 14:31:57 valid_lft 86225sec preferred_lft 86225sec 14:31:57 inet6 fe80::f816:3eff:fedc:953d/64 scope link 14:31:57 valid_lft forever preferred_lft forever 14:31:57 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 14:31:57 link/ether 02:42:f5:60:fc:d7 brd ff:ff:ff:ff:ff:ff 14:31:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:31:57 valid_lft forever preferred_lft forever 14:31:57 14:31:57 14:31:57 ---> sar -b -r -n DEV: 14:31:57 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1139) 01/31/24 _x86_64_ (8 CPU) 14:31:57 14:31:57 14:29:05 LINUX RESTART (8 CPU) 14:31:57 14:31:57 14:30:00 tps rtps wtps bread/s bwrtn/s 14:31:57 14:31:01 136.11 14.41 121.70 1049.14 54708.15 14:31:57 Average: 136.11 14.41 121.70 1049.14 54708.15 14:31:57 14:31:57 14:30:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:31:57 14:31:01 29934496 31666932 3004724 9.12 77980 1954176 1428648 4.20 940056 1751592 144836 14:31:57 Average: 29934496 31666932 3004724 9.12 77980 1954176 1428648 4.20 940056 1751592 144836 14:31:57 14:31:57 14:30:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:31:57 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:57 14:31:01 ens3 48.01 32.18 689.27 8.19 0.00 0.00 0.00 0.00 14:31:57 14:31:01 lo 0.92 0.92 0.10 0.10 0.00 0.00 0.00 0.00 14:31:57 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:31:57 Average: ens3 48.01 32.18 689.27 8.19 0.00 0.00 0.00 0.00 14:31:57 Average: lo 0.92 0.92 0.10 0.10 0.00 0.00 0.00 0.00 14:31:57 14:31:57 14:31:57 ---> sar -P ALL: 14:31:57 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1139) 01/31/24 _x86_64_ (8 CPU) 14:31:57 14:31:57 14:29:05 LINUX RESTART (8 CPU) 14:31:57 14:31:57 14:30:00 CPU %user %nice %system %iowait %steal %idle 14:31:57 14:31:01 all 10.31 0.00 0.86 1.49 0.04 87.30 14:31:57 14:31:01 0 7.36 0.00 0.59 0.05 0.02 91.98 14:31:57 14:31:01 1 0.57 0.00 0.11 5.11 0.02 94.19 14:31:57 14:31:01 2 1.82 0.00 0.64 0.87 0.03 96.64 14:31:57 14:31:01 3 1.91 0.00 0.71 4.11 0.03 93.24 14:31:57 14:31:01 4 28.06 0.00 1.64 0.44 0.07 69.78 14:31:57 14:31:01 5 2.33 0.00 0.61 0.23 0.02 96.81 14:31:57 14:31:01 6 27.29 0.00 1.61 0.84 0.10 70.16 14:31:57 14:31:01 7 13.19 0.00 0.97 0.26 0.03 85.55 14:31:57 Average: all 10.31 0.00 0.86 1.49 0.04 87.30 14:31:57 Average: 0 7.36 0.00 0.59 0.05 0.02 91.98 14:31:57 Average: 1 0.57 0.00 0.11 5.11 0.02 94.19 14:31:57 Average: 2 1.82 0.00 0.64 0.87 0.03 96.64 14:31:57 Average: 3 1.91 0.00 0.71 4.11 0.03 93.24 14:31:57 Average: 4 28.06 0.00 1.64 0.44 0.07 69.78 14:31:57 Average: 5 2.33 0.00 0.61 0.23 0.02 96.81 14:31:57 Average: 6 27.29 0.00 1.61 0.84 0.10 70.16 14:31:57 Average: 7 13.19 0.00 0.97 0.26 0.03 85.55 14:31:57 14:31:57 14:31:57