Package: src:fastapi
Version: 0.115.11-4
Severity: important
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

[ please read the notes at the end ]

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.13
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-fastapi.substvars debian/files
        rm -fr -- debian/python3-fastapi/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p 3.13
   dh_auto_build -O--buildsystem=pybuild
        pybuild --build -i python{version} -p 3.13
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_fastapi  
* Building wheel...
 - Adding .pdm-build/fastapi-0.115.11.dist-info/METADATA -> 
fastapi-0.115.11.dist-info/METADATA
 - Adding .pdm-build/fastapi-0.115.11.dist-info/WHEEL -> 
fastapi-0.115.11.dist-info/WHEEL
 - Adding .pdm-build/fastapi-0.115.11.dist-info/entry_points.txt -> 
fastapi-0.115.11.dist-info/entry_points.txt
 - Adding .pdm-build/fastapi-0.115.11.dist-info/licenses/LICENSE -> 
fastapi-0.115.11.dist-info/licenses/LICENSE
 - Adding fastapi/__init__.py -> fastapi/__init__.py
 - Adding fastapi/__main__.py -> fastapi/__main__.py
 - Adding fastapi/_compat.py -> fastapi/_compat.py
 - Adding fastapi/applications.py -> fastapi/applications.py
 - Adding fastapi/background.py -> fastapi/background.py
 - Adding fastapi/cli.py -> fastapi/cli.py
 - Adding fastapi/concurrency.py -> fastapi/concurrency.py
 - Adding fastapi/datastructures.py -> fastapi/datastructures.py
 - Adding fastapi/dependencies/__init__.py -> fastapi/dependencies/__init__.py
 - Adding fastapi/dependencies/models.py -> fastapi/dependencies/models.py
 - Adding fastapi/dependencies/utils.py -> fastapi/dependencies/utils.py
 - Adding fastapi/encoders.py -> fastapi/encoders.py
 - Adding fastapi/exception_handlers.py -> fastapi/exception_handlers.py
 - Adding fastapi/exceptions.py -> fastapi/exceptions.py
 - Adding fastapi/logger.py -> fastapi/logger.py
 - Adding fastapi/middleware/__init__.py -> fastapi/middleware/__init__.py
 - Adding fastapi/middleware/cors.py -> fastapi/middleware/cors.py
 - Adding fastapi/middleware/gzip.py -> fastapi/middleware/gzip.py
 - Adding fastapi/middleware/httpsredirect.py -> 
fastapi/middleware/httpsredirect.py
 - Adding fastapi/middleware/trustedhost.py -> fastapi/middleware/trustedhost.py
 - Adding fastapi/middleware/wsgi.py -> fastapi/middleware/wsgi.py
 - Adding fastapi/openapi/__init__.py -> fastapi/openapi/__init__.py
 - Adding fastapi/openapi/constants.py -> fastapi/openapi/constants.py
 - Adding fastapi/openapi/docs.py -> fastapi/openapi/docs.py
 - Adding fastapi/openapi/models.py -> fastapi/openapi/models.py
 - Adding fastapi/openapi/utils.py -> fastapi/openapi/utils.py
 - Adding fastapi/param_functions.py -> fastapi/param_functions.py
 - Adding fastapi/params.py -> fastapi/params.py
 - Adding fastapi/py.typed -> fastapi/py.typed
 - Adding fastapi/requests.py -> fastapi/requests.py
 - Adding fastapi/responses.py -> fastapi/responses.py
 - Adding fastapi/routing.py -> fastapi/routing.py
 - Adding fastapi/security/__init__.py -> fastapi/security/__init__.py
 - Adding fastapi/security/api_key.py -> fastapi/security/api_key.py
 - Adding fastapi/security/base.py -> fastapi/security/base.py
 - Adding fastapi/security/http.py -> fastapi/security/http.py
 - Adding fastapi/security/oauth2.py -> fastapi/security/oauth2.py
 - Adding fastapi/security/open_id_connect_url.py -> 
fastapi/security/open_id_connect_url.py
 - Adding fastapi/security/utils.py -> fastapi/security/utils.py
 - Adding fastapi/staticfiles.py -> fastapi/staticfiles.py
 - Adding fastapi/templating.py -> fastapi/templating.py
 - Adding fastapi/testclient.py -> fastapi/testclient.py
 - Adding fastapi/types.py -> fastapi/types.py
 - Adding fastapi/utils.py -> fastapi/utils.py
 - Adding fastapi/websockets.py -> fastapi/websockets.py
 - Adding fastapi-0.115.11.dist-info/RECORD -> fastapi-0.115.11.dist-info/RECORD
Successfully built fastapi-0.115.11-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
        pybuild --test --test-pytest -i python{version} -p 3.13
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_fastapi/build; 
python3.13 -m pytest -W ignore::DeprecationWarning -W ignore::ResourceWarning 
--ignore=docs_src/ 
--ignore-glob=tests/test_tutorial/test_sql_databases/test_tutorial* 
--ignore=tests/test_response_by_alias.py 
--ignore=tests/test_multipart_installation.py -k " not test_root and not 
test_async_testing and not test_dependency_gets_exception and not 
test_path_operation_img and not test_fastapi_cli "
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: anyio-4.8.0, inline-snapshot-0.20.7
collected 2383 items / 17 deselected / 2366 selected

tests/test_additional_properties.py ..                                   [  0%]
tests/test_additional_properties_bool.py ...                             [  0%]
tests/test_additional_response_extra.py ..                               [  0%]
tests/test_additional_responses_bad.py .                                 [  0%]
tests/test_additional_responses_custom_model_in_callback.py .            [  0%]
tests/test_additional_responses_custom_validationerror.py .              [  0%]
tests/test_additional_responses_default_validationerror.py .             [  0%]
tests/test_additional_responses_response_class.py .                      [  0%]
tests/test_additional_responses_router.py .....                          [  0%]
tests/test_allow_inf_nan_in_enforcing.py ........................        [  1%]
tests/test_ambiguous_params.py ..                                        [  1%]
tests/test_annotated.py .............                                    [  2%]
tests/test_application.py ........                                       [  2%]
tests/test_callable_endpoint.py .                                        [  2%]
tests/test_compat.py .ss......                                           [  3%]
tests/test_computed_fields.py ...                                        [  3%]
tests/test_custom_middleware_exception.py ..                             [  3%]
tests/test_custom_route_class.py .....                                   [  3%]
tests/test_custom_schema_fields.py ..                                    [  3%]
tests/test_custom_swagger_ui_redirect.py ...                             [  3%]
tests/test_datastructures.py .......                                     [  4%]
tests/test_datetime_custom_encoder.py .s                                 [  4%]
tests/test_default_response_class.py ..............                      [  4%]
tests/test_default_response_class_router.py ..............               [  5%]
tests/test_dependency_cache.py ....                                      [  5%]
tests/test_dependency_class.py ........                                  [  5%]
tests/test_dependency_contextmanager.py ......................           [  6%]
tests/test_dependency_contextvars.py .                                   [  6%]
tests/test_dependency_duplicates.py .....                                [  7%]
tests/test_dependency_normal_exceptions.py .                             [  7%]
tests/test_dependency_overrides.py ................................      [  8%]
tests/test_dependency_security_overrides.py ...                          [  8%]
tests/test_deprecated_openapi_prefix.py ..                               [  8%]
tests/test_duplicate_models_openapi.py ..                                [  8%]
tests/test_empty_router.py ..                                            [  8%]
tests/test_enforce_once_required_parameter.py ...                        [  8%]
tests/test_exception_handlers.py .....                                   [  9%]
tests/test_extra_routes.py ........                                      [  9%]
tests/test_filter_pydantic_sub_model/test_filter_pydantic_sub_model_pv1.py s [  
9%]
ss                                                                       [  9%]
tests/test_filter_pydantic_sub_model_pv2.py ...                          [  9%]
tests/test_forms_from_non_typing_sequences.py ...                        [  9%]
tests/test_forms_single_model.py ....                                    [ 10%]
tests/test_forms_single_param.py ..                                      [ 10%]
tests/test_generate_unique_id_function.py ........                       [ 10%]
tests/test_generic_parameterless_depends.py ..                           [ 10%]
tests/test_get_request_body.py ..                                        [ 10%]
tests/test_http_connection_injection.py ..                               [ 10%]
tests/test_include_route.py .                                            [ 10%]
tests/test_include_router_defaults_overrides.py ........................ [ 11%]
...................                                                      [ 12%]
tests/test_infer_param_optionality.py .........                          [ 12%]
tests/test_inherited_custom_class.py .s                                  [ 13%]
tests/test_invalid_path_param.py .......                                 [ 13%]
tests/test_invalid_sequence_param.py ....                                [ 13%]
tests/test_jsonable_encoder.py ......s....s....s....                     [ 14%]
tests/test_local_docs.py .....                                           [ 14%]
tests/test_modules_same_name_body/test_main.py .........                 [ 14%]
tests/test_multi_body_errors.py ....                                     [ 15%]
tests/test_multi_query_errors.py ...                                     [ 15%]
tests/test_no_swagger_ui_redirect.py ...                                 [ 15%]
tests/test_openapi_examples.py ..                                        [ 15%]
tests/test_openapi_query_parameter_extension.py ..                       [ 15%]
tests/test_openapi_route_extensions.py ..                                [ 15%]
tests/test_openapi_separate_input_output_schemas.py ......               [ 15%]
tests/test_openapi_servers.py ..                                         [ 15%]
tests/test_operations_signatures.py .                                    [ 16%]
tests/test_orjson_response_class.py .                                    [ 16%]
tests/test_param_class.py ..                                             [ 16%]
tests/test_param_in_path_and_dependency.py ..                            [ 16%]
tests/test_param_include_in_schema.py ........                           [ 16%]
tests/test_params_repr.py ...........................                    [ 17%]
tests/test_path.py ..................................................... [ 19%]
......................                                                   [ 20%]
tests/test_put_no_body.py ...                                            [ 21%]
tests/test_query.py .............................                        [ 22%]
tests/test_read_with_orm_mode.py .s                                      [ 22%]
tests/test_regex_deprecated_body.py ....                                 [ 22%]
tests/test_regex_deprecated_params.py ....                               [ 22%]
tests/test_repeated_cookie_headers.py .                                  [ 22%]
tests/test_repeated_dependency_schema.py ..                              [ 22%]
tests/test_repeated_parameter_alias.py ..                                [ 22%]
tests/test_reponse_set_reponse_code_empty.py ..                          [ 22%]
tests/test_request_body_parameters_media_type.py .                       [ 22%]
tests/test_required_noneable.py .......                                  [ 23%]
tests/test_response_change_status_code.py .                              [ 23%]
tests/test_response_class_no_mediatype.py .                              [ 23%]
tests/test_response_code_no_body.py ..                                   [ 23%]
tests/test_response_model_as_return_annotation.py ...................... [ 24%]
................                                                         [ 25%]
tests/test_response_model_data_filter.py ...                             [ 25%]
tests/test_response_model_data_filter_no_inheritance.py ...              [ 25%]
tests/test_response_model_include_exclude.py ......                      [ 25%]
tests/test_response_model_invalid.py ....                                [ 25%]
tests/test_response_model_sub_types.py ..                                [ 25%]
tests/test_route_scope.py .....                                          [ 26%]
tests/test_router_events.py ......                                       [ 26%]
tests/test_router_prefix_with_template.py .                              [ 26%]
tests/test_router_redirect_slashes.py ..                                 [ 26%]
tests/test_schema_extra_examples.py ..                                   [ 26%]
tests/test_security_api_key_cookie.py ...                                [ 26%]
tests/test_security_api_key_cookie_description.py ...                    [ 26%]
tests/test_security_api_key_cookie_optional.py ...                       [ 26%]
tests/test_security_api_key_header.py ...                                [ 27%]
tests/test_security_api_key_header_description.py ...                    [ 27%]
tests/test_security_api_key_header_optional.py ...                       [ 27%]
tests/test_security_api_key_query.py ...                                 [ 27%]
tests/test_security_api_key_query_description.py ...                     [ 27%]
tests/test_security_api_key_query_optional.py ...                        [ 27%]
tests/test_security_http_base.py ...                                     [ 27%]
tests/test_security_http_base_description.py ...                         [ 27%]
tests/test_security_http_base_optional.py ...                            [ 28%]
tests/test_security_http_basic_optional.py .....                         [ 28%]
tests/test_security_http_basic_realm.py .....                            [ 28%]
tests/test_security_http_basic_realm_description.py .....                [ 28%]
tests/test_security_http_bearer.py ....                                  [ 28%]
tests/test_security_http_bearer_description.py ....                      [ 28%]
tests/test_security_http_bearer_optional.py ....                         [ 29%]
tests/test_security_http_digest.py ....                                  [ 29%]
tests/test_security_http_digest_description.py ....                      [ 29%]
tests/test_security_http_digest_optional.py ....                         [ 29%]
tests/test_security_oauth2.py ..........                                 [ 30%]
tests/test_security_oauth2_authorization_code_bearer.py ....             [ 30%]
tests/test_security_oauth2_authorization_code_bearer_description.py .... [ 30%]
                                                                         [ 30%]
tests/test_security_oauth2_optional.py ..........                        [ 30%]
tests/test_security_oauth2_optional_description.py ..........            [ 31%]
tests/test_security_oauth2_password_bearer_optional.py ....              [ 31%]
tests/test_security_oauth2_password_bearer_optional_description.py ....  [ 31%]
tests/test_security_openid_connect.py ....                               [ 31%]
tests/test_security_openid_connect_description.py ....                   [ 31%]
tests/test_security_openid_connect_optional.py ....                      [ 32%]
tests/test_serialize_response.py ...                                     [ 32%]
tests/test_serialize_response_dataclass.py .......                       [ 32%]
tests/test_serialize_response_model.py ........                          [ 32%]
tests/test_skip_defaults.py .....                                        [ 33%]
tests/test_starlette_exception.py .......                                [ 33%]
tests/test_starlette_urlconvertors.py .....                              [ 33%]
tests/test_sub_callbacks.py ..                                           [ 33%]
tests/test_swagger_ui_init_oauth.py ..                                   [ 33%]
tests/test_tuples.py .......                                             [ 34%]
tests/test_tutorial/test_additional_responses/test_tutorial001.py ...    [ 34%]
tests/test_tutorial/test_additional_responses/test_tutorial002.py ..     [ 34%]
tests/test_tutorial/test_additional_responses/test_tutorial003.py ...    [ 34%]
tests/test_tutorial/test_additional_responses/test_tutorial004.py ..     [ 34%]
tests/test_tutorial/test_additional_status_codes/test_tutorial001.py ... [ 34%]
.......                                                                  [ 34%]
tests/test_tutorial/test_advanced_middleware/test_tutorial001.py .       [ 34%]
tests/test_tutorial/test_advanced_middleware/test_tutorial002.py .       [ 34%]
tests/test_tutorial/test_advanced_middleware/test_tutorial003.py .       [ 35%]
tests/test_tutorial/test_background_tasks/test_tutorial001.py .          [ 35%]
tests/test_tutorial/test_background_tasks/test_tutorial002.py .....      [ 35%]
tests/test_tutorial/test_behind_a_proxy/test_tutorial001.py ..           [ 35%]
tests/test_tutorial/test_behind_a_proxy/test_tutorial002.py ..           [ 35%]
tests/test_tutorial/test_behind_a_proxy/test_tutorial003.py ..           [ 35%]
tests/test_tutorial/test_behind_a_proxy/test_tutorial004.py ..           [ 35%]
tests/test_tutorial/test_bigger_applications/test_main.py .............. [ 36%]
.......................................................                  [ 38%]
tests/test_tutorial/test_body/test_tutorial001.py ...................... [ 39%]
..........                                                               [ 39%]
tests/test_tutorial/test_body_fields/test_tutorial001.py ............... [ 40%]
.....                                                                    [ 40%]
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py ...... [ 40%]
...................                                                      [ 41%]
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py ...... [ 42%]
..............                                                           [ 42%]
tests/test_tutorial/test_body_nested_models/test_tutorial009.py ......   [ 42%]
tests/test_tutorial/test_body_updates/test_tutorial001.py .........sss   [ 43%]
tests/test_tutorial/test_conditional_openapi/test_tutorial001.py ..      [ 43%]
tests/test_tutorial/test_configure_swagger_ui/test_tutorial001.py ..     [ 43%]
tests/test_tutorial/test_configure_swagger_ui/test_tutorial002.py ..     [ 43%]
tests/test_tutorial/test_configure_swagger_ui/test_tutorial003.py ..     [ 43%]
tests/test_tutorial/test_cookie_param_models/test_tutorial001.py ....... [ 44%]
..................                                                       [ 44%]
tests/test_tutorial/test_cookie_param_models/test_tutorial002.py .....ss [ 45%]
sss.....sssss.....sssss.....sssss.....sssss                              [ 46%]
tests/test_tutorial/test_cookie_params/test_tutorial001.py ............. [ 47%]
............                                                             [ 47%]
tests/test_tutorial/test_cors/test_tutorial001.py .                      [ 48%]
tests/test_tutorial/test_custom_docs_ui/test_tutorial001.py ....         [ 48%]
tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py ....         [ 48%]
tests/test_tutorial/test_custom_request_and_route/test_tutorial001.py .. [ 48%]
.                                                                        [ 48%]
tests/test_tutorial/test_custom_request_and_route/test_tutorial002.py .. [ 48%]
                                                                         [ 48%]
tests/test_tutorial/test_custom_request_and_route/test_tutorial003.py .. [ 48%]
                                                                         [ 48%]
tests/test_tutorial/test_custom_response/test_tutorial001.py ..          [ 48%]
tests/test_tutorial/test_custom_response/test_tutorial001b.py ..         [ 48%]
tests/test_tutorial/test_custom_response/test_tutorial004.py ..          [ 48%]
tests/test_tutorial/test_custom_response/test_tutorial005.py ..          [ 48%]
tests/test_tutorial/test_custom_response/test_tutorial006.py ..          [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial006b.py ..         [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial006c.py ..         [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial007.py .           [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial008.py .           [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial009.py .           [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial009b.py .          [ 49%]
tests/test_tutorial/test_custom_response/test_tutorial009c.py .          [ 49%]
tests/test_tutorial/test_dataclasses/test_tutorial001.py ...             [ 49%]
tests/test_tutorial/test_dataclasses/test_tutorial002.py ..              [ 49%]
tests/test_tutorial/test_dataclasses/test_tutorial003.py ...s            [ 49%]
tests/test_tutorial/test_dependencies/test_tutorial001.py .............. [ 50%]
................                                                         [ 51%]
tests/test_tutorial/test_dependencies/test_tutorial004.py .............. [ 51%]
.....................                                                    [ 52%]
tests/test_tutorial/test_dependencies/test_tutorial006.py .............. [ 53%]
.                                                                        [ 53%]
tests/test_tutorial/test_dependencies/test_tutorial008b.py .........     [ 53%]
tests/test_tutorial/test_dependencies/test_tutorial008c.py ............  [ 54%]
tests/test_tutorial/test_dependencies/test_tutorial008d.py ............  [ 54%]
tests/test_tutorial/test_dependencies/test_tutorial012.py .............. [ 55%]
.............                                                            [ 55%]
tests/test_tutorial/test_events/test_tutorial001.py ..                   [ 55%]
tests/test_tutorial/test_events/test_tutorial002.py ..                   [ 55%]
tests/test_tutorial/test_events/test_tutorial003.py ..                   [ 56%]
tests/test_tutorial/test_extending_openapi/test_tutorial001.py ..        [ 56%]
tests/test_tutorial/test_extra_data_types/test_tutorial001.py .......... [ 56%]
                                                                         [ 56%]
tests/test_tutorial/test_extra_models/test_tutorial003.py ......         [ 56%]
tests/test_tutorial/test_extra_models/test_tutorial004.py ....           [ 56%]
tests/test_tutorial/test_extra_models/test_tutorial005.py ....           [ 57%]
tests/test_tutorial/test_first_steps/test_tutorial001.py ...             [ 57%]
tests/test_tutorial/test_generate_clients/test_tutorial003.py ....       [ 57%]
tests/test_tutorial/test_handling_errors/test_tutorial001.py ...         [ 57%]
tests/test_tutorial/test_handling_errors/test_tutorial002.py ...         [ 57%]
tests/test_tutorial/test_handling_errors/test_tutorial003.py ...         [ 57%]
tests/test_tutorial/test_handling_errors/test_tutorial004.py ....        [ 57%]
tests/test_tutorial/test_handling_errors/test_tutorial005.py ...         [ 58%]
tests/test_tutorial/test_handling_errors/test_tutorial006.py ....        [ 58%]
tests/test_tutorial/test_header_param_models/test_tutorial001.py ....... [ 58%]
.......................                                                  [ 59%]
tests/test_tutorial/test_header_param_models/test_tutorial002.py .....ss [ 59%]
sss.....sssss.....sssss.....sssss.....sssss                              [ 61%]
tests/test_tutorial/test_header_params/test_tutorial001.py ............. [ 62%]
...                                                                      [ 62%]
tests/test_tutorial/test_header_params/test_tutorial002.py ............. [ 62%]
............                                                             [ 63%]
tests/test_tutorial/test_header_params/test_tutorial003.py ............. [ 63%]
..                                                                       [ 63%]
tests/test_tutorial/test_metadata/test_tutorial001.py ..                 [ 64%]
tests/test_tutorial/test_metadata/test_tutorial001_1.py ..               [ 64%]
tests/test_tutorial/test_metadata/test_tutorial004.py ..                 [ 64%]
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py ...       [ 64%]
tests/test_tutorial/test_openapi_webhooks/test_tutorial001.py ...        [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial001.py
 . [ 64%]
.                                                                        [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial002.py
 . [ 64%]
.                                                                        [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial003.py
 . [ 64%]
.                                                                        [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py
 . [ 64%]
.s                                                                       [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial005.py
 . [ 64%]
.                                                                        [ 64%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial006.py
 . [ 65%]
.                                                                        [ 65%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial007.py
 . [ 65%]
...                                                                      [ 65%]
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial007_pv1.py
 s [ 65%]
sss                                                                      [ 65%]
tests/test_tutorial/test_path_operation_configurations/test_tutorial002b.py . [ 
65%]
..                                                                       [ 65%]
tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py . [ 
65%]
.....sss                                                                 [ 65%]
tests/test_tutorial/test_path_operation_configurations/test_tutorial006.py . [ 
65%]
...                                                                      [ 66%]
tests/test_tutorial/test_path_params/test_tutorial004.py ..              [ 66%]
tests/test_tutorial/test_path_params/test_tutorial005.py .....           [ 66%]
tests/test_tutorial/test_query_param_models/test_tutorial001.py ........ [ 66%]
......................                                                   [ 67%]
tests/test_tutorial/test_query_param_models/test_tutorial002.py ......ss [ 67%]
ssss......ssssss......ssssss......ssssss......ssssss                     [ 70%]
tests/test_tutorial/test_query_params/test_tutorial005.py ...            [ 70%]
tests/test_tutorial/test_query_params/test_tutorial006.py ......         [ 70%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py . [ 
70%]
........................                                                 [ 71%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial011.py . [ 
71%]
.................                                                        [ 72%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial012.py . [ 
72%]
...........                                                              [ 72%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial013.py . [ 
72%]
........                                                                 [ 73%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial014.py . [ 
73%]
..............                                                           [ 73%]
tests/test_tutorial/test_query_params_str_validations/test_tutorial015.py . [ 
73%]
..............                                                           [ 74%]
tests/test_tutorial/test_request_files/test_tutorial001.py ............. [ 75%]
.....                                                                    [ 75%]
tests/test_tutorial/test_request_files/test_tutorial001_02.py .......... [ 75%]
...............                                                          [ 76%]
tests/test_tutorial/test_request_files/test_tutorial001_03.py .........  [ 76%]
tests/test_tutorial/test_request_files/test_tutorial002.py ............. [ 77%]
...........                                                              [ 77%]
tests/test_tutorial/test_request_files/test_tutorial003.py ............. [ 78%]
...                                                                      [ 78%]
tests/test_tutorial/test_request_form_models/test_tutorial001.py ....... [ 78%]
...........                                                              [ 79%]
tests/test_tutorial/test_request_form_models/test_tutorial002.py ....... [ 79%]
..............                                                           [ 80%]
tests/test_tutorial/test_request_form_models/test_tutorial002_pv1.py sss [ 80%]
ssssssssssssssssss                                                       [ 80%]
tests/test_tutorial/test_request_forms/test_tutorial001.py ............. [ 81%]
.....                                                                    [ 81%]
tests/test_tutorial/test_request_forms_and_files/test_tutorial001.py ... [ 81%]
...............                                                          [ 82%]
tests/test_tutorial/test_response_change_status_code/test_tutorial001.py . [ 
82%]
                                                                         [ 82%]
tests/test_tutorial/test_response_cookies/test_tutorial001.py .          [ 82%]
tests/test_tutorial/test_response_cookies/test_tutorial002.py .          [ 82%]
tests/test_tutorial/test_response_headers/test_tutorial001.py .          [ 82%]
tests/test_tutorial/test_response_headers/test_tutorial002.py .          [ 82%]
tests/test_tutorial/test_response_model/test_tutorial003.py ..           [ 82%]
tests/test_tutorial/test_response_model/test_tutorial003_01.py ....      [ 82%]
tests/test_tutorial/test_response_model/test_tutorial003_02.py ...       [ 83%]
tests/test_tutorial/test_response_model/test_tutorial003_03.py ..        [ 83%]
tests/test_tutorial/test_response_model/test_tutorial003_04.py .         [ 83%]
tests/test_tutorial/test_response_model/test_tutorial003_04_py310.py .   [ 83%]
tests/test_tutorial/test_response_model/test_tutorial003_05.py ......    [ 83%]
tests/test_tutorial/test_response_model/test_tutorial003_py310.py ..     [ 83%]
tests/test_tutorial/test_response_model/test_tutorial004.py ............ [ 84%]
                                                                         [ 84%]
tests/test_tutorial/test_response_model/test_tutorial005.py ......       [ 84%]
tests/test_tutorial/test_response_model/test_tutorial006.py ......       [ 84%]
tests/test_tutorial/test_schema_extra_example/test_tutorial001.py ....   [ 84%]
tests/test_tutorial/test_schema_extra_example/test_tutorial001_pv1.py ss [ 84%]
ss                                                                       [ 84%]
tests/test_tutorial/test_schema_extra_example/test_tutorial004.py ...... [ 85%]
....                                                                     [ 85%]
tests/test_tutorial/test_schema_extra_example/test_tutorial005.py ...... [ 85%]
....                                                                     [ 85%]
tests/test_tutorial/test_security/test_tutorial001.py ............       [ 86%]
tests/test_tutorial/test_security/test_tutorial003.py .................. [ 87%]
...........................                                              [ 88%]
tests/test_tutorial/test_security/test_tutorial005.py .................. [ 88%]
........................................................................ [ 91%]
........................                                                 [ 92%]
tests/test_tutorial/test_security/test_tutorial006.py ...............    [ 93%]
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial001.py .. [ 93%]
.......                                                                  [ 93%]
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial002.py .. [ 94%]
.......                                                                  [ 94%]
tests/test_tutorial/test_settings/test_app02.py ..                       [ 94%]
tests/test_tutorial/test_settings/test_tutorial001.py .                  [ 94%]
tests/test_tutorial/test_settings/test_tutorial001_pv1.py s              [ 94%]
tests/test_tutorial/test_sub_applications/test_tutorial001.py ....       [ 94%]
tests/test_tutorial/test_templates/test_tutorial001.py .                 [ 94%]
tests/test_tutorial/test_testing/test_main.py ...                        [ 94%]
tests/test_tutorial/test_testing/test_main_b.py .....                    [ 95%]
tests/test_tutorial/test_testing/test_tutorial001.py ...                 [ 95%]
tests/test_tutorial/test_testing/test_tutorial002.py ....                [ 95%]
tests/test_tutorial/test_testing/test_tutorial003.py .                   [ 95%]
tests/test_tutorial/test_testing_dependencies/test_tutorial001.py ...... [ 95%]
.............................                                            [ 96%]
tests/test_tutorial/test_websockets/test_tutorial001.py ..               [ 96%]
tests/test_tutorial/test_websockets/test_tutorial002.py ................ [ 97%]
..............                                                           [ 98%]
tests/test_tutorial/test_websockets/test_tutorial003.py .
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------

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/202503/

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

In this particular case, the build was made on AWS machines of type
m7a.medium and r7a.medium. Incidentally, those machines have a single CPU,
but at this point it's not clear yet if that's the condition which triggers
the build failure or, for example, the fact that they are overall slower
than other instance types, or maybe some other reason.

If you could not reproduce the bug using GRUB_CMDLINE_LINUX="nr_cpus=1"
please contact me privately, as I am willing to provide ssh access to a
virtual machine where the bug is fully reproducible.

Disclaimer: Please note that this is probably a violation of
Debian Policy 4.2, and the only reason I'm initially reporting
it as "important" is to avoid discussing about the severity.

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

Thanks.

Reply via email to