tests/test_executor.py::test_executor_init_with_password[en_US.UTF-8] FAILED [ 10%] tests/test_executor.py::test_executor_init_with_password[de_DE.UTF-8] FAILED [ 13%] tests/test_executor.py::test_executor_init_with_password[nl_NO.UTF-8] FAILED [ 15%] IndexError: list index out of range IndexError: list index out of range FAILED [ 17%] tests/test_noopexecutor.py::test_noproc_cached_version FAILED [ 47%] tests/test_postgres_options_plugin.py::test_postgres_options_config_in_cli FAILED [ 50%] tests/test_postgres_options_plugin.py::test_postgres_options_config_in_ini FAILED [ 52%] tests/test_postgres_options_plugin.py::test_postgres_loader_in_cli FAILED [ 54%] tests/test_postgresql.py::test_postgresql_proc FAILED [ 63%] tests/test_postgresql.py::test_main_postgres ERROR [ 65%] tests/test_postgresql.py::test_two_postgreses ERROR [ 67%] tests/test_version.py::test_versions[pg_ctl (PostgreSQL) 16devel-16] ERROR [100%]Exception ignored in: IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range =================================================================================================================================================== ERRORS =================================================================================================================================================== ____________________________________________________________________________________________________________________________________ ERROR at setup of test_main_postgres ____________________________________________________________________________________________________________________________________ func = .connect at 0x7e31aa7736a0>, timeout = 60, possible_exception = possible_exception = E psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 32312 failed: Connection refused last_ex = OperationalError('connection failed: connection to server at "127.0.0.1", port 32312 failed: Connection refused\n\tIs the server running on that host and accepting TCP/IP connections?') /usr/lib/python3.12/site-packages/psycopg/connection.py:754: OperationalError func = .connect at 0x7e31aa7736a0>, timeout = 60, possible_exception = > raise TimeoutError(f"Failed after {i} attempts") from e E TimeoutError: Failed after 61 attempts possible_exception = pytest_postgresql/retry.py:35: TimeoutError ___________________________________________________________________________________________________________________________________ ERROR at setup of test_two_postgreses ____________________________________________________________________________________________________________________________________ func = .connect at 0x7e31aa773420>, timeout = 60, possible_exception = possible_exception = E psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 32312 failed: Connection refused last_ex = OperationalError('connection failed: connection to server at "127.0.0.1", port 32312 failed: Connection refused\n\tIs the server running on that host and accepting TCP/IP connections?') /usr/lib/python3.12/site-packages/psycopg/connection.py:754: OperationalError func = .connect at 0x7e31aa773420>, timeout = 60, possible_exception = > raise TimeoutError(f"Failed after {i} attempts") from e E TimeoutError: Failed after 61 attempts possible_exception = pytest_postgresql/retry.py:35: TimeoutError _____________________________________________________________________________________________________________________ ERROR at teardown of test_versions[pg_ctl (PostgreSQL) 16devel-16] _____________________________________________________________________________________________________________________ | IndexError: list index out of range | IndexError: list index out of range | psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 32312 failed: Connection refused | raise TimeoutError(f"Failed after {i} attempts") from e | TimeoutError: Failed after 61 attempts | raise CalledProcessError(retcode, process.args, | subprocess.CalledProcessError: Command '/usr/bin/pg_ctl stop -D "/tmp/pytest-of-udu/pytest-0/pytest-postgresql-postgresql_proc0/data-32312" -m f' returned non-zero exit status 1. | IndexError: list index out of range | IndexError: list index out of range | IndexError: list index out of range ================================================================================================================================================== FAILURES ================================================================================================================================================== E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError possible_exception=psycopg.OperationalError, E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError E AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} /home/udu/aports/community/py3-pytest-postgresql/src/pytest-postgresql-7.0.2/tests/test_postgres_options_plugin.py:31: AssertionError =================================================================================================================================================== ERRORS =================================================================================================================================================== _________________________________________________________________________________________________________________________________ ERROR at teardown of test_postgres_options _________________________________________________________________________________________________________________________________ except FileExistsError: E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError ERROR test_postgres_options.py::test_postgres_options - IndexError: list index out of range E AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} /home/udu/aports/community/py3-pytest-postgresql/src/pytest-postgresql-7.0.2/tests/test_postgres_options_plugin.py:39: AssertionError =================================================================================================================================================== ERRORS =================================================================================================================================================== _________________________________________________________________________________________________________________________________ ERROR at teardown of test_postgres_options _________________________________________________________________________________________________________________________________ except FileExistsError: E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError ERROR test_postgres_options.py::test_postgres_options - IndexError: list index out of range E AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} /home/udu/aports/community/py3-pytest-postgresql/src/pytest-postgresql-7.0.2/tests/test_postgres_options_plugin.py:47: AssertionError =================================================================================================================================================== ERRORS =================================================================================================================================================== ______________________________________________________________________________________________________________________________ ERROR at teardown of test_postgres_load_one_file ______________________________________________________________________________________________________________________________ except FileExistsError: E IndexError: list index out of range /usr/lib/python3.12/site-packages/psutil/__init__.py:1455: IndexError ERROR test_load.py::test_postgres_load_one_file - IndexError: list index out of range tests/test_postgresql.py:19: AssertionError FAILED tests/test_executor.py::test_executor_init_with_password[en_US.UTF-8] - IndexError: list index out of range FAILED tests/test_executor.py::test_executor_init_with_password[de_DE.UTF-8] - IndexError: list index out of range FAILED tests/test_executor.py::test_executor_init_with_password[nl_NO.UTF-8] - IndexError: list index out of range FAILED tests/test_executor.py::test_executor_init_bad_tmp_path - IndexError: list index out of range FAILED tests/test_noopexecutor.py::test_noproc_cached_version - IndexError: list index out of range FAILED tests/test_postgres_options_plugin.py::test_postgres_options_config_in_cli - AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} FAILED tests/test_postgres_options_plugin.py::test_postgres_options_config_in_ini - AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} FAILED tests/test_postgres_options_plugin.py::test_postgres_loader_in_cli - AssertionError: assert {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 1, 'xpassed': 0, 'xfailed': 0} == {'passed': 1, 'skipped': 0, 'failed': 0, 'errors': 0, 'xpassed': 0, 'xfailed': 0} FAILED tests/test_postgresql.py::test_postgresql_proc - assert False is True ERROR tests/test_postgresql.py::test_main_postgres - TimeoutError: Failed after 61 attempts ERROR tests/test_postgresql.py::test_two_postgreses - TimeoutError: Failed after 61 attempts ERROR tests/test_version.py::test_versions[pg_ctl (PostgreSQL) 16devel-16] - ExceptionGroup: errors while tearing down testsfailed=11 testscollected=46> (6 sub-exceptions) IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range IndexError: list index out of range >>> ERROR: py3-pytest-postgresql: check failed