18:16:09 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137116 18:16:09 Running as SYSTEM 18:16:09 [EnvInject] - Loading node environment variables. 18:16:09 Building remotely on prd-ubuntu1804-docker-8c-8g-1983 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-pydocstyle-lint 18:16:09 [ssh-agent] Looking for ssh-agent implementation... 18:16:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:09 $ ssh-agent 18:16:09 SSH_AUTH_SOCK=/tmp/ssh-PGhODrAoDJJX/agent.2165 18:16:09 SSH_AGENT_PID=2167 18:16:09 [ssh-agent] Started. 18:16:09 Running ssh-add (command line suppressed) 18:16:09 Identity added: /w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_7137403427249610264.key (/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/private_key_7137403427249610264.key) 18:16:09 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:16:09 The recommended git tool is: NONE 18:16:11 using credential onap-jenkins-ssh 18:16:11 Wiping out workspace first. 18:16:11 Cloning the remote Git repository 18:16:11 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 18:16:11 > git init /w/workspace/integration-python-onapsdk-master-pydocstyle-lint # timeout=10 18:16:11 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 18:16:11 > git --version # timeout=10 18:16:11 > git --version # 'git version 2.17.1' 18:16:11 using GIT_SSH to set credentials Gerrit user 18:16:11 Verifying host key using manually-configured host key entries 18:16:11 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 18:16:11 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 18:16:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:16:12 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 18:16:12 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 18:16:12 using GIT_SSH to set credentials Gerrit user 18:16:12 Verifying host key using manually-configured host key entries 18:16:12 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/16/137116/1 # timeout=30 18:16:12 > git rev-parse 8b63fb04e2f3923cfb096f4aae045349511835a6^{commit} # timeout=10 18:16:12 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 18:16:12 Checking out Revision 8b63fb04e2f3923cfb096f4aae045349511835a6 (refs/changes/16/137116/1) 18:16:12 > git config core.sparsecheckout # timeout=10 18:16:12 > git checkout -f 8b63fb04e2f3923cfb096f4aae045349511835a6 # timeout=30 18:16:15 Commit message: "Fix SDC v2 lifecycleOperation bug" 18:16:15 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:16:15 > git rev-list --no-walk 9631f9d64a1f8c775b090dc109f5738b904a5d3d # timeout=10 18:16:15 [EnvInject] - Injecting environment variables from a build step. 18:16:15 [EnvInject] - Injecting as environment variables the properties content 18:16:15 PYTHON=python3 18:16:15 18:16:15 [EnvInject] - Variables injected successfully. 18:16:15 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins2185855529109599864.sh 18:16:15 ---> tox-install.sh 18:16:15 + source /home/jenkins/lf-env.sh 18:16:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:16:15 ++ mktemp -d /tmp/venv-XXXX 18:16:15 + lf_venv=/tmp/venv-8vKU 18:16:15 + local venv_file=/tmp/.os_lf_venv 18:16:15 + local python=python3 18:16:15 + local options 18:16:15 + local set_path=true 18:16:15 + local install_args= 18:16:15 ++ 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 18:16:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:16:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:16:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:16:15 + true 18:16:15 + case $1 in 18:16:16 + venv_file=/tmp/.toxenv 18:16:16 + shift 2 18:16:16 + true 18:16:16 + case $1 in 18:16:16 + shift 18:16:16 + break 18:16:16 + case $python in 18:16:16 + local pkg_list= 18:16:16 + [[ -d /opt/pyenv ]] 18:16:16 + echo 'Setup pyenv:' 18:16:16 Setup pyenv: 18:16:16 + export PYENV_ROOT=/opt/pyenv 18:16:16 + PYENV_ROOT=/opt/pyenv 18:16:16 + 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 18:16:16 + 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 18:16:16 + pyenv versions 18:16:16 * system (set by /opt/pyenv/version) 18:16:16 * 3.8.13 (set by /opt/pyenv/version) 18:16:16 * 3.9.13 (set by /opt/pyenv/version) 18:16:16 * 3.10.6 (set by /opt/pyenv/version) 18:16:16 + command -v pyenv 18:16:16 ++ pyenv init - --no-rehash 18:16:16 + 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[*]}"'\'')" 18:16:16 export PATH="/opt/pyenv/shims:${PATH}" 18:16:16 export PYENV_SHELL=bash 18:16:16 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:16:16 pyenv() { 18:16:16 local command 18:16:16 command="${1:-}" 18:16:16 if [ "$#" -gt 0 ]; then 18:16:16 shift 18:16:16 fi 18:16:16 18:16:16 case "$command" in 18:16:16 rehash|shell) 18:16:16 eval "$(pyenv "sh-$command" "$@")" 18:16:16 ;; 18:16:16 *) 18:16:16 command pyenv "$command" "$@" 18:16:16 ;; 18:16:16 esac 18:16:16 }' 18:16:16 +++ 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[*]}"' 18:16:16 ++ 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 18:16:16 ++ 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 18:16:16 ++ 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 18:16:16 ++ export PYENV_SHELL=bash 18:16:16 ++ PYENV_SHELL=bash 18:16:16 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:16:16 +++ complete -F _pyenv pyenv 18:16:16 ++ lf-pyver python3 18:16:16 ++ local py_version_xy=python3 18:16:16 ++ local py_version_xyz= 18:16:16 ++ pyenv versions 18:16:16 ++ local command 18:16:16 ++ command=versions 18:16:16 ++ '[' 1 -gt 0 ']' 18:16:16 ++ sed 's/^[ *]* //' 18:16:16 ++ shift 18:16:16 ++ case "$command" in 18:16:16 ++ command pyenv versions 18:16:16 ++ pyenv versions 18:16:16 ++ awk '{ print $1 }' 18:16:16 ++ grep -E '^[0-9.]*[0-9]$' 18:16:16 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:16:16 +++ grep '^3' /tmp/.pyenv_versions 18:16:16 +++ sort -V 18:16:16 +++ tail -n 1 18:16:16 ++ py_version_xyz=3.10.6 18:16:16 ++ [[ -z 3.10.6 ]] 18:16:16 ++ echo 3.10.6 18:16:16 ++ return 0 18:16:16 + pyenv local 3.10.6 18:16:16 + local command 18:16:16 + command=local 18:16:16 + '[' 2 -gt 0 ']' 18:16:16 + shift 18:16:16 + case "$command" in 18:16:16 + command pyenv local 3.10.6 18:16:16 + pyenv local 3.10.6 18:16:16 + for arg in "$@" 18:16:16 + case $arg in 18:16:16 + pkg_list+='tox ' 18:16:16 + for arg in "$@" 18:16:16 + case $arg in 18:16:16 + pkg_list+='virtualenv ' 18:16:16 + for arg in "$@" 18:16:16 + case $arg in 18:16:16 + pkg_list+='urllib3~=1.26.15 ' 18:16:16 + [[ -f /tmp/.toxenv ]] 18:16:16 + [[ ! -f /tmp/.toxenv ]] 18:16:16 + [[ -n '' ]] 18:16:16 + python3 -m venv /tmp/venv-8vKU 18:16:20 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8vKU' 18:16:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8vKU 18:16:20 + echo /tmp/venv-8vKU 18:16:20 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:16:20 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:16:20 + /tmp/venv-8vKU/bin/python3 -m pip install --upgrade --quiet pip virtualenv 18:16:23 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:16:23 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:16:23 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:16:23 + /tmp/venv-8vKU/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:16:26 + type python3 18:16:26 + true 18:16:26 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-8vKU/bin to PATH' 18:16:26 lf-activate-venv(): INFO: Adding /tmp/venv-8vKU/bin to PATH 18:16:26 + PATH=/tmp/venv-8vKU/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 18:16:26 + return 0 18:16:26 + python3 --version 18:16:26 Python 3.10.6 18:16:26 + python3 -m pip --version 18:16:26 pip 23.3.2 from /tmp/venv-8vKU/lib/python3.10/site-packages/pip (python 3.10) 18:16:26 + python3 -m pip freeze 18:16:26 cachetools==5.3.2 18:16:26 chardet==5.2.0 18:16:26 colorama==0.4.6 18:16:26 distlib==0.3.8 18:16:26 filelock==3.13.1 18:16:26 packaging==23.2 18:16:26 platformdirs==4.2.0 18:16:26 pluggy==1.4.0 18:16:26 pyproject-api==1.6.1 18:16:26 tomli==2.0.1 18:16:26 tox==4.12.1 18:16:26 urllib3==1.26.18 18:16:26 virtualenv==20.25.0 18:16:26 [EnvInject] - Injecting environment variables from a build step. 18:16:26 [EnvInject] - Injecting as environment variables the properties content 18:16:26 PARALLEL=false 18:16:26 18:16:26 [EnvInject] - Variables injected successfully. 18:16:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins12405971932604537101.sh 18:16:27 ---> tox-run.sh 18:16:27 + 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 18:16:27 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 18:16:27 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/docs 18:16:27 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox 18:16:27 + cd /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/. 18:16:27 + source /home/jenkins/lf-env.sh 18:16:27 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:16:27 ++ mktemp -d /tmp/venv-XXXX 18:16:27 + lf_venv=/tmp/venv-DDFF 18:16:27 + local venv_file=/tmp/.os_lf_venv 18:16:27 + local python=python3 18:16:27 + local options 18:16:27 + local set_path=true 18:16:27 + local install_args= 18:16:27 ++ 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 18:16:27 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:16:27 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:16:27 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:16:27 + true 18:16:27 + case $1 in 18:16:27 + venv_file=/tmp/.toxenv 18:16:27 + shift 2 18:16:27 + true 18:16:27 + case $1 in 18:16:27 + shift 18:16:27 + break 18:16:27 + case $python in 18:16:27 + local pkg_list= 18:16:27 + [[ -d /opt/pyenv ]] 18:16:27 + echo 'Setup pyenv:' 18:16:27 Setup pyenv: 18:16:27 + export PYENV_ROOT=/opt/pyenv 18:16:27 + PYENV_ROOT=/opt/pyenv 18:16:27 + 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 18:16:27 + 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 18:16:27 + pyenv versions 18:16:27 system 18:16:27 3.8.13 18:16:27 3.9.13 18:16:27 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 18:16:27 + command -v pyenv 18:16:27 ++ pyenv init - --no-rehash 18:16:27 + 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[*]}"'\'')" 18:16:27 export PATH="/opt/pyenv/shims:${PATH}" 18:16:27 export PYENV_SHELL=bash 18:16:27 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:16:27 pyenv() { 18:16:27 local command 18:16:27 command="${1:-}" 18:16:27 if [ "$#" -gt 0 ]; then 18:16:27 shift 18:16:27 fi 18:16:27 18:16:27 case "$command" in 18:16:27 rehash|shell) 18:16:27 eval "$(pyenv "sh-$command" "$@")" 18:16:27 ;; 18:16:27 *) 18:16:27 command pyenv "$command" "$@" 18:16:27 ;; 18:16:27 esac 18:16:27 }' 18:16:27 +++ 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[*]}"' 18:16:27 ++ 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 18:16:27 ++ 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 18:16:27 ++ 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 18:16:27 ++ export PYENV_SHELL=bash 18:16:27 ++ PYENV_SHELL=bash 18:16:27 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:16:27 +++ complete -F _pyenv pyenv 18:16:27 ++ lf-pyver python3 18:16:27 ++ local py_version_xy=python3 18:16:27 ++ local py_version_xyz= 18:16:27 ++ sed 's/^[ *]* //' 18:16:27 ++ grep -E '^[0-9.]*[0-9]$' 18:16:27 ++ awk '{ print $1 }' 18:16:27 ++ pyenv versions 18:16:27 ++ local command 18:16:27 ++ command=versions 18:16:27 ++ '[' 1 -gt 0 ']' 18:16:27 ++ shift 18:16:27 ++ case "$command" in 18:16:27 ++ command pyenv versions 18:16:27 ++ pyenv versions 18:16:27 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:16:27 +++ grep '^3' /tmp/.pyenv_versions 18:16:27 +++ tail -n 1 18:16:27 +++ sort -V 18:16:27 ++ py_version_xyz=3.10.6 18:16:27 ++ [[ -z 3.10.6 ]] 18:16:27 ++ echo 3.10.6 18:16:27 ++ return 0 18:16:27 + pyenv local 3.10.6 18:16:27 + local command 18:16:27 + command=local 18:16:27 + '[' 2 -gt 0 ']' 18:16:27 + shift 18:16:27 + case "$command" in 18:16:27 + command pyenv local 3.10.6 18:16:27 + pyenv local 3.10.6 18:16:27 + for arg in "$@" 18:16:27 + case $arg in 18:16:27 + pkg_list+='tox ' 18:16:27 + for arg in "$@" 18:16:27 + case $arg in 18:16:27 + pkg_list+='virtualenv ' 18:16:27 + for arg in "$@" 18:16:27 + case $arg in 18:16:27 + pkg_list+='urllib3~=1.26.15 ' 18:16:27 + [[ -f /tmp/.toxenv ]] 18:16:27 ++ cat /tmp/.toxenv 18:16:27 + lf_venv=/tmp/venv-8vKU 18:16:27 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8vKU from' file:/tmp/.toxenv 18:16:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-8vKU from file:/tmp/.toxenv 18:16:27 + /tmp/venv-8vKU/bin/python3 -m pip install --upgrade --quiet pip virtualenv 18:16:28 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:16:28 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:16:28 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:16:28 + /tmp/venv-8vKU/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:16:29 + type python3 18:16:29 + true 18:16:29 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-8vKU/bin to PATH' 18:16:29 lf-activate-venv(): INFO: Adding /tmp/venv-8vKU/bin to PATH 18:16:29 + PATH=/tmp/venv-8vKU/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 18:16:29 + return 0 18:16:29 + [[ -d /opt/pyenv ]] 18:16:29 + echo '---> Setting up pyenv' 18:16:29 ---> Setting up pyenv 18:16:29 + export PYENV_ROOT=/opt/pyenv 18:16:29 + PYENV_ROOT=/opt/pyenv 18:16:29 + export PATH=/opt/pyenv/bin:/tmp/venv-8vKU/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 18:16:29 + PATH=/opt/pyenv/bin:/tmp/venv-8vKU/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 18:16:29 ++ pwd 18:16:29 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 18:16:29 + export PYTHONPATH 18:16:29 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:16:29 + TOX_TESTENV_PASSENV=PYTHONPATH 18:16:29 + tox --version 18:16:29 4.12.1 from /tmp/venv-8vKU/lib/python3.10/site-packages/tox/__init__.py 18:16:29 + PARALLEL=false 18:16:29 + TOX_OPTIONS_LIST= 18:16:29 + [[ -n pydocstyle ]] 18:16:29 + TOX_OPTIONS_LIST=' -e pydocstyle' 18:16:29 + case ${PARALLEL,,} in 18:16:29 + tox -e pydocstyle 18:16:29 + tee -a /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/tox.log 18:16:30 pydocstyle: install_deps> python -I -m pip install -r test-requirements.txt 18:16:43 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 18:16:44 .pkg: _optional_hooks> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:44 .pkg: get_requires_for_build_sdist> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:44 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 18:16:45 .pkg: get_requires_for_build_wheel> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:45 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 18:16:45 .pkg: freeze> python -m pip freeze --all 18:16:46 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 18:16:46 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:46 .pkg: build_sdist> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:46 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 18:16:47 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.2.tar.gz 18:16:50 pydocstyle: freeze> python -m pip freeze --all 18:16:50 pydocstyle: astroid==3.0.2,attrs==23.2.0,bandit==1.7.7,certifi==2024.2.2,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.5,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.2.0,onapsdk==13.0.2,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 18:16:50 pydocstyle: commands[0]> pydocstyle src/ 18:16:54 .pkg: _exit> python /tmp/venv-8vKU/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 18:16:54 pydocstyle: OK (23.85=setup[20.46]+cmd[3.38] seconds) 18:16:54 congratulations :) (24.02 seconds) 18:16:54 + tox_status=0 18:16:54 + echo '---> Completed tox runs' 18:16:54 ---> Completed tox runs 18:16:54 + for i in .tox/*/log 18:16:54 ++ echo .tox/pydocstyle/log 18:16:54 ++ awk -F/ '{print $2}' 18:16:54 + tox_env=pydocstyle 18:16:54 + cp -r .tox/pydocstyle/log /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/tox/pydocstyle 18:16:54 + DOC_DIR=docs/_build/html 18:16:54 + [[ -d docs/_build/html ]] 18:16:54 + echo '---> tox-run.sh ends' 18:16:54 ---> tox-run.sh ends 18:16:54 + test 0 -eq 0 18:16:54 $ ssh-agent -k 18:16:54 unset SSH_AUTH_SOCK; 18:16:54 unset SSH_AGENT_PID; 18:16:54 echo Agent pid 2167 killed; 18:16:54 [ssh-agent] Stopped. 18:16:54 [PostBuildScript] - [INFO] Executing post build scripts. 18:16:54 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins8408510209877115495.sh 18:16:54 ---> sysstat.sh 18:16:54 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins6081485101481533509.sh 18:16:54 ---> package-listing.sh 18:16:54 ++ facter osfamily 18:16:54 ++ tr '[:upper:]' '[:lower:]' 18:16:54 + OS_FAMILY=debian 18:16:54 + workspace=/w/workspace/integration-python-onapsdk-master-pydocstyle-lint 18:16:54 + START_PACKAGES=/tmp/packages_start.txt 18:16:54 + END_PACKAGES=/tmp/packages_end.txt 18:16:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:16:54 + PACKAGES=/tmp/packages_start.txt 18:16:54 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 18:16:54 + PACKAGES=/tmp/packages_end.txt 18:16:54 + case "${OS_FAMILY}" in 18:16:54 + dpkg -l 18:16:54 + grep '^ii' 18:16:54 + '[' -f /tmp/packages_start.txt ']' 18:16:54 + '[' -f /tmp/packages_end.txt ']' 18:16:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:16:54 + '[' /w/workspace/integration-python-onapsdk-master-pydocstyle-lint ']' 18:16:54 + mkdir -p /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 18:16:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/archives/ 18:16:55 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins12511050763319707819.sh 18:16:55 ---> capture-instance-metadata.sh 18:16:55 Setup pyenv: 18:16:55 system 18:16:55 3.8.13 18:16:55 3.9.13 18:16:55 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 18:16:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0cD7 18:16:58 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:17:01 lf-activate-venv(): INFO: Installing: lftools 18:17:35 lf-activate-venv(): INFO: Adding /tmp/venv-0cD7/bin to PATH 18:17:35 INFO: Running in OpenStack, capturing instance metadata 18:17:35 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins15510449179533728262.sh 18:17:36 provisioning config files... 18:17:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-pydocstyle-lint@tmp/config13321488420449210727tmp 18:17:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:17:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:17:36 [EnvInject] - Injecting environment variables from a build step. 18:17:36 [EnvInject] - Injecting as environment variables the properties content 18:17:36 SERVER_ID=logs 18:17:36 18:17:36 [EnvInject] - Variables injected successfully. 18:17:36 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins14062431556321803272.sh 18:17:36 ---> create-netrc.sh 18:17:36 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins2651228835346254816.sh 18:17:36 ---> python-tools-install.sh 18:17:36 Setup pyenv: 18:17:36 system 18:17:36 3.8.13 18:17:36 3.9.13 18:17:36 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 18:17:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0cD7 from file:/tmp/.os_lf_venv 18:17:37 lf-activate-venv(): INFO: Installing: lftools 18:17:45 lf-activate-venv(): INFO: Adding /tmp/venv-0cD7/bin to PATH 18:17:45 Generating Requirements File 18:18:16 Python 3.10.6 18:18:16 pip 23.3.2 from /tmp/venv-0cD7/lib/python3.10/site-packages/pip (python 3.10) 18:18:17 appdirs==1.4.4 18:18:17 argcomplete==3.2.2 18:18:17 aspy.yaml==1.3.0 18:18:17 attrs==23.2.0 18:18:17 autopage==0.5.2 18:18:17 beautifulsoup4==4.12.3 18:18:17 boto3==1.34.33 18:18:17 botocore==1.34.33 18:18:17 bs4==0.0.2 18:18:17 cachetools==5.3.2 18:18:17 certifi==2024.2.2 18:18:17 cffi==1.16.0 18:18:17 cfgv==3.4.0 18:18:17 chardet==5.2.0 18:18:17 charset-normalizer==3.3.2 18:18:17 click==8.1.7 18:18:17 cliff==4.5.0 18:18:17 cmd2==2.4.3 18:18:17 cryptography==3.3.2 18:18:17 debtcollector==2.5.0 18:18:17 decorator==5.1.1 18:18:17 defusedxml==0.7.1 18:18:17 Deprecated==1.2.14 18:18:17 distlib==0.3.8 18:18:17 dnspython==2.5.0 18:18:17 docker==4.2.2 18:18:17 dogpile.cache==1.3.0 18:18:17 email-validator==2.1.0.post1 18:18:17 filelock==3.13.1 18:18:17 future==0.18.3 18:18:17 gitdb==4.0.11 18:18:17 GitPython==3.1.41 18:18:17 google-auth==2.27.0 18:18:17 httplib2==0.22.0 18:18:17 identify==2.5.33 18:18:17 idna==3.6 18:18:17 importlib-resources==1.5.0 18:18:17 iso8601==2.1.0 18:18:17 Jinja2==3.1.3 18:18:17 jmespath==1.0.1 18:18:17 jsonpatch==1.33 18:18:17 jsonpointer==2.4 18:18:17 jsonschema==4.21.1 18:18:17 jsonschema-specifications==2023.12.1 18:18:17 keystoneauth1==5.5.0 18:18:17 kubernetes==29.0.0 18:18:17 lftools==0.37.8 18:18:17 lxml==5.1.0 18:18:17 MarkupSafe==2.1.5 18:18:17 msgpack==1.0.7 18:18:17 multi_key_dict==2.0.3 18:18:17 munch==4.0.0 18:18:17 netaddr==0.10.1 18:18:17 netifaces==0.11.0 18:18:17 niet==1.4.2 18:18:17 nodeenv==1.8.0 18:18:17 oauth2client==4.1.3 18:18:17 oauthlib==3.2.2 18:18:17 openstacksdk==0.62.0 18:18:17 os-client-config==2.1.0 18:18:17 os-service-types==1.7.0 18:18:17 osc-lib==3.0.0 18:18:17 oslo.config==9.3.0 18:18:17 oslo.context==5.3.0 18:18:17 oslo.i18n==6.2.0 18:18:17 oslo.log==5.4.0 18:18:17 oslo.serialization==5.3.0 18:18:17 oslo.utils==7.0.0 18:18:17 packaging==23.2 18:18:17 pbr==6.0.0 18:18:17 platformdirs==4.2.0 18:18:17 prettytable==3.9.0 18:18:17 pyasn1==0.5.1 18:18:17 pyasn1-modules==0.3.0 18:18:17 pycparser==2.21 18:18:17 pygerrit2==2.0.15 18:18:17 PyGithub==2.2.0 18:18:17 pyinotify==0.9.6 18:18:17 PyJWT==2.8.0 18:18:17 PyNaCl==1.5.0 18:18:17 pyparsing==2.4.7 18:18:17 pyperclip==1.8.2 18:18:17 pyrsistent==0.20.0 18:18:17 python-cinderclient==9.4.0 18:18:17 python-dateutil==2.8.2 18:18:17 python-heatclient==3.4.0 18:18:17 python-jenkins==1.8.2 18:18:17 python-keystoneclient==5.3.0 18:18:17 python-magnumclient==4.3.0 18:18:17 python-novaclient==18.4.0 18:18:17 python-openstackclient==6.0.0 18:18:17 python-swiftclient==4.4.0 18:18:17 pytz==2024.1 18:18:17 PyYAML==6.0.1 18:18:17 referencing==0.33.0 18:18:17 requests==2.31.0 18:18:17 requests-oauthlib==1.3.1 18:18:17 requestsexceptions==1.4.0 18:18:17 rfc3986==2.0.0 18:18:17 rpds-py==0.17.1 18:18:17 rsa==4.9 18:18:17 ruamel.yaml==0.18.5 18:18:17 ruamel.yaml.clib==0.2.8 18:18:17 s3transfer==0.10.0 18:18:17 simplejson==3.19.2 18:18:17 six==1.16.0 18:18:17 smmap==5.0.1 18:18:17 soupsieve==2.5 18:18:17 stevedore==5.1.0 18:18:17 tabulate==0.9.0 18:18:17 toml==0.10.2 18:18:17 tomlkit==0.12.3 18:18:17 tqdm==4.66.1 18:18:17 typing_extensions==4.9.0 18:18:17 tzdata==2023.4 18:18:17 urllib3==1.26.18 18:18:17 virtualenv==20.25.0 18:18:17 wcwidth==0.2.13 18:18:17 websocket-client==1.7.0 18:18:17 wrapt==1.16.0 18:18:17 xdg==6.0.0 18:18:17 xmltodict==0.13.0 18:18:17 yq==3.2.3 18:18:17 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins8600382159077316119.sh 18:18:17 ---> sudo-logs.sh 18:18:17 Archiving 'sudo' log.. 18:18:17 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash /tmp/jenkins303763816276704604.sh 18:18:17 ---> job-cost.sh 18:18:17 Setup pyenv: 18:18:17 system 18:18:17 3.8.13 18:18:17 3.9.13 18:18:17 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 18:18:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0cD7 from file:/tmp/.os_lf_venv 18:18:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:18:26 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. 18:18:26 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 18:18:26 lf-activate-venv(): INFO: Adding /tmp/venv-0cD7/bin to PATH 18:18:26 INFO: No Stack... 18:18:26 INFO: Retrieving Pricing Info for: v3-standard-8 18:18:26 INFO: Archiving Costs 18:18:26 [integration-python-onapsdk-master-pydocstyle-lint] $ /bin/bash -l /tmp/jenkins10695081250344892658.sh 18:18:26 ---> logs-deploy.sh 18:18:26 Setup pyenv: 18:18:27 system 18:18:27 3.8.13 18:18:27 3.9.13 18:18:27 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-pydocstyle-lint/.python-version) 18:18:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0cD7 from file:/tmp/.os_lf_venv 18:18:28 lf-activate-venv(): INFO: Installing: lftools 18:18:38 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. 18:18:38 python-openstackclient 6.5.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 18:18:38 lf-activate-venv(): INFO: Adding /tmp/venv-0cD7/bin to PATH 18:18:38 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-pydocstyle-lint/219 18:18:38 INFO: archiving workspace using pattern(s): 18:18:39 Archives upload complete. 18:18:39 INFO: archiving logs to Nexus 18:18:40 ---> uname -a: 18:18:40 Linux prd-ubuntu1804-docker-8c-8g-1983 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 18:18:40 18:18:40 18:18:40 ---> lscpu: 18:18:40 Architecture: x86_64 18:18:40 CPU op-mode(s): 32-bit, 64-bit 18:18:40 Byte Order: Little Endian 18:18:40 CPU(s): 8 18:18:40 On-line CPU(s) list: 0-7 18:18:40 Thread(s) per core: 1 18:18:40 Core(s) per socket: 1 18:18:40 Socket(s): 8 18:18:40 NUMA node(s): 1 18:18:40 Vendor ID: AuthenticAMD 18:18:40 CPU family: 23 18:18:40 Model: 49 18:18:40 Model name: AMD EPYC-Rome Processor 18:18:40 Stepping: 0 18:18:40 CPU MHz: 2800.000 18:18:40 BogoMIPS: 5600.00 18:18:40 Virtualization: AMD-V 18:18:40 Hypervisor vendor: KVM 18:18:40 Virtualization type: full 18:18:40 L1d cache: 32K 18:18:40 L1i cache: 32K 18:18:40 L2 cache: 512K 18:18:40 L3 cache: 16384K 18:18:40 NUMA node0 CPU(s): 0-7 18:18:40 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 18:18:40 18:18:40 18:18:40 ---> nproc: 18:18:40 8 18:18:40 18:18:40 18:18:40 ---> df -h: 18:18:40 Filesystem Size Used Avail Use% Mounted on 18:18:40 udev 16G 0 16G 0% /dev 18:18:40 tmpfs 3.2G 708K 3.2G 1% /run 18:18:40 /dev/vda1 155G 11G 145G 7% / 18:18:40 tmpfs 16G 0 16G 0% /dev/shm 18:18:40 tmpfs 5.0M 0 5.0M 0% /run/lock 18:18:40 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:18:40 /dev/vda15 105M 4.4M 100M 5% /boot/efi 18:18:40 tmpfs 3.2G 0 3.2G 0% /run/user/1001 18:18:40 18:18:40 18:18:40 ---> free -m: 18:18:40 total used free shared buff/cache available 18:18:40 Mem: 32167 801 29124 0 2241 30935 18:18:40 Swap: 1023 0 1023 18:18:40 18:18:40 18:18:40 ---> ip addr: 18:18:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:18:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:18:40 inet 127.0.0.1/8 scope host lo 18:18:40 valid_lft forever preferred_lft forever 18:18:40 inet6 ::1/128 scope host 18:18:40 valid_lft forever preferred_lft forever 18:18:40 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 18:18:40 link/ether fa:16:3e:5b:ea:bb brd ff:ff:ff:ff:ff:ff 18:18:40 inet 10.30.107.212/23 brd 10.30.107.255 scope global dynamic ens3 18:18:40 valid_lft 86210sec preferred_lft 86210sec 18:18:40 inet6 fe80::f816:3eff:fe5b:eabb/64 scope link 18:18:40 valid_lft forever preferred_lft forever 18:18:40 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 18:18:40 link/ether 02:42:fc:4f:c5:93 brd ff:ff:ff:ff:ff:ff 18:18:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:18:40 valid_lft forever preferred_lft forever 18:18:40 18:18:40 18:18:40 ---> sar -b -r -n DEV: 18:18:40 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1983) 02/02/24 _x86_64_ (8 CPU) 18:18:40 18:18:40 18:15:32 LINUX RESTART (8 CPU) 18:18:40 18:18:40 18:16:02 tps rtps wtps bread/s bwrtn/s 18:18:40 18:17:01 307.69 62.16 245.53 3808.30 35266.43 18:18:40 18:18:01 118.21 14.28 103.93 1030.59 32811.33 18:18:40 Average: 212.15 38.02 174.13 2407.66 34028.46 18:18:40 18:18:40 18:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:18:40 18:17:01 30196248 31712516 2742972 8.33 58764 1769248 1420136 4.18 858060 1593840 152352 18:18:40 18:18:01 29872240 31653652 3066980 9.31 80852 1999660 1457776 4.29 953872 1795300 173304 18:18:40 Average: 30034244 31683084 2904976 8.82 69808 1884454 1438956 4.23 905966 1694570 162828 18:18:40 18:18:40 18:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:18:40 18:17:01 ens3 332.05 241.03 1035.16 74.20 0.00 0.00 0.00 0.00 18:18:40 18:17:01 lo 1.49 1.49 0.15 0.15 0.00 0.00 0.00 0.00 18:18:40 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:40 18:18:01 ens3 57.20 40.92 844.00 8.54 0.00 0.00 0.00 0.00 18:18:40 18:18:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 18:18:40 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:40 Average: ens3 193.46 140.12 938.77 41.09 0.00 0.00 0.00 0.00 18:18:40 Average: lo 1.48 1.48 0.15 0.15 0.00 0.00 0.00 0.00 18:18:40 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:40 18:18:40 18:18:40 ---> sar -P ALL: 18:18:40 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1983) 02/02/24 _x86_64_ (8 CPU) 18:18:40 18:18:40 18:15:32 LINUX RESTART (8 CPU) 18:18:40 18:18:40 18:16:02 CPU %user %nice %system %iowait %steal %idle 18:18:40 18:17:01 all 11.94 0.00 1.27 2.81 0.05 83.93 18:18:40 18:17:01 0 7.62 0.00 0.92 0.61 0.03 90.82 18:18:40 18:17:01 1 14.22 0.00 1.26 2.11 0.03 82.38 18:18:40 18:17:01 2 6.04 0.00 2.00 3.34 0.09 88.54 18:18:40 18:17:01 3 15.78 0.00 1.00 0.48 0.05 82.69 18:18:40 18:17:01 4 23.38 0.00 1.87 9.36 0.07 65.32 18:18:40 18:17:01 5 12.73 0.00 1.12 0.34 0.05 85.76 18:18:40 18:17:01 6 3.27 0.00 1.07 4.17 0.05 91.44 18:18:40 18:17:01 7 12.44 0.00 0.95 2.11 0.03 84.47 18:18:40 18:18:01 all 9.52 0.00 0.69 2.30 0.04 87.46 18:18:40 18:18:01 0 6.45 0.00 0.50 0.18 0.05 92.81 18:18:40 18:18:01 1 1.87 0.00 0.48 0.15 0.02 97.48 18:18:40 18:18:01 2 0.53 0.00 0.43 1.47 0.02 97.55 18:18:40 18:18:01 3 25.88 0.00 1.49 1.60 0.07 70.96 18:18:40 18:18:01 4 5.24 0.00 0.47 7.63 0.03 86.63 18:18:40 18:18:01 5 8.92 0.00 0.59 0.12 0.02 90.36 18:18:40 18:18:01 6 20.15 0.00 0.87 6.31 0.07 72.61 18:18:40 18:18:01 7 7.07 0.00 0.67 0.98 0.03 91.24 18:18:40 Average: all 10.71 0.00 0.98 2.56 0.04 85.71 18:18:40 Average: 0 7.03 0.00 0.71 0.40 0.04 91.82 18:18:40 Average: 1 7.98 0.00 0.87 1.12 0.03 90.01 18:18:40 Average: 2 3.26 0.00 1.21 2.40 0.05 93.09 18:18:40 Average: 3 20.88 0.00 1.25 1.04 0.06 76.77 18:18:40 Average: 4 14.22 0.00 1.16 8.49 0.05 76.08 18:18:40 Average: 5 10.81 0.00 0.85 0.23 0.03 88.08 18:18:40 Average: 6 11.80 0.00 0.97 5.25 0.06 81.93 18:18:40 Average: 7 9.73 0.00 0.81 1.54 0.03 87.89 18:18:40 18:18:40 18:18:40