Package: src:flask-sqlalchemy
Version: 3.1.1-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-sqlalchemy
* Building wheel...
Successfully built flask_sqlalchemy-3.1.1-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-sqlalchemy
* Building wheel...
[... snipped ...]
ERROR tests/test_view_query.py::test_view_get_or_404[db2] - pytest.PytestUnra...
ERROR tests/test_view_query.py::test_first_or_404[Model] - pytest.PytestUnrai...
ERROR tests/test_view_query.py::test_view_one_or_404[db3] - pytest.PytestUnra...
ERROR tests/test_view_query.py::test_view_get_or_404_typed[db2] - pytest.Pyte...
============ 27 failed, 404 passed, 10 warnings, 22 errors in 2.71s ============
E: pybuild pybuild:389: test: plugin custom failed with: exit code=1:
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-sqlalchemy/build
python3.13 -m pytest -v -W 'once::DeprecationWarning'
I: pybuild base:311:
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-sqlalchemy/build
python3.12 -m pytest -v -W 'once::DeprecationWarning'
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 --
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
testpaths: tests
plugins: typeguard-4.4.1
collecting ... collected 452 items
tests/test_cli.py::test_shell_context[Model] PASSED [ 0%]
tests/test_cli.py::test_shell_context[db1] PASSED [ 0%]
tests/test_cli.py::test_shell_context[db2] PASSED [ 0%]
tests/test_cli.py::test_shell_context[db3] PASSED [ 0%]
tests/test_cli.py::test_shell_context[db4] PASSED [ 1%]
tests/test_engine.py::test_default_engine[Model] PASSED [ 1%]
tests/test_engine.py::test_default_engine[db1] PASSED [ 1%]
tests/test_engine.py::test_default_engine[db2] PASSED [ 1%]
tests/test_engine.py::test_default_engine[db3] PASSED [ 1%]
tests/test_engine.py::test_default_engine[db4] PASSED [ 2%]
tests/test_engine.py::test_engine_per_bind[Model] PASSED [ 2%]
tests/test_engine.py::test_engine_per_bind[model_class1] PASSED [ 2%]
tests/test_engine.py::test_engine_per_bind[model_class2] PASSED [ 2%]
tests/test_engine.py::test_engine_per_bind[model_class3] PASSED [ 3%]
tests/test_engine.py::test_engine_per_bind[model_class4] PASSED [ 3%]
tests/test_engine.py::test_config_engine_options[Model] PASSED [ 3%]
tests/test_engine.py::test_config_engine_options[model_class1] PASSED [ 3%]
tests/test_engine.py::test_config_engine_options[model_class2] PASSED [ 3%]
tests/test_engine.py::test_config_engine_options[model_class3] PASSED [ 4%]
tests/test_engine.py::test_config_engine_options[model_class4] PASSED [ 4%]
tests/test_engine.py::test_init_engine_options[Model] PASSED [ 4%]
tests/test_engine.py::test_init_engine_options[model_class1] PASSED [ 4%]
tests/test_engine.py::test_init_engine_options[model_class2] PASSED [ 5%]
tests/test_engine.py::test_init_engine_options[model_class3] PASSED [ 5%]
tests/test_engine.py::test_init_engine_options[model_class4] PASSED [ 5%]
tests/test_engine.py::test_config_echo[Model] PASSED [ 5%]
tests/test_engine.py::test_config_echo[model_class1] PASSED [ 5%]
tests/test_engine.py::test_config_echo[model_class2] PASSED [ 6%]
tests/test_engine.py::test_config_echo[model_class3] PASSED [ 6%]
tests/test_engine.py::test_config_echo[model_class4] PASSED [ 6%]
tests/test_engine.py::test_url_type[Model-sqlite://] PASSED [ 6%]
tests/test_engine.py::test_url_type[Model-value1] PASSED [ 7%]
tests/test_engine.py::test_url_type[Model-value2] PASSED [ 7%]
tests/test_engine.py::test_url_type[Model-value3] PASSED [ 7%]
tests/test_engine.py::test_url_type[model_class1-sqlite://] PASSED [ 7%]
tests/test_engine.py::test_url_type[model_class1-value1] PASSED [ 7%]
tests/test_engine.py::test_url_type[model_class1-value2] PASSED [ 8%]
tests/test_engine.py::test_url_type[model_class1-value3] PASSED [ 8%]
tests/test_engine.py::test_url_type[model_class2-sqlite://] PASSED [ 8%]
tests/test_engine.py::test_url_type[model_class2-value1] PASSED [ 8%]
tests/test_engine.py::test_url_type[model_class2-value2] PASSED [ 9%]
tests/test_engine.py::test_url_type[model_class2-value3] PASSED [ 9%]
tests/test_engine.py::test_url_type[model_class3-sqlite://] PASSED [ 9%]
tests/test_engine.py::test_url_type[model_class3-value1] PASSED [ 9%]
tests/test_engine.py::test_url_type[model_class3-value2] PASSED [ 9%]
tests/test_engine.py::test_url_type[model_class3-value3] PASSED [ 10%]
tests/test_engine.py::test_url_type[model_class4-sqlite://] PASSED [ 10%]
tests/test_engine.py::test_url_type[model_class4-value1] PASSED [ 10%]
tests/test_engine.py::test_url_type[model_class4-value2] PASSED [ 10%]
tests/test_engine.py::test_url_type[model_class4-value3] PASSED [ 11%]
tests/test_engine.py::test_no_binds_error[Model] PASSED [ 11%]
tests/test_engine.py::test_no_binds_error[model_class1] PASSED [ 11%]
tests/test_engine.py::test_no_binds_error[model_class2] PASSED [ 11%]
tests/test_engine.py::test_no_binds_error[model_class3] PASSED [ 11%]
tests/test_engine.py::test_no_binds_error[model_class4] PASSED [ 12%]
tests/test_engine.py::test_no_default_url[Model] PASSED [ 12%]
tests/test_engine.py::test_no_default_url[model_class1] PASSED [ 12%]
tests/test_engine.py::test_no_default_url[model_class2] PASSED [ 12%]
tests/test_engine.py::test_no_default_url[model_class3] PASSED [ 13%]
tests/test_engine.py::test_no_default_url[model_class4] PASSED [ 13%]
tests/test_engine.py::test_sqlite_relative_path[Model] PASSED [ 13%]
tests/test_engine.py::test_sqlite_relative_path[model_class1] PASSED [ 13%]
tests/test_engine.py::test_sqlite_relative_path[model_class2] PASSED [ 13%]
tests/test_engine.py::test_sqlite_relative_path[model_class3] PASSED [ 14%]
tests/test_engine.py::test_sqlite_relative_path[model_class4] PASSED [ 14%]
tests/test_engine.py::test_sqlite_driver_level_uri[Model] PASSED [ 14%]
tests/test_engine.py::test_sqlite_driver_level_uri[model_class1] PASSED [ 14%]
tests/test_engine.py::test_sqlite_driver_level_uri[model_class2] PASSED [ 15%]
tests/test_engine.py::test_sqlite_driver_level_uri[model_class3] PASSED [ 15%]
tests/test_engine.py::test_sqlite_driver_level_uri[model_class4] PASSED [ 15%]
tests/test_engine.py::test_sqlite_memory_defaults[Model] PASSED [ 15%]
tests/test_engine.py::test_sqlite_memory_defaults[model_class1] PASSED [ 15%]
tests/test_engine.py::test_sqlite_memory_defaults[model_class2] PASSED [ 16%]
tests/test_engine.py::test_sqlite_memory_defaults[model_class3] PASSED [ 16%]
tests/test_engine.py::test_sqlite_memory_defaults[model_class4] PASSED [ 16%]
tests/test_engine.py::test_mysql_defaults[Model] PASSED [ 16%]
tests/test_engine.py::test_mysql_defaults[model_class1] PASSED [ 17%]
tests/test_engine.py::test_mysql_defaults[model_class2] PASSED [ 17%]
tests/test_engine.py::test_mysql_defaults[model_class3] PASSED [ 17%]
tests/test_engine.py::test_mysql_defaults[model_class4] PASSED [ 17%]
tests/test_extension_object.py::test_get_or_404[Model] PASSED [ 17%]
tests/test_extension_object.py::test_get_or_404[db1] PASSED [ 18%]
tests/test_extension_object.py::test_get_or_404[db2] PASSED [ 18%]
tests/test_extension_object.py::test_get_or_404[db3] PASSED [ 18%]
tests/test_extension_object.py::test_get_or_404[db4] PASSED [ 18%]
tests/test_extension_object.py::test_get_or_404_kwargs[Model] PASSED [ 19%]
tests/test_extension_object.py::test_get_or_404_kwargs[model_class1] PASSED [
19%]
tests/test_extension_object.py::test_get_or_404_kwargs[model_class2] PASSED [
19%]
tests/test_extension_object.py::test_get_or_404_kwargs[model_class3] PASSED [
19%]
tests/test_extension_object.py::test_get_or_404_kwargs[model_class4] PASSED [
19%]
tests/test_legacy_query.py::test_get_or_404[Model] PASSED [ 20%]
tests/test_legacy_query.py::test_get_or_404[db1] PASSED [ 20%]
tests/test_legacy_query.py::test_get_or_404[db2] PASSED [ 20%]
tests/test_legacy_query.py::test_get_or_404[db3] PASSED [ 20%]
tests/test_legacy_query.py::test_get_or_404[db4] PASSED [ 21%]
tests/test_legacy_query.py::test_first_or_404[Model] PASSED [ 21%]
tests/test_legacy_query.py::test_first_or_404[db1] PASSED [ 21%]
tests/test_legacy_query.py::test_first_or_404[db2] PASSED [ 21%]
tests/test_legacy_query.py::test_first_or_404[db3] PASSED [ 21%]
tests/test_legacy_query.py::test_first_or_404[db4] PASSED [ 22%]
tests/test_legacy_query.py::test_one_or_404[Model] PASSED [ 22%]
tests/test_legacy_query.py::test_one_or_404[db1] PASSED [ 22%]
tests/test_legacy_query.py::test_one_or_404[db2] PASSED [ 22%]
tests/test_legacy_query.py::test_one_or_404[db3] PASSED [ 23%]
tests/test_legacy_query.py::test_one_or_404[db4] PASSED [ 23%]
tests/test_legacy_query.py::test_paginate[Model] PASSED [ 23%]
tests/test_legacy_query.py::test_paginate[db1] PASSED [ 23%]
tests/test_legacy_query.py::test_paginate[db2] PASSED [ 23%]
tests/test_legacy_query.py::test_paginate[db3] PASSED [ 24%]
tests/test_legacy_query.py::test_paginate[db4] PASSED [ 24%]
tests/test_legacy_query.py::test_default_query_class[Model] PASSED [ 24%]
tests/test_legacy_query.py::test_default_query_class[db1] PASSED [ 24%]
tests/test_legacy_query.py::test_default_query_class[db2] PASSED [ 25%]
tests/test_legacy_query.py::test_default_query_class[db3] PASSED [ 25%]
tests/test_legacy_query.py::test_default_query_class[db4] PASSED [ 25%]
tests/test_legacy_query.py::test_custom_query_class PASSED [ 25%]
tests/test_metadata.py::test_default_metadata[Model] PASSED [ 25%]
tests/test_metadata.py::test_default_metadata[db1] PASSED [ 26%]
tests/test_metadata.py::test_default_metadata[db2] PASSED [ 26%]
tests/test_metadata.py::test_default_metadata[db3] PASSED [ 26%]
tests/test_metadata.py::test_default_metadata[db4] PASSED [ 26%]
tests/test_metadata.py::test_custom_metadata_1x PASSED [ 26%]
tests/test_metadata.py::test_custom_metadata_2x_wrongway PASSED [ 27%]
tests/test_metadata.py::test_custom_metadata_2x PASSED [ 27%]
tests/test_metadata.py::test_metadata_from_custom_model[Model] PASSED [ 27%]
tests/test_metadata.py::test_metadata_from_custom_model[model_class1] PASSED [
27%]
tests/test_metadata.py::test_metadata_from_custom_model[model_class2] PASSED [
28%]
tests/test_metadata.py::test_metadata_from_custom_model[model_class3] PASSED [
28%]
tests/test_metadata.py::test_metadata_from_custom_model[model_class4] PASSED [
28%]
tests/test_metadata.py::test_custom_metadata_overrides_custom_model_legacy
PASSED [ 28%]
tests/test_metadata.py::test_metadata_per_bind[Model] PASSED [ 28%]
tests/test_metadata.py::test_metadata_per_bind[model_class1] PASSED [ 29%]
tests/test_metadata.py::test_metadata_per_bind[model_class2] PASSED [ 29%]
tests/test_metadata.py::test_metadata_per_bind[model_class3] PASSED [ 29%]
tests/test_metadata.py::test_metadata_per_bind[model_class4] PASSED [ 29%]
tests/test_metadata.py::test_copy_naming_convention[Model] PASSED [ 30%]
tests/test_metadata.py::test_copy_naming_convention[model_class1] PASSED [ 30%]
tests/test_metadata.py::test_copy_naming_convention[model_class2] PASSED [ 30%]
tests/test_metadata.py::test_copy_naming_convention[model_class3] PASSED [ 30%]
tests/test_metadata.py::test_copy_naming_convention[model_class4] PASSED [ 30%]
tests/test_metadata.py::test_create_drop_all PASSED [ 31%]
tests/test_metadata.py::test_create_key_spec[a] PASSED [ 31%]
tests/test_metadata.py::test_create_key_spec[bind_key1] PASSED [ 31%]
tests/test_metadata.py::test_reflect PASSED [ 31%]
tests/test_model.py::test_default_model_class_1x PASSED [ 32%]
tests/test_model.py::test_custom_model_class_1x PASSED [ 32%]
tests/test_model.py::test_custom_declarative_class_1x[Model] PASSED [ 32%]
tests/test_model.py::test_custom_declarative_class_1x[object] PASSED [ 32%]
tests/test_model.py::test_declarativebase_2x PASSED [ 32%]
tests/test_model.py::test_declarativebasenometa_2x PASSED [ 33%]
tests/test_model.py::test_declarativebasemapped_2x PASSED [ 33%]
tests/test_model.py::test_declarativebasenometamapped_2x PASSED [ 33%]
tests/test_model.py::test_declaredattr[Model] PASSED [ 33%]
tests/test_model.py::test_declaredattr[model_class1] PASSED [ 34%]
tests/test_model.py::test_declaredattr[model_class2] PASSED [ 34%]
tests/test_model.py::test_declaredattr[model_class3] PASSED [ 34%]
tests/test_model.py::test_declaredattr[model_class4] PASSED [ 34%]
tests/test_model.py::test_abstractmodel[Model] PASSED [ 34%]
tests/test_model.py::test_abstractmodel[model_class1] PASSED [ 35%]
tests/test_model.py::test_abstractmodel[model_class2] PASSED [ 35%]
tests/test_model.py::test_abstractmodel[model_class3] PASSED [ 35%]
tests/test_model.py::test_abstractmodel[model_class4] PASSED [ 35%]
tests/test_model.py::test_mixinmodel[Model] PASSED [ 36%]
tests/test_model.py::test_mixinmodel[model_class1] PASSED [ 36%]
tests/test_model.py::test_mixinmodel[model_class2] PASSED [ 36%]
tests/test_model.py::test_mixinmodel[model_class3] PASSED [ 36%]
tests/test_model.py::test_mixinmodel[model_class4] PASSED [ 36%]
tests/test_model.py::test_model_repr[Model] PASSED [ 37%]
tests/test_model.py::test_model_repr[db1] PASSED [ 37%]
tests/test_model.py::test_model_repr[db2] PASSED [ 37%]
tests/test_model.py::test_model_repr[db3] PASSED [ 37%]
tests/test_model.py::test_model_repr[db4] PASSED [ 38%]
tests/test_model.py::test_too_many_bases PASSED [ 38%]
tests/test_model.py::test_disable_autonaming_true_sql1 PASSED [ 38%]
tests/test_model.py::test_disable_autonaming_true_sql2 PASSED [ 38%]
tests/test_model_bind.py::test_bind_key_default[Model] PASSED [ 38%]
tests/test_model_bind.py::test_bind_key_default[db1] PASSED [ 39%]
tests/test_model_bind.py::test_bind_key_default[db2] PASSED [ 39%]
tests/test_model_bind.py::test_bind_key_default[db3] PASSED [ 39%]
tests/test_model_bind.py::test_bind_key_default[db4] PASSED [ 39%]
tests/test_model_bind.py::test_metadata_per_bind[Model] PASSED [ 40%]
tests/test_model_bind.py::test_metadata_per_bind[db1] PASSED [ 40%]
tests/test_model_bind.py::test_metadata_per_bind[db2] PASSED [ 40%]
tests/test_model_bind.py::test_metadata_per_bind[db3] PASSED [ 40%]
tests/test_model_bind.py::test_metadata_per_bind[db4] PASSED [ 40%]
tests/test_model_bind.py::test_multiple_binds_same_table_name[Model] PASSED [
41%]
tests/test_model_bind.py::test_multiple_binds_same_table_name[db1] PASSED [ 41%]
tests/test_model_bind.py::test_multiple_binds_same_table_name[db2] PASSED [ 41%]
tests/test_model_bind.py::test_multiple_binds_same_table_name[db3] PASSED [ 41%]
tests/test_model_bind.py::test_multiple_binds_same_table_name[db4] PASSED [ 42%]
tests/test_model_bind.py::test_inherit_parent[Model] PASSED [ 42%]
tests/test_model_bind.py::test_inherit_parent[db1] PASSED [ 42%]
tests/test_model_bind.py::test_inherit_parent[db2] PASSED [ 42%]
tests/test_model_bind.py::test_inherit_parent[db3] PASSED [ 42%]
tests/test_model_bind.py::test_inherit_parent[db4] PASSED [ 43%]
tests/test_model_bind.py::test_inherit_abstract_parent[Model] PASSED [ 43%]
tests/test_model_bind.py::test_inherit_abstract_parent[db1] PASSED [ 43%]
tests/test_model_bind.py::test_inherit_abstract_parent[db2] PASSED [ 43%]
tests/test_model_bind.py::test_inherit_abstract_parent[db3] PASSED [ 44%]
tests/test_model_bind.py::test_inherit_abstract_parent[db4] PASSED [ 44%]
tests/test_model_bind.py::test_explicit_metadata[Model] PASSED [ 44%]
tests/test_model_bind.py::test_explicit_metadata[db1] PASSED [ 44%]
tests/test_model_bind.py::test_explicit_metadata[db2] PASSED [ 44%]
tests/test_model_bind.py::test_explicit_metadata[db3] PASSED [ 45%]
tests/test_model_bind.py::test_explicit_metadata[db4] PASSED [ 45%]
tests/test_model_bind.py::test_explicit_table[Model] PASSED [ 45%]
tests/test_model_bind.py::test_explicit_table[db1] PASSED [ 45%]
tests/test_model_bind.py::test_explicit_table[db2] PASSED [ 46%]
tests/test_model_bind.py::test_explicit_table[db3] PASSED [ 46%]
tests/test_model_bind.py::test_explicit_table[db4] PASSED [ 46%]
tests/test_model_name.py::test_camel_to_snake_case[CamelCase-camel_case] PASSED
[ 46%]
tests/test_model_name.py::test_camel_to_snake_case[Snake_case-snake_case]
PASSED [ 46%]
tests/test_model_name.py::test_camel_to_snake_case[HTMLLayout-html_layout]
PASSED [ 47%]
tests/test_model_name.py::test_camel_to_snake_case[LayoutHTML-layout_html]
PASSED [ 47%]
tests/test_model_name.py::test_camel_to_snake_case[HTTP2Request-http2_request]
PASSED [ 47%]
tests/test_model_name.py::test_camel_to_snake_case[ShoppingCartSession-shopping_cart_session]
PASSED [ 47%]
tests/test_model_name.py::test_camel_to_snake_case[ABC-abc] PASSED [ 48%]
tests/test_model_name.py::test_camel_to_snake_case[PreABC-pre_abc] PASSED [ 48%]
tests/test_model_name.py::test_camel_to_snake_case[ABCPost-abc_post] PASSED [
48%]
tests/test_model_name.py::test_camel_to_snake_case[PreABCPost-pre_abc_post]
PASSED [ 48%]
tests/test_model_name.py::test_camel_to_snake_case[HTTP2RequestSession-http2_request_session]
PASSED [ 48%]
tests/test_model_name.py::test_camel_to_snake_case[UserST4-user_st4] PASSED [
49%]
tests/test_model_name.py::test_camel_to_snake_case[HTTP2ClientType3EncoderParametersSSE-http2_client_type3_encoder_parameters_sse]
PASSED [ 49%]
tests/test_model_name.py::test_camel_to_snake_case[LONGName4TestingCamelCase2snake_caseXYZ-long_name4_testing_camel_case2snake_case_xyz]
PASSED [ 49%]
tests/test_model_name.py::test_camel_to_snake_case[FooBarSSE2-foo_bar_sse2]
PASSED [ 49%]
tests/test_model_name.py::test_camel_to_snake_case[AlarmMessageSS2SignalTransformer-alarm_message_ss2_signal_transformer]
PASSED [ 50%]
tests/test_model_name.py::test_camel_to_snake_case[AstV2Node-ast_v2_node]
PASSED [ 50%]
tests/test_model_name.py::test_camel_to_snake_case[HTTPResponseCodeXYZ-http_response_code_xyz]
PASSED [ 50%]
tests/test_model_name.py::test_camel_to_snake_case[get2HTTPResponse123Code-get2_http_response123_code]
PASSED [ 50%]
tests/test_model_name.py::test_name[Model] PASSED [ 50%]
tests/test_model_name.py::test_name[db1] PASSED [ 51%]
tests/test_model_name.py::test_name[db2] PASSED [ 51%]
tests/test_model_name.py::test_name[db3] PASSED [ 51%]
tests/test_model_name.py::test_name[db4] PASSED [ 51%]
tests/test_model_name.py::test_single_name[Model] PASSED [ 51%]
tests/test_model_name.py::test_single_name[db1] PASSED [ 52%]
tests/test_model_name.py::test_single_name[db2] PASSED [ 52%]
tests/test_model_name.py::test_single_name[db3] PASSED [ 52%]
tests/test_model_name.py::test_single_name[db4] PASSED [ 52%]
tests/test_model_name.py::test_joined_name[Model] PASSED [ 53%]
tests/test_model_name.py::test_joined_name[db1] PASSED [ 53%]
tests/test_model_name.py::test_joined_name[db2] PASSED [ 53%]
tests/test_model_name.py::test_joined_name[db3] PASSED [ 53%]
tests/test_model_name.py::test_joined_name[db4] PASSED [ 53%]
tests/test_model_name.py::test_mixin_id[Model] PASSED [ 54%]
tests/test_model_name.py::test_mixin_id[db1] PASSED [ 54%]
tests/test_model_name.py::test_mixin_id[db2] PASSED [ 54%]
tests/test_model_name.py::test_mixin_id[db3] PASSED [ 54%]
tests/test_model_name.py::test_mixin_id[db4] PASSED [ 55%]
tests/test_model_name.py::test_mixin_attr[Model] PASSED [ 55%]
tests/test_model_name.py::test_mixin_attr[db1] PASSED [ 55%]
tests/test_model_name.py::test_mixin_attr[db2] PASSED [ 55%]
tests/test_model_name.py::test_mixin_attr[db3] PASSED [ 55%]
tests/test_model_name.py::test_mixin_attr[db4] PASSED [ 56%]
tests/test_model_name.py::test_abstract_name[Model] PASSED [ 56%]
tests/test_model_name.py::test_abstract_name[db1] PASSED [ 56%]
tests/test_model_name.py::test_abstract_name[db2] PASSED [ 56%]
tests/test_model_name.py::test_abstract_name[db3] PASSED [ 57%]
tests/test_model_name.py::test_abstract_name[db4] PASSED [ 57%]
tests/test_model_name.py::test_complex_inheritance[Model] PASSED [ 57%]
tests/test_model_name.py::test_complex_inheritance[db1] PASSED [ 57%]
tests/test_model_name.py::test_complex_inheritance[db2] PASSED [ 57%]
tests/test_model_name.py::test_complex_inheritance[db3] PASSED [ 58%]
tests/test_model_name.py::test_complex_inheritance[db4] PASSED [ 58%]
tests/test_model_name.py::test_manual_name[Model] PASSED [ 58%]
tests/test_model_name.py::test_manual_name[db1] PASSED [ 58%]
tests/test_model_name.py::test_manual_name[db2] PASSED [ 59%]
tests/test_model_name.py::test_manual_name[db3] PASSED [ 59%]
tests/test_model_name.py::test_manual_name[db4] PASSED [ 59%]
tests/test_model_name.py::test_primary_constraint[Model] PASSED [ 59%]
tests/test_model_name.py::test_primary_constraint[db1] PASSED [ 59%]
tests/test_model_name.py::test_primary_constraint[db2] PASSED [ 60%]
tests/test_model_name.py::test_primary_constraint[db3] PASSED [ 60%]
tests/test_model_name.py::test_primary_constraint[db4] PASSED [ 60%]
tests/test_model_name.py::test_no_access_to_class_property[Model] PASSED [ 60%]
tests/test_model_name.py::test_no_access_to_class_property[db1] PASSED [ 61%]
tests/test_model_name.py::test_no_access_to_class_property[db2] PASSED [ 61%]
tests/test_model_name.py::test_no_access_to_class_property[db3] PASSED [ 61%]
tests/test_model_name.py::test_no_access_to_class_property[db4] PASSED [ 61%]
tests/test_model_name.py::test_metadata_has_table[Model] PASSED [ 61%]
tests/test_model_name.py::test_metadata_has_table[db1] PASSED [ 62%]
tests/test_model_name.py::test_metadata_has_table[db2] PASSED [ 62%]
tests/test_model_name.py::test_metadata_has_table[db3] PASSED [ 62%]
tests/test_model_name.py::test_metadata_has_table[db4] PASSED [ 62%]
tests/test_model_name.py::test_correct_error_for_no_primary_key[Model] PASSED [
63%]
tests/test_model_name.py::test_correct_error_for_no_primary_key[db1] PASSED [
63%]
tests/test_model_name.py::test_correct_error_for_no_primary_key[db2] PASSED [
63%]
tests/test_model_name.py::test_correct_error_for_no_primary_key[db3] PASSED [
63%]
tests/test_model_name.py::test_correct_error_for_no_primary_key[db4] PASSED [
63%]
tests/test_model_name.py::test_single_has_parent_table[Model] PASSED [ 64%]
tests/test_model_name.py::test_single_has_parent_table[db1] PASSED [ 64%]
tests/test_model_name.py::test_single_has_parent_table[db2] PASSED [ 64%]
tests/test_model_name.py::test_single_has_parent_table[db3] PASSED [ 64%]
tests/test_model_name.py::test_single_has_parent_table[db4] PASSED [ 65%]
tests/test_pagination.py::test_first_page PASSED [ 65%]
tests/test_pagination.py::test_last_page PASSED [ 65%]
tests/test_pagination.py::test_item_numbers_first_page PASSED [ 65%]
tests/test_pagination.py::test_item_numbers_last_page PASSED [ 65%]
tests/test_pagination.py::test_item_numbers_0 PASSED [ 66%]
tests/test_pagination.py::test_0_pages[0] PASSED [ 66%]
tests/test_pagination.py::test_0_pages[None] PASSED [ 66%]
tests/test_pagination.py::test_iter_pages[1-expect0] PASSED [ 66%]
tests/test_pagination.py::test_iter_pages[2-expect1] PASSED [ 67%]
tests/test_pagination.py::test_iter_pages[3-expect2] PASSED [ 67%]
tests/test_pagination.py::test_iter_pages[4-expect3] PASSED [ 67%]
tests/test_pagination.py::test_iter_pages[5-expect4] PASSED [ 67%]
tests/test_pagination.py::test_iter_pages[6-expect5] PASSED [ 67%]
tests/test_pagination.py::test_iter_pages[7-expect6] PASSED [ 68%]
tests/test_pagination.py::test_iter_pages[8-expect7] PASSED [ 68%]
tests/test_pagination.py::test_iter_pages[9-expect8] PASSED [ 68%]
tests/test_pagination.py::test_iter_pages[10-expect9] PASSED [ 68%]
tests/test_pagination.py::test_iter_pages[11-expect10] PASSED [ 69%]
tests/test_pagination.py::test_iter_pages[12-expect11] PASSED [ 69%]
tests/test_pagination.py::test_iter_pages[13-expect12] PASSED [ 69%]
tests/test_pagination.py::test_iter_pages[14-expect13] PASSED [ 69%]
tests/test_pagination.py::test_iter_pages[15-expect14] PASSED [ 69%]
tests/test_pagination.py::test_iter_0_pages PASSED [ 70%]
tests/test_pagination.py::test_iter_pages_short[1] PASSED [ 70%]
tests/test_pagination.py::test_iter_pages_short[2] PASSED [ 70%]
tests/test_pagination.py::test_iter_pages_short[3] PASSED [ 70%]
tests/test_pagination.py::test_iter_pages_short[4] PASSED [ 71%]
tests/test_pagination.py::test_paginate[Model] PASSED [ 71%]
tests/test_pagination.py::test_paginate[db1] PASSED [ 71%]
tests/test_pagination.py::test_paginate[db2] PASSED [ 71%]
tests/test_pagination.py::test_paginate[db3] PASSED [ 71%]
tests/test_pagination.py::test_paginate[db4] PASSED [ 72%]
tests/test_pagination.py::test_paginate_qs[Model] PASSED [ 72%]
tests/test_pagination.py::test_paginate_qs[db1] PASSED [ 72%]
tests/test_pagination.py::test_paginate_qs[db2] PASSED [ 72%]
tests/test_pagination.py::test_paginate_qs[db3] PASSED [ 73%]
tests/test_pagination.py::test_paginate_qs[db4] PASSED [ 73%]
tests/test_pagination.py::test_paginate_max[Model] PASSED [ 73%]
tests/test_pagination.py::test_paginate_max[db1] PASSED [ 73%]
tests/test_pagination.py::test_paginate_max[db2] PASSED [ 73%]
tests/test_pagination.py::test_paginate_max[db3] PASSED [ 74%]
tests/test_pagination.py::test_paginate_max[db4] PASSED [ 74%]
tests/test_pagination.py::test_next_page_size[Model] PASSED [ 74%]
tests/test_pagination.py::test_next_page_size[db1] PASSED [ 74%]
tests/test_pagination.py::test_next_page_size[db2] PASSED [ 75%]
tests/test_pagination.py::test_next_page_size[db3] PASSED [ 75%]
tests/test_pagination.py::test_next_page_size[db4] PASSED [ 75%]
tests/test_pagination.py::test_no_count[Model] PASSED [ 75%]
tests/test_pagination.py::test_no_count[db1] PASSED [ 75%]
tests/test_pagination.py::test_no_count[db2] PASSED [ 76%]
tests/test_pagination.py::test_no_count[db3] PASSED [ 76%]
tests/test_pagination.py::test_no_count[db4] PASSED [ 76%]
tests/test_pagination.py::test_error_out[Model-abc-None] PASSED [ 76%]
tests/test_pagination.py::test_error_out[Model-None-abc] PASSED [ 76%]
tests/test_pagination.py::test_error_out[Model-0-None] PASSED [ 77%]
tests/test_pagination.py::test_error_out[Model-None--1] PASSED [ 77%]
tests/test_pagination.py::test_error_out[db1-abc-None] PASSED [ 77%]
tests/test_pagination.py::test_error_out[db1-None-abc] PASSED [ 77%]
tests/test_pagination.py::test_error_out[db1-0-None] PASSED [ 78%]
tests/test_pagination.py::test_error_out[db1-None--1] PASSED [ 78%]
tests/test_pagination.py::test_error_out[db2-abc-None] PASSED [ 78%]
tests/test_pagination.py::test_error_out[db2-None-abc] PASSED [ 78%]
tests/test_pagination.py::test_error_out[db2-0-None] PASSED [ 78%]
tests/test_pagination.py::test_error_out[db2-None--1] PASSED [ 79%]
tests/test_pagination.py::test_error_out[db3-abc-None] PASSED [ 79%]
tests/test_pagination.py::test_error_out[db3-None-abc] PASSED [ 79%]
tests/test_pagination.py::test_error_out[db3-0-None] PASSED [ 79%]
tests/test_pagination.py::test_error_out[db3-None--1] PASSED [ 80%]
tests/test_pagination.py::test_error_out[db4-abc-None] PASSED [ 80%]
tests/test_pagination.py::test_error_out[db4-None-abc] PASSED [ 80%]
tests/test_pagination.py::test_error_out[db4-0-None] PASSED [ 80%]
tests/test_pagination.py::test_error_out[db4-None--1] PASSED [ 80%]
tests/test_pagination.py::test_no_items_404[Model] PASSED [ 81%]
tests/test_pagination.py::test_no_items_404[db1] PASSED [ 81%]
tests/test_pagination.py::test_no_items_404[db2] PASSED [ 81%]
tests/test_pagination.py::test_no_items_404[db3] PASSED [ 81%]
tests/test_pagination.py::test_no_items_404[db4] PASSED [ 82%]
tests/test_record_queries.py::test_query_info PASSED [ 82%]
tests/test_session.py::test_scope[Model] PASSED [ 82%]
tests/test_session.py::test_scope[db1] PASSED [ 82%]
tests/test_session.py::test_scope[db2] PASSED [ 82%]
tests/test_session.py::test_scope[db3] PASSED [ 83%]
tests/test_session.py::test_scope[db4] PASSED [ 83%]
tests/test_session.py::test_custom_scope[Model] PASSED [ 83%]
tests/test_session.py::test_custom_scope[model_class1] PASSED [ 83%]
tests/test_session.py::test_custom_scope[model_class2] PASSED [ 84%]
tests/test_session.py::test_custom_scope[model_class3] PASSED [ 84%]
tests/test_session.py::test_custom_scope[model_class4] PASSED [ 84%]
tests/test_session.py::test_session_class[Model] PASSED [ 84%]
tests/test_session.py::test_session_class[model_class1] PASSED [ 84%]
tests/test_session.py::test_session_class[model_class2] PASSED [ 85%]
tests/test_session.py::test_session_class[model_class3] PASSED [ 85%]
tests/test_session.py::test_session_class[model_class4] PASSED [ 85%]
tests/test_session.py::test_session_uses_bind_key[Model] PASSED [ 85%]
tests/test_session.py::test_session_uses_bind_key[model_class1] PASSED [ 86%]
tests/test_session.py::test_session_uses_bind_key[model_class2] PASSED [ 86%]
tests/test_session.py::test_session_uses_bind_key[model_class3] PASSED [ 86%]
tests/test_session.py::test_session_uses_bind_key[model_class4] PASSED [ 86%]
tests/test_session.py::test_get_bind_inheritance[Model] PASSED [ 86%]
tests/test_session.py::test_get_bind_inheritance[model_class1] PASSED [ 87%]
tests/test_session.py::test_get_bind_inheritance[model_class2] PASSED [ 87%]
tests/test_session.py::test_get_bind_inheritance[model_class3] PASSED [ 87%]
tests/test_session.py::test_get_bind_inheritance[model_class4] PASSED [ 87%]
tests/test_session.py::test_session_multiple_dbs[Model] PASSED [ 88%]
tests/test_session.py::test_session_multiple_dbs[model_class1] PASSED [ 88%]
tests/test_session.py::test_session_multiple_dbs[model_class2] PASSED [ 88%]
tests/test_session.py::test_session_multiple_dbs[model_class3] PASSED [ 88%]
tests/test_session.py::test_session_multiple_dbs[model_class4] PASSED [ 88%]
tests/test_table_bind.py::test_bind_key_default[Model] PASSED [ 89%]
tests/test_table_bind.py::test_bind_key_default[db1] PASSED [ 89%]
tests/test_table_bind.py::test_bind_key_default[db2] PASSED [ 89%]
tests/test_table_bind.py::test_bind_key_default[db3] PASSED [ 89%]
tests/test_table_bind.py::test_bind_key_default[db4] PASSED [ 90%]
tests/test_table_bind.py::test_metadata_per_bind[Model] PASSED [ 90%]
tests/test_table_bind.py::test_metadata_per_bind[db1] PASSED [ 90%]
tests/test_table_bind.py::test_metadata_per_bind[db2] PASSED [ 90%]
tests/test_table_bind.py::test_metadata_per_bind[db3] PASSED [ 90%]
tests/test_table_bind.py::test_metadata_per_bind[db4] PASSED [ 91%]
tests/test_table_bind.py::test_multiple_binds_same_table_name[Model] PASSED [
91%]
tests/test_table_bind.py::test_multiple_binds_same_table_name[db1] PASSED [ 91%]
tests/test_table_bind.py::test_multiple_binds_same_table_name[db2] PASSED [ 91%]
tests/test_table_bind.py::test_multiple_binds_same_table_name[db3] PASSED [ 92%]
tests/test_table_bind.py::test_multiple_binds_same_table_name[db4] PASSED [ 92%]
tests/test_table_bind.py::test_explicit_metadata[Model] PASSED [ 92%]
tests/test_table_bind.py::test_explicit_metadata[db1] PASSED [ 92%]
tests/test_table_bind.py::test_explicit_metadata[db2] PASSED [ 92%]
tests/test_table_bind.py::test_explicit_metadata[db3] PASSED [ 93%]
tests/test_table_bind.py::test_explicit_metadata[db4] PASSED [ 93%]
tests/test_track_modifications.py::test_track_modifications[Model] PASSED [ 93%]
tests/test_track_modifications.py::test_track_modifications[model_class1]
PASSED [ 93%]
tests/test_track_modifications.py::test_track_modifications[model_class2]
PASSED [ 94%]
tests/test_track_modifications.py::test_track_modifications[model_class3]
PASSED [ 94%]
tests/test_track_modifications.py::test_track_modifications[model_class4]
PASSED [ 94%]
tests/test_view_query.py::test_view_get_or_404[Model] PASSED [ 94%]
tests/test_view_query.py::test_view_get_or_404[db1] PASSED [ 94%]
tests/test_view_query.py::test_view_get_or_404[db2] PASSED [ 95%]
tests/test_view_query.py::test_view_get_or_404[db3] PASSED [ 95%]
tests/test_view_query.py::test_view_get_or_404[db4] PASSED [ 95%]
tests/test_view_query.py::test_first_or_404[Model] PASSED [ 95%]
tests/test_view_query.py::test_first_or_404[db1] PASSED [ 96%]
tests/test_view_query.py::test_first_or_404[db2] PASSED [ 96%]
tests/test_view_query.py::test_first_or_404[db3] PASSED [ 96%]
tests/test_view_query.py::test_first_or_404[db4] PASSED [ 96%]
tests/test_view_query.py::test_view_one_or_404[Model] PASSED [ 96%]
tests/test_view_query.py::test_view_one_or_404[db1] PASSED [ 97%]
tests/test_view_query.py::test_view_one_or_404[db2] PASSED [ 97%]
tests/test_view_query.py::test_view_one_or_404[db3] PASSED [ 97%]
tests/test_view_query.py::test_view_one_or_404[db4] PASSED [ 97%]
tests/test_view_query.py::test_paginate[Model] PASSED [ 98%]
tests/test_view_query.py::test_paginate[db1] PASSED [ 98%]
tests/test_view_query.py::test_paginate[db2] PASSED [ 98%]
tests/test_view_query.py::test_paginate[db3] PASSED [ 98%]
tests/test_view_query.py::test_paginate[db4] PASSED [ 98%]
tests/test_view_query.py::test_view_get_or_404_typed[Model] PASSED [ 99%]
tests/test_view_query.py::test_view_get_or_404_typed[db1] PASSED [ 99%]
tests/test_view_query.py::test_view_get_or_404_typed[db2] PASSED [ 99%]
tests/test_view_query.py::test_view_get_or_404_typed[db3] PASSED [ 99%]
tests/test_view_query.py::test_view_get_or_404_typed[db4] PASSED [100%]
=============================== warnings summary ===============================
tests/test_model.py: 10 warnings
/usr/lib/python3/dist-packages/sqlalchemy/sql/schema.py:3594:
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for
removal in a future version. Use timezone-aware objects to represent datetimes
in UTC: datetime.datetime.now(datetime.UTC).
return util.wrap_callable(lambda ctx: fn(), fn) # type: ignore
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================= 452 passed, 10 warnings in 2.14s =======================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13
3.12" --system=custom "--test-args=PYTHONPATH={build_dir} {interpreter} -m
pytest -v -W 'once::DeprecationWarning'" returned exit code 13
make[1]: *** [debian/rules:43: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202412/
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 could not 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.