Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/simulators/pnf-simulator/+/147697 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos8-builder-2c-1g-4292 (centos8-builder-2c-1g) in workspace /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-55Os2Qbg71RJ/agent.35868 SSH_AGENT_PID=35870 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/private_key_4578719535444555390.key (/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/private_key_4578719535444555390.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git > git init /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_SSH to set credentials Gerrit user [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/jenkins-gitclient-ssh14864924400335411232.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git using GIT_SSH to set credentials Gerrit user [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/jenkins-gitclient-ssh12553072714735451381.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/simulators/pnf-simulator.git refs/changes/97/147697/1 # timeout=30 > git rev-parse 69752a52d929449f7f23c35f199001a5a333fda1^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 69752a52d929449f7f23c35f199001a5a333fda1 (refs/changes/97/147697/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 69752a52d929449f7f23c35f199001a5a333fda1 # timeout=30 Commit message: "CI: Bump github2gerrit caller to v2.2.2" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 57344cdf6f6e5cf50bba0260cd9c0b97775d01cf # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash -l /tmp/jenkins8736274179533085720.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-urzB + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + pyenv versions system * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ awk '{ print $1 }' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ sort -V +++ tail -n 1 +++ grep '^3' /tmp/.pyenv_versions ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-urzB + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-urzB' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-urzB + echo /tmp/venv-urzB + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + lf-venv-pip-install /tmp/venv-urzB/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + local venv_python=/tmp/venv-urzB/bin/python3 + shift + local upstream=https://pypi.org/simple + /tmp/venv-urzB/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + return 0 + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + lf-venv-pip-install /tmp/venv-urzB/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + local venv_python=/tmp/venv-urzB/bin/python3 + shift + local upstream=https://pypi.org/simple + /tmp/venv-urzB/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + return 0 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-urzB/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-urzB/bin to PATH + PATH=/tmp/venv-urzB/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.2.1 from /tmp/venv-urzB/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.2.0 colorama==0.4.6 distlib==0.4.3 filelock==4.0.1 packaging==26.3 platformdirs==4.11.12 pluggy==1.6.0 pyproject-api==1.11.2 python-discovery==1.6.1 tomli==2.4.1 tomli_w==1.2.0 tox==4.63.0 typing_extensions==4.16.0 urllib3==1.26.20 virtualenv==21.10.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash -l /tmp/jenkins11948349584639852358.sh ---> tox-run.sh + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + ARCHIVE_TOX_DIR=/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/docs + mkdir -p /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/tox + cd /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-EWhZ + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ awk '{ print $1 }' ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-urzB + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-urzB from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-urzB from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + lf-venv-pip-install /tmp/venv-urzB/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + local venv_python=/tmp/venv-urzB/bin/python3 + shift + local upstream=https://pypi.org/simple + /tmp/venv-urzB/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + return 0 + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + lf-venv-pip-install /tmp/venv-urzB/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + local venv_python=/tmp/venv-urzB/bin/python3 + shift + local upstream=https://pypi.org/simple + /tmp/venv-urzB/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + return 0 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-urzB/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-urzB/bin to PATH + PATH=/tmp/venv-urzB/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-urzB/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/tmp/venv-urzB/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ pwd + PYTHONPATH=/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.63.0 from /tmp/venv-urzB/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n pytest ]] + TOX_OPTIONS_LIST=' -e pytest' + case ${PARALLEL,,} in + tox -e pytest + tee -a /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/tox/tox.log pytest: install_deps> python -I -m pip install -r requirements.txt pytest: freeze> python -m pip freeze --all pytest: asynctest==0.13.0,certifi==2026.7.22,chardet==3.0.4,exceptiongroup==1.3.1,idna==2.7,iniconfig==2.1.0,mock==5.2.0,packaging==26.2,pip==25.0.1,pluggy==1.5.0,pytest==8.3.5,requests==2.20.1,setuptools==75.3.4,tomli==2.4.1,typing_extensions==4.13.2,urllib3==1.24.3,websockets==7.0,wheel==0.45.1 pytest: commands[0]> pytest -v ============================= test session starts ============================== platform linux -- Python 3.8.17, pytest-8.3.5, pluggy-1.5.0 -- /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/bin/python cachedir: .tox/pytest/.pytest_cache rootdir: /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli collecting ... collected 33 items tests/test_netconf_simulator.py::TestArgumentParser::test_should_properly_parse_delete_yang_model PASSED [ 3%] tests/test_netconf_simulator.py::TestArgumentParser::test_should_properly_parse_edit_config_with_all_params PASSED [ 6%] tests/test_netconf_simulator.py::TestArgumentParser::test_should_properly_parse_get_config PASSED [ 9%] tests/test_netconf_simulator.py::TestArgumentParser::test_should_properly_parse_load_yang_model PASSED [ 12%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_delete_yang_model PASSED [ 15%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_edit_config PASSED [ 18%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_get_config PASSED [ 21%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_get_config_for_given_module PASSED [ 24%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_load_yang_model PASSED [ 27%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_properly_run_less_like_mode PASSED [ 30%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_raise_exception_when_module_is_absent_and_container_is_present PASSED [ 33%] tests/test_netconf_simulator.py::TestNetconfSimulatorClient::test_should_raise_exception_when_module_is_present_and_container_is_absent PASSED [ 36%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_arguments_when_mandatory_params_are_missing_for_event PASSED [ 39%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_arguments_when_mandatory_params_are_missing_for_template PASSED [ 42%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_arguments_when_mandatory_template_params_are_missing PASSED [ 45%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_template_action_when_only_override_is_given PASSED [ 48%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_template_action_with_all_params PASSED [ 51%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_not_parse_template_action_with_empty_get_content_param PASSED [ 54%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_parse_template_action_with_upload PASSED [ 57%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_parse_template_action_with_upload_and_override PASSED [ 60%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_configure_action_with_all_params PASSED [ 63%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_filter_templates_action_with_all_params PASSED [ 66%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_get_config_action_with_all_params PASSED [ 69%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_send_event_action_with_all_params PASSED [ 72%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_send_template_action_with_all_params PASSED [ 75%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_template_action_with_get_content_param PASSED [ 78%] tests/test_pnf_simulator.py::TestArgumentParser::test_should_properly_parse_template_action_with_list_param PASSED [ 81%] tests/test_pnf_simulator.py::TestSimulatorClient::test_should_properly_retrieve_configuration PASSED [ 84%] tests/test_pnf_simulator.py::TestSimulatorClient::test_should_properly_send_event PASSED [ 87%] tests/test_pnf_simulator.py::TestSimulatorClient::test_should_properly_send_one_time_event PASSED [ 90%] tests/test_pnf_simulator.py::TestSimulatorClient::test_should_properly_trigger_filter_template_action PASSED [ 93%] tests/test_pnf_simulator.py::TestSimulatorClient::test_should_properly_update_configuration PASSED [ 96%] tests/test_tailf_client.py::TestTailfClient::test_should_connect_to_server_and_receive_message PASSED [100%] =============================== warnings summary =============================== .tox/pytest/lib64/python3.8/site-packages/websockets/framing.py:76 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/framing.py:76: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read(cls, reader, *, mask, max_size=None, extensions=None): .tox/pytest/lib64/python3.8/site-packages/websockets/http.py:53 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/http.py:53: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_request(stream): .tox/pytest/lib64/python3.8/site-packages/websockets/http.py:98 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/http.py:98: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_response(stream): .tox/pytest/lib64/python3.8/site-packages/websockets/http.py:142 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/http.py:142: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_headers(stream): .tox/pytest/lib64/python3.8/site-packages/websockets/http.py:182 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/http.py:182: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_line(stream): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:357 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:357: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait_closed(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:370 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:370: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def recv(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:447 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:447: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def send(self, data): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:514 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:514: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def close(self, code=1000, reason=''): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:564 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:564: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def ping(self, data=None): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:603 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:603: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def pong(self, data=b''): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:623 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:623: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def ensure_open(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:665 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:665: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def transfer_data(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:733 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:733: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_message(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:804 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:804: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_data_frame(self, max_size): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:875 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:875: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_frame(self, max_size): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:890 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:890: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def write_frame(self, fin, opcode, data, *, _expected_state=State.OPEN): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:941 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:941: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def write_close_frame(self, data=b''): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:962 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:962: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def keepalive_ping(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:1003 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:1003: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def close_connection(self): .tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:1068 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/protocol.py:1068: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait_for_connection_lost(self): .tox/pytest/lib64/python3.8/site-packages/websockets/client.py:61 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/client.py:61: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def write_http_request(self, path, headers): .tox/pytest/lib64/python3.8/site-packages/websockets/client.py:77 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/client.py:77: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_http_response(self): .tox/pytest/lib64/python3.8/site-packages/websockets/client.py:215 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/client.py:215: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def handshake( .tox/pytest/lib64/python3.8/site-packages/websockets/client.py:443 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/client.py:443: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def __iter__(self): # pragma: no cover .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:101 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:101: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def handler(self): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:200 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:200: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def read_http_request(self): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:223 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:223: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def write_http_response(self, status, headers, body=None): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:243 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:243: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def process_request(self, path, request_headers): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:436 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:436: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def handshake( .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:602 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:602: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def _close(self): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:643 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:643: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait_closed(self): .tox/pytest/lib64/python3.8/site-packages/websockets/server.py:837 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib64/python3.8/site-packages/websockets/server.py:837: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def __iter__(self): # pragma: no cover .tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:434 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:434: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait(self, skip=0): .tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:448 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:448: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait_next(self, skip=0): .tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:468 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:468: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def wait_for(self, predicate): .tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:489 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:489: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def _notify(self): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:357 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:357: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def doCleanups(self): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:381 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:381: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def assertAsyncRaises(self, exception, awaitable): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:392 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:392: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def assertAsyncRaisesRegex(self, exception, regex, awaitable): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:403 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:403: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def assertAsyncWarns(self, warning, awaitable): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:414 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:414: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def assertAsyncWarnsRegex(self, warning, regex, awaitable): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:445 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:445: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def advance(self, seconds): .tox/pytest/lib/python3.8/site-packages/asynctest/case.py:487 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/case.py:487: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def _drain_loop(self): .tox/pytest/lib/python3.8/site-packages/asynctest/helpers.py:13 /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/helpers.py:13: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def exhaust_callbacks(loop): tests/test_tailf_client.py::TestTailfClient::test_should_connect_to_server_and_receive_message tests/test_tailf_client.py::TestTailfClient::test_should_connect_to_server_and_receive_message tests/test_tailf_client.py::TestTailfClient::test_should_connect_to_server_and_receive_message /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/simulator-cli/.tox/pytest/lib/python3.8/site-packages/asynctest/mock.py:599: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def proxy(): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 33 passed, 48 warnings in 0.21s ======================== pytest: OK (13.47=setup[13.01]+cmd[0.46] seconds) congratulations :) (13.50 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ awk -F/ '{print $2}' ++ echo .tox/pytest/log + tox_env=pytest + cp -r .tox/pytest/log /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/tox/pytest + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 35870 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins1282889399409062497.sh ---> sysstat.sh [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins942475332080178427.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify ']' + mkdir -p /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/ [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins9100541951741757926.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rHr2 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-rHr2/bin to PATH INFO: Running in OpenStack, capturing instance metadata [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins12893111982162655668.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/config4721236836051155357tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins10702578135331637960.sh ---> create-netrc.sh [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins7235913581641005935.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rHr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-rHr2/bin to PATH Generating Requirements File 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.2.1 from /tmp/venv-rHr2/lib/python3.10/site-packages/pip (python 3.10) aiohappyeyeballs==2.7.1 aiohttp==3.14.3 aiosignal==1.4.0 appdirs==1.4.4 argcomplete==3.7.2 aspy.yaml==1.3.0 async-timeout==5.0.1 attrs==26.1.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.15.0 boto3==1.43.100 botocore==1.43.100 bs4==0.0.2 certifi==2026.7.22 cffi==2.1.1 cfgv==3.5.0 chardet==7.6.0 charset-normalizer==3.5.1 click==8.5.0 cliff==4.14.0 cmd2==3.5.1 cryptography==3.3.2 debtcollector==3.1.0 decorator==5.3.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.3 dnspython==2.8.0 docker==7.2.0 dogpile.cache==1.5.0 durationpy==0.11 email-validator==2.3.0 filelock==4.0.1 frozenlist==1.8.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.62 httplib2==0.30.2 identify==2.6.19 idna==3.20 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.14.0 kubernetes==36.0.3 lftools==0.37.23 lxml==6.1.3 markdown-it-py==4.2.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.2.2 multi_key_dict==2.0.3 multidict==6.9.1 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.13.0 os-service-types==1.8.2 osc-lib==4.6.0 oslo.config==10.4.0 oslo.context==6.4.0 oslo.i18n==6.8.0 oslo.log==8.2.0 oslo.serialization==5.10.0 oslo.utils==10.1.1 packaging==26.3 pbr==7.0.3 platformdirs==4.11.12 prettytable==3.18.0 propcache==0.5.4 psutil==7.2.2 pyasn1==0.6.4 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.10.0 Pygments==2.21.0 PyJWT==2.14.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.6.1 python-heatclient==5.2.0 python-jenkins==1.8.3 python-keystoneclient==6.0.0 python-magnumclient==4.11.0 python-openstackclient==10.0.0 python-swiftclient==4.11.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.34.2 requests-oauthlib==2.0.0 rfc3986==2.0.0 rich==15.0.0 rich-argparse==1.8.0 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.19.2 simplejson==4.1.2 six==1.17.0 smmap==5.0.3 soupsieve==2.9.2 stevedore==5.8.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.15.1 tqdm==4.70.1 typing_extensions==4.16.0 urllib3==1.26.20 virtualenv==21.10.0 wcwidth==0.8.4 websocket-client==1.9.2 wrapt==2.4.1 xdg==6.0.0 xmltodict==1.0.4 yarl==1.25.1 yq==4.2.0 [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/sh /tmp/jenkins6543713550597764164.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-09-23 01:14:11 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71308/71308] -> "/tmp/uv-install-K7AkGR.sh" [1] downloading uv 0.12.18 x86_64-unknown-linux-gnu installing to /home/jenkins/.local/bin uv uvx everything's installed! ---> Validating uv/uvx install uvx 0.12.18 (x86_64-unknown-linux-gnu) [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins16492860389598611077.sh ---> sudo-logs.sh Archiving 'sudo' log.. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins7586242426220661786.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rHr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-rHr2/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 198s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-2 INFO: Retrieving pricing info for: v3-standard-2 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=198 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.06 INFO: Retrieved resource: v3-standard-2 INFO: Creating archive directory: /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/cost INFO: Archiving costs to: /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: integration-pnf-simulator-master-simulator-cli-tox-verify,109,2026-09-23 01:14:18,v3-standard-2,198,0.06,0.00,SUCCESS [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash -l /tmp/jenkins15699033569443586322.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rHr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-rHr2/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-pnf-simulator-master-simulator-cli-tox-verify/109 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-centos8-builder-2c-1g-4292.novalocal 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2800.000 BogoMIPS: 5600.00 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0,1 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 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 wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean flushbyasid pausefilter pfthreshold v_vmsave_vmload vgif umip rdpid arch_capabilities ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on devtmpfs 3.8G 0 3.8G 0% /dev tmpfs 3.8G 0 3.8G 0% /dev/shm tmpfs 3.8G 17M 3.8G 1% /run tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup /dev/vda1 40G 9.6G 31G 24% / tmpfs 770M 0 770M 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 7697 590 4637 20 2470 6792 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:5c:7a:a1 brd ff:ff:ff:ff:ff:ff altname enp0s3 altname ens3 inet 10.30.106.118/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 valid_lft 86203sec preferred_lft 86203sec inet6 fe80::f816:3eff:fe5c:7aa1/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 09/23/2026 _x86_64_ (2 CPU) 01:11:08 LINUX RESTART (2 CPU) 01:12:01 AM tps rtps wtps bread/s bwrtn/s 01:13:01 AM 224.68 109.80 114.88 4328.29 4145.98 01:14:01 AM 113.68 0.40 113.28 54.65 13233.71 Average: 169.18 55.10 114.08 2191.47 8689.85 01:12:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:13:01 AM 5264524 7027436 2617908 33.21 2688 1942472 731320 8.19 412456 1882608 192784 01:14:01 AM 4920164 6952068 2962268 37.58 2688 2198172 743836 8.33 420608 2164812 111796 Average: 5092344 6989752 2790088 35.40 2688 2070322 737578 8.26 416532 2023710 152290 01:12:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:13:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:13:01 AM eth0 107.70 68.26 545.98 39.51 0.00 0.00 0.00 0.00 01:14:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:01 AM eth0 92.89 54.45 1122.51 9.10 0.00 0.00 0.00 0.00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: eth0 100.29 61.35 834.24 24.31 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-bbeabe4a-2fd0-4604-88f7-f8ef5baaa3c1.nov) 09/23/2026 _x86_64_ (2 CPU) 01:11:08 LINUX RESTART (2 CPU) 01:12:01 AM CPU %user %nice %system %iowait %steal %idle 01:13:01 AM all 25.87 1.48 31.27 2.69 0.03 38.66 01:13:01 AM 0 26.21 1.86 34.87 2.90 0.03 34.13 01:13:01 AM 1 25.53 1.11 27.68 2.47 0.03 43.18 01:14:01 AM all 33.36 0.00 5.04 1.17 0.04 60.38 01:14:01 AM 0 40.40 0.00 5.57 1.15 0.05 52.83 01:14:01 AM 1 26.33 0.00 4.52 1.20 0.03 67.91 Average: all 29.64 0.74 18.08 1.93 0.04 49.59 Average: 0 33.35 0.92 20.13 2.02 0.04 43.54 Average: 1 25.93 0.55 16.04 1.83 0.03 55.61