09:50:19 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137324 09:50:19 Running as SYSTEM 09:50:19 [EnvInject] - Loading node environment variables. 09:50:20 Building remotely on prd-ubuntu1804-docker-8c-8g-7645 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-pydocstyle-lint 09:50:20 [ssh-agent] Looking for ssh-agent implementation... 09:50:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:20 $ ssh-agent 09:50:20 SSH_AUTH_SOCK=/tmp/ssh-Q4Ktl2He4UeT/agent.2100 09:50:20 SSH_AGENT_PID=2102 09:50:20 [ssh-agent] Started. 09:50:20 Running ssh-add (command line suppressed) 09:50:20 Identity added: /w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_16159131790081264486.key (/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_16159131790081264486.key) 09:50:20 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:50:20 The recommended git tool is: NONE 09:50:21 using credential onap-jenkins-ssh 09:50:21 Wiping out workspace first. 09:50:21 Cloning the remote Git repository 09:50:21 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 09:50:21 > git init /w/workspace/integration-python-onapsdk-master-pydocstyle-lint # timeout=10 09:50:21 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 09:50:21 > git --version # timeout=10 09:50:21 > git --version # 'git version 2.17.1' 09:50:21 using GIT_SSH to set credentials Gerrit user 09:50:21 Verifying host key using manually-configured host key entries 09:50:21 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:50:22 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 09:50:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:22 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 09:50:22 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 09:50:22 using GIT_SSH to set credentials Gerrit user 09:50:22 Verifying host key using manually-configured host key entries 09:50:22 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/24/137324/5 # timeout=30 09:50:22 > git rev-parse 3228d6345ab35bc62cc3630f1baf73b504115586^{commit} # timeout=10 09:50:22 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:50:22 Checking out Revision 3228d6345ab35bc62cc3630f1baf73b504115586 (refs/changes/24/137324/5) 09:50:22 > git config core.sparsecheckout # timeout=10 09:50:22 > git checkout -f 3228d6345ab35bc62cc3630f1baf73b504115586 # timeout=30 09:50:25 Commit message: "Fix latest SDC distribution list retrieval (old API)" 09:50:25 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:50:26 > git rev-list --no-walk 99569a495242d681c16bd2e014c7554bbfa3d34c # timeout=10 09:50:26 [EnvInject] - Injecting environment variables from a build step. 09:50:26 [EnvInject] - Injecting as environment variables the properties content 09:50:26 PYTHON=python3 09:50:26 09:50:26 [EnvInject] - Variables injected successfully. 09:50:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins13782980457497368786.sh 09:50:26 ---> tox-install.sh 09:50:26 + source /home/jenkins/lf-env.sh 09:50:26 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:50:26 ++ mktemp -d /tmp/venv-XXXX 09:50:26 + lf_venv=/tmp/venv-kSQh 09:50:26 + local venv_file=/tmp/.os_lf_venv 09:50:26 + local python=python3 09:50:26 + local options 09:50:26 + local set_path=true 09:50:26 + local install_args= 09:50:26 ++ 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 09:50:26 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:50:26 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:50:26 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:50:26 + true 09:50:26 + case $1 in 09:50:26 + venv_file=/tmp/.toxenv 09:50:26 + shift 2 09:50:26 + true 09:50:26 + case $1 in 09:50:26 + shift 09:50:26 + break 09:50:26 + case $python in 09:50:26 + local pkg_list= 09:50:26 + [[ -d /opt/pyenv ]] 09:50:26 + echo 'Setup pyenv:' 09:50:26 Setup pyenv: 09:50:26 + export PYENV_ROOT=/opt/pyenv 09:50:26 + PYENV_ROOT=/opt/pyenv 09:50:26 + 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 09:50:26 + 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 09:50:26 + pyenv versions 09:50:26 * system (set by /opt/pyenv/version) 09:50:26 * 3.8.13 (set by /opt/pyenv/version) 09:50:26 * 3.9.13 (set by /opt/pyenv/version) 09:50:26 * 3.10.6 (set by /opt/pyenv/version) 09:50:26 + command -v pyenv 09:50:26 ++ pyenv init - --no-rehash 09:50:26 + 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[*]}"'\'')" 09:50:26 export PATH="/opt/pyenv/shims:${PATH}" 09:50:26 export PYENV_SHELL=bash 09:50:26 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:50:26 pyenv() { 09:50:26 local command 09:50:26 command="${1:-}" 09:50:26 if [ "$#" -gt 0 ]; then 09:50:26 shift 09:50:26 fi 09:50:26 09:50:26 case "$command" in 09:50:26 rehash|shell) 09:50:26 eval "$(pyenv "sh-$command" "$@")" 09:50:26 ;; 09:50:26 *) 09:50:26 command pyenv "$command" "$@" 09:50:26 ;; 09:50:26 esac 09:50:26 }' 09:50:26 +++ 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[*]}"' 09:50:26 ++ 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 09:50:26 ++ 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 09:50:26 ++ 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 09:50:26 ++ export PYENV_SHELL=bash 09:50:26 ++ PYENV_SHELL=bash 09:50:26 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:50:26 +++ complete -F _pyenv pyenv 09:50:26 ++ lf-pyver python3 09:50:26 ++ local py_version_xy=python3 09:50:26 ++ local py_version_xyz= 09:50:26 ++ pyenv versions 09:50:26 ++ local command 09:50:26 ++ command=versions 09:50:26 ++ '[' 1 -gt 0 ']' 09:50:26 ++ sed 's/^[ *]* //' 09:50:26 ++ shift 09:50:26 ++ case "$command" in 09:50:26 ++ command pyenv versions 09:50:26 ++ pyenv versions 09:50:26 ++ awk '{ print $1 }' 09:50:26 ++ grep -E '^[0-9.]*[0-9]$' 09:50:26 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:50:26 +++ grep '^3' /tmp/.pyenv_versions 09:50:26 +++ sort -V 09:50:26 +++ tail -n 1 09:50:26 ++ py_version_xyz=3.10.6 09:50:26 ++ [[ -z 3.10.6 ]] 09:50:26 ++ echo 3.10.6 09:50:26 ++ return 0 09:50:26 + pyenv local 3.10.6 09:50:26 + local command 09:50:26 + command=local 09:50:26 + '[' 2 -gt 0 ']' 09:50:26 + shift 09:50:26 + case "$command" in 09:50:26 + command pyenv local 3.10.6 09:50:26 + pyenv local 3.10.6 09:50:26 + for arg in "$@" 09:50:26 + case $arg in 09:50:26 + pkg_list+='tox ' 09:50:26 + for arg in "$@" 09:50:26 + case $arg in 09:50:26 + pkg_list+='virtualenv ' 09:50:26 + for arg in "$@" 09:50:26 + case $arg in 09:50:26 + pkg_list+='urllib3~=1.26.15 ' 09:50:26 + [[ -f /tmp/.toxenv ]] 09:50:26 + [[ ! -f /tmp/.toxenv ]] 09:50:26 + [[ -n '' ]] 09:50:26 + python3 -m venv /tmp/venv-kSQh 09:50:30 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kSQh' 09:50:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kSQh 09:50:30 + echo /tmp/venv-kSQh 09:50:30 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:50:30 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:50:30 + /tmp/venv-kSQh/bin/python3 -m pip install --upgrade --quiet pip virtualenv 09:50:33 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:50:33 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 09:50:33 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 09:50:33 + /tmp/venv-kSQh/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 09:50:36 + type python3 09:50:36 + true 09:50:36 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-kSQh/bin to PATH' 09:50:36 lf-activate-venv(): INFO: Adding /tmp/venv-kSQh/bin to PATH 09:50:36 + PATH=/tmp/venv-kSQh/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 09:50:36 + return 0 09:50:36 + python3 --version 09:50:36 Python 3.10.6 09:50:36 + python3 -m pip --version 09:50:36 pip 24.0 from /tmp/venv-kSQh/lib/python3.10/site-packages/pip (python 3.10) 09:50:36 + python3 -m pip freeze 09:50:36 cachetools==5.3.2 09:50:36 chardet==5.2.0 09:50:36 colorama==0.4.6 09:50:36 distlib==0.3.8 09:50:36 filelock==3.13.1 09:50:36 packaging==23.2 09:50:36 platformdirs==4.2.0 09:50:36 pluggy==1.4.0 09:50:36 pyproject-api==1.6.1 09:50:36 tomli==2.0.1 09:50:36 tox==4.13.0 09:50:36 urllib3==1.26.18 09:50:36 virtualenv==20.25.1 09:50:37 [EnvInject] - Injecting environment variables from a build step. 09:50:37 [EnvInject] - Injecting as environment variables the properties content 09:50:37 PARALLEL=false 09:50:37 09:50:37 [EnvInject] - Variables injected successfully. 09:50:37 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins702047635486670044.sh 09:50:37 ---> tox-run.sh 09:50:37 + 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 09:50:37 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 09:50:37 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/docs 09:50:37 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 09:50:37 + cd /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/. 09:50:37 + source /home/jenkins/lf-env.sh 09:50:37 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:50:37 ++ mktemp -d /tmp/venv-XXXX 09:50:37 + lf_venv=/tmp/venv-o7tU 09:50:37 + local venv_file=/tmp/.os_lf_venv 09:50:37 + local python=python3 09:50:37 + local options 09:50:37 + local set_path=true 09:50:37 + local install_args= 09:50:37 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:50:37 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:50:37 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:50:37 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:50:37 + true 09:50:37 + case $1 in 09:50:37 + venv_file=/tmp/.toxenv 09:50:37 + shift 2 09:50:37 + true 09:50:37 + case $1 in 09:50:37 + shift 09:50:37 + break 09:50:37 + case $python in 09:50:37 + local pkg_list= 09:50:37 + [[ -d /opt/pyenv ]] 09:50:37 + echo 'Setup pyenv:' 09:50:37 Setup pyenv: 09:50:37 + export PYENV_ROOT=/opt/pyenv 09:50:37 + PYENV_ROOT=/opt/pyenv 09:50:37 + 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 09:50:37 + 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 09:50:37 + pyenv versions 09:50:37 system 09:50:37 3.8.13 09:50:37 3.9.13 09:50:37 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 09:50:37 + command -v pyenv 09:50:37 ++ pyenv init - --no-rehash 09:50:37 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 09:50:37 export PATH="/opt/pyenv/shims:${PATH}" 09:50:37 export PYENV_SHELL=bash 09:50:37 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:50:37 pyenv() { 09:50:37 local command 09:50:37 command="${1:-}" 09:50:37 if [ "$#" -gt 0 ]; then 09:50:37 shift 09:50:37 fi 09:50:37 09:50:37 case "$command" in 09:50:37 rehash|shell) 09:50:37 eval "$(pyenv "sh-$command" "$@")" 09:50:37 ;; 09:50:37 *) 09:50:37 command pyenv "$command" "$@" 09:50:37 ;; 09:50:37 esac 09:50:37 }' 09:50:37 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 09:50:37 ++ 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 09:50:37 ++ 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 09:50:37 ++ 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 09:50:37 ++ export PYENV_SHELL=bash 09:50:37 ++ PYENV_SHELL=bash 09:50:37 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:50:37 +++ complete -F _pyenv pyenv 09:50:37 ++ lf-pyver python3 09:50:37 ++ local py_version_xy=python3 09:50:37 ++ local py_version_xyz= 09:50:37 ++ pyenv versions 09:50:37 ++ local command 09:50:37 ++ command=versions 09:50:37 ++ '[' 1 -gt 0 ']' 09:50:37 ++ shift 09:50:37 ++ case "$command" in 09:50:37 ++ command pyenv versions 09:50:37 ++ pyenv versions 09:50:37 ++ sed 's/^[ *]* //' 09:50:37 ++ awk '{ print $1 }' 09:50:37 ++ grep -E '^[0-9.]*[0-9]$' 09:50:37 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:50:37 +++ grep '^3' /tmp/.pyenv_versions 09:50:37 +++ sort -V 09:50:37 +++ tail -n 1 09:50:37 ++ py_version_xyz=3.10.6 09:50:37 ++ [[ -z 3.10.6 ]] 09:50:37 ++ echo 3.10.6 09:50:37 ++ return 0 09:50:37 + pyenv local 3.10.6 09:50:37 + local command 09:50:37 + command=local 09:50:37 + '[' 2 -gt 0 ']' 09:50:37 + shift 09:50:37 + case "$command" in 09:50:37 + command pyenv local 3.10.6 09:50:37 + pyenv local 3.10.6 09:50:37 + for arg in "$@" 09:50:37 + case $arg in 09:50:37 + pkg_list+='tox ' 09:50:37 + for arg in "$@" 09:50:37 + case $arg in 09:50:37 + pkg_list+='virtualenv ' 09:50:37 + for arg in "$@" 09:50:37 + case $arg in 09:50:37 + pkg_list+='urllib3~=1.26.15 ' 09:50:37 + [[ -f /tmp/.toxenv ]] 09:50:37 ++ cat /tmp/.toxenv 09:50:37 + lf_venv=/tmp/venv-kSQh 09:50:37 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kSQh from' file:/tmp/.toxenv 09:50:37 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kSQh from file:/tmp/.toxenv 09:50:37 + /tmp/venv-kSQh/bin/python3 -m pip install --upgrade --quiet pip virtualenv 09:50:38 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:50:38 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 09:50:38 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 09:50:38 + /tmp/venv-kSQh/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 09:50:39 + type python3 09:50:39 + true 09:50:39 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-kSQh/bin to PATH' 09:50:39 lf-activate-venv(): INFO: Adding /tmp/venv-kSQh/bin to PATH 09:50:39 + PATH=/tmp/venv-kSQh/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 09:50:39 + return 0 09:50:39 + [[ -d /opt/pyenv ]] 09:50:39 + echo '---> Setting up pyenv' 09:50:39 ---> Setting up pyenv 09:50:39 + export PYENV_ROOT=/opt/pyenv 09:50:39 + PYENV_ROOT=/opt/pyenv 09:50:39 + export PATH=/opt/pyenv/bin:/tmp/venv-kSQh/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 09:50:39 + PATH=/opt/pyenv/bin:/tmp/venv-kSQh/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 09:50:39 ++ pwd 09:50:39 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 09:50:39 + export PYTHONPATH 09:50:39 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:50:39 + TOX_TESTENV_PASSENV=PYTHONPATH 09:50:39 + tox --version 09:50:39 4.13.0 from /tmp/venv-kSQh/lib/python3.10/site-packages/tox/__init__.py 09:50:40 + PARALLEL=false 09:50:40 + TOX_OPTIONS_LIST= 09:50:40 + [[ -n pydocstyle ]] 09:50:40 + TOX_OPTIONS_LIST=' -e pydocstyle' 09:50:40 + case ${PARALLEL,,} in 09:50:40 + tox -e pydocstyle 09:50:40 + tee -a /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/tox.log 09:50:41 pydocstyle: install_deps> python -I -m pip install -r test-requirements.txt 09:50:52 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 09:50:53 .pkg: _optional_hooks> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:50:53 .pkg: get_requires_for_build_sdist> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:50:54 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 09:50:54 .pkg: get_requires_for_build_wheel> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:50:54 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 09:50:55 .pkg: freeze> python -m pip freeze --all 09:50:55 .pkg: pip==24.0,pytest-runner==5.2,setuptools==69.1.0,wheel==0.42.0 09:50:55 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:50:55 .pkg: build_sdist> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:50:56 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 09:50:56 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-13.0.3.tar.gz 09:50:59 pydocstyle: freeze> python -m pip freeze --all 09:50:59 pydocstyle: astroid==3.0.3,attrs==23.2.0,bandit==1.7.7,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==2.0.12,coverage==7.4.2,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.5,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.2.0,onapsdk==13.0.3,oyaml==1.0,packaging==23.2,pbr==6.0.0,pip==24.0,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.1,pytest-cov==4.1.0,PyYAML==6.0.1,requests==2.27.1,requests-mock==1.11.0,rich==13.7.0,setuptools==69.1.0,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 09:50:59 pydocstyle: commands[0]> pydocstyle src/ 09:51:03 .pkg: _exit> python /tmp/venv-kSQh/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 09:51:03 pydocstyle: OK (23.00=setup[19.68]+cmd[3.33] seconds) 09:51:03 congratulations :) (23.18 seconds) 09:51:03 + tox_status=0 09:51:03 + echo '---> Completed tox runs' 09:51:03 ---> Completed tox runs 09:51:03 + for i in .tox/*/log 09:51:03 ++ echo .tox/pydocstyle/log 09:51:03 ++ awk -F/ '{print $2}' 09:51:03 + tox_env=pydocstyle 09:51:03 + cp -r .tox/pydocstyle/log /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/pydocstyle 09:51:03 + DOC_DIR=docs/_build/html 09:51:03 + [[ -d docs/_build/html ]] 09:51:03 + echo '---> tox-run.sh ends' 09:51:03 ---> tox-run.sh ends 09:51:03 + test 0 -eq 0 09:51:03 $ ssh-agent -k 09:51:03 unset SSH_AUTH_SOCK; 09:51:03 unset SSH_AGENT_PID; 09:51:03 echo Agent pid 2102 killed; 09:51:03 [ssh-agent] Stopped. 09:51:03 [PostBuildScript] - [INFO] Executing post build scripts. 09:51:03 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2420934259292640577.sh 09:51:03 ---> sysstat.sh 09:51:04 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins18203146435366197469.sh 09:51:04 ---> package-listing.sh 09:51:04 ++ facter osfamily 09:51:04 ++ tr '[:upper:]' '[:lower:]' 09:51:04 + OS_FAMILY=debian 09:51:04 + workspace=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 09:51:04 + START_PACKAGES=/tmp/packages_start.txt 09:51:04 + END_PACKAGES=/tmp/packages_end.txt 09:51:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:04 + PACKAGES=/tmp/packages_start.txt 09:51:04 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 09:51:04 + PACKAGES=/tmp/packages_end.txt 09:51:04 + case "${OS_FAMILY}" in 09:51:04 + dpkg -l 09:51:04 + grep '^ii' 09:51:04 + '[' -f /tmp/packages_start.txt ']' 09:51:04 + '[' -f /tmp/packages_end.txt ']' 09:51:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:04 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 09:51:04 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 09:51:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 09:51:04 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins9096671088082290400.sh 09:51:04 ---> capture-instance-metadata.sh 09:51:04 Setup pyenv: 09:51:04 system 09:51:04 3.8.13 09:51:04 3.9.13 09:51:04 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 09:51:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yIpW 09:51:08 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:51:11 lf-activate-venv(): INFO: Installing: lftools 09:51:42 lf-activate-venv(): INFO: Adding /tmp/venv-yIpW/bin to PATH 09:51:42 INFO: Running in OpenStack, capturing instance metadata 09:51:43 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins5872767595118478657.sh 09:51:43 provisioning config files... 09:51:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/config2239640105091435431tmp 09:51:43 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:51:43 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:51:43 [EnvInject] - Injecting environment variables from a build step. 09:51:43 [EnvInject] - Injecting as environment variables the properties content 09:51:43 SERVER_ID=logs 09:51:43 09:51:43 [EnvInject] - Variables injected successfully. 09:51:43 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2112803088143695001.sh 09:51:43 ---> create-netrc.sh 09:51:43 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins16374096260360172066.sh 09:51:43 ---> python-tools-install.sh 09:51:43 Setup pyenv: 09:51:43 system 09:51:43 3.8.13 09:51:43 3.9.13 09:51:43 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 09:51:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yIpW from file:/tmp/.os_lf_venv 09:51:44 lf-activate-venv(): INFO: Installing: lftools 09:51:53 lf-activate-venv(): INFO: Adding /tmp/venv-yIpW/bin to PATH 09:51:53 Generating Requirements File 09:52:21 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. 09:52:21 lftools 0.37.9 requires openstacksdk>=2.1.0, but you have openstacksdk 0.62.0 which is incompatible. 09:52:22 Python 3.10.6 09:52:22 pip 24.0 from /tmp/venv-yIpW/lib/python3.10/site-packages/pip (python 3.10) 09:52:22 appdirs==1.4.4 09:52:22 argcomplete==3.2.2 09:52:22 aspy.yaml==1.3.0 09:52:22 attrs==23.2.0 09:52:22 autopage==0.5.2 09:52:22 beautifulsoup4==4.12.3 09:52:22 boto3==1.34.47 09:52:22 botocore==1.34.47 09:52:22 bs4==0.0.2 09:52:22 cachetools==5.3.2 09:52:22 certifi==2024.2.2 09:52:22 cffi==1.16.0 09:52:22 cfgv==3.4.0 09:52:22 chardet==5.2.0 09:52:22 charset-normalizer==3.3.2 09:52:22 click==8.1.7 09:52:22 cliff==4.5.0 09:52:22 cmd2==2.4.3 09:52:22 cryptography==3.3.2 09:52:22 debtcollector==2.5.0 09:52:22 decorator==5.1.1 09:52:22 defusedxml==0.7.1 09:52:22 Deprecated==1.2.14 09:52:22 distlib==0.3.8 09:52:22 dnspython==2.6.1 09:52:22 docker==4.2.2 09:52:22 dogpile.cache==1.3.2 09:52:22 email-validator==2.1.0.post1 09:52:22 filelock==3.13.1 09:52:22 future==1.0.0 09:52:22 gitdb==4.0.11 09:52:22 GitPython==3.1.42 09:52:22 google-auth==2.28.1 09:52:22 httplib2==0.22.0 09:52:22 identify==2.5.35 09:52:22 idna==3.6 09:52:22 importlib-resources==1.5.0 09:52:22 iso8601==2.1.0 09:52:22 Jinja2==3.1.3 09:52:22 jmespath==1.0.1 09:52:22 jsonpatch==1.33 09:52:22 jsonpointer==2.4 09:52:22 jsonschema==4.21.1 09:52:22 jsonschema-specifications==2023.12.1 09:52:22 keystoneauth1==5.5.0 09:52:22 kubernetes==29.0.0 09:52:22 lftools==0.37.9 09:52:22 lxml==5.1.0 09:52:22 MarkupSafe==2.1.5 09:52:22 msgpack==1.0.7 09:52:22 multi_key_dict==2.0.3 09:52:22 munch==4.0.0 09:52:22 netaddr==1.2.1 09:52:22 netifaces==0.11.0 09:52:22 niet==1.4.2 09:52:22 nodeenv==1.8.0 09:52:22 oauth2client==4.1.3 09:52:22 oauthlib==3.2.2 09:52:22 openstacksdk==0.62.0 09:52:22 os-client-config==2.1.0 09:52:22 os-service-types==1.7.0 09:52:22 osc-lib==3.0.0 09:52:22 oslo.config==9.3.0 09:52:22 oslo.context==5.3.0 09:52:22 oslo.i18n==6.2.0 09:52:22 oslo.log==5.4.0 09:52:22 oslo.serialization==5.3.0 09:52:22 oslo.utils==7.0.0 09:52:22 packaging==23.2 09:52:22 pbr==6.0.0 09:52:22 platformdirs==4.2.0 09:52:22 prettytable==3.10.0 09:52:22 pyasn1==0.5.1 09:52:22 pyasn1-modules==0.3.0 09:52:22 pycparser==2.21 09:52:22 pygerrit2==2.0.15 09:52:22 PyGithub==2.2.0 09:52:22 pyinotify==0.9.6 09:52:22 PyJWT==2.8.0 09:52:22 PyNaCl==1.5.0 09:52:22 pyparsing==2.4.7 09:52:22 pyperclip==1.8.2 09:52:22 pyrsistent==0.20.0 09:52:22 python-cinderclient==9.4.0 09:52:22 python-dateutil==2.8.2 09:52:22 python-heatclient==3.4.0 09:52:22 python-jenkins==1.8.2 09:52:22 python-keystoneclient==5.3.0 09:52:22 python-magnumclient==4.3.0 09:52:22 python-novaclient==18.4.0 09:52:22 python-openstackclient==6.0.1 09:52:22 python-swiftclient==4.4.0 09:52:22 pytz==2024.1 09:52:22 PyYAML==6.0.1 09:52:22 referencing==0.33.0 09:52:22 requests==2.31.0 09:52:22 requests-oauthlib==1.3.1 09:52:22 requestsexceptions==1.4.0 09:52:22 rfc3986==2.0.0 09:52:22 rpds-py==0.18.0 09:52:22 rsa==4.9 09:52:22 ruamel.yaml==0.18.6 09:52:22 ruamel.yaml.clib==0.2.8 09:52:22 s3transfer==0.10.0 09:52:22 simplejson==3.19.2 09:52:22 six==1.16.0 09:52:22 smmap==5.0.1 09:52:22 soupsieve==2.5 09:52:22 stevedore==5.1.0 09:52:22 tabulate==0.9.0 09:52:22 toml==0.10.2 09:52:22 tomlkit==0.12.3 09:52:22 tqdm==4.66.2 09:52:22 typing_extensions==4.9.0 09:52:22 tzdata==2024.1 09:52:22 urllib3==1.26.18 09:52:22 virtualenv==20.25.1 09:52:22 wcwidth==0.2.13 09:52:22 websocket-client==1.7.0 09:52:22 wrapt==1.16.0 09:52:22 xdg==6.0.0 09:52:22 xmltodict==0.13.0 09:52:22 yq==3.2.3 09:52:23 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14978004291788311311.sh 09:52:23 ---> sudo-logs.sh 09:52:23 Archiving 'sudo' log.. 09:52:23 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins15987056824384936911.sh 09:52:23 ---> job-cost.sh 09:52:23 Setup pyenv: 09:52:23 system 09:52:23 3.8.13 09:52:23 3.9.13 09:52:23 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 09:52:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yIpW from file:/tmp/.os_lf_venv 09:52:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:52:32 lf-activate-venv(): INFO: Adding /tmp/venv-yIpW/bin to PATH 09:52:32 INFO: No Stack... 09:52:32 INFO: Retrieving Pricing Info for: v3-standard-8 09:52:33 INFO: Archiving Costs 09:52:33 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins5251410869218160912.sh 09:52:33 ---> logs-deploy.sh 09:52:33 Setup pyenv: 09:52:33 system 09:52:33 3.8.13 09:52:33 3.9.13 09:52:33 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 09:52:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yIpW from file:/tmp/.os_lf_venv 09:52:34 lf-activate-venv(): INFO: Installing: lftools 09:52:43 lf-activate-venv(): INFO: Adding /tmp/venv-yIpW/bin to PATH 09:52:43 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-pydocstyle-lint/232 09:52:43 INFO: archiving workspace using pattern(s): 09:52:44 Archives upload complete. 09:52:44 INFO: archiving logs to Nexus 09:52:45 ---> uname -a: 09:52:45 Linux prd-ubuntu1804-docker-8c-8g-7645 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:52:45 09:52:45 09:52:45 ---> lscpu: 09:52:45 Architecture: x86_64 09:52:45 CPU op-mode(s): 32-bit, 64-bit 09:52:45 Byte Order: Little Endian 09:52:45 CPU(s): 8 09:52:45 On-line CPU(s) list: 0-7 09:52:45 Thread(s) per core: 1 09:52:45 Core(s) per socket: 1 09:52:45 Socket(s): 8 09:52:45 NUMA node(s): 1 09:52:45 Vendor ID: AuthenticAMD 09:52:45 CPU family: 23 09:52:45 Model: 49 09:52:45 Model name: AMD EPYC-Rome Processor 09:52:45 Stepping: 0 09:52:45 CPU MHz: 2799.998 09:52:45 BogoMIPS: 5599.99 09:52:45 Virtualization: AMD-V 09:52:45 Hypervisor vendor: KVM 09:52:45 Virtualization type: full 09:52:45 L1d cache: 32K 09:52:45 L1i cache: 32K 09:52:45 L2 cache: 512K 09:52:45 L3 cache: 16384K 09:52:45 NUMA node0 CPU(s): 0-7 09:52:45 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 09:52:45 09:52:45 09:52:45 ---> nproc: 09:52:45 8 09:52:45 09:52:45 09:52:45 ---> df -h: 09:52:45 Filesystem Size Used Avail Use% Mounted on 09:52:45 udev 16G 0 16G 0% /dev 09:52:45 tmpfs 3.2G 708K 3.2G 1% /run 09:52:45 /dev/vda1 155G 11G 145G 7% / 09:52:45 tmpfs 16G 0 16G 0% /dev/shm 09:52:45 tmpfs 5.0M 0 5.0M 0% /run/lock 09:52:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:52:45 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:52:45 tmpfs 3.2G 0 3.2G 0% /run/user/1001 09:52:45 09:52:45 09:52:45 ---> free -m: 09:52:45 total used free shared buff/cache available 09:52:45 Mem: 32167 838 29091 0 2236 30898 09:52:45 Swap: 1023 0 1023 09:52:45 09:52:45 09:52:45 ---> ip addr: 09:52:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:52:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:52:45 inet 127.0.0.1/8 scope host lo 09:52:45 valid_lft forever preferred_lft forever 09:52:45 inet6 ::1/128 scope host 09:52:45 valid_lft forever preferred_lft forever 09:52:45 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:52:45 link/ether fa:16:3e:75:cd:6e brd ff:ff:ff:ff:ff:ff 09:52:45 inet 10.30.106.203/23 brd 10.30.107.255 scope global dynamic ens3 09:52:45 valid_lft 86216sec preferred_lft 86216sec 09:52:45 inet6 fe80::f816:3eff:fe75:cd6e/64 scope link 09:52:45 valid_lft forever preferred_lft forever 09:52:45 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 09:52:45 link/ether 02:42:2f:54:92:12 brd ff:ff:ff:ff:ff:ff 09:52:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:52:45 valid_lft forever preferred_lft forever 09:52:45 09:52:45 09:52:45 ---> sar -b -r -n DEV: 09:52:45 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-7645) 02/22/24 _x86_64_ (8 CPU) 09:52:45 09:52:45 09:49:44 LINUX RESTART (8 CPU) 09:52:45 09:52:45 09:50:01 tps rtps wtps bread/s bwrtn/s 09:52:45 09:51:01 348.38 76.55 271.82 5320.98 59449.56 09:52:45 09:52:01 114.30 14.45 99.85 1040.23 28887.85 09:52:45 Average: 231.34 45.50 185.84 3180.60 44168.71 09:52:45 09:52:45 09:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:52:45 09:51:01 30188176 31659524 2751044 8.35 57556 1727392 1493864 4.40 902512 1559844 150048 09:52:45 09:52:01 29889808 31627028 3049412 9.26 78872 1958628 1413628 4.16 978812 1755652 151340 09:52:45 Average: 30038992 31643276 2900228 8.80 68214 1843010 1453746 4.28 940662 1657748 150694 09:52:45 09:52:45 09:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:52:45 09:51:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 09:52:45 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:45 09:51:01 ens3 380.22 264.09 1081.59 73.48 0.00 0.00 0.00 0.00 09:52:45 09:52:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 09:52:45 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:45 09:52:01 ens3 54.84 42.34 657.28 9.31 0.00 0.00 0.00 0.00 09:52:45 Average: lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 09:52:45 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:52:45 Average: ens3 217.53 153.22 869.44 41.39 0.00 0.00 0.00 0.00 09:52:45 09:52:45 09:52:45 ---> sar -P ALL: 09:52:45 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-7645) 02/22/24 _x86_64_ (8 CPU) 09:52:45 09:52:45 09:49:44 LINUX RESTART (8 CPU) 09:52:45 09:52:45 09:50:01 CPU %user %nice %system %iowait %steal %idle 09:52:45 09:51:01 all 10.32 0.00 1.36 4.25 0.05 84.03 09:52:45 09:51:01 0 22.43 0.00 2.17 3.11 0.07 72.21 09:52:45 09:51:01 1 7.09 0.00 1.22 17.45 0.07 74.17 09:52:45 09:51:01 2 10.76 0.00 1.25 0.60 0.05 87.34 09:52:45 09:51:01 3 6.57 0.00 0.95 0.35 0.03 92.10 09:52:45 09:51:01 4 2.78 0.00 0.75 9.85 0.03 86.59 09:52:45 09:51:01 5 6.70 0.00 2.30 1.67 0.03 89.29 09:52:45 09:51:01 6 11.87 0.00 1.02 0.42 0.05 86.64 09:52:45 09:51:01 7 14.34 0.00 1.15 0.63 0.05 83.82 09:52:45 09:52:01 all 10.62 0.00 0.80 2.17 0.04 86.37 09:52:45 09:52:01 0 26.13 0.00 1.69 1.59 0.05 70.54 09:52:45 09:52:01 1 23.26 0.00 0.80 0.59 0.05 75.30 09:52:45 09:52:01 2 8.93 0.00 0.70 0.35 0.03 89.98 09:52:45 09:52:01 3 8.66 0.00 0.68 0.55 0.03 90.07 09:52:45 09:52:01 4 1.81 0.00 0.47 11.90 0.02 85.81 09:52:45 09:52:01 5 8.13 0.00 0.72 0.92 0.03 90.20 09:52:45 09:52:01 6 1.10 0.00 0.38 0.15 0.02 98.35 09:52:45 09:52:01 7 7.04 0.00 0.93 1.27 0.05 90.70 09:52:45 Average: all 10.47 0.00 1.08 3.21 0.04 85.20 09:52:45 Average: 0 24.28 0.00 1.93 2.35 0.06 71.38 09:52:45 Average: 1 15.17 0.00 1.01 9.02 0.06 74.73 09:52:45 Average: 2 9.84 0.00 0.98 0.48 0.04 88.66 09:52:45 Average: 3 7.62 0.00 0.82 0.45 0.03 91.08 09:52:45 Average: 4 2.29 0.00 0.61 10.88 0.03 86.20 09:52:45 Average: 5 7.41 0.00 1.51 1.29 0.03 89.75 09:52:45 Average: 6 6.47 0.00 0.70 0.28 0.03 92.51 09:52:45 Average: 7 10.69 0.00 1.04 0.95 0.05 87.26 09:52:45 09:52:45 09:52:45