Package: src:pgbouncer
Version: 1.24.1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pgbouncer, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ ! -f config.mak ] || /usr/bin/make distclean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf ./autogen.sh
Using aclocal: 1.18
configure.ac:15: warning: The macro 'AC_PROG_CC_STDC' is obsolete.

[... snipped ...]

        tmp_path_factory = 
TempPathFactory(_given_basetemp=PosixPath('/tmp/pytest-of-sbuild/pytest-0/popen-gw1'),
 _trace=<pluggy._tracing.TagTrac...6e93230>, 
_basetemp=PosixPath('/tmp/pytest-of-sbuild/pytest-0/popen-gw1'), 
_retention_count=3, _retention_policy='all')
utils.py:335: in sql
    return cur.fetchall()
           ^^^^^^^^^^^^^^
        cur        = <psycopg.Cursor [closed] [BAD] at 0x7f2596ddeed0>
        kwargs     = {}
        params     = None
        query      = 'create database p0'
        self       = <test.utils.Postgres object at 0x7f2596d87a10>
/usr/lib/python3/dist-packages/psycopg/cursor.py:220: in fetchall
    res = self._check_result_for_fetch()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self       = <psycopg.Cursor [closed] [BAD] at 0x7f2596ddeed0>
/usr/lib/python3/dist-packages/psycopg/_cursor_base.py:590: in 
_check_result_for_fetch
    raise e.ProgrammingError(
E   psycopg.ProgrammingError: the last operation didn't produce records 
(command status: CREATE DATABASE)
        detail     = ' (command status: CREATE DATABASE)'
        res        = <psycopg.pq.pq_ctypes.PGresult [COMMAND_OK] at 
0x7f2596926080>
        self       = <psycopg.Cursor [closed] [BAD] at 0x7f2596ddeed0>
        status     = 1
=============================== warnings summary ===============================
test/conftest.py:175
test/conftest.py:175
test/conftest.py:175
  /<<PKGBUILDDIR>>/test/conftest.py:175: PytestRemovedIn9Warning: Marks applied 
to fixtures have no effect
  See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
    @pytest.mark.asyncio

test/test_peering.py:15
test/test_peering.py:15
  /<<PKGBUILDDIR>>/test/test_peering.py:15: PytestRemovedIn9Warning: Marks 
applied to fixtures have no effect
  See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
    @pytest.mark.asyncio

test/test_ssl.py:18
test/test_ssl.py:18
  /<<PKGBUILDDIR>>/test/test_ssl.py:18: PytestRemovedIn9Warning: Marks applied 
to fixtures have no effect
  See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
    @pytest.mark.asyncio

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR test/test_admin.py::test_show - psycopg.ProgrammingError: the last oper...
ERROR test/test_auth.py::test_auth_dbname_works_fine - psycopg.ProgrammingErr...
ERROR test/test_admin.py::test_socket_id - psycopg.ProgrammingError: the last...
ERROR test/test_auth.py::test_hba_leak - psycopg.ProgrammingError: the last o...
ERROR test/test_admin.py::test_server_id - psycopg.ProgrammingError: the last...
ERROR test/test_auth.py::test_change_server_password_reconnect - psycopg.Prog...
ERROR test/test_admin.py::test_client_id - psycopg.ProgrammingError: the last...
ERROR test/test_admin.py::test_kill_client_nonexisting - psycopg.ProgrammingE...
ERROR test/test_auth.py::test_change_server_password_server_lifetime - psycop...
ERROR test/test_auth.py::test_client_hba_cert - psycopg.ProgrammingError: the...
ERROR test/test_admin.py::test_kill_client_invalid - psycopg.ProgrammingError...
ERROR test/test_admin.py::test_kill_client - psycopg.ProgrammingError: the la...
ERROR test/test_auth.py::test_peer_auth_ident_map - psycopg.ProgrammingError:...
ERROR test/test_admin.py::test_show_version - psycopg.ProgrammingError: the l...
ERROR test/test_auth.py::test_auth_user_trust_auth_without_auth_file_set - ps...
ERROR test/test_admin.py::test_help - psycopg.ProgrammingError: the last oper...
ERROR test/test_auth.py::test_auth_user_trust_auth_without_auth_file_reload
ERROR test/test_admin.py::test_show_stats - psycopg.ProgrammingError: the las...
ERROR 
test/test_auth.py::test_auth_user_at_db_level_trust_auth_without_auth_file_reload
ERROR test/test_auth.py::test_message - psycopg.ProgrammingError: the last op...
ERROR test/test_auth.py::test_auth_user_with_same_forced_user - psycopg.Progr...
ERROR test/test_auth.py::test_auth_user - psycopg.ProgrammingError: the last ...
ERROR test/test_auth.py::test_auth_user_at_db_level_with_same_forced_user - p...
ERROR test/test_auth.py::test_auth_dbname_global - psycopg.ProgrammingError: ...
ERROR test/test_cancel.py::test_cancel - psycopg.ProgrammingError: the last o...
ERROR test/test_auth.py::test_auth_dbname_global_invalid - psycopg.Programmin...
ERROR test/test_cancel.py::test_cancel_wait - psycopg.ProgrammingError: the l...
ERROR test/test_auth.py::test_auth_dbname_disabled - psycopg.ProgrammingError...
ERROR test/test_cancel.py::test_cancel_pool_size - psycopg.ProgrammingError: ...
ERROR test/test_auth.py::test_auth_dbname_with_auto_database - psycopg.Progra...
ERROR test/test_cancel.py::test_cancel_race - psycopg.ProgrammingError: the l...
ERROR test/test_auth.py::test_unconfigured_auth_database_with_auto_database
ERROR test/test_copy.py::test_copy_stdin_success_simple - psycopg.Programming...
ERROR test/test_auth.py::test_password_server - psycopg.ProgrammingError: the...
ERROR test/test_copy.py::test_copy_stdin_error_before_copy_done_simple - psyc...
ERROR test/test_copy.py::test_copy_stdin_error_after_copy_done_simple - psyco...
ERROR test/test_auth.py::test_md5_server - psycopg.ProgrammingError: the last...
ERROR test/test_copy.py::test_copy_stdout_simple - psycopg.ProgrammingError: ...
ERROR test/test_auth.py::test_scram_server - psycopg.ProgrammingError: the la...
ERROR test/test_auth.py::test_password_client - psycopg.ProgrammingError: the...
ERROR test/test_copy.py::test_copy_stdin_success_extended - psycopg.Programmi...
ERROR test/test_auth.py::test_md5_client - psycopg.ProgrammingError: the last...
ERROR test/test_copy.py::test_copy_stdin_error_before_copy_done_extended - ps...
ERROR test/test_copy.py::test_copy_stdin_error_after_copy_done_extended - psy...
ERROR test/test_auth.py::test_scram_client - psycopg.ProgrammingError: the la...
ERROR test/test_copy.py::test_copy_stdout_extended - psycopg.ProgrammingError...
ERROR test/test_auth.py::test_scram_both - psycopg.ProgrammingError: the last...
ERROR test/test_copy.py::test_copy_stdin_success_prepared - psycopg.Programmi...
ERROR test/test_auth.py::test_auth_dbname_usage - psycopg.ProgrammingError: t...
ERROR test/test_copy.py::test_copy_stdin_error_before_copy_done_prepared - ps...
ERROR test/test_auth.py::test_auth_dbname_usage_global_setting - psycopg.Prog...
ERROR test/test_copy.py::test_copy_stdin_error_after_copy_done_prepared - psy...
ERROR test/test_auth.py::test_auth_query_database_setting - psycopg.Programmi...
ERROR test/test_copy.py::test_copy_stdout_prepared - psycopg.ProgrammingError...
ERROR test/test_auth.py::test_auth_query_works_with_configured_users - psycop...
ERROR test/test_limits.py::test_max_client_conn - psycopg.ProgrammingError: t...
ERROR test/test_auth.py::test_auth_query_logs_server_error - psycopg.Programm...
ERROR test/test_limits.py::test_max_db_client_connections_local_override_global
ERROR 
test/test_limits.py::test_max_db_client_connections_global_negative[p0-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_positive[pgbouncer-maxedout4]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_negative[pgbouncer-pgbouncer]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_positive[pgbouncer-maxedout5]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_negative[pgbouncer-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_positive[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_negative[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_negative[p0-maxedout4]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_positive[p0-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_negative[pgbouncer-maxedout4]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_positive[pgbouncer-pgbouncer]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_negative[pgbouncer-maxedout5]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_positive[pgbouncer-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_global_negative[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_db_client_connections_global_positive[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_user_client_connections_positive[p0-maxedout3]
ERROR test/test_limits.py::test_max_db_client_connections_decrement[p0-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_positive[pgbouncer-maxedout3]
ERROR 
test/test_limits.py::test_max_db_client_connections_decrement[pgbouncer-pgbouncer]
ERROR 
test/test_limits.py::test_max_user_client_connections_positive[pgbouncer-maxedout2]
ERROR 
test/test_limits.py::test_max_db_client_connections_decrement[pgbouncer-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_positive[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_db_client_connections_decrement[authdb-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_user_client_connections_negative[p0-maxedout3]
ERROR 
test/test_limits.py::test_max_db_client_connections_negative[client_limit_db-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_negative[pgbouncer-maxedout3]
ERROR 
test/test_limits.py::test_max_db_client_connections_negative[client_limit_db_auth_passthrough-pswcheck_not_in_auth_file]
ERROR 
test/test_limits.py::test_max_user_client_connections_negative[pgbouncer-maxedout2]
ERROR 
test/test_limits.py::test_max_db_client_connections_positive[client_limit_db-muser1]
ERROR 
test/test_limits.py::test_max_user_client_connections_negative[authdb-pswcheck_not_in_auth_file]
ERROR test/test_limits.py::test_user_client_count_db_connect_fail - psycopg.P...
ERROR 
test/test_limits.py::test_max_db_client_connections_positive[client_limit_db_auth_passthrough-pswcheck_not_in_auth_file]
ERROR test/test_limits.py::test_user_client_count_db_connect_fail_2 - psycopg...
ERROR test/test_limits.py::test_pool_size - psycopg.ProgrammingError: the las...
ERROR test/test_limits.py::test_user_client_count_db_connect_fail_3 - psycopg...
ERROR test/test_limits.py::test_min_pool_size - psycopg.ProgrammingError: the...
ERROR test/test_limits.py::test_min_pool_size_with_lower_max_user_connections
ERROR 
test/test_limits.py::test_max_user_client_connections_local_override_global[p0-maxedout3]
ERROR test/test_limits.py::test_min_pool_size_with_lower_max_db_connections
ERROR 
test/test_limits.py::test_max_user_client_connections_local_override_global[pgbouncer-maxedout3]
ERROR test/test_limits.py::test_reserve_pool_size - psycopg.ProgrammingError:...
ERROR 
test/test_limits.py::test_max_user_client_connections_local_override_global[pgbouncer-maxedout2]
ERROR 
test/test_limits.py::test_max_user_client_connections_local_override_global[pauthz-pswcheck_not_in_auth_file]
ERROR test/test_limits.py::test_user_reserve_pool_size - psycopg.ProgrammingE...
ERROR 
test/test_limits.py::test_max_user_client_connections_global_positive[p0-maxedout4]
ERROR test/test_limits.py::test_database_reserve_pool_size - psycopg.Programm...
ERROR test/test_misc.py::test_empty_application_name - psycopg.ProgrammingErr...
ERROR test/test_limits.py::test_database_reserve_pool_size_old_param - psycop...
ERROR test/test_misc.py::test_equivalent_startup_param - psycopg.ProgrammingE...
ERROR test/test_limits.py::test_max_db_connections - psycopg.ProgrammingError...
ERROR test/test_misc.py::test_repeated_sigterm - psycopg.ProgrammingError: th...
ERROR test/test_limits.py::test_max_user_connections - psycopg.ProgrammingErr...
ERROR test/test_misc.py::test_repeated_sigint - psycopg.ProgrammingError: the...
ERROR 
test/test_misc.py::test_newly_paused_client_during_wait_for_servers_shutdown
ERROR 
test/test_load_balance_hosts.py::test_load_balance_hosts_disable_good_first
ERROR 
test/test_misc.py::test_already_paused_client_during_wait_for_servers_shutdown
ERROR test/test_load_balance_hosts.py::test_load_balance_hosts_disable_bad_first
ERROR test/test_misc.py::test_resume_during_shutdown - psycopg.ProgrammingErr...
ERROR test/test_load_balance_hosts.py::test_load_balance_hosts_reload - psyco...
ERROR test/test_misc.py::test_sigusr2_during_shutdown - psycopg.ProgrammingEr...
ERROR test/test_misc.py::test_connect_query - psycopg.ProgrammingError: the l...
ERROR test/test_misc.py::test_issue_1104 - psycopg.ProgrammingError: the last...
ERROR test/test_misc.py::test_fast_close - psycopg.ProgrammingError: the last...
ERROR test/test_no_database.py::test_no_database - psycopg.ProgrammingError: ...
ERROR test/test_misc.py::test_track_extra_parameters - psycopg.ProgrammingErr...
ERROR test/test_no_database.py::test_no_database_authfail - psycopg.Programmi...
ERROR test/test_misc.py::test_wait_close - psycopg.ProgrammingError: the last...
ERROR test/test_no_database.py::test_no_database_auth_user - psycopg.Programm...
ERROR test/test_misc.py::test_auto_database - psycopg.ProgrammingError: the l...
ERROR test/test_no_database.py::test_no_database_pg - psycopg.ProgrammingErro...
ERROR test/test_misc.py::test_host_list_dummy - psycopg.ProgrammingError: the...
ERROR test/test_no_database.py::test_no_database_auto_database - psycopg.Prog...
ERROR test/test_misc.py::test_options_startup_param - psycopg.ProgrammingErro...
ERROR test/test_no_database.py::test_no_database_auto_database_auth_user - ps...
ERROR test/test_misc.py::test_startup_packet_larger_than_pktbuf - psycopg.Pro...
ERROR test/test_no_database.py::test_no_database_md5_auth_scram_pw_success - ...
ERROR test/test_operations.py::test_enable_disable - psycopg.ProgrammingError...
ERROR test/test_no_database.py::test_no_database_scram_auth_scram_pw_success
ERROR test/test_operations.py::test_database_restart - psycopg.ProgrammingErr...
ERROR test/test_no_database.py::test_no_database_md5_auth_md5_pw_success - ps...
ERROR test/test_operations.py::test_database_change - psycopg.ProgrammingErro...
ERROR test/test_no_user.py::test_no_user_trust - psycopg.ProgrammingError: th...
ERROR test/test_operations.py::test_reconnect - psycopg.ProgrammingError: the...
ERROR test/test_no_user.py::test_no_user_trust_forced_user - psycopg.Programm...
ERROR test/test_operations.py::test_scram_takeover - psycopg.ProgrammingError...
ERROR test/test_no_user.py::test_no_user_password - psycopg.ProgrammingError:...
ERROR test/test_peering.py::test_peering_without_own_index - psycopg.Programm...
ERROR test/test_no_user.py::test_no_user_password_forced_user - psycopg.Progr...
ERROR test/test_peering.py::test_peering_with_own_index - psycopg.Programming...
ERROR test/test_no_user.py::test_no_user_md5 - psycopg.ProgrammingError: the ...
ERROR test/test_peering.py::test_rolling_restart_admin - psycopg.ProgrammingE...
ERROR test/test_no_user.py::test_no_user_md5_forced_user - psycopg.Programmin...
ERROR test/test_no_user.py::test_no_user_scram - psycopg.ProgrammingError: th...
ERROR test/test_peering.py::test_rolling_restart_sigterm - psycopg.Programmin...
ERROR test/test_no_user.py::test_no_user_scram_forced_user - psycopg.Programm...
ERROR test/test_prepared.py::test_prepared_statement - psycopg.ProgrammingErr...
ERROR test/test_no_user.py::test_no_user_auth_user - psycopg.ProgrammingError...
ERROR test/test_prepared.py::test_prepared_statement_params - psycopg.Program...
ERROR test/test_prepared.py::test_deallocate_all - psycopg.ProgrammingError: ...
ERROR test/test_operations.py::test_online_restart - psycopg.ProgrammingError...
ERROR test/test_prepared.py::test_discard_all - psycopg.ProgrammingError: the...
ERROR test/test_operations.py::test_pause_resume - psycopg.ProgrammingError: ...
ERROR test/test_prepared.py::test_parse_larger_than_pkt_buf - psycopg.Program...
ERROR test/test_operations.py::test_suspend_resume - psycopg.ProgrammingError...
ERROR test/test_prepared.py::test_bind_larger_than_pkt_buf - psycopg.Programm...
ERROR test/test_prepared.py::test_describe_non_existent_prepared_statement - ...
ERROR test/test_prepared.py::test_parse_larger_than_pkt_buf_but_smaller_than_4x
ERROR test/test_prepared.py::test_close_prepared_statement - psycopg.Programm...
ERROR test/test_prepared.py::test_bind_larger_than_pkt_buf_but_smaller_than_4x
ERROR test/test_prepared.py::test_statement_name_longer_than_pkt_buf - psycop...
ERROR test/test_prepared.py::test_parse_larger_than_pkt_buf_with_varcache_change
ERROR test/test_prepared.py::test_prepared_statement_pipeline_error - psycopg...
ERROR test/test_prepared.py::test_evict_statement_cache - psycopg.Programming...
ERROR test/test_prepared.py::test_prepared_statement_pipeline_error_delayed_sync
ERROR test/test_prepared.py::test_evict_statement_cache_pipeline_failure - ps...
ERROR test/test_prepared.py::test_prepared_failed_prepare - psycopg.Programmi...
ERROR test/test_prepared.py::test_prepared_statement_pipeline - psycopg.Progr...
ERROR test/test_prepared.py::test_prepared_failed_prepare_pipeline - psycopg....
ERROR test/test_prepared.py::test_prepared_statement_pipeline_stress - psycop...
ERROR test/test_prepared.py::test_prepared_disallow_name_reuse - psycopg.Prog...
ERROR test/test_prepared.py::test_pipeline_flushes_on_full_pkt_buf - psycopg....
ERROR test/test_prepared.py::test_pipeline_with_half_pkt_buf_prepare - psycop...
ERROR test/test_prepared.py::test_pause_before_last_sync - psycopg.Programmin...
ERROR test/test_replication.py::test_logical_rep_pg_recvlogical - psycopg.Pro...
ERROR test/test_prepared.py::test_prepared_statement_counters - psycopg.Progr...
ERROR test/test_replication.py::test_physical_rep - psycopg.ProgrammingError:...
ERROR test/test_replication.py::test_logical_rep - psycopg.ProgrammingError: ...
ERROR test/test_replication.py::test_physcal_rep_unprivileged - psycopg.Progr...
ERROR test/test_replication.py::test_logical_rep_auth_query - psycopg.Program...
ERROR test/test_replication.py::test_physical_rep_pg_receivewal - psycopg.Pro...
ERROR test/test_replication.py::test_logical_rep_unprivileged - psycopg.Progr...
ERROR test/test_replication.py::test_physical_rep_pg_basebackup - psycopg.Pro...
ERROR test/test_replication.py::test_logical_rep_subscriber - psycopg.Program...
ERROR test/test_replication.py::test_replication_pool_size - psycopg.Programm...
ERROR test/test_ssl.py::test_server_ssl - psycopg.ProgrammingError: the last ...
ERROR test/test_ssl.py::test_server_ssl_set_disable - psycopg.ProgrammingErro...
ERROR test/test_replication.py::test_replication_pool_size_mixed_clients - ps...
ERROR test/test_ssl.py::test_server_ssl_set_enable - psycopg.ProgrammingError...
ERROR test/test_ssl.py::test_client_ssl_set_enable_disable - psycopg.Programm...
ERROR test/test_ssl.py::test_server_ssl_verify - psycopg.ProgrammingError: th...
ERROR test/test_ssl.py::test_client_ssl_set_change_ca - psycopg.ProgrammingEr...
ERROR test/test_ssl.py::test_server_ssl_auth - psycopg.ProgrammingError: the ...
ERROR test/test_ssl.py::test_client_ssl_sighup_enable_disable - psycopg.Progr...
ERROR test/test_ssl.py::test_client_ssl - psycopg.ProgrammingError: the last ...
ERROR test/test_ssl.py::test_client_ssl_sighup_change_ca - psycopg.Programmin...
ERROR test/test_ssl.py::test_client_ssl_reload_change_ca - psycopg.Programmin...
ERROR test/test_ssl.py::test_client_ssl_reload_enable_disable - psycopg.Progr...
ERROR test/test_ssl.py::test_client_ssl_auth - psycopg.ProgrammingError: the ...
ERROR test/test_ssl.py::test_servers_disconnect_when_changing_tls_config - ps...
ERROR test/test_ssl.py::test_servers_disconnect_when_enabling_ssl - psycopg.P...
ERROR test/test_ssl.py::test_client_ssl_scram - psycopg.ProgrammingError: the...
ERROR test/test_ssl.py::test_servers_disconnect_when_changing_sslmode - psyco...
ERROR test/test_ssl.py::test_ssl_replication - psycopg.ProgrammingError: the ...
ERROR test/test_timeouts.py::test_server_lifetime - psycopg.ProgrammingError:...
ERROR test/test_ssl.py::test_servers_no_disconnect_on_reload_with_no_tls_change
ERROR test/test_timeouts.py::test_server_lifetime_per_pool - psycopg.Programm...
ERROR test/test_timeouts.py::test_user_idle_transaction_timeout - psycopg.Pro...
ERROR test/test_timeouts.py::test_server_idle_timeout - psycopg.ProgrammingEr...
ERROR test/test_timeouts.py::test_user_query_timeout_override_global - psycop...
ERROR test/test_timeouts.py::test_user_query_timeout_negative - psycopg.Progr...
ERROR test/test_timeouts.py::test_user_idle_transaction_timeout_negative - ps...
ERROR test/test_timeouts.py::test_user_query_timeout - psycopg.ProgrammingErr...
ERROR test/test_timeouts.py::test_user_idle_transaction_timeout_override_global
ERROR test/test_timeouts.py::test_query_timeout - psycopg.ProgrammingError: t...
ERROR test/test_timeouts.py::test_user_level_idle_client_timeout_negative - p...
ERROR test/test_timeouts.py::test_user_level_idle_client_timeout - psycopg.Pr...
ERROR test/test_timeouts.py::test_user_level_idle_client_timeout_override - p...
ERROR test/test_timeouts.py::test_idle_transaction_timeout - psycopg.Programm...
ERROR test/test_timeouts.py::test_client_idle_timeout - psycopg.ProgrammingEr...
ERROR test/test_timeouts.py::test_server_connect_timeout_establish - psycopg....
ERROR test/test_timeouts.py::test_server_login_retry - psycopg.ProgrammingErr...
================== 6 skipped, 7 warnings, 229 errors in 3.32s ==================
make[2]: *** [Makefile:162: check] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:33: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to