Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/simulators/pnf-simulator/+/144857 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos8-builder-2c-1g-7503 (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-2g2hwpg1J9B0/agent.13911 SSH_AGENT_PID=13914 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/private_key_10905978910995100395.key (/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/private_key_10905978910995100395.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-ssh13388967718781989224.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-ssh13042714342404964906.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/57/144857/1 # timeout=30 > git rev-parse 87f1af57aea78f3a99ff84698c68493c12ad7ce2^{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 87f1af57aea78f3a99ff84698c68493c12ad7ce2 (refs/changes/57/144857/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 87f1af57aea78f3a99ff84698c68493c12ad7ce2 # timeout=30 Commit message: "CI: Update python based Github2Gerrit" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 65a4a5188380837614881aea5581dbaf20afd01f # 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/jenkins12496518009381225779.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-kmq8 + 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= ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ pyenv versions ++ grep -E '^[0-9.]*[0-9]$' ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ [[ ! -s /tmp/.pyenv_versions ]] +++ sort -V +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 ++ 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-kmq8 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kmq8' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kmq8 + echo /tmp/venv-kmq8 + 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 '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-kmq8/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 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -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 + /tmp/venv-kmq8/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 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-kmq8/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-kmq8/bin to PATH + PATH=/tmp/venv-kmq8/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.1.2 from /tmp/venv-kmq8/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.1.4 colorama==0.4.6 distlib==0.4.1 filelock==3.29.1 packaging==26.2 platformdirs==4.10.0 pluggy==1.6.0 pyproject-api==1.10.1 python-discovery==1.4.0 tomli==2.4.1 tomli_w==1.2.0 tox==4.55.1 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.4.2 [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/jenkins15709898375538413186.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-zxKc + 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= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -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 ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-kmq8 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kmq8 from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kmq8 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 '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-kmq8/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 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -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 + /tmp/venv-kmq8/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 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-kmq8/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-kmq8/bin to PATH + PATH=/tmp/venv-kmq8/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-kmq8/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-kmq8/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.55.1 from /tmp/venv-kmq8/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.5.20,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 (6.16=setup[5.70]+cmd[0.46] seconds) congratulations :) (6.19 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/pytest/log ++ awk -F/ '{print $2}' + 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 13914 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins12106159371746229107.sh ---> sysstat.sh [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins6695990591592600978.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/jenkins13166357834548247225.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-laWI 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: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-laWI/bin to PATH INFO: Running in OpenStack, capturing instance metadata [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins16358606694007386023.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-pnf-simulator-master-simulator-cli-tox-verify@tmp/config4241302629745306264tmp 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/jenkins3045986878268407739.sh ---> create-netrc.sh [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins14727855990121756364.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-laWI from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-laWI/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.1.2 from /tmp/venv-laWI/lib/python3.10/site-packages/pip (python 3.10) aiohappyeyeballs==2.6.2 aiohttp==3.14.0 aiosignal==1.4.0 appdirs==1.4.4 argcomplete==3.6.3 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.14.3 boto3==1.43.24 botocore==1.43.24 bs4==0.0.2 certifi==2026.5.20 cffi==2.0.0 cfgv==3.5.0 chardet==7.4.3 charset-normalizer==3.4.7 click==8.4.1 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.1 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.29.1 frozenlist==1.8.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.50 httplib2==0.30.2 identify==2.6.19 idna==3.18 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.2 lftools==0.37.22 lxml==6.1.1 markdown-it-py==4.2.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 multidict==6.7.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.0 packaging==26.2 pbr==7.0.3 platformdirs==4.10.0 prettytable==3.17.0 propcache==0.5.2 psutil==7.2.2 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.9.1 Pygments==2.20.0 PyJWT==2.13.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.4.0 python-heatclient==5.2.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==10.0.0 python-swiftclient==4.10.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.18.0 simplejson==4.1.1 six==1.17.0 smmap==5.0.3 soupsieve==2.8.4 stevedore==5.8.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.15.0 tqdm==4.68.1 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.4.2 wcwidth==0.8.0 websocket-client==1.9.0 wrapt==2.2.1 xdg==6.0.0 xmltodict==1.0.4 yarl==1.24.2 yq==3.4.3 [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/sh /tmp/jenkins8934797305343300886.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-06-06 07:20:39 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-iG0tnj.sh" [1] downloading uv 0.11.19 x86_64-unknown-linux-gnu installing to /home/jenkins/.local/bin uv uvx everything's installed! ---> Validating uv/uvx install uvx 0.11.19 (x86_64-unknown-linux-gnu) [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins17165935984150043723.sh ---> sudo-logs.sh Archiving 'sudo' log.. [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash /tmp/jenkins6006373059209789680.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-laWI from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-laWI/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 135s 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=135 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,107,2026-06-06 07:20:48,v3-standard-2,135,0.06,0.00,SUCCESS [integration-pnf-simulator-master-simulator-cli-tox-verify] $ /bin/bash -l /tmp/jenkins10816093245277201803.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-laWI from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-laWI/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/107 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-centos8-builder-2c-1g-7503.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: 2799.998 BogoMIPS: 5599.99 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 nrip_save 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.5G 31G 24% / tmpfs 770M 0 770M 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 7697 588 4752 19 2355 6796 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:1a:ac:52 brd ff:ff:ff:ff:ff:ff altname enp0s3 altname ens3 inet 10.30.106.164/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 valid_lft 86265sec preferred_lft 86265sec inet6 fe80::f816:3eff:fe1a:ac52/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) 06/06/2026 _x86_64_ (2 CPU) 07:18:39 LINUX RESTART (2 CPU) 07:19:01 AM tps rtps wtps bread/s bwrtn/s 07:20:00 AM 388.15 179.47 208.68 8380.28 8848.19 07:20:01 AM 281.25 92.50 188.75 1280.00 3127.50 Average: 386.73 178.31 208.41 8285.68 8771.97 07:19:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:20:00 AM 5204652 6957544 2677780 33.97 2688 1930304 806144 9.03 394484 1956064 127376 07:20:01 AM 5232656 6995508 2649776 33.62 2688 1939420 766076 8.58 396468 1923996 135692 Average: 5218654 6976526 2663778 33.79 2688 1934862 786110 8.80 395476 1940030 131534 07:19:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:20:00 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:20:00 AM eth0 320.21 169.89 1698.40 71.08 0.00 0.00 0.00 0.00 07:20:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:20:01 AM eth0 0.00 0.00 0.00 0.00 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 315.94 167.62 1675.77 70.13 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) 06/06/2026 _x86_64_ (2 CPU) 07:18:39 LINUX RESTART (2 CPU) 07:19:01 AM CPU %user %nice %system %iowait %steal %idle 07:20:00 AM all 43.96 2.66 37.51 4.39 0.11 11.38 07:20:00 AM 0 37.17 3.43 42.33 4.72 0.10 12.24 07:20:00 AM 1 50.69 1.89 32.73 4.06 0.12 10.52 07:20:01 AM all 41.40 3.18 35.67 3.82 0.64 15.29 07:20:01 AM 0 65.82 0.00 17.72 2.53 1.27 12.66 07:20:01 AM 1 16.67 6.41 53.85 5.13 0.00 17.95 Average: all 43.92 2.67 37.48 4.38 0.12 11.43 Average: 0 37.55 3.39 42.00 4.69 0.12 12.25 Average: 1 50.24 1.95 33.01 4.07 0.12 10.62