11:54:48 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137098 11:54:48 Running as SYSTEM 11:54:48 [EnvInject] - Loading node environment variables. 11:54:48 Building remotely on prd-ubuntu1804-docker-8c-8g-1105 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-python3.8-lint 11:54:48 [ssh-agent] Looking for ssh-agent implementation... 11:54:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:54:48 $ ssh-agent 11:54:48 SSH_AUTH_SOCK=/tmp/ssh-FeHPgxB3MliM/agent.2121 11:54:48 SSH_AGENT_PID=2123 11:54:48 [ssh-agent] Started. 11:54:48 Running ssh-add (command line suppressed) 11:54:48 Identity added: /w/workspace/integration-python-onapsdk-master-python3.8-lint@tmp/private_key_15945773001793044230.key (/w/workspace/integration-python-onapsdk-master-python3.8-lint@tmp/private_key_15945773001793044230.key) 11:54:49 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:54:49 The recommended git tool is: NONE 11:54:51 using credential onap-jenkins-ssh 11:54:51 Wiping out workspace first. 11:54:51 Cloning the remote Git repository 11:54:51 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:54:51 > git init /w/workspace/integration-python-onapsdk-master-python3.8-lint # timeout=10 11:54:51 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:54:51 > git --version # timeout=10 11:54:51 > git --version # 'git version 2.17.1' 11:54:51 using GIT_SSH to set credentials Gerrit user 11:54:51 Verifying host key using manually-configured host key entries 11:54:51 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:54:51 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:54:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:54:52 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:54:52 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:54:52 using GIT_SSH to set credentials Gerrit user 11:54:52 Verifying host key using manually-configured host key entries 11:54:52 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/98/137098/2 # timeout=30 11:54:52 > git rev-parse e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc^{commit} # timeout=10 11:54:52 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:54:52 Checking out Revision e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc (refs/changes/98/137098/2) 11:54:52 > git config core.sparsecheckout # timeout=10 11:54:52 > git checkout -f e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc # timeout=30 11:54:55 Commit message: "SDC refactor to use sdc v2 API" 11:54:55 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:54:55 > git rev-list --no-walk 0a5d6dbc73d21d597eba1069d343b6e7684e91f9 # timeout=10 11:54:55 [EnvInject] - Injecting environment variables from a build step. 11:54:55 [EnvInject] - Injecting as environment variables the properties content 11:54:55 PYTHON=python3 11:54:55 11:54:55 [EnvInject] - Variables injected successfully. 11:54:55 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash -l /tmp/jenkins16937037498892929023.sh 11:54:55 ---> tox-install.sh 11:54:55 + source /home/jenkins/lf-env.sh 11:54:55 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:54:55 ++ mktemp -d /tmp/venv-XXXX 11:54:55 + lf_venv=/tmp/venv-Thrq 11:54:55 + local venv_file=/tmp/.os_lf_venv 11:54:55 + local python=python3 11:54:55 + local options 11:54:55 + local set_path=true 11:54:55 + local install_args= 11:54:55 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:54:55 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:54:55 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:54:55 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:54:55 + true 11:54:55 + case $1 in 11:54:55 + venv_file=/tmp/.toxenv 11:54:55 + shift 2 11:54:55 + true 11:54:55 + case $1 in 11:54:55 + shift 11:54:55 + break 11:54:55 + case $python in 11:54:55 + local pkg_list= 11:54:55 + [[ -d /opt/pyenv ]] 11:54:55 + echo 'Setup pyenv:' 11:54:55 Setup pyenv: 11:54:55 + export PYENV_ROOT=/opt/pyenv 11:54:55 + PYENV_ROOT=/opt/pyenv 11:54:55 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:54:55 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:54:55 + pyenv versions 11:54:56 * system (set by /opt/pyenv/version) 11:54:56 * 3.8.13 (set by /opt/pyenv/version) 11:54:56 * 3.9.13 (set by /opt/pyenv/version) 11:54:56 * 3.10.6 (set by /opt/pyenv/version) 11:54:56 + command -v pyenv 11:54:56 ++ pyenv init - --no-rehash 11:54:56 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:54:56 export PATH="/opt/pyenv/shims:${PATH}" 11:54:56 export PYENV_SHELL=bash 11:54:56 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:54:56 pyenv() { 11:54:56 local command 11:54:56 command="${1:-}" 11:54:56 if [ "$#" -gt 0 ]; then 11:54:56 shift 11:54:56 fi 11:54:56 11:54:56 case "$command" in 11:54:56 rehash|shell) 11:54:56 eval "$(pyenv "sh-$command" "$@")" 11:54:56 ;; 11:54:56 *) 11:54:56 command pyenv "$command" "$@" 11:54:56 ;; 11:54:56 esac 11:54:56 }' 11:54:56 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:54:56 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:54:56 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:54:56 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:54:56 ++ export PYENV_SHELL=bash 11:54:56 ++ PYENV_SHELL=bash 11:54:56 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:54:56 +++ complete -F _pyenv pyenv 11:54:56 ++ lf-pyver python3 11:54:56 ++ local py_version_xy=python3 11:54:56 ++ local py_version_xyz= 11:54:56 ++ sed 's/^[ *]* //' 11:54:56 ++ awk '{ print $1 }' 11:54:56 ++ pyenv versions 11:54:56 ++ grep -E '^[0-9.]*[0-9]$' 11:54:56 ++ local command 11:54:56 ++ command=versions 11:54:56 ++ '[' 1 -gt 0 ']' 11:54:56 ++ shift 11:54:56 ++ case "$command" in 11:54:56 ++ command pyenv versions 11:54:56 ++ pyenv versions 11:54:56 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:54:56 +++ grep '^3' /tmp/.pyenv_versions 11:54:56 +++ sort -V 11:54:56 +++ tail -n 1 11:54:56 ++ py_version_xyz=3.10.6 11:54:56 ++ [[ -z 3.10.6 ]] 11:54:56 ++ echo 3.10.6 11:54:56 ++ return 0 11:54:56 + pyenv local 3.10.6 11:54:56 + local command 11:54:56 + command=local 11:54:56 + '[' 2 -gt 0 ']' 11:54:56 + shift 11:54:56 + case "$command" in 11:54:56 + command pyenv local 3.10.6 11:54:56 + pyenv local 3.10.6 11:54:56 + for arg in "$@" 11:54:56 + case $arg in 11:54:56 + pkg_list+='tox ' 11:54:56 + for arg in "$@" 11:54:56 + case $arg in 11:54:56 + pkg_list+='virtualenv ' 11:54:56 + for arg in "$@" 11:54:56 + case $arg in 11:54:56 + pkg_list+='urllib3~=1.26.15 ' 11:54:56 + [[ -f /tmp/.toxenv ]] 11:54:56 + [[ ! -f /tmp/.toxenv ]] 11:54:56 + [[ -n '' ]] 11:54:56 + python3 -m venv /tmp/venv-Thrq 11:55:00 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Thrq' 11:55:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Thrq 11:55:00 + echo /tmp/venv-Thrq 11:55:00 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:55:00 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:55:00 + /tmp/venv-Thrq/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:55:04 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:55:04 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:55:04 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:55:04 + /tmp/venv-Thrq/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:55:08 + type python3 11:55:08 + true 11:55:08 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Thrq/bin to PATH' 11:55:08 lf-activate-venv(): INFO: Adding /tmp/venv-Thrq/bin to PATH 11:55:08 + PATH=/tmp/venv-Thrq/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 + return 0 11:55:08 + python3 --version 11:55:08 Python 3.10.6 11:55:08 + python3 -m pip --version 11:55:08 pip 23.3.2 from /tmp/venv-Thrq/lib/python3.10/site-packages/pip (python 3.10) 11:55:08 + python3 -m pip freeze 11:55:08 cachetools==5.3.2 11:55:08 chardet==5.2.0 11:55:08 colorama==0.4.6 11:55:08 distlib==0.3.8 11:55:08 filelock==3.13.1 11:55:08 packaging==23.2 11:55:08 platformdirs==4.2.0 11:55:08 pluggy==1.4.0 11:55:08 pyproject-api==1.6.1 11:55:08 tomli==2.0.1 11:55:08 tox==4.12.1 11:55:08 urllib3==1.26.18 11:55:08 virtualenv==20.25.0 11:55:08 [EnvInject] - Injecting environment variables from a build step. 11:55:08 [EnvInject] - Injecting as environment variables the properties content 11:55:08 PARALLEL=false 11:55:08 11:55:08 [EnvInject] - Variables injected successfully. 11:55:08 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash -l /tmp/jenkins4767185634049309253.sh 11:55:08 ---> tox-run.sh 11:55:08 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/tox 11:55:08 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/docs 11:55:08 + mkdir -p /w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/tox 11:55:08 + cd /w/workspace/integration-python-onapsdk-master-python3.8-lint/. 11:55:08 + source /home/jenkins/lf-env.sh 11:55:08 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:55:08 ++ mktemp -d /tmp/venv-XXXX 11:55:08 + lf_venv=/tmp/venv-uziB 11:55:08 + local venv_file=/tmp/.os_lf_venv 11:55:08 + local python=python3 11:55:08 + local options 11:55:08 + local set_path=true 11:55:08 + local install_args= 11:55:08 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:55:08 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:08 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:08 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:55:08 + true 11:55:08 + case $1 in 11:55:08 + venv_file=/tmp/.toxenv 11:55:08 + shift 2 11:55:08 + true 11:55:08 + case $1 in 11:55:08 + shift 11:55:08 + break 11:55:08 + case $python in 11:55:08 + local pkg_list= 11:55:08 + [[ -d /opt/pyenv ]] 11:55:08 + echo 'Setup pyenv:' 11:55:08 Setup pyenv: 11:55:08 + export PYENV_ROOT=/opt/pyenv 11:55:08 + PYENV_ROOT=/opt/pyenv 11:55:08 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 + pyenv versions 11:55:08 system 11:55:08 3.8.13 11:55:08 3.9.13 11:55:08 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.8-lint/.python-version) 11:55:08 + command -v pyenv 11:55:08 ++ pyenv init - --no-rehash 11:55: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[*]}"'\'')" 11:55:08 export PATH="/opt/pyenv/shims:${PATH}" 11:55:08 export PYENV_SHELL=bash 11:55:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:55:08 pyenv() { 11:55:08 local command 11:55:08 command="${1:-}" 11:55:08 if [ "$#" -gt 0 ]; then 11:55:08 shift 11:55:08 fi 11:55:08 11:55:08 case "$command" in 11:55:08 rehash|shell) 11:55:08 eval "$(pyenv "sh-$command" "$@")" 11:55:08 ;; 11:55:08 *) 11:55:08 command pyenv "$command" "$@" 11:55:08 ;; 11:55:08 esac 11:55:08 }' 11:55: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[*]}"' 11:55:08 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:08 ++ export PYENV_SHELL=bash 11:55:08 ++ PYENV_SHELL=bash 11:55:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:55:08 +++ complete -F _pyenv pyenv 11:55:08 ++ lf-pyver python3 11:55:08 ++ local py_version_xy=python3 11:55:08 ++ local py_version_xyz= 11:55:08 ++ pyenv versions 11:55:08 ++ sed 's/^[ *]* //' 11:55:08 ++ local command 11:55:08 ++ command=versions 11:55:08 ++ '[' 1 -gt 0 ']' 11:55:08 ++ shift 11:55:08 ++ case "$command" in 11:55:08 ++ command pyenv versions 11:55:08 ++ pyenv versions 11:55:08 ++ awk '{ print $1 }' 11:55:08 ++ grep -E '^[0-9.]*[0-9]$' 11:55:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:55:08 +++ grep '^3' /tmp/.pyenv_versions 11:55:08 +++ sort -V 11:55:08 +++ tail -n 1 11:55:08 ++ py_version_xyz=3.10.6 11:55:08 ++ [[ -z 3.10.6 ]] 11:55:08 ++ echo 3.10.6 11:55:08 ++ return 0 11:55:08 + pyenv local 3.10.6 11:55:08 + local command 11:55:08 + command=local 11:55:08 + '[' 2 -gt 0 ']' 11:55:08 + shift 11:55:08 + case "$command" in 11:55:08 + command pyenv local 3.10.6 11:55:08 + pyenv local 3.10.6 11:55:09 + for arg in "$@" 11:55:09 + case $arg in 11:55:09 + pkg_list+='tox ' 11:55:09 + for arg in "$@" 11:55:09 + case $arg in 11:55:09 + pkg_list+='virtualenv ' 11:55:09 + for arg in "$@" 11:55:09 + case $arg in 11:55:09 + pkg_list+='urllib3~=1.26.15 ' 11:55:09 + [[ -f /tmp/.toxenv ]] 11:55:09 ++ cat /tmp/.toxenv 11:55:09 + lf_venv=/tmp/venv-Thrq 11:55:09 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Thrq from' file:/tmp/.toxenv 11:55:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Thrq from file:/tmp/.toxenv 11:55:09 + /tmp/venv-Thrq/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:55:10 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:55:10 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:55:10 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:55:10 + /tmp/venv-Thrq/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:55:11 + type python3 11:55:11 + true 11:55:11 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Thrq/bin to PATH' 11:55:11 lf-activate-venv(): INFO: Adding /tmp/venv-Thrq/bin to PATH 11:55:11 + PATH=/tmp/venv-Thrq/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:11 + return 0 11:55:11 + [[ -d /opt/pyenv ]] 11:55:11 + echo '---> Setting up pyenv' 11:55:11 ---> Setting up pyenv 11:55:11 + export PYENV_ROOT=/opt/pyenv 11:55:11 + PYENV_ROOT=/opt/pyenv 11:55:11 + export PATH=/opt/pyenv/bin:/tmp/venv-Thrq/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:11 + PATH=/opt/pyenv/bin:/tmp/venv-Thrq/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:55:11 ++ pwd 11:55:11 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-python3.8-lint 11:55:11 + export PYTHONPATH 11:55:11 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:55:11 + TOX_TESTENV_PASSENV=PYTHONPATH 11:55:11 + tox --version 11:55:11 4.12.1 from /tmp/venv-Thrq/lib/python3.10/site-packages/tox/__init__.py 11:55:12 + PARALLEL=false 11:55:12 + TOX_OPTIONS_LIST= 11:55:12 + [[ -n py38 ]] 11:55:12 + TOX_OPTIONS_LIST=' -e py38' 11:55:12 + case ${PARALLEL,,} in 11:55:12 + tox -e py38 11:55:12 + tee -a /w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/tox/tox.log 11:55:13 py38: install_deps> python -I -m pip install -r test-requirements.txt 11:55:35 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 11:55:36 .pkg: _optional_hooks> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:37 .pkg: get_requires_for_build_sdist> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:37 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 11:55:38 .pkg: get_requires_for_build_wheel> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:38 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 11:55:38 .pkg: freeze> python -m pip freeze --all 11:55:39 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 11:55:39 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:39 .pkg: build_sdist> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:39 py38: install_package_deps> python -I -m pip install dacite==1.6.0 jinja2==3.0.3 jsonschema==4.4.0 'more-itertools>=8.12.0' oyaml==1.0 pyOpenSSL==22.0.0 'requests[socks]==2.27.1' simplejson==3.17.6 11:55:40 py38: install_package> python -I -m pip install --force-reinstall --no-deps /w/workspace/integration-python-onapsdk-master-python3.8-lint/.tox/.tmp/package/1/onapsdk-12.11.0.tar.gz 11:55:43 py38: freeze> python -m pip freeze --all 11:55:43 py38: astroid==3.0.2,attrs==23.2.0,bandit==1.7.7,certifi==2023.11.17,cffi==1.16.0,charset-normalizer==2.0.12,coverage==7.4.1,cryptography==38.0.4,dacite==1.6.0,dill==0.3.8,exceptiongroup==1.2.0,idna==3.6,importlib-resources==6.1.1,iniconfig==2.0.0,isort==5.13.2,Jinja2==3.0.3,jsonschema==4.4.0,markdown-it-py==3.0.0,MarkupSafe==2.1.4,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.2.0,onapsdk==12.11.0,oyaml==1.0,packaging==23.2,pbr==6.0.0,pip==23.3.1,platformdirs==4.2.0,pluggy==1.4.0,pycparser==2.21,pydocstyle==6.3.0,Pygments==2.17.2,pylint==3.0.3,pyOpenSSL==22.0.0,pyrsistent==0.20.0,PySocks==1.7.1,pytest==8.0.0,pytest-cov==4.1.0,PyYAML==6.0.1,requests==2.27.1,requests-mock==1.11.0,rich==13.7.0,setuptools==69.0.2,simplejson==3.17.6,six==1.16.0,snowballstemmer==2.2.0,stevedore==5.1.0,tomli==2.0.1,tomlkit==0.12.3,typing_extensions==4.9.0,urllib3==1.26.18,wheel==0.42.0,zipp==3.17.0 11:55:43 py38: commands[0]> pytest tests/ --maxfail=1 --cov-fail-under=98 --verbose --doctest-modules 11:55:43 ============================= test session starts ============================== 11:55:43 platform linux -- Python 3.8.14, pytest-8.0.0, pluggy-1.4.0 -- /w/workspace/integration-python-onapsdk-master-python3.8-lint/.tox/py38/bin/python 11:55:43 cachedir: .tox/py38/.pytest_cache 11:55:43 rootdir: /w/workspace/integration-python-onapsdk-master-python3.8-lint 11:55:43 configfile: setup.cfg 11:55:43 plugins: requests-mock-1.11.0, cov-4.1.0 11:55:44 collecting ... collected 414 items / 1 error 11:55:45 11:55:45 ==================================== ERRORS ==================================== 11:55:45 _____________________ ERROR collecting tests/test_sdc2.py ______________________ 11:55:45 tests/test_sdc2.py:6: in 11:55:45 from onapsdk.sdc2.sdc import SDC, ResoureTypeEnum 11:55:45 src/onapsdk/sdc2/sdc.py:16: in 11:55:45 from enum import StrEnum 11:55:45 E ImportError: cannot import name 'StrEnum' from 'enum' (/usr/lib/python3.8/enum.py) 11:55:45 =========================== short test summary info ============================ 11:55:45 ERROR tests/test_sdc2.py - ImportError: cannot import name 'StrEnum' from 'en... 11:55:45 !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! 11:55:45 =============================== 1 error in 1.97s =============================== 11:55:45 py38: exit 1 (2.52 seconds) /w/workspace/integration-python-onapsdk-master-python3.8-lint> pytest tests/ --maxfail=1 --cov-fail-under=98 --verbose --doctest-modules pid=2780 11:55:45 .pkg: _exit> python /tmp/venv-Thrq/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:46 py38: FAIL code 1 (33.64=setup[31.11]+cmd[2.52] seconds) 11:55:46 evaluation failed :( (33.82 seconds) 11:55:46 + tox_status=1 11:55:46 + echo '---> Completed tox runs' 11:55:46 ---> Completed tox runs 11:55:46 + for i in .tox/*/log 11:55:46 ++ echo .tox/py38/log 11:55:46 ++ awk -F/ '{print $2}' 11:55:46 + tox_env=py38 11:55:46 + cp -r .tox/py38/log /w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/tox/py38 11:55:46 + DOC_DIR=docs/_build/html 11:55:46 + [[ -d docs/_build/html ]] 11:55:46 + echo '---> tox-run.sh ends' 11:55:46 ---> tox-run.sh ends 11:55:46 + test 1 -eq 0 11:55:46 + exit 1 11:55:46 ++ '[' 2 = 1 ']' 11:55:46 Build step 'Execute shell' marked build as failure 11:55:46 $ ssh-agent -k 11:55:46 unset SSH_AUTH_SOCK; 11:55:46 unset SSH_AGENT_PID; 11:55:46 echo Agent pid 2123 killed; 11:55:46 [ssh-agent] Stopped. 11:55:46 [PostBuildScript] - [INFO] Executing post build scripts. 11:55:46 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins5982707994424197039.sh 11:55:46 ---> sysstat.sh 11:55:46 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins6253169050250144517.sh 11:55:46 ---> package-listing.sh 11:55:46 ++ facter osfamily 11:55:46 ++ tr '[:upper:]' '[:lower:]' 11:55:46 + OS_FAMILY=debian 11:55:46 + workspace=/w/workspace/integration-python-onapsdk-master-python3.8-lint 11:55:46 + START_PACKAGES=/tmp/packages_start.txt 11:55:46 + END_PACKAGES=/tmp/packages_end.txt 11:55:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:55:46 + PACKAGES=/tmp/packages_start.txt 11:55:46 + '[' /w/workspace/integration-python-onapsdk-master-python3.8-lint ']' 11:55:46 + PACKAGES=/tmp/packages_end.txt 11:55:46 + case "${OS_FAMILY}" in 11:55:46 + dpkg -l 11:55:46 + grep '^ii' 11:55:46 + '[' -f /tmp/packages_start.txt ']' 11:55:46 + '[' -f /tmp/packages_end.txt ']' 11:55:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:55:46 + '[' /w/workspace/integration-python-onapsdk-master-python3.8-lint ']' 11:55:46 + mkdir -p /w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/ 11:55:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-python3.8-lint/archives/ 11:55:46 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins14923524647379186901.sh 11:55:46 ---> capture-instance-metadata.sh 11:55:46 Setup pyenv: 11:55:46 system 11:55:46 3.8.13 11:55:46 3.9.13 11:55:46 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.8-lint/.python-version) 11:55:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6jBj 11:55:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:55:54 lf-activate-venv(): INFO: Installing: lftools 11:56:28 lf-activate-venv(): INFO: Adding /tmp/venv-6jBj/bin to PATH 11:56:28 INFO: Running in OpenStack, capturing instance metadata 11:56:29 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins4086636838690836171.sh 11:56:29 provisioning config files... 11:56:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-python3.8-lint@tmp/config8814247754207146333tmp 11:56:29 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:56:29 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:56:29 [EnvInject] - Injecting environment variables from a build step. 11:56:29 [EnvInject] - Injecting as environment variables the properties content 11:56:29 SERVER_ID=logs 11:56:29 11:56:29 [EnvInject] - Variables injected successfully. 11:56:29 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins10894306291903603934.sh 11:56:29 ---> create-netrc.sh 11:56:29 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins2891323877111978578.sh 11:56:29 ---> python-tools-install.sh 11:56:29 Setup pyenv: 11:56:29 system 11:56:29 3.8.13 11:56:29 3.9.13 11:56:29 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.8-lint/.python-version) 11:56:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6jBj from file:/tmp/.os_lf_venv 11:56:30 lf-activate-venv(): INFO: Installing: lftools 11:56:39 lf-activate-venv(): INFO: Adding /tmp/venv-6jBj/bin to PATH 11:56:39 Generating Requirements File 11:57:13 Python 3.10.6 11:57:13 pip 23.3.2 from /tmp/venv-6jBj/lib/python3.10/site-packages/pip (python 3.10) 11:57:14 appdirs==1.4.4 11:57:14 argcomplete==3.2.2 11:57:14 aspy.yaml==1.3.0 11:57:14 attrs==23.2.0 11:57:14 autopage==0.5.2 11:57:14 beautifulsoup4==4.12.3 11:57:14 boto3==1.34.31 11:57:14 botocore==1.34.31 11:57:14 bs4==0.0.2 11:57:14 cachetools==5.3.2 11:57:14 certifi==2023.11.17 11:57:14 cffi==1.16.0 11:57:14 cfgv==3.4.0 11:57:14 chardet==5.2.0 11:57:14 charset-normalizer==3.3.2 11:57:14 click==8.1.7 11:57:14 cliff==4.5.0 11:57:14 cmd2==2.4.3 11:57:14 cryptography==3.3.2 11:57:14 debtcollector==2.5.0 11:57:14 decorator==5.1.1 11:57:14 defusedxml==0.7.1 11:57:14 Deprecated==1.2.14 11:57:14 distlib==0.3.8 11:57:14 dnspython==2.5.0 11:57:14 docker==4.2.2 11:57:14 dogpile.cache==1.3.0 11:57:14 email-validator==2.1.0.post1 11:57:14 filelock==3.13.1 11:57:14 future==0.18.3 11:57:14 gitdb==4.0.11 11:57:14 GitPython==3.1.41 11:57:14 google-auth==2.27.0 11:57:14 httplib2==0.22.0 11:57:14 identify==2.5.33 11:57:14 idna==3.6 11:57:14 importlib-resources==1.5.0 11:57:14 iso8601==2.1.0 11:57:14 Jinja2==3.1.3 11:57:14 jmespath==1.0.1 11:57:14 jsonpatch==1.33 11:57:14 jsonpointer==2.4 11:57:14 jsonschema==4.21.1 11:57:14 jsonschema-specifications==2023.12.1 11:57:14 keystoneauth1==5.5.0 11:57:14 kubernetes==29.0.0 11:57:14 lftools==0.37.8 11:57:14 lxml==5.1.0 11:57:14 MarkupSafe==2.1.4 11:57:14 msgpack==1.0.7 11:57:14 multi_key_dict==2.0.3 11:57:14 munch==4.0.0 11:57:14 netaddr==0.10.1 11:57:14 netifaces==0.11.0 11:57:14 niet==1.4.2 11:57:14 nodeenv==1.8.0 11:57:14 oauth2client==4.1.3 11:57:14 oauthlib==3.2.2 11:57:14 openstacksdk==0.62.0 11:57:14 os-client-config==2.1.0 11:57:14 os-service-types==1.7.0 11:57:14 osc-lib==3.0.0 11:57:14 oslo.config==9.3.0 11:57:14 oslo.context==5.3.0 11:57:14 oslo.i18n==6.2.0 11:57:14 oslo.log==5.4.0 11:57:14 oslo.serialization==5.3.0 11:57:14 oslo.utils==7.0.0 11:57:14 packaging==23.2 11:57:14 pbr==6.0.0 11:57:14 platformdirs==4.2.0 11:57:14 prettytable==3.9.0 11:57:14 pyasn1==0.5.1 11:57:14 pyasn1-modules==0.3.0 11:57:14 pycparser==2.21 11:57:14 pygerrit2==2.0.15 11:57:14 PyGithub==2.2.0 11:57:14 pyinotify==0.9.6 11:57:14 PyJWT==2.8.0 11:57:14 PyNaCl==1.5.0 11:57:14 pyparsing==2.4.7 11:57:14 pyperclip==1.8.2 11:57:14 pyrsistent==0.20.0 11:57:14 python-cinderclient==9.4.0 11:57:14 python-dateutil==2.8.2 11:57:14 python-heatclient==3.4.0 11:57:14 python-jenkins==1.8.2 11:57:14 python-keystoneclient==5.3.0 11:57:14 python-magnumclient==4.3.0 11:57:14 python-novaclient==18.4.0 11:57:14 python-openstackclient==6.0.0 11:57:14 python-swiftclient==4.4.0 11:57:14 pytz==2023.4 11:57:14 PyYAML==6.0.1 11:57:14 referencing==0.33.0 11:57:14 requests==2.31.0 11:57:14 requests-oauthlib==1.3.1 11:57:14 requestsexceptions==1.4.0 11:57:14 rfc3986==2.0.0 11:57:14 rpds-py==0.17.1 11:57:14 rsa==4.9 11:57:14 ruamel.yaml==0.18.5 11:57:14 ruamel.yaml.clib==0.2.8 11:57:14 s3transfer==0.10.0 11:57:14 simplejson==3.19.2 11:57:14 six==1.16.0 11:57:14 smmap==5.0.1 11:57:14 soupsieve==2.5 11:57:14 stevedore==5.1.0 11:57:14 tabulate==0.9.0 11:57:14 toml==0.10.2 11:57:14 tomlkit==0.12.3 11:57:14 tqdm==4.66.1 11:57:14 typing_extensions==4.9.0 11:57:14 tzdata==2023.4 11:57:14 urllib3==1.26.18 11:57:14 virtualenv==20.25.0 11:57:14 wcwidth==0.2.13 11:57:14 websocket-client==1.7.0 11:57:14 wrapt==1.16.0 11:57:14 xdg==6.0.0 11:57:14 xmltodict==0.13.0 11:57:14 yq==3.2.3 11:57:14 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins14569345374825833780.sh 11:57:14 ---> sudo-logs.sh 11:57:14 Archiving 'sudo' log.. 11:57:14 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash /tmp/jenkins17044904492359757773.sh 11:57:14 ---> job-cost.sh 11:57:14 Setup pyenv: 11:57:14 system 11:57:14 3.8.13 11:57:14 3.9.13 11:57:14 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.8-lint/.python-version) 11:57:14 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6jBj from file:/tmp/.os_lf_venv 11:57:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:57:24 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 11:57:24 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 11:57:24 lf-activate-venv(): INFO: Adding /tmp/venv-6jBj/bin to PATH 11:57:24 INFO: No Stack... 11:57:24 INFO: Retrieving Pricing Info for: v3-standard-8 11:57:25 INFO: Archiving Costs 11:57:25 [integration-python-onapsdk-master-python3.8-lint] $ /bin/bash -l /tmp/jenkins1709792493376941252.sh 11:57:25 ---> logs-deploy.sh 11:57:25 Setup pyenv: 11:57:25 system 11:57:25 3.8.13 11:57:25 3.9.13 11:57:25 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.8-lint/.python-version) 11:57:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6jBj from file:/tmp/.os_lf_venv 11:57:26 lf-activate-venv(): INFO: Installing: lftools 11:57:37 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 11:57:37 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 11:57:37 lf-activate-venv(): INFO: Adding /tmp/venv-6jBj/bin to PATH 11:57:37 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-python3.8-lint/212 11:57:37 INFO: archiving workspace using pattern(s): 11:57:38 Archives upload complete. 11:57:38 INFO: archiving logs to Nexus 11:57:39 ---> uname -a: 11:57:39 Linux prd-ubuntu1804-docker-8c-8g-1105 4.15.0-192-generic #203-Ubuntu SMP Wed Aug 10 17:40:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:57:39 11:57:39 11:57:39 ---> lscpu: 11:57:39 Architecture: x86_64 11:57:39 CPU op-mode(s): 32-bit, 64-bit 11:57:39 Byte Order: Little Endian 11:57:39 CPU(s): 8 11:57:39 On-line CPU(s) list: 0-7 11:57:39 Thread(s) per core: 1 11:57:39 Core(s) per socket: 1 11:57:39 Socket(s): 8 11:57:39 NUMA node(s): 1 11:57:39 Vendor ID: AuthenticAMD 11:57:39 CPU family: 23 11:57:39 Model: 49 11:57:39 Model name: AMD EPYC-Rome Processor 11:57:39 Stepping: 0 11:57:39 CPU MHz: 2799.998 11:57:39 BogoMIPS: 5599.99 11:57:39 Virtualization: AMD-V 11:57:39 Hypervisor vendor: KVM 11:57:39 Virtualization type: full 11:57:39 L1d cache: 32K 11:57:39 L1i cache: 32K 11:57:39 L2 cache: 512K 11:57:39 L3 cache: 16384K 11:57:39 NUMA node0 CPU(s): 0-7 11:57:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:57:39 11:57:39 11:57:39 ---> nproc: 11:57:39 8 11:57:39 11:57:39 11:57:39 ---> df -h: 11:57:39 Filesystem Size Used Avail Use% Mounted on 11:57:39 udev 16G 0 16G 0% /dev 11:57:39 tmpfs 3.2G 708K 3.2G 1% /run 11:57:39 /dev/vda1 155G 11G 145G 7% / 11:57:39 tmpfs 16G 0 16G 0% /dev/shm 11:57:39 tmpfs 5.0M 0 5.0M 0% /run/lock 11:57:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:57:39 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:57:39 tmpfs 3.2G 0 3.2G 0% /run/user/1001 11:57:39 11:57:39 11:57:39 ---> free -m: 11:57:39 total used free shared buff/cache available 11:57:39 Mem: 32167 803 29092 0 2271 30932 11:57:39 Swap: 1023 0 1023 11:57:39 11:57:39 11:57:39 ---> ip addr: 11:57:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:57:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:57:39 inet 127.0.0.1/8 scope host lo 11:57:39 valid_lft forever preferred_lft forever 11:57:39 inet6 ::1/128 scope host 11:57:39 valid_lft forever preferred_lft forever 11:57:39 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:57:39 link/ether fa:16:3e:db:b5:d9 brd ff:ff:ff:ff:ff:ff 11:57:39 inet 10.30.107.153/23 brd 10.30.107.255 scope global dynamic ens3 11:57:39 valid_lft 86190sec preferred_lft 86190sec 11:57:39 inet6 fe80::f816:3eff:fedb:b5d9/64 scope link 11:57:39 valid_lft forever preferred_lft forever 11:57:39 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 11:57:39 link/ether 02:42:fe:2f:b8:97 brd ff:ff:ff:ff:ff:ff 11:57:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:57:39 valid_lft forever preferred_lft forever 11:57:39 11:57:39 11:57:39 ---> sar -b -r -n DEV: 11:57:39 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1105) 01/31/24 _x86_64_ (8 CPU) 11:57:39 11:57:39 11:54:12 LINUX RESTART (8 CPU) 11:57:39 11:57:39 11:55:01 tps rtps wtps bread/s bwrtn/s 11:57:39 11:56:01 96.77 16.26 80.50 494.32 29390.70 11:57:39 11:57:01 129.31 14.36 114.95 1051.96 35800.30 11:57:39 Average: 113.04 15.31 97.73 773.14 32595.50 11:57:39 11:57:39 11:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:57:39 11:56:01 30111740 31661492 2827480 8.58 63668 1795188 1471568 4.33 915192 1615112 116344 11:57:39 11:57:01 29809868 31634688 3129352 9.50 84348 2036152 1478824 4.35 974844 1829668 57240 11:57:39 Average: 29960804 31648090 2978416 9.04 74008 1915670 1475196 4.34 945018 1722390 86792 11:57:39 11:57:39 11:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:57:39 11:56:01 ens3 43.79 31.24 342.34 21.19 0.00 0.00 0.00 0.00 11:57:39 11:56:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 11:57:39 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:39 11:57:01 ens3 52.32 36.64 823.16 7.58 0.00 0.00 0.00 0.00 11:57:39 11:57:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 11:57:39 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:39 Average: ens3 48.06 33.94 582.75 14.39 0.00 0.00 0.00 0.00 11:57:39 Average: lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 11:57:39 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:39 11:57:39 11:57:39 ---> sar -P ALL: 11:57:39 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1105) 01/31/24 _x86_64_ (8 CPU) 11:57:39 11:57:39 11:54:12 LINUX RESTART (8 CPU) 11:57:39 11:57:39 11:55:01 CPU %user %nice %system %iowait %steal %idle 11:57:39 11:56:01 all 8.41 0.00 0.73 5.58 0.03 85.25 11:57:39 11:56:01 0 1.18 0.00 0.37 0.02 0.03 98.40 11:57:39 11:56:01 1 18.43 0.00 1.14 1.99 0.05 78.39 11:57:39 11:56:01 2 3.44 0.00 0.27 0.05 0.02 96.23 11:57:39 11:56:01 3 16.66 0.00 1.10 1.50 0.03 80.70 11:57:39 11:56:01 4 14.51 0.00 1.30 10.56 0.03 73.60 11:57:39 11:56:01 5 5.20 0.00 0.53 21.64 0.05 72.58 11:57:39 11:56:01 6 2.99 0.00 0.68 8.83 0.03 87.47 11:57:39 11:56:01 7 4.85 0.00 0.42 0.10 0.02 94.61 11:57:39 11:57:01 all 9.32 0.00 0.61 4.51 0.02 85.55 11:57:39 11:57:01 0 11.74 0.00 0.52 0.92 0.02 86.81 11:57:39 11:57:01 1 18.82 0.00 0.80 0.97 0.05 79.36 11:57:39 11:57:01 2 5.29 0.00 0.30 6.44 0.02 87.96 11:57:39 11:57:01 3 28.01 0.00 1.72 3.18 0.03 67.06 11:57:39 11:57:01 4 6.30 0.00 0.45 0.13 0.00 93.11 11:57:39 11:57:01 5 2.39 0.00 0.12 5.29 0.03 92.17 11:57:39 11:57:01 6 1.35 0.00 0.69 18.93 0.02 79.01 11:57:39 11:57:01 7 0.62 0.00 0.28 0.18 0.02 98.90 11:57:39 Average: all 8.86 0.00 0.67 5.04 0.03 85.40 11:57:39 Average: 0 6.46 0.00 0.44 0.47 0.03 92.60 11:57:39 Average: 1 18.62 0.00 0.97 1.48 0.05 78.88 11:57:39 Average: 2 4.36 0.00 0.28 3.24 0.02 92.09 11:57:39 Average: 3 22.34 0.00 1.41 2.34 0.03 73.87 11:57:39 Average: 4 10.41 0.00 0.88 5.34 0.02 83.36 11:57:39 Average: 5 3.79 0.00 0.32 13.44 0.04 82.41 11:57:39 Average: 6 2.17 0.00 0.68 13.88 0.03 83.24 11:57:39 Average: 7 2.73 0.00 0.35 0.14 0.02 96.76 11:57:39 11:57:39 11:57:39