11:55:02 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/python-onapsdk/+/137098 11:55:02 Running as SYSTEM 11:55:02 [EnvInject] - Loading node environment variables. 11:55:02 Building remotely on prd-ubuntu1804-docker-8c-8g-1106 (ubuntu1804-docker-8c-8g) in workspace /w/workspace/integration-python-onapsdk-master-python3.9-lint 11:55:02 [ssh-agent] Looking for ssh-agent implementation... 11:55:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:55:02 $ ssh-agent 11:55:02 SSH_AUTH_SOCK=/tmp/ssh-F2E1hGdY66Om/agent.2136 11:55:02 SSH_AGENT_PID=2138 11:55:02 [ssh-agent] Started. 11:55:02 Running ssh-add (command line suppressed) 11:55:02 Identity added: /w/workspace/integration-python-onapsdk-master-python3.9-lint@tmp/private_key_14680872502964135188.key (/w/workspace/integration-python-onapsdk-master-python3.9-lint@tmp/private_key_14680872502964135188.key) 11:55:02 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:55:02 The recommended git tool is: NONE 11:55:04 using credential onap-jenkins-ssh 11:55:04 Wiping out workspace first. 11:55:04 Cloning the remote Git repository 11:55:04 Cloning repository git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:55:04 > git init /w/workspace/integration-python-onapsdk-master-python3.9-lint # timeout=10 11:55:04 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:55:04 > git --version # timeout=10 11:55:04 > git --version # 'git version 2.17.1' 11:55:04 using GIT_SSH to set credentials Gerrit user 11:55:04 Verifying host key using manually-configured host key entries 11:55:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:55:05 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:55:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:55:05 > git config remote.origin.url git://cloud.onap.org/mirror/integration/python-onapsdk.git # timeout=10 11:55:05 Fetching upstream changes from git://cloud.onap.org/mirror/integration/python-onapsdk.git 11:55:05 using GIT_SSH to set credentials Gerrit user 11:55:05 Verifying host key using manually-configured host key entries 11:55:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/integration/python-onapsdk.git refs/changes/98/137098/2 # timeout=30 11:55:05 > git rev-parse e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc^{commit} # timeout=10 11:55:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:55:05 Checking out Revision e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc (refs/changes/98/137098/2) 11:55:05 > git config core.sparsecheckout # timeout=10 11:55:05 > git checkout -f e0193547d6ffeca0d8c4cc9d3247e8d59acc44bc # timeout=30 11:55:08 Commit message: "SDC refactor to use sdc v2 API" 11:55:08 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:55:08 > git rev-list --no-walk 0a5d6dbc73d21d597eba1069d343b6e7684e91f9 # timeout=10 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 PYTHON=python3 11:55:08 11:55:08 [EnvInject] - Variables injected successfully. 11:55:08 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash -l /tmp/jenkins7841619083788708882.sh 11:55:09 ---> tox-install.sh 11:55:09 + source /home/jenkins/lf-env.sh 11:55:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:55:09 ++ mktemp -d /tmp/venv-XXXX 11:55:09 + lf_venv=/tmp/venv-gKMp 11:55:09 + local venv_file=/tmp/.os_lf_venv 11:55:09 + local python=python3 11:55:09 + local options 11:55:09 + local set_path=true 11:55:09 + local install_args= 11:55:09 ++ 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:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:55:09 + true 11:55:09 + case $1 in 11:55:09 + venv_file=/tmp/.toxenv 11:55:09 + shift 2 11:55:09 + true 11:55:09 + case $1 in 11:55:09 + shift 11:55:09 + break 11:55:09 + case $python in 11:55:09 + local pkg_list= 11:55:09 + [[ -d /opt/pyenv ]] 11:55:09 + echo 'Setup pyenv:' 11:55:09 Setup pyenv: 11:55:09 + export PYENV_ROOT=/opt/pyenv 11:55:09 + PYENV_ROOT=/opt/pyenv 11:55:09 + 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:55:09 + 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:55:09 + pyenv versions 11:55:09 * system (set by /opt/pyenv/version) 11:55:09 * 3.8.13 (set by /opt/pyenv/version) 11:55:09 * 3.9.13 (set by /opt/pyenv/version) 11:55:09 * 3.10.6 (set by /opt/pyenv/version) 11:55:09 + command -v pyenv 11:55:09 ++ pyenv init - --no-rehash 11:55:09 + 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:09 export PATH="/opt/pyenv/shims:${PATH}" 11:55:09 export PYENV_SHELL=bash 11:55:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:55:09 pyenv() { 11:55:09 local command 11:55:09 command="${1:-}" 11:55:09 if [ "$#" -gt 0 ]; then 11:55:09 shift 11:55:09 fi 11:55:09 11:55:09 case "$command" in 11:55:09 rehash|shell) 11:55:09 eval "$(pyenv "sh-$command" "$@")" 11:55:09 ;; 11:55:09 *) 11:55:09 command pyenv "$command" "$@" 11:55:09 ;; 11:55:09 esac 11:55:09 }' 11:55:09 +++ 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:09 ++ 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:55:09 ++ 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:55:09 ++ 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:55:09 ++ export PYENV_SHELL=bash 11:55:09 ++ PYENV_SHELL=bash 11:55:09 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:55:09 +++ complete -F _pyenv pyenv 11:55:09 ++ lf-pyver python3 11:55:09 ++ local py_version_xy=python3 11:55:09 ++ local py_version_xyz= 11:55:09 ++ sed 's/^[ *]* //' 11:55:09 ++ awk '{ print $1 }' 11:55:09 ++ pyenv versions 11:55:09 ++ local command 11:55:09 ++ command=versions 11:55:09 ++ '[' 1 -gt 0 ']' 11:55:09 ++ shift 11:55:09 ++ case "$command" in 11:55:09 ++ command pyenv versions 11:55:09 ++ pyenv versions 11:55:09 ++ grep -E '^[0-9.]*[0-9]$' 11:55:09 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:55:09 +++ grep '^3' /tmp/.pyenv_versions 11:55:09 +++ sort -V 11:55:09 +++ tail -n 1 11:55:09 ++ py_version_xyz=3.10.6 11:55:09 ++ [[ -z 3.10.6 ]] 11:55:09 ++ echo 3.10.6 11:55:09 ++ return 0 11:55:09 + pyenv local 3.10.6 11:55:09 + local command 11:55:09 + command=local 11:55:09 + '[' 2 -gt 0 ']' 11:55:09 + shift 11:55:09 + case "$command" in 11:55:09 + command pyenv local 3.10.6 11:55:09 + 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 + [[ ! -f /tmp/.toxenv ]] 11:55:09 + [[ -n '' ]] 11:55:09 + python3 -m venv /tmp/venv-gKMp 11:55:13 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gKMp' 11:55:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gKMp 11:55:13 + echo /tmp/venv-gKMp 11:55:13 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:55:13 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:55:13 + /tmp/venv-gKMp/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:55:17 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:55:17 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:55:17 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:55:17 + /tmp/venv-gKMp/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:55:20 + type python3 11:55:20 + true 11:55:20 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-gKMp/bin to PATH' 11:55:20 lf-activate-venv(): INFO: Adding /tmp/venv-gKMp/bin to PATH 11:55:20 + PATH=/tmp/venv-gKMp/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:20 + return 0 11:55:20 + python3 --version 11:55:20 Python 3.10.6 11:55:20 + python3 -m pip --version 11:55:21 pip 23.3.2 from /tmp/venv-gKMp/lib/python3.10/site-packages/pip (python 3.10) 11:55:21 + python3 -m pip freeze 11:55:21 cachetools==5.3.2 11:55:21 chardet==5.2.0 11:55:21 colorama==0.4.6 11:55:21 distlib==0.3.8 11:55:21 filelock==3.13.1 11:55:21 packaging==23.2 11:55:21 platformdirs==4.2.0 11:55:21 pluggy==1.4.0 11:55:21 pyproject-api==1.6.1 11:55:21 tomli==2.0.1 11:55:21 tox==4.12.1 11:55:21 urllib3==1.26.18 11:55:21 virtualenv==20.25.0 11:55:21 [EnvInject] - Injecting environment variables from a build step. 11:55:21 [EnvInject] - Injecting as environment variables the properties content 11:55:21 PARALLEL=false 11:55:21 11:55:21 [EnvInject] - Variables injected successfully. 11:55:21 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash -l /tmp/jenkins2942022313255709265.sh 11:55:21 ---> tox-run.sh 11:55:21 + 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:21 + ARCHIVE_TOX_DIR=/w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/tox 11:55:21 + ARCHIVE_DOC_DIR=/w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/docs 11:55:21 + mkdir -p /w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/tox 11:55:21 + cd /w/workspace/integration-python-onapsdk-master-python3.9-lint/. 11:55:21 + source /home/jenkins/lf-env.sh 11:55:21 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:55:21 ++ mktemp -d /tmp/venv-XXXX 11:55:21 + lf_venv=/tmp/venv-c2aN 11:55:21 + local venv_file=/tmp/.os_lf_venv 11:55:21 + local python=python3 11:55:21 + local options 11:55:21 + local set_path=true 11:55:21 + local install_args= 11:55:21 ++ 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:21 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:21 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:55:21 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:55:21 + true 11:55:21 + case $1 in 11:55:21 + venv_file=/tmp/.toxenv 11:55:21 + shift 2 11:55:21 + true 11:55:21 + case $1 in 11:55:21 + shift 11:55:21 + break 11:55:21 + case $python in 11:55:21 + local pkg_list= 11:55:21 + [[ -d /opt/pyenv ]] 11:55:21 + echo 'Setup pyenv:' 11:55:21 Setup pyenv: 11:55:21 + export PYENV_ROOT=/opt/pyenv 11:55:21 + PYENV_ROOT=/opt/pyenv 11:55:21 + 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:21 + 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:21 + pyenv versions 11:55:21 system 11:55:21 3.8.13 11:55:21 3.9.13 11:55:21 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.9-lint/.python-version) 11:55:21 + command -v pyenv 11:55:21 ++ pyenv init - --no-rehash 11:55:21 + 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:21 export PATH="/opt/pyenv/shims:${PATH}" 11:55:21 export PYENV_SHELL=bash 11:55:21 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:55:21 pyenv() { 11:55:21 local command 11:55:21 command="${1:-}" 11:55:21 if [ "$#" -gt 0 ]; then 11:55:21 shift 11:55:21 fi 11:55:21 11:55:21 case "$command" in 11:55:21 rehash|shell) 11:55:21 eval "$(pyenv "sh-$command" "$@")" 11:55:21 ;; 11:55:21 *) 11:55:21 command pyenv "$command" "$@" 11:55:21 ;; 11:55:21 esac 11:55:21 }' 11:55:21 +++ 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:21 ++ 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:21 ++ 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:21 ++ 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:21 ++ export PYENV_SHELL=bash 11:55:21 ++ PYENV_SHELL=bash 11:55:21 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:55:21 +++ complete -F _pyenv pyenv 11:55:21 ++ lf-pyver python3 11:55:21 ++ local py_version_xy=python3 11:55:21 ++ local py_version_xyz= 11:55:21 ++ pyenv versions 11:55:21 ++ local command 11:55:21 ++ command=versions 11:55:21 ++ '[' 1 -gt 0 ']' 11:55:21 ++ shift 11:55:21 ++ case "$command" in 11:55:21 ++ command pyenv versions 11:55:21 ++ sed 's/^[ *]* //' 11:55:21 ++ pyenv versions 11:55:21 ++ awk '{ print $1 }' 11:55:21 ++ grep -E '^[0-9.]*[0-9]$' 11:55:21 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:55:21 +++ grep '^3' /tmp/.pyenv_versions 11:55:21 +++ sort -V 11:55:21 +++ tail -n 1 11:55:21 ++ py_version_xyz=3.10.6 11:55:21 ++ [[ -z 3.10.6 ]] 11:55:21 ++ echo 3.10.6 11:55:21 ++ return 0 11:55:21 + pyenv local 3.10.6 11:55:21 + local command 11:55:21 + command=local 11:55:21 + '[' 2 -gt 0 ']' 11:55:21 + shift 11:55:21 + case "$command" in 11:55:21 + command pyenv local 3.10.6 11:55:21 + pyenv local 3.10.6 11:55:21 + for arg in "$@" 11:55:21 + case $arg in 11:55:21 + pkg_list+='tox ' 11:55:21 + for arg in "$@" 11:55:21 + case $arg in 11:55:21 + pkg_list+='virtualenv ' 11:55:21 + for arg in "$@" 11:55:21 + case $arg in 11:55:21 + pkg_list+='urllib3~=1.26.15 ' 11:55:21 + [[ -f /tmp/.toxenv ]] 11:55:21 ++ cat /tmp/.toxenv 11:55:21 + lf_venv=/tmp/venv-gKMp 11:55:21 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gKMp from' file:/tmp/.toxenv 11:55:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gKMp from file:/tmp/.toxenv 11:55:21 + /tmp/venv-gKMp/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:55:22 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:55:22 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:55:22 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:55:22 + /tmp/venv-gKMp/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:55:25 + type python3 11:55:25 + true 11:55:25 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-gKMp/bin to PATH' 11:55:25 lf-activate-venv(): INFO: Adding /tmp/venv-gKMp/bin to PATH 11:55:25 + PATH=/tmp/venv-gKMp/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:25 + return 0 11:55:25 + [[ -d /opt/pyenv ]] 11:55:25 + echo '---> Setting up pyenv' 11:55:25 ---> Setting up pyenv 11:55:25 + export PYENV_ROOT=/opt/pyenv 11:55:25 + PYENV_ROOT=/opt/pyenv 11:55:25 + export PATH=/opt/pyenv/bin:/tmp/venv-gKMp/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:25 + PATH=/opt/pyenv/bin:/tmp/venv-gKMp/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:25 ++ pwd 11:55:25 + PYTHONPATH=/w/workspace/integration-python-onapsdk-master-python3.9-lint 11:55:25 + export PYTHONPATH 11:55:25 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:55:25 + TOX_TESTENV_PASSENV=PYTHONPATH 11:55:25 + tox --version 11:55:25 4.12.1 from /tmp/venv-gKMp/lib/python3.10/site-packages/tox/__init__.py 11:55:25 + PARALLEL=false 11:55:25 + TOX_OPTIONS_LIST= 11:55:25 + [[ -n py39 ]] 11:55:25 + TOX_OPTIONS_LIST=' -e py39' 11:55:25 + case ${PARALLEL,,} in 11:55:25 + tox -e py39 11:55:25 + tee -a /w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/tox/tox.log 11:55:28 py39: install_deps> python -I -m pip install -r test-requirements.txt 11:55:44 .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel 11:55:45 .pkg: _optional_hooks> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:46 .pkg: get_requires_for_build_sdist> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:46 .pkg: install_requires_for_build_sdist> python -I -m pip install pytest-runner==5.2 11:55:47 .pkg: get_requires_for_build_wheel> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:47 .pkg: install_requires_for_build_wheel> python -I -m pip install pytest-runner==5.2 wheel 11:55:47 .pkg: freeze> python -m pip freeze --all 11:55:48 .pkg: pip==23.3.1,pytest-runner==5.2,setuptools==69.0.2,wheel==0.42.0 11:55:48 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:48 .pkg: build_sdist> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:48 py39: 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:49 py39: install_package> python -I -m pip install --force-reinstall --no-deps /w/workspace/integration-python-onapsdk-master-python3.9-lint/.tox/.tmp/package/1/onapsdk-12.11.0.tar.gz 11:55:51 py39: freeze> python -m pip freeze --all 11:55:51 py39: astroid==3.0.2,attrs==23.2.0,bandit==1.7.7,certifi==2023.11.17,cffi==1.16.0,charset-normalizer==2.0.12,coverage==7.4.1,cryptography==38.0.4,dacite==1.6.0,dill==0.3.8,exceptiongroup==1.2.0,idna==3.6,iniconfig==2.0.0,isort==5.13.2,Jinja2==3.0.3,jsonschema==4.4.0,markdown-it-py==3.0.0,MarkupSafe==2.1.4,mccabe==0.7.0,mdurl==0.1.2,more-itertools==10.2.0,onapsdk==12.11.0,oyaml==1.0,packaging==23.2,pbr==6.0.0,pip==23.3.1,platformdirs==4.2.0,pluggy==1.4.0,pycparser==2.21,pydocstyle==6.3.0,Pygments==2.17.2,pylint==3.0.3,pyOpenSSL==22.0.0,pyrsistent==0.20.0,PySocks==1.7.1,pytest==8.0.0,pytest-cov==4.1.0,PyYAML==6.0.1,requests==2.27.1,requests-mock==1.11.0,rich==13.7.0,setuptools==69.0.2,simplejson==3.17.6,six==1.16.0,snowballstemmer==2.2.0,stevedore==5.1.0,tomli==2.0.1,tomlkit==0.12.3,typing_extensions==4.9.0,urllib3==1.26.18,wheel==0.42.0 11:55:51 py39: commands[0]> pytest tests/ --maxfail=1 --cov-fail-under=98 --verbose --doctest-modules 11:55:52 ============================= test session starts ============================== 11:55:52 platform linux -- Python 3.9.14, pytest-8.0.0, pluggy-1.4.0 -- /w/workspace/integration-python-onapsdk-master-python3.9-lint/.tox/py39/bin/python 11:55:52 cachedir: .tox/py39/.pytest_cache 11:55:52 rootdir: /w/workspace/integration-python-onapsdk-master-python3.9-lint 11:55:52 configfile: setup.cfg 11:55:52 plugins: requests-mock-1.11.0, cov-4.1.0 11:55:52 collecting ... collected 414 items / 1 error 11:55:54 11:55:54 ==================================== ERRORS ==================================== 11:55:54 _____________________ ERROR collecting tests/test_sdc2.py ______________________ 11:55:54 tests/test_sdc2.py:6: in 11:55:54 from onapsdk.sdc2.sdc import SDC, ResoureTypeEnum 11:55:54 src/onapsdk/sdc2/sdc.py:16: in 11:55:54 from enum import StrEnum 11:55:54 E ImportError: cannot import name 'StrEnum' from 'enum' (/usr/lib/python3.9/enum.py) 11:55:54 =========================== short test summary info ============================ 11:55:54 ERROR tests/test_sdc2.py - ImportError: cannot import name 'StrEnum' from 'en... 11:55:54 !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! 11:55:54 =============================== 1 error in 1.91s =============================== 11:55:54 py39: exit 1 (2.31 seconds) /w/workspace/integration-python-onapsdk-master-python3.9-lint> pytest tests/ --maxfail=1 --cov-fail-under=98 --verbose --doctest-modules pid=2767 11:55:54 .pkg: _exit> python /tmp/venv-gKMp/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ 11:55:54 py39: FAIL code 1 (28.25=setup[25.94]+cmd[2.31] seconds) 11:55:54 evaluation failed :( (28.43 seconds) 11:55:54 + tox_status=1 11:55:54 + echo '---> Completed tox runs' 11:55:54 ---> Completed tox runs 11:55:54 + for i in .tox/*/log 11:55:54 ++ echo .tox/py39/log 11:55:54 ++ awk -F/ '{print $2}' 11:55:54 + tox_env=py39 11:55:54 + cp -r .tox/py39/log /w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/tox/py39 11:55:54 + DOC_DIR=docs/_build/html 11:55:54 + [[ -d docs/_build/html ]] 11:55:54 + echo '---> tox-run.sh ends' 11:55:54 ---> tox-run.sh ends 11:55:54 + test 1 -eq 0 11:55:54 + exit 1 11:55:54 ++ '[' 2 = 1 ']' 11:55:54 Build step 'Execute shell' marked build as failure 11:55:54 $ ssh-agent -k 11:55:54 unset SSH_AUTH_SOCK; 11:55:54 unset SSH_AGENT_PID; 11:55:54 echo Agent pid 2138 killed; 11:55:54 [ssh-agent] Stopped. 11:55:54 [PostBuildScript] - [INFO] Executing post build scripts. 11:55:54 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins6634681130489058480.sh 11:55:54 ---> sysstat.sh 11:55:54 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins3121710233703912152.sh 11:55:54 ---> package-listing.sh 11:55:54 ++ facter osfamily 11:55:54 ++ tr '[:upper:]' '[:lower:]' 11:55:55 + OS_FAMILY=debian 11:55:55 + workspace=/w/workspace/integration-python-onapsdk-master-python3.9-lint 11:55:55 + START_PACKAGES=/tmp/packages_start.txt 11:55:55 + END_PACKAGES=/tmp/packages_end.txt 11:55:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:55:55 + PACKAGES=/tmp/packages_start.txt 11:55:55 + '[' /w/workspace/integration-python-onapsdk-master-python3.9-lint ']' 11:55:55 + PACKAGES=/tmp/packages_end.txt 11:55:55 + case "${OS_FAMILY}" in 11:55:55 + dpkg -l 11:55:55 + grep '^ii' 11:55:55 + '[' -f /tmp/packages_start.txt ']' 11:55:55 + '[' -f /tmp/packages_end.txt ']' 11:55:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:55:55 + '[' /w/workspace/integration-python-onapsdk-master-python3.9-lint ']' 11:55:55 + mkdir -p /w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/ 11:55:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-python-onapsdk-master-python3.9-lint/archives/ 11:55:55 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins9299157284965695462.sh 11:55:55 ---> capture-instance-metadata.sh 11:55:55 Setup pyenv: 11:55:55 system 11:55:55 3.8.13 11:55:55 3.9.13 11:55:55 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.9-lint/.python-version) 11:55:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZXaF 11:55:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:56:02 lf-activate-venv(): INFO: Installing: lftools 11:56:36 lf-activate-venv(): INFO: Adding /tmp/venv-ZXaF/bin to PATH 11:56:36 INFO: Running in OpenStack, capturing instance metadata 11:56:36 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins17486129541447408065.sh 11:56:36 provisioning config files... 11:56:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-python-onapsdk-master-python3.9-lint@tmp/config13190837317927007089tmp 11:56:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:56:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:56:36 [EnvInject] - Injecting environment variables from a build step. 11:56:36 [EnvInject] - Injecting as environment variables the properties content 11:56:36 SERVER_ID=logs 11:56:36 11:56:36 [EnvInject] - Variables injected successfully. 11:56:36 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins16168926694960132721.sh 11:56:36 ---> create-netrc.sh 11:56:36 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins4593015390863080509.sh 11:56:36 ---> python-tools-install.sh 11:56:36 Setup pyenv: 11:56:36 system 11:56:36 3.8.13 11:56:36 3.9.13 11:56:36 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.9-lint/.python-version) 11:56:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZXaF from file:/tmp/.os_lf_venv 11:56:38 lf-activate-venv(): INFO: Installing: lftools 11:56:45 lf-activate-venv(): INFO: Adding /tmp/venv-ZXaF/bin to PATH 11:56:45 Generating Requirements File 11:57:19 Python 3.10.6 11:57:19 pip 23.3.2 from /tmp/venv-ZXaF/lib/python3.10/site-packages/pip (python 3.10) 11:57:20 appdirs==1.4.4 11:57:20 argcomplete==3.2.2 11:57:20 aspy.yaml==1.3.0 11:57:20 attrs==23.2.0 11:57:20 autopage==0.5.2 11:57:20 beautifulsoup4==4.12.3 11:57:20 boto3==1.34.31 11:57:20 botocore==1.34.31 11:57:20 bs4==0.0.2 11:57:20 cachetools==5.3.2 11:57:20 certifi==2023.11.17 11:57:20 cffi==1.16.0 11:57:20 cfgv==3.4.0 11:57:20 chardet==5.2.0 11:57:20 charset-normalizer==3.3.2 11:57:20 click==8.1.7 11:57:20 cliff==4.5.0 11:57:20 cmd2==2.4.3 11:57:20 cryptography==3.3.2 11:57:20 debtcollector==2.5.0 11:57:20 decorator==5.1.1 11:57:20 defusedxml==0.7.1 11:57:20 Deprecated==1.2.14 11:57:20 distlib==0.3.8 11:57:20 dnspython==2.5.0 11:57:20 docker==4.2.2 11:57:20 dogpile.cache==1.3.0 11:57:20 email-validator==2.1.0.post1 11:57:20 filelock==3.13.1 11:57:20 future==0.18.3 11:57:20 gitdb==4.0.11 11:57:20 GitPython==3.1.41 11:57:20 google-auth==2.27.0 11:57:20 httplib2==0.22.0 11:57:20 identify==2.5.33 11:57:20 idna==3.6 11:57:20 importlib-resources==1.5.0 11:57:20 iso8601==2.1.0 11:57:20 Jinja2==3.1.3 11:57:20 jmespath==1.0.1 11:57:20 jsonpatch==1.33 11:57:20 jsonpointer==2.4 11:57:20 jsonschema==4.21.1 11:57:20 jsonschema-specifications==2023.12.1 11:57:20 keystoneauth1==5.5.0 11:57:20 kubernetes==29.0.0 11:57:20 lftools==0.37.8 11:57:20 lxml==5.1.0 11:57:20 MarkupSafe==2.1.4 11:57:20 msgpack==1.0.7 11:57:20 multi_key_dict==2.0.3 11:57:20 munch==4.0.0 11:57:20 netaddr==0.10.1 11:57:20 netifaces==0.11.0 11:57:20 niet==1.4.2 11:57:20 nodeenv==1.8.0 11:57:20 oauth2client==4.1.3 11:57:20 oauthlib==3.2.2 11:57:20 openstacksdk==0.62.0 11:57:20 os-client-config==2.1.0 11:57:20 os-service-types==1.7.0 11:57:20 osc-lib==3.0.0 11:57:20 oslo.config==9.3.0 11:57:20 oslo.context==5.3.0 11:57:20 oslo.i18n==6.2.0 11:57:20 oslo.log==5.4.0 11:57:20 oslo.serialization==5.3.0 11:57:20 oslo.utils==7.0.0 11:57:20 packaging==23.2 11:57:20 pbr==6.0.0 11:57:20 platformdirs==4.2.0 11:57:20 prettytable==3.9.0 11:57:20 pyasn1==0.5.1 11:57:20 pyasn1-modules==0.3.0 11:57:20 pycparser==2.21 11:57:20 pygerrit2==2.0.15 11:57:20 PyGithub==2.2.0 11:57:20 pyinotify==0.9.6 11:57:20 PyJWT==2.8.0 11:57:20 PyNaCl==1.5.0 11:57:20 pyparsing==2.4.7 11:57:20 pyperclip==1.8.2 11:57:20 pyrsistent==0.20.0 11:57:20 python-cinderclient==9.4.0 11:57:20 python-dateutil==2.8.2 11:57:20 python-heatclient==3.4.0 11:57:20 python-jenkins==1.8.2 11:57:20 python-keystoneclient==5.3.0 11:57:20 python-magnumclient==4.3.0 11:57:20 python-novaclient==18.4.0 11:57:20 python-openstackclient==6.0.0 11:57:20 python-swiftclient==4.4.0 11:57:20 pytz==2023.4 11:57:20 PyYAML==6.0.1 11:57:20 referencing==0.33.0 11:57:20 requests==2.31.0 11:57:20 requests-oauthlib==1.3.1 11:57:20 requestsexceptions==1.4.0 11:57:20 rfc3986==2.0.0 11:57:20 rpds-py==0.17.1 11:57:20 rsa==4.9 11:57:20 ruamel.yaml==0.18.5 11:57:20 ruamel.yaml.clib==0.2.8 11:57:20 s3transfer==0.10.0 11:57:20 simplejson==3.19.2 11:57:20 six==1.16.0 11:57:20 smmap==5.0.1 11:57:20 soupsieve==2.5 11:57:20 stevedore==5.1.0 11:57:20 tabulate==0.9.0 11:57:20 toml==0.10.2 11:57:20 tomlkit==0.12.3 11:57:20 tqdm==4.66.1 11:57:20 typing_extensions==4.9.0 11:57:20 tzdata==2023.4 11:57:20 urllib3==1.26.18 11:57:20 virtualenv==20.25.0 11:57:20 wcwidth==0.2.13 11:57:20 websocket-client==1.7.0 11:57:20 wrapt==1.16.0 11:57:20 xdg==6.0.0 11:57:20 xmltodict==0.13.0 11:57:20 yq==3.2.3 11:57:20 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins17340765246582541513.sh 11:57:20 ---> sudo-logs.sh 11:57:20 Archiving 'sudo' log.. 11:57:20 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash /tmp/jenkins9612409446357203476.sh 11:57:20 ---> job-cost.sh 11:57:20 Setup pyenv: 11:57:20 system 11:57:20 3.8.13 11:57:20 3.9.13 11:57:20 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.9-lint/.python-version) 11:57:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZXaF from file:/tmp/.os_lf_venv 11:57:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:57:30 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:30 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 11:57:30 lf-activate-venv(): INFO: Adding /tmp/venv-ZXaF/bin to PATH 11:57:30 INFO: No Stack... 11:57:30 INFO: Retrieving Pricing Info for: v3-standard-8 11:57:31 INFO: Archiving Costs 11:57:31 [integration-python-onapsdk-master-python3.9-lint] $ /bin/bash -l /tmp/jenkins11230728677730193886.sh 11:57:31 ---> logs-deploy.sh 11:57:31 Setup pyenv: 11:57:31 system 11:57:31 3.8.13 11:57:31 3.9.13 11:57:31 * 3.10.6 (set by /w/workspace/integration-python-onapsdk-master-python3.9-lint/.python-version) 11:57:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZXaF from file:/tmp/.os_lf_venv 11:57:32 lf-activate-venv(): INFO: Installing: lftools 11:57:43 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:43 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 11:57:43 lf-activate-venv(): INFO: Adding /tmp/venv-ZXaF/bin to PATH 11:57:43 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-python-onapsdk-master-python3.9-lint/212 11:57:43 INFO: archiving workspace using pattern(s): 11:57:44 Archives upload complete. 11:57:45 INFO: archiving logs to Nexus 11:57:45 ---> uname -a: 11:57:45 Linux prd-ubuntu1804-docker-8c-8g-1106 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:45 11:57:45 11:57:45 ---> lscpu: 11:57:45 Architecture: x86_64 11:57:45 CPU op-mode(s): 32-bit, 64-bit 11:57:45 Byte Order: Little Endian 11:57:45 CPU(s): 8 11:57:45 On-line CPU(s) list: 0-7 11:57:45 Thread(s) per core: 1 11:57:45 Core(s) per socket: 1 11:57:45 Socket(s): 8 11:57:45 NUMA node(s): 1 11:57:45 Vendor ID: AuthenticAMD 11:57:45 CPU family: 23 11:57:45 Model: 49 11:57:45 Model name: AMD EPYC-Rome Processor 11:57:45 Stepping: 0 11:57:45 CPU MHz: 2799.998 11:57:45 BogoMIPS: 5599.99 11:57:45 Virtualization: AMD-V 11:57:45 Hypervisor vendor: KVM 11:57:45 Virtualization type: full 11:57:45 L1d cache: 32K 11:57:45 L1i cache: 32K 11:57:45 L2 cache: 512K 11:57:45 L3 cache: 16384K 11:57:45 NUMA node0 CPU(s): 0-7 11:57:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:57:45 11:57:45 11:57:45 ---> nproc: 11:57:45 8 11:57:45 11:57:45 11:57:45 ---> df -h: 11:57:45 Filesystem Size Used Avail Use% Mounted on 11:57:45 udev 16G 0 16G 0% /dev 11:57:45 tmpfs 3.2G 708K 3.2G 1% /run 11:57:45 /dev/vda1 155G 11G 145G 7% / 11:57:45 tmpfs 16G 0 16G 0% /dev/shm 11:57:45 tmpfs 5.0M 0 5.0M 0% /run/lock 11:57:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:57:45 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:57:45 tmpfs 3.2G 0 3.2G 0% /run/user/1001 11:57:45 11:57:45 11:57:45 ---> free -m: 11:57:45 total used free shared buff/cache available 11:57:45 Mem: 32167 843 29052 0 2270 30892 11:57:45 Swap: 1023 0 1023 11:57:45 11:57:45 11:57:45 ---> ip addr: 11:57:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:57:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:57:45 inet 127.0.0.1/8 scope host lo 11:57:45 valid_lft forever preferred_lft forever 11:57:45 inet6 ::1/128 scope host 11:57:45 valid_lft forever preferred_lft forever 11:57:45 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:57:45 link/ether fa:16:3e:4a:9d:2f brd ff:ff:ff:ff:ff:ff 11:57:45 inet 10.30.106.193/23 brd 10.30.107.255 scope global dynamic ens3 11:57:45 valid_lft 86194sec preferred_lft 86194sec 11:57:45 inet6 fe80::f816:3eff:fe4a:9d2f/64 scope link 11:57:45 valid_lft forever preferred_lft forever 11:57:45 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 11:57:45 link/ether 02:42:05:ed:3b:ea brd ff:ff:ff:ff:ff:ff 11:57:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:57:45 valid_lft forever preferred_lft forever 11:57:45 11:57:45 11:57:45 ---> sar -b -r -n DEV: 11:57:45 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1106) 01/31/24 _x86_64_ (8 CPU) 11:57:45 11:57:45 11:54:23 LINUX RESTART (8 CPU) 11:57:45 11:57:45 11:55:01 tps rtps wtps bread/s bwrtn/s 11:57:45 11:56:01 243.56 41.24 202.32 1407.10 23124.95 11:57:45 11:57:01 113.83 14.36 99.47 1051.96 26037.79 11:57:45 Average: 178.70 27.80 150.89 1229.53 24581.37 11:57:45 11:57:45 11:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:57:45 11:56:01 30150236 31686264 2788984 8.47 60852 1785580 1457256 4.29 887804 1606756 127656 11:57:45 11:57:01 29804896 31614264 3134324 9.52 82824 2023512 1446276 4.26 993684 1819684 163540 11:57:45 Average: 29977566 31650264 2961654 8.99 71838 1904546 1451766 4.27 940744 1713220 145598 11:57:45 11:57:45 11:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:57:45 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:45 11:56:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 11:57:45 11:56:01 ens3 165.91 115.18 596.01 40.00 0.00 0.00 0.00 0.00 11:57:45 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:45 11:57:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 11:57:45 11:57:01 ens3 62.26 45.64 865.41 25.63 0.00 0.00 0.00 0.00 11:57:45 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:57:45 Average: lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 11:57:45 Average: ens3 114.08 80.41 730.71 32.82 0.00 0.00 0.00 0.00 11:57:45 11:57:45 11:57:45 ---> sar -P ALL: 11:57:45 Linux 4.15.0-192-generic (prd-ubuntu1804-docker-8c-8g-1106) 01/31/24 _x86_64_ (8 CPU) 11:57:45 11:57:45 11:54:23 LINUX RESTART (8 CPU) 11:57:45 11:57:45 11:55:01 CPU %user %nice %system %iowait %steal %idle 11:57:45 11:56:01 all 9.99 0.00 0.92 4.50 0.04 84.55 11:57:45 11:56:01 0 3.93 0.00 0.64 1.27 0.05 94.12 11:57:45 11:56:01 1 14.30 0.00 1.50 0.85 0.05 83.30 11:57:45 11:56:01 2 7.54 0.00 0.78 0.38 0.05 91.24 11:57:45 11:56:01 3 9.41 0.00 0.83 0.98 0.03 88.73 11:57:45 11:56:01 4 1.74 0.00 0.35 0.15 0.03 97.73 11:57:45 11:56:01 5 11.10 0.00 0.58 23.33 0.05 64.94 11:57:45 11:56:01 6 15.27 0.00 1.70 7.11 0.03 75.88 11:57:45 11:56:01 7 16.59 0.00 0.98 1.94 0.05 80.44 11:57:45 11:57:01 all 9.37 0.00 0.60 3.71 0.03 86.29 11:57:45 11:57:01 0 7.67 0.00 0.52 5.10 0.05 86.67 11:57:45 11:57:01 1 13.95 0.00 0.93 0.67 0.03 84.42 11:57:45 11:57:01 2 21.03 0.00 1.35 2.54 0.03 75.05 11:57:45 11:57:01 3 1.43 0.00 0.30 0.05 0.00 98.22 11:57:45 11:57:01 4 0.82 0.00 0.13 0.00 0.00 99.05 11:57:45 11:57:01 5 0.17 0.00 0.17 14.75 0.00 84.91 11:57:45 11:57:01 6 19.17 0.00 0.70 5.64 0.03 74.46 11:57:45 11:57:01 7 10.76 0.00 0.70 1.02 0.02 87.51 11:57:45 Average: all 9.68 0.00 0.76 4.11 0.03 85.42 11:57:45 Average: 0 5.80 0.00 0.58 3.18 0.05 90.39 11:57:45 Average: 1 14.12 0.00 1.22 0.76 0.04 83.86 11:57:45 Average: 2 14.28 0.00 1.07 1.46 0.04 83.14 11:57:45 Average: 3 5.42 0.00 0.57 0.52 0.02 93.48 11:57:45 Average: 4 1.28 0.00 0.24 0.08 0.02 98.39 11:57:45 Average: 5 5.64 0.00 0.38 19.05 0.03 74.90 11:57:45 Average: 6 17.22 0.00 1.20 6.38 0.03 75.17 11:57:45 Average: 7 13.67 0.00 0.84 1.48 0.03 83.98 11:57:45 11:57:45 11:57:45