08:37:00 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/136859 08:37:00 Running as SYSTEM 08:37:00 [EnvInject] - Loading node environment variables. 08:37:00 Building remotely on prd-ubuntu1804-docker-8c-8g-6190 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-pydocstyle-lint 08:37:00 [ssh-agent] Looking for ssh-agent implementation... 08:37:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:37:01 $ ssh-agent 08:37:01 SSH_AUTH_SOCK=/tmp/ssh-WNT4E0eK45nq/agent.2110 08:37:01 SSH_AGENT_PID=2112 08:37:01 [ssh-agent] Started. 08:37:01 Running ssh-add (command line suppressed) 08:37:01 Identity added: /w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_14507094828707927940.key (/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_14507094828707927940.key) 08:37:01 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:37:01 The recommended git tool is: NONE 08:37:03 using credential onap-jenkins-ssh 08:37:03 Wiping out workspace first. 08:37:03 Cloning the remote Git repository 08:37:03 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 08:37:03 > git init /w/workspace/integration-python-onapsdk-master-pydocstyle-lint # timeout=10 08:37:03 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 08:37:03 > git --version # timeout=10 08:37:03 > git --version # 'git version 2.17.1' 08:37:03 using GIT_SSH to set credentials Gerrit user 08:37:03 Verifying host key using manually-configured host key entries 08:37:03 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:37:03 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 08:37:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:37:04 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 08:37:04 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 08:37:04 using GIT_SSH to set credentials Gerrit user 08:37:04 Verifying host key using manually-configured host key entries 08:37:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/59/136859/1 # timeout=30 08:37:04 > git rev-parse b8a8d269786138eaf9af1465d58f7685a55f2a90^{commit} # timeout=10 08:37:04 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 08:37:04 Checking out Revision b8a8d269786138eaf9af1465d58f7685a55f2a90 (refs/changes/59/136859/1) 08:37:04 > git config core.sparsecheckout # timeout=10 08:37:04 > git checkout -f b8a8d269786138eaf9af1465d58f7685a55f2a90 # timeout=30 08:37:07 Commit message: "Refactor CPS module url creation" 08:37:07 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:37:07 > git rev-list --no-walk ec7d9491a6f4cfa90e1140cc51975c98b6a555e8 # timeout=10 08:37:07 [EnvInject] - Injecting environment variables from a build step. 08:37:07 [EnvInject] - Injecting as environment variables the properties content 08:37:07 PYTHON=python3 08:37:07 08:37:07 [EnvInject] - Variables injected successfully. 08:37:07 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins4643245505978891217.sh 08:37:07 ---> tox-install.sh 08:37:07 + source /home/jenkins/lf-env.sh 08:37:07 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:37:07 ++ mktemp -d /tmp/venv-XXXX 08:37:07 + lf_venv=/tmp/venv-bNk2 08:37:07 + local venv_file=/tmp/.os_lf_venv 08:37:07 + local python=python3 08:37:07 + local options 08:37:07 + local set_path=true 08:37:07 + local install_args= 08:37:07 ++ 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 08:37:07 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:37:07 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:37:07 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:37:07 + true 08:37:07 + case $1 in 08:37:07 + venv_file=/tmp/.toxenv 08:37:07 + shift 2 08:37:07 + true 08:37:07 + case $1 in 08:37:07 + shift 08:37:07 + break 08:37:07 + case $python in 08:37:07 + local pkg_list= 08:37:07 + [[ -d /opt/pyenv ]] 08:37:07 + echo 'Setup pyenv:' 08:37:07 Setup pyenv: 08:37:07 + export PYENV_ROOT=/opt/pyenv 08:37:07 + PYENV_ROOT=/opt/pyenv 08:37:07 + 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 08:37:07 + 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 08:37:07 + pyenv versions 08:37:08 * system (set by /opt/pyenv/version) 08:37:08 * 3.8.13 (set by /opt/pyenv/version) 08:37:08 * 3.9.13 (set by /opt/pyenv/version) 08:37:08 * 3.10.6 (set by /opt/pyenv/version) 08:37:08 + command -v pyenv 08:37:08 ++ pyenv init - --no-rehash 08:37:08 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 08:37:08 export PATH="/opt/pyenv/shims:${PATH}" 08:37:08 export PYENV_SHELL=bash 08:37:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:37:08 pyenv() { 08:37:08 local command 08:37:08 command="${1:-}" 08:37:08 if [ "$#" -gt 0 ]; then 08:37:08 shift 08:37:08 fi 08:37:08 08:37:08 case "$command" in 08:37:08 rehash|shell) 08:37:08 eval "$(pyenv "sh-$command" "$@")" 08:37:08 ;; 08:37:08 *) 08:37:08 command pyenv "$command" "$@" 08:37:08 ;; 08:37:08 esac 08:37:08 }' 08:37:08 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 08:37:08 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:08 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:08 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:08 ++ export PYENV_SHELL=bash 08:37:08 ++ PYENV_SHELL=bash 08:37:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:37:08 +++ complete -F _pyenv pyenv 08:37:08 ++ lf-pyver python3 08:37:08 ++ local py_version_xy=python3 08:37:08 ++ local py_version_xyz= 08:37:08 ++ pyenv versions 08:37:08 ++ local command 08:37:08 ++ command=versions 08:37:08 ++ '[' 1 -gt 0 ']' 08:37:08 ++ shift 08:37:08 ++ case "$command" in 08:37:08 ++ command pyenv versions 08:37:08 ++ pyenv versions 08:37:08 ++ awk '{ print $1 }' 08:37:08 ++ grep -E '^[0-9.]*[0-9]$' 08:37:08 ++ sed 's/^[ *]* //' 08:37:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:37:08 +++ grep '^3' /tmp/.pyenv_versions 08:37:08 +++ sort -V 08:37:08 +++ tail -n 1 08:37:08 ++ py_version_xyz=3.10.6 08:37:08 ++ [[ -z 3.10.6 ]] 08:37:08 ++ echo 3.10.6 08:37:08 ++ return 0 08:37:08 + pyenv local 3.10.6 08:37:08 + local command 08:37:08 + command=local 08:37:08 + '[' 2 -gt 0 ']' 08:37:08 + shift 08:37:08 + case "$command" in 08:37:08 + command pyenv local 3.10.6 08:37:08 + pyenv local 3.10.6 08:37:08 + for arg in "$@" 08:37:08 + case $arg in 08:37:08 + pkg_list+='tox ' 08:37:08 + for arg in "$@" 08:37:08 + case $arg in 08:37:08 + pkg_list+='virtualenv ' 08:37:08 + for arg in "$@" 08:37:08 + case $arg in 08:37:08 + pkg_list+='urllib3~=1.26.15 ' 08:37:08 + [[ -f /tmp/.toxenv ]] 08:37:08 + [[ ! -f /tmp/.toxenv ]] 08:37:08 + [[ -n '' ]] 08:37:08 + python3 -m venv /tmp/venv-bNk2 08:37:12 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bNk2' 08:37:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bNk2 08:37:12 + echo /tmp/venv-bNk2 08:37:12 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 08:37:12 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 08:37:12 + /tmp/venv-bNk2/bin/python3 -m pip install --upgrade --quiet pip virtualenv 08:37:15 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:37:15 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 08:37:15 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 08:37:15 + /tmp/venv-bNk2/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 08:37:18 + type python3 08:37:18 + true 08:37:18 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-bNk2/bin to PATH' 08:37:18 lf-activate-venv(): INFO: Adding /tmp/venv-bNk2/bin to PATH 08:37:18 + PATH=/tmp/venv-bNk2/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 08:37:18 + return 0 08:37:18 + python3 --version 08:37:18 Python 3.10.6 08:37:18 + python3 -m pip --version 08:37:18 pip 23.3.2 from /tmp/venv-bNk2/lib/python3.10/site-packages/pip (python 3.10) 08:37:18 + python3 -m pip freeze 08:37:18 cachetools==5.3.2 08:37:18 chardet==5.2.0 08:37:18 colorama==0.4.6 08:37:18 distlib==0.3.8 08:37:18 filelock==3.13.1 08:37:18 packaging==23.2 08:37:18 platformdirs==4.1.0 08:37:18 pluggy==1.3.0 08:37:18 pyproject-api==1.6.1 08:37:18 tomli==2.0.1 08:37:18 tox==4.11.4 08:37:18 urllib3==1.26.18 08:37:18 virtualenv==20.25.0 08:37:19 [EnvInject] - Injecting environment variables from a build step. 08:37:19 [EnvInject] - Injecting as environment variables the properties content 08:37:19 PARALLEL=false 08:37:19 08:37:19 [EnvInject] - Variables injected successfully. 08:37:19 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins3518806632177331979.sh 08:37:19 ---> tox-run.sh 08:37:19 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 08:37:19 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/docs 08:37:19 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 08:37:19 + cd /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/. 08:37:19 + source /home/jenkins/lf-env.sh 08:37:19 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:37:19 ++ mktemp -d /tmp/venv-XXXX 08:37:19 + lf_venv=/tmp/venv-xgv2 08:37:19 + local venv_file=/tmp/.os_lf_venv 08:37:19 + local python=python3 08:37:19 + local options 08:37:19 + local set_path=true 08:37:19 + local install_args= 08:37:19 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:37:19 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:37:19 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:37:19 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:37:19 + true 08:37:19 + case $1 in 08:37:19 + venv_file=/tmp/.toxenv 08:37:19 + shift 2 08:37:19 + true 08:37:19 + case $1 in 08:37:19 + shift 08:37:19 + break 08:37:19 + case $python in 08:37:19 + local pkg_list= 08:37:19 + [[ -d /opt/pyenv ]] 08:37:19 + echo 'Setup pyenv:' 08:37:19 Setup pyenv: 08:37:19 + export PYENV_ROOT=/opt/pyenv 08:37:19 + PYENV_ROOT=/opt/pyenv 08:37:19 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 + pyenv versions 08:37:19 system 08:37:19 3.8.13 08:37:19 3.9.13 08:37:19 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 08:37:19 + command -v pyenv 08:37:19 ++ pyenv init - --no-rehash 08:37:19 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 08:37:19 export PATH="/opt/pyenv/shims:${PATH}" 08:37:19 export PYENV_SHELL=bash 08:37:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:37:19 pyenv() { 08:37:19 local command 08:37:19 command="${1:-}" 08:37:19 if [ "$#" -gt 0 ]; then 08:37:19 shift 08:37:19 fi 08:37:19 08:37:19 case "$command" in 08:37:19 rehash|shell) 08:37:19 eval "$(pyenv "sh-$command" "$@")" 08:37:19 ;; 08:37:19 *) 08:37:19 command pyenv "$command" "$@" 08:37:19 ;; 08:37:19 esac 08:37:19 }' 08:37:19 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 08:37:19 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:37:19 ++ export PYENV_SHELL=bash 08:37:19 ++ PYENV_SHELL=bash 08:37:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:37:19 +++ complete -F _pyenv pyenv 08:37:19 ++ lf-pyver python3 08:37:19 ++ local py_version_xy=python3 08:37:19 ++ local py_version_xyz= 08:37:19 ++ pyenv versions 08:37:19 ++ local command 08:37:19 ++ command=versions 08:37:19 ++ sed 's/^[ *]* //' 08:37:19 ++ '[' 1 -gt 0 ']' 08:37:19 ++ shift 08:37:19 ++ case "$command" in 08:37:19 ++ command pyenv versions 08:37:19 ++ pyenv versions 08:37:19 ++ awk '{ print $1 }' 08:37:19 ++ grep -E '^[0-9.]*[0-9]$' 08:37:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:37:19 +++ grep '^3' /tmp/.pyenv_versions 08:37:19 +++ sort -V 08:37:19 +++ tail -n 1 08:37:19 ++ py_version_xyz=3.10.6 08:37:19 ++ [[ -z 3.10.6 ]] 08:37:19 ++ echo 3.10.6 08:37:19 ++ return 0 08:37:19 + pyenv local 3.10.6 08:37:19 + local command 08:37:19 + command=local 08:37:19 + '[' 2 -gt 0 ']' 08:37:19 + shift 08:37:19 + case "$command" in 08:37:19 + command pyenv local 3.10.6 08:37:19 + pyenv local 3.10.6 08:37:19 + for arg in "$@" 08:37:19 + case $arg in 08:37:19 + pkg_list+='tox ' 08:37:19 + for arg in "$@" 08:37:19 + case $arg in 08:37:19 + pkg_list+='virtualenv ' 08:37:19 + for arg in "$@" 08:37:19 + case $arg in 08:37:19 + pkg_list+='urllib3~=1.26.15 ' 08:37:19 + [[ -f /tmp/.toxenv ]] 08:37:19 ++ cat /tmp/.toxenv 08:37:19 + lf_venv=/tmp/venv-bNk2 08:37:19 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNk2 from' file:/tmp/.toxenv 08:37:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNk2 from file:/tmp/.toxenv 08:37:19 + /tmp/venv-bNk2/bin/python3 -m pip install --upgrade --quiet pip virtualenv 08:37:20 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:37:20 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 08:37:20 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 08:37:20 + /tmp/venv-bNk2/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 08:37:21 + type python3 08:37:21 + true 08:37:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-bNk2/bin to PATH' 08:37:21 lf-activate-venv(): INFO: Adding /tmp/venv-bNk2/bin to PATH 08:37:21 + PATH=/tmp/venv-bNk2/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 08:37:21 + return 0 08:37:21 + [[ -d /opt/pyenv ]] 08:37:21 + echo '---> Setting up pyenv' 08:37:21 ---> Setting up pyenv 08:37:21 + export PYENV_ROOT=/opt/pyenv 08:37:21 + PYENV_ROOT=/opt/pyenv 08:37:21 + export PATH=/opt/pyenv/bin:/tmp/venv-bNk2/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 08:37:21 + PATH=/opt/pyenv/bin:/tmp/venv-bNk2/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 08:37:21 ++ pwd 08:37:21 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 08:37:21 + export PYTHONPATH 08:37:21 + export TOX_TESTENV_PASSENV=PYTHONPATH 08:37:21 + TOX_TESTENV_PASSENV=PYTHONPATH 08:37:21 + tox --version 08:37:21 4.11.4 from /tmp/venv-bNk2/lib/python3.10/site-packages/tox/__init__.py 08:37:21 + PARALLEL=false 08:37:21 + TOX_OPTIONS_LIST= 08:37:21 + [[ -n pydocstyle ]] 08:37:21 + TOX_OPTIONS_LIST=' -e pydocstyle' 08:37:21 + case ${PARALLEL,,} in 08:37:21 + tox -e pydocstyle 08:37:21 + tee -a /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/tox.log 08:37:23 pydocstyle: install_deps> python -I -m pip install -r test-requirements.txt 08:37:35 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 08:37:36 .pkg: _optional_hooks> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:36 .pkg: get_requires_for_build_sdist> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:36 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 08:37:37 .pkg: get_requires_for_build_wheel> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:37 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 08:37:38 .pkg: freeze> python -m pip freeze --all 08:37:38 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 08:37:38 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:38 .pkg: build_sdist> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:38 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 08:37:39 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.7.2.tar.gz 08:37:42 pydocstyle: freeze> python -m pip freeze --all 08:37:42 pydocstyle: astroid==3.0.2,attrs==23.1.0,bandit==1.7.6,certifi==2023.11.17,cffi==1.16.0,charset-normalizer==2.0.12,coverage==7.3.3,cryptography==38.0.4,dacite==1.6.0,dill==0.3.7,exceptiongroup==1.2.0,gitdb==4.0.11,GitPython==3.1.40,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.3,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.1.0,onapsdk==12.7.2,oyaml==1.0,packaging==23.2,pbr==6.0.0,pip==23.3.1,platformdirs==4.1.0,pluggy==1.3.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==7.4.3,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,smmap==5.0.1,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 08:37:42 pydocstyle: commands[0]> pydocstyle src/ 08:37:45 .pkg: _exit> python /tmp/venv-bNk2/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 08:37:45 pydocstyle: OK (23.31=setup[20.39]+cmd[2.93] seconds) 08:37:45 congratulations :) (23.47 seconds) 08:37:45 + tox_status=0 08:37:45 + echo '---> Completed tox runs' 08:37:45 ---> Completed tox runs 08:37:45 + for i in .tox/*/log 08:37:45 ++ echo .tox/pydocstyle/log 08:37:45 ++ awk -F/ '{print $2}' 08:37:45 + tox_env=pydocstyle 08:37:45 + cp -r .tox/pydocstyle/log /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/pydocstyle 08:37:45 + DOC_DIR=docs/_build/html 08:37:45 + [[ -d docs/_build/html ]] 08:37:45 + echo '---> tox-run.sh ends' 08:37:45 ---> tox-run.sh ends 08:37:45 + test 0 -eq 0 08:37:45 $ ssh-agent -k 08:37:45 unset SSH_AUTH_SOCK; 08:37:45 unset SSH_AGENT_PID; 08:37:45 echo Agent pid 2112 killed; 08:37:45 [ssh-agent] Stopped. 08:37:45 [PostBuildScript] - [INFO] Executing post build scripts. 08:37:45 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14974253145350794970.sh 08:37:45 ---> sysstat.sh 08:37:46 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins1580863151326025718.sh 08:37:46 ---> package-listing.sh 08:37:46 ++ tr '[:upper:]' '[:lower:]' 08:37:46 ++ facter osfamily 08:37:46 + OS_FAMILY=debian 08:37:46 + workspace=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 08:37:46 + START_PACKAGES=/tmp/packages_start.txt 08:37:46 + END_PACKAGES=/tmp/packages_end.txt 08:37:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:37:46 + PACKAGES=/tmp/packages_start.txt 08:37:46 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 08:37:46 + PACKAGES=/tmp/packages_end.txt 08:37:46 + case "${OS_FAMILY}" in 08:37:46 + dpkg -l 08:37:46 + grep '^ii' 08:37:46 + '[' -f /tmp/packages_start.txt ']' 08:37:46 + '[' -f /tmp/packages_end.txt ']' 08:37:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:37:46 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 08:37:46 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 08:37:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 08:37:46 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins355782255982967919.sh 08:37:46 ---> capture-instance-metadata.sh 08:37:46 Setup pyenv: 08:37:46 system 08:37:46 3.8.13 08:37:46 3.9.13 08:37:46 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 08:37:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hQB4 08:37:50 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:37:53 lf-activate-venv(): INFO: Installing: lftools 08:38:25 lf-activate-venv(): INFO: Adding /tmp/venv-hQB4/bin to PATH 08:38:25 INFO: Running in OpenStack, capturing instance metadata 08:38:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins8948805980436150192.sh 08:38:26 provisioning config files... 08:38:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/config13544770412475771052tmp 08:38:26 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:38:26 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:38:26 [EnvInject] - Injecting environment variables from a build step. 08:38:26 [EnvInject] - Injecting as environment variables the properties content 08:38:26 SERVER_ID=logs 08:38:26 08:38:26 [EnvInject] - Variables injected successfully. 08:38:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2716648251884274475.sh 08:38:26 ---> create-netrc.sh 08:38:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins3581125525383720761.sh 08:38:26 ---> python-tools-install.sh 08:38:26 Setup pyenv: 08:38:26 system 08:38:26 3.8.13 08:38:26 3.9.13 08:38:26 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 08:38:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hQB4 from file:/tmp/.os_lf_venv 08:38:27 lf-activate-venv(): INFO: Installing: lftools 08:38:35 lf-activate-venv(): INFO: Adding /tmp/venv-hQB4/bin to PATH 08:38:35 Generating Requirements File 08:39:06 Python 3.10.6 08:39:06 pip 23.3.2 from /tmp/venv-hQB4/lib/python3.10/site-packages/pip (python 3.10) 08:39:07 appdirs==1.4.4 08:39:07 argcomplete==3.2.1 08:39:07 aspy.yaml==1.3.0 08:39:07 attrs==23.1.0 08:39:07 autopage==0.5.2 08:39:07 Babel==2.14.0 08:39:07 beautifulsoup4==4.12.2 08:39:07 boto3==1.34.3 08:39:07 botocore==1.34.3 08:39:07 bs4==0.0.1 08:39:07 cachetools==5.3.2 08:39:07 certifi==2023.11.17 08:39:07 cffi==1.16.0 08:39:07 cfgv==3.4.0 08:39:07 chardet==5.2.0 08:39:07 charset-normalizer==3.3.2 08:39:07 click==8.1.7 08:39:07 cliff==4.4.0 08:39:07 cmd2==2.4.3 08:39:07 cryptography==3.3.2 08:39:07 debtcollector==2.5.0 08:39:07 decorator==5.1.1 08:39:07 defusedxml==0.7.1 08:39:07 Deprecated==1.2.14 08:39:07 distlib==0.3.8 08:39:07 dnspython==2.4.2 08:39:07 docker==4.2.2 08:39:07 dogpile.cache==1.2.2 08:39:07 email-validator==2.1.0.post1 08:39:07 filelock==3.13.1 08:39:07 future==0.18.3 08:39:07 gitdb==4.0.11 08:39:07 GitPython==3.1.40 08:39:07 google-auth==2.25.2 08:39:07 httplib2==0.22.0 08:39:07 identify==2.5.33 08:39:07 idna==3.6 08:39:07 importlib-metadata==7.0.0 08:39:07 importlib-resources==1.5.0 08:39:07 iso8601==2.1.0 08:39:07 Jinja2==3.1.2 08:39:07 jmespath==1.0.1 08:39:07 jsonpatch==1.33 08:39:07 jsonpointer==2.4 08:39:07 jsonschema==4.20.0 08:39:07 jsonschema-specifications==2023.11.2 08:39:07 keystoneauth1==5.4.0 08:39:07 kubernetes==28.1.0 08:39:07 lftools==0.37.8 08:39:07 lxml==4.9.3 08:39:07 MarkupSafe==2.1.3 08:39:07 msgpack==1.0.7 08:39:07 multi-key-dict==2.0.3 08:39:07 munch==4.0.0 08:39:07 netaddr==0.9.0 08:39:07 netifaces==0.11.0 08:39:07 niet==1.4.2 08:39:07 nodeenv==1.8.0 08:39:07 oauth2client==4.1.3 08:39:07 oauthlib==3.2.2 08:39:07 openstacksdk==0.62.0 08:39:07 os-client-config==2.1.0 08:39:07 os-service-types==1.7.0 08:39:07 osc-lib==2.9.0 08:39:07 oslo.config==9.2.0 08:39:07 oslo.context==5.3.0 08:39:07 oslo.i18n==6.2.0 08:39:07 oslo.log==5.4.0 08:39:07 oslo.serialization==5.2.0 08:39:07 oslo.utils==6.3.0 08:39:07 packaging==23.2 08:39:07 pbr==6.0.0 08:39:07 platformdirs==4.1.0 08:39:07 prettytable==3.9.0 08:39:07 pyasn1==0.5.1 08:39:07 pyasn1-modules==0.3.0 08:39:07 pycparser==2.21 08:39:07 pygerrit2==2.0.15 08:39:07 PyGithub==2.1.1 08:39:07 pyinotify==0.9.6 08:39:07 PyJWT==2.8.0 08:39:07 PyNaCl==1.5.0 08:39:07 pyparsing==2.4.7 08:39:07 pyperclip==1.8.2 08:39:07 pyrsistent==0.20.0 08:39:07 python-cinderclient==9.4.0 08:39:07 python-dateutil==2.8.2 08:39:07 python-heatclient==3.3.0 08:39:07 python-jenkins==1.8.2 08:39:07 python-keystoneclient==5.2.0 08:39:07 python-magnumclient==4.3.0 08:39:07 python-novaclient==18.4.0 08:39:07 python-openstackclient==6.0.0 08:39:07 python-swiftclient==4.4.0 08:39:07 pytz==2023.3.post1 08:39:07 PyYAML==6.0.1 08:39:07 referencing==0.32.0 08:39:07 requests==2.31.0 08:39:07 requests-oauthlib==1.3.1 08:39:07 requestsexceptions==1.4.0 08:39:07 rfc3986==2.0.0 08:39:07 rpds-py==0.15.2 08:39:07 rsa==4.9 08:39:07 ruamel.yaml==0.18.5 08:39:07 ruamel.yaml.clib==0.2.8 08:39:07 s3transfer==0.9.0 08:39:07 simplejson==3.19.2 08:39:07 six==1.16.0 08:39:07 smmap==5.0.1 08:39:07 soupsieve==2.5 08:39:07 stevedore==5.1.0 08:39:07 tabulate==0.9.0 08:39:07 toml==0.10.2 08:39:07 tomlkit==0.12.3 08:39:07 tqdm==4.66.1 08:39:07 typing_extensions==4.9.0 08:39:07 tzdata==2023.3 08:39:07 urllib3==1.26.18 08:39:07 virtualenv==20.25.0 08:39:07 wcwidth==0.2.12 08:39:07 websocket-client==1.7.0 08:39:07 wrapt==1.16.0 08:39:07 xdg==6.0.0 08:39:07 xmltodict==0.13.0 08:39:07 yq==3.2.3 08:39:07 zipp==3.17.0 08:39:07 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2900090347200603280.sh 08:39:07 ---> sudo-logs.sh 08:39:07 Archiving 'sudo' log.. 08:39:07 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14630492658749411776.sh 08:39:07 ---> job-cost.sh 08:39:07 Setup pyenv: 08:39:07 system 08:39:07 3.8.13 08:39:07 3.9.13 08:39:07 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 08:39:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hQB4 from file:/tmp/.os_lf_venv 08:39:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:39:16 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. 08:39:16 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 08:39:16 lf-activate-venv(): INFO: Adding /tmp/venv-hQB4/bin to PATH 08:39:16 INFO: No Stack... 08:39:17 INFO: Retrieving Pricing Info for: v3-standard-8 08:39:17 INFO: Archiving Costs 08:39:17 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins6241497872929033083.sh 08:39:17 ---> logs-deploy.sh 08:39:17 Setup pyenv: 08:39:17 system 08:39:17 3.8.13 08:39:17 3.9.13 08:39:17 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 08:39:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hQB4 from file:/tmp/.os_lf_venv 08:39:19 lf-activate-venv(): INFO: Installing: lftools 08:39:28 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. 08:39:28 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 08:39:28 lf-activate-venv(): INFO: Adding /tmp/venv-hQB4/bin to PATH 08:39:28 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-pydocstyle-lint/198 08:39:28 INFO: archiving workspace using pattern(s): 08:39:29 Archives upload complete. 08:39:29 INFO: archiving logs to Nexus 08:39:30 ---> uname -a: 08:39:30 Linux prd-ubuntu1804-docker-8c-8g-6190 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 08:39:30 08:39:30 08:39:30 ---> lscpu: 08:39:30 Architecture: x86_64 08:39:30 CPU op-mode(s): 32-bit, 64-bit 08:39:30 Byte Order: Little Endian 08:39:30 CPU(s): 8 08:39:30 On-line CPU(s) list: 0-7 08:39:30 Thread(s) per core: 1 08:39:30 Core(s) per socket: 1 08:39:30 Socket(s): 8 08:39:30 NUMA node(s): 1 08:39:30 Vendor ID: AuthenticAMD 08:39:30 CPU family: 23 08:39:30 Model: 49 08:39:30 Model name: AMD EPYC-Rome Processor 08:39:30 Stepping: 0 08:39:30 CPU MHz: 2800.000 08:39:30 BogoMIPS: 5600.00 08:39:30 Virtualization: AMD-V 08:39:30 Hypervisor vendor: KVM 08:39:30 Virtualization type: full 08:39:30 L1d cache: 32K 08:39:30 L1i cache: 32K 08:39:30 L2 cache: 512K 08:39:30 L3 cache: 16384K 08:39:30 NUMA node0 CPU(s): 0-7 08:39:30 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 08:39:30 08:39:30 08:39:30 ---> nproc: 08:39:30 8 08:39:30 08:39:30 08:39:30 ---> df -h: 08:39:30 Filesystem Size Used Avail Use% Mounted on 08:39:30 udev 16G 0 16G 0% /dev 08:39:30 tmpfs 3.2G 708K 3.2G 1% /run 08:39:30 /dev/vda1 155G 11G 145G 7% / 08:39:30 tmpfs 16G 0 16G 0% /dev/shm 08:39:30 tmpfs 5.0M 0 5.0M 0% /run/lock 08:39:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:39:30 /dev/vda15 105M 4.4M 100M 5% /boot/efi 08:39:30 tmpfs 3.2G 0 3.2G 0% /run/user/1001 08:39:30 08:39:30 08:39:30 ---> free -m: 08:39:30 total used free shared buff/cache available 08:39:30 Mem: 32167 815 29062 0 2288 30920 08:39:30 Swap: 1023 0 1023 08:39:30 08:39:30 08:39:30 ---> ip addr: 08:39:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:39:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:39:30 inet 127.0.0.1/8 scope host lo 08:39:30 valid_lft forever preferred_lft forever 08:39:30 inet6 ::1/128 scope host 08:39:30 valid_lft forever preferred_lft forever 08:39:30 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:39:30 link/ether fa:16:3e:b0:a9:0b brd ff:ff:ff:ff:ff:ff 08:39:30 inet 10.30.106.108/23 brd 10.30.107.255 scope global dynamic ens3 08:39:30 valid_lft 86211sec preferred_lft 86211sec 08:39:30 inet6 fe80::f816:3eff:feb0:a90b/64 scope link 08:39:30 valid_lft forever preferred_lft forever 08:39:30 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 08:39:30 link/ether 02:42:de:5b:9b:61 brd ff:ff:ff:ff:ff:ff 08:39:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:39:30 valid_lft forever preferred_lft forever 08:39:30 08:39:30 08:39:30 ---> sar -b -r -n DEV: 08:39:30 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-6190) 12/19/23 _x86_64_ (8 CPU) 08:39:30 08:39:30 08:36:23 LINUX RESTART (8 CPU) 08:39:30 08:39:30 08:37:02 tps rtps wtps bread/s bwrtn/s 08:39:30 08:38:01 292.92 27.61 265.31 885.14 21200.75 08:39:30 08:39:01 119.71 14.28 105.43 1031.03 26377.60 08:39:30 Average: 205.59 20.89 184.70 958.70 23810.92 08:39:30 08:39:30 08:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:39:30 08:38:01 30128280 31655796 2810940 8.53 62076 1776172 1454668 4.28 925428 1595984 121448 08:39:30 08:39:01 29749200 31640452 3190020 9.68 85368 2100036 1469880 4.32 988156 1876944 140080 08:39:30 Average: 29938740 31648124 3000480 9.11 73722 1938104 1462274 4.30 956792 1736464 130764 08:39:30 08:39:30 08:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:39:30 08:38:01 ens3 112.32 76.77 458.32 34.06 0.00 0.00 0.00 0.00 08:39:30 08:38:01 lo 1.49 1.49 0.16 0.16 0.00 0.00 0.00 0.00 08:39:30 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:39:30 08:39:01 ens3 56.69 40.49 1020.72 8.21 0.00 0.00 0.00 0.00 08:39:30 08:39:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 08:39:30 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:39:30 Average: ens3 84.27 58.48 741.89 21.02 0.00 0.00 0.00 0.00 08:39:30 Average: lo 1.31 1.31 0.13 0.13 0.00 0.00 0.00 0.00 08:39:30 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:39:30 08:39:30 08:39:30 ---> sar -P ALL: 08:39:30 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-6190) 12/19/23 _x86_64_ (8 CPU) 08:39:30 08:39:30 08:36:23 LINUX RESTART (8 CPU) 08:39:30 08:39:30 08:37:02 CPU %user %nice %system %iowait %steal %idle 08:39:30 08:38:01 all 11.04 0.00 0.96 2.19 0.04 85.77 08:39:30 08:38:01 0 7.19 0.00 0.52 0.03 0.03 92.22 08:39:30 08:38:01 1 8.52 0.00 0.61 0.47 0.03 90.37 08:39:30 08:38:01 2 18.69 0.00 1.05 0.51 0.05 79.70 08:39:30 08:38:01 3 17.50 0.00 1.10 1.09 0.08 80.23 08:39:30 08:38:01 4 25.39 0.00 1.43 1.19 0.05 71.95 08:39:30 08:38:01 5 3.07 0.00 0.61 4.40 0.03 91.88 08:39:30 08:38:01 6 5.80 0.00 1.63 4.00 0.03 88.54 08:39:30 08:38:01 7 2.21 0.00 0.68 5.86 0.03 91.22 08:39:30 08:39:01 all 9.87 0.00 0.74 2.26 0.03 87.10 08:39:30 08:39:01 0 10.18 0.00 0.93 0.63 0.02 88.24 08:39:30 08:39:01 1 6.22 0.00 0.47 0.28 0.02 93.01 08:39:30 08:39:01 2 2.15 0.00 0.63 5.66 0.05 91.51 08:39:30 08:39:01 3 19.65 0.00 1.34 3.69 0.08 75.25 08:39:30 08:39:01 4 5.83 0.00 0.58 0.28 0.02 93.28 08:39:30 08:39:01 5 15.36 0.00 0.62 0.50 0.03 83.49 08:39:30 08:39:01 6 6.60 0.00 0.57 0.22 0.03 92.58 08:39:30 08:39:01 7 12.96 0.00 0.78 6.87 0.03 79.35 08:39:30 Average: all 10.45 0.00 0.85 2.23 0.04 86.44 08:39:30 Average: 0 8.69 0.00 0.73 0.34 0.03 90.22 08:39:30 Average: 1 7.36 0.00 0.54 0.38 0.03 91.70 08:39:30 Average: 2 10.35 0.00 0.84 3.10 0.05 85.65 08:39:30 Average: 3 18.58 0.00 1.22 2.40 0.08 77.72 08:39:30 Average: 4 15.52 0.00 1.00 0.73 0.03 82.72 08:39:30 Average: 5 9.28 0.00 0.61 2.43 0.03 87.65 08:39:30 Average: 6 6.20 0.00 1.09 2.09 0.03 90.58 08:39:30 Average: 7 7.63 0.00 0.73 6.37 0.03 85.23 08:39:30 08:39:30 08:39:30