Package: src:python-openapi-core
Version: 0.19.4-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/202512/

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:python-openapi-core, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with=sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs/_build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with=sphinxdoc --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

[... snipped ...]

tests/unit/test_shortcuts.py::TestValidateWebhookResponse::test_response_type_invalid
 PASSED
tests/unit/test_shortcuts.py::TestValidateWebhookResponse::test_spec_type_invalid
 PASSED
tests/unit/test_shortcuts.py::TestValidateWebhookResponse::test_cls_type_invalid
 PASSED
tests/unit/test_shortcuts.py::TestValidateWebhookResponse::test_spec_oas30_validator_not_found
 PASSED
tests/unit/test_shortcuts.py::TestValidateWebhookResponse::test_request_response
 PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_spec_not_detected 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_spec_not_supported 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_request_type_invalid 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_response_type_invalid 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_spec_type_invalid 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_request_response PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_cls_apicall PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_cls_type_invalid PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_webhook_response_validator_not_found
 PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_webhook_request PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_webhook_request_error 
PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_webhook_cls PASSED
tests/unit/test_shortcuts.py::TestValidateResponse::test_webhook_cls_type_invalid
 PASSED
tests/unit/test_util.py::TestForcebool::test_true[y] PASSED
tests/unit/test_util.py::TestForcebool::test_true[yes] PASSED
tests/unit/test_util.py::TestForcebool::test_true[t] PASSED
tests/unit/test_util.py::TestForcebool::test_true[true] PASSED
tests/unit/test_util.py::TestForcebool::test_true[on] PASSED
tests/unit/test_util.py::TestForcebool::test_true[1] PASSED
tests/unit/test_util.py::TestForcebool::test_true[True] PASSED
tests/unit/test_util.py::TestForcebool::test_false[n] PASSED
tests/unit/test_util.py::TestForcebool::test_false[no] PASSED
tests/unit/test_util.py::TestForcebool::test_false[f] PASSED
tests/unit/test_util.py::TestForcebool::test_false[false] PASSED
tests/unit/test_util.py::TestForcebool::test_false[off] PASSED
tests/unit/test_util.py::TestForcebool::test_false[0] PASSED
tests/unit/test_util.py::TestForcebool::test_false[False] PASSED
tests/unit/test_util.py::TestForcebool::test_value_error[random] PASSED
tests/unit/test_util.py::TestForcebool::test_value_error[idontknow] PASSED
tests/unit/test_util.py::TestForcebool::test_value_error[] PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_missing_param
 PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_invalid_param
 PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_valid_param
 PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_override_param
 PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_override_param_uniqueness
 PASSED
tests/unit/unmarshalling/test_path_item_params_validator.py::TestPathItemParamsValidator::test_request_object_deep_object_params
 PASSED
tests/unit/unmarshalling/test_request_unmarshallers.py::TestRequestUnmarshaller::test_request_body_extra_unmarshaller[V30RequestUnmarshaller]
 PASSED
tests/unit/unmarshalling/test_request_unmarshallers.py::TestRequestUnmarshaller::test_request_body_extra_unmarshaller[V31RequestUnmarshaller]
 PASSED
tests/unit/unmarshalling/test_request_unmarshallers.py::TestRequestUnmarshaller::test_request_param_extra_unmarshaller[V30RequestUnmarshaller]
 PASSED
tests/unit/unmarshalling/test_request_unmarshallers.py::TestRequestUnmarshaller::test_request_param_extra_unmarshaller[V31RequestUnmarshaller]
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerFactoryCreate::test_string_format_unknown
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerFactoryCreate::test_string_format_invalid_value
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_extra_format_unmarshaller_format_invalid
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_extra_format_unmarshaller_format_custom
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_extra_format_validator_format_invalid
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_extra_format_validator_format_custom
 PASSED
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_format_validator_format_invalid
 XFAIL
tests/unit/unmarshalling/test_schema_unmarshallers.py::TestOAS30SchemaUnmarshallerUnmarshal::test_schema_format_validator_format_custom
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_string_format_custom_missing
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum_invalid[0]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum_invalid[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum_invalid[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_minimum[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum_invalid[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum_invalid[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum_invalid[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum[0]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_maximum[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of_invalid[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of_invalid[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of_invalid[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_integer_multiple_of[18]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum_invalid[0]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum_invalid[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum_invalid[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_minimum[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum_invalid[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum_invalid[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum_invalid[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_minimum[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum_invalid[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum_invalid[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum_invalid[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_maximum[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum_invalid[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum_invalid[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum_invalid[5]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum[0]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_exclusive_maximum[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of_invalid[1]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of_invalid[2]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of_invalid[4]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of[3]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of[6]
 PASSED
tests/unit/validation/test_schema_validators.py::TestSchemaValidate::test_number_multiple_of[18]
 PASSED

- generated xml file: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_openapi-core/build/reports/junit.xml -

---------- coverage: platform linux, python 3.13.11-final-0 ----------
Name                                                      Stmts   Miss Branch 
BrPart  Cover   Missing
-----------------------------------------------------------------------------------------------------
openapi_core/__init__.py                                     41      0      0   
   0   100%
openapi_core/app.py                                         222      3     70   
   1    99%   125-126, 134
openapi_core/casting/__init__.py                              0      0      0   
   0   100%
openapi_core/casting/schemas/__init__.py                     21      0      0   
   0   100%
openapi_core/casting/schemas/casters.py                     125      8     32   
   5    90%   78, 96, 146, 153, 181-183, 210
openapi_core/casting/schemas/datatypes.py                     3      3      0   
   0     0%   1-4
openapi_core/casting/schemas/exceptions.py                    9      0      0   
   0   100%
openapi_core/casting/schemas/factories.py                    13      0      0   
   0   100%
openapi_core/configurations.py                               26      0      0   
   0   100%
openapi_core/contrib/__init__.py                              0      0      0   
   0   100%
openapi_core/contrib/aiohttp/__init__.py                      3      0      0   
   0   100%
openapi_core/contrib/aiohttp/requests.py                     28      1      4   
   1    94%   21
openapi_core/contrib/aiohttp/responses.py                    24      2      6   
   1    90%   21-22
openapi_core/contrib/django/__init__.py                       3      0      0   
   0   100%
openapi_core/contrib/django/handlers.py                      36      0      2   
   0   100%
openapi_core/contrib/django/integrations.py                  20      0      2   
   0   100%
openapi_core/contrib/django/middlewares.py                   28      4      6   
   1    79%   30-39
openapi_core/contrib/django/requests.py                      48      1     10   
   1    97%   75
openapi_core/contrib/django/responses.py                     30      0      4   
   0   100%
openapi_core/contrib/falcon/__init__.py                       3      0      0   
   0   100%
openapi_core/contrib/falcon/handlers.py                      45      0      2   
   0   100%
openapi_core/contrib/falcon/integrations.py                  20      1      2   
   1    91%   33
openapi_core/contrib/falcon/middlewares.py                   37      0      0   
   0   100%
openapi_core/contrib/falcon/requests.py                      53      5      8   
   3    87%   25, 27->29, 60, 73-77
openapi_core/contrib/falcon/responses.py                     32      1      8   
   1    95%   12
openapi_core/contrib/falcon/util.py                          10      0      6   
   0   100%
openapi_core/contrib/falcon/views.py                          0      0      0   
   0   100%
openapi_core/contrib/fastapi/__init__.py                      4      0      0   
   0   100%
openapi_core/contrib/fastapi/middlewares.py                   2      0      0   
   0   100%
openapi_core/contrib/fastapi/requests.py                      5      1      0   
   0    80%   8
openapi_core/contrib/fastapi/responses.py                     6      1      0   
   0    83%   10
openapi_core/contrib/flask/__init__.py                        4      0      0   
   0   100%
openapi_core/contrib/flask/decorators.py                     39      0      0   
   0   100%
openapi_core/contrib/flask/handlers.py                       42      0      2   
   0   100%
openapi_core/contrib/flask/integrations.py                   20      0      2   
   0   100%
openapi_core/contrib/flask/providers.py                       7      1      0   
   0    86%   12
openapi_core/contrib/flask/requests.py                       17      1      4   
   1    90%   27
openapi_core/contrib/flask/responses.py                       2      0      0   
   0   100%
openapi_core/contrib/flask/views.py                          13      0      0   
   0   100%
openapi_core/contrib/requests/__init__.py                     4      0      0   
   0   100%
openapi_core/contrib/requests/protocols.py                    6      0      0   
   0   100%
openapi_core/contrib/requests/requests.py                    51      3     12   
   3    90%   37, 41->47, 73-75
openapi_core/contrib/requests/responses.py                   20      0      2   
   0   100%
openapi_core/contrib/starlette/__init__.py                    3      0      0   
   0   100%
openapi_core/contrib/starlette/handlers.py                   36      0      2   
   0   100%
openapi_core/contrib/starlette/integrations.py               27      1      4   
   1    94%   51
openapi_core/contrib/starlette/middlewares.py                19      0      0   
   0   100%
openapi_core/contrib/starlette/requests.py                   25      1      2   
   1    93%   13
openapi_core/contrib/starlette/responses.py                  29      4      8   
   3    81%   13, 17, 28-29
openapi_core/contrib/werkzeug/__init__.py                     3      0      0   
   0   100%
openapi_core/contrib/werkzeug/requests.py                    31      1      2   
   1    94%   21
openapi_core/contrib/werkzeug/responses.py                   24      0      4   
   0   100%
openapi_core/datatypes.py                                    21      0      0   
   0   100%
openapi_core/deserializing/__init__.py                        0      0      0   
   0   100%
openapi_core/deserializing/exceptions.py                      2      0      0   
   0   100%
openapi_core/deserializing/media_types/__init__.py           13      0      0   
   0   100%
openapi_core/deserializing/media_types/datatypes.py           5      0      0   
   0   100%
openapi_core/deserializing/media_types/deserializers.py      84      8     24   
   4    87%   36, 39, 113-116, 187-188, 189->193
openapi_core/deserializing/media_types/exceptions.py          8      1      0   
   0    88%   14
openapi_core/deserializing/media_types/factories.py          20      1      6   
   1    92%   28
openapi_core/deserializing/media_types/util.py               43      3     10   
   1    92%   24-25, 50
openapi_core/deserializing/styles/__init__.py                12      0      0   
   0   100%
openapi_core/deserializing/styles/datatypes.py                6      0      0   
   0   100%
openapi_core/deserializing/styles/deserializers.py           21      0      2   
   0   100%
openapi_core/deserializing/styles/exceptions.py              19      2      0   
   0    89%   21, 36
openapi_core/deserializing/styles/factories.py               13      1      2   
   1    87%   15
openapi_core/deserializing/styles/util.py                   105      1     64   
   2    98%   20->18, 130
openapi_core/exceptions.py                                    4      0      0   
   0   100%
openapi_core/extensions/__init__.py                           0      0      0   
   0   100%
openapi_core/extensions/models/__init__.py                    0      0      0   
   0   100%
openapi_core/extensions/models/factories.py                  24      0      4   
   0   100%
openapi_core/extensions/models/types.py                       4      0      0   
   0   100%
openapi_core/protocols.py                                    39      0     22   
  11    82%   17->exit, 20->exit, 23->exit, 55->exit, 58->exit, 81->exit, 
98->exit, 117->exit, 120->exit, 123->exit, 126->exit
openapi_core/schema/__init__.py                               0      0      0   
   0   100%
openapi_core/schema/encodings.py                             24      4     14   
   4    79%   14, 23, 34, 40
openapi_core/schema/parameters.py                            20      0      6   
   0   100%
openapi_core/schema/protocols.py                             10      0      4   
   2    86%   9->exit, 14->exit
openapi_core/schema/schemas.py                                7      0      0   
   0   100%
openapi_core/schema/servers.py                               18      0      6   
   1    96%   23->25
openapi_core/schema/specs.py                                  5      0      0   
   0   100%
openapi_core/security/__init__.py                             3      0      0   
   0   100%
openapi_core/security/exceptions.py                           3      0      0   
   0   100%
openapi_core/security/factories.py                           14      0      0   
   0   100%
openapi_core/security/providers.py                           34      5      6   
   1    85%   15, 20, 40-41, 47
openapi_core/shortcuts.py                                    73      4      0   
   0    95%   53-54, 108-109
openapi_core/spec/__init__.py                                 0      0      0   
   0   100%
openapi_core/spec/paths.py                                    7      0      0   
   0   100%
openapi_core/templating/__init__.py                           0      0      0   
   0   100%
openapi_core/templating/datatypes.py                         12      0      2   
   0   100%
openapi_core/templating/media_types/__init__.py               0      0      0   
   0   100%
openapi_core/templating/media_types/datatypes.py              2      0      0   
   0   100%
openapi_core/templating/media_types/exceptions.py            10      0      0   
   0   100%
openapi_core/templating/media_types/finders.py               40      0     16   
   2    96%   34->39, 68->70
openapi_core/templating/paths/__init__.py                     3      0      0   
   0   100%
openapi_core/templating/paths/datatypes.py                    4      0      0   
   0   100%
openapi_core/templating/paths/exceptions.py                  23      1      0   
   0    96%   25
openapi_core/templating/paths/finders.py                     43      0      4   
   0   100%
openapi_core/templating/paths/iterators.py                   89      8     40   
   5    88%   29, 30->exit, 31->30, 81-82, 91-96, 109->exit, 176-179
openapi_core/templating/paths/protocols.py                   17      0      6   
   3    87%   15->exit, 22->exit, 33->exit
openapi_core/templating/paths/types.py                        3      0      0   
   0   100%
openapi_core/templating/paths/util.py                         3      0      0   
   0   100%
openapi_core/templating/responses/__init__.py                 0      0      0   
   0   100%
openapi_core/templating/responses/exceptions.py              10      1      0   
   0    90%   19
openapi_core/templating/responses/finders.py                 14      0      6   
   0   100%
openapi_core/templating/security/__init__.py                  0      0      0   
   0   100%
openapi_core/templating/security/exceptions.py                9      0      0   
   0   100%
openapi_core/templating/util.py                              25      0      0   
   0   100%
openapi_core/testing/__init__.py                              3      0      0   
   0   100%
openapi_core/testing/datatypes.py                            11      0      2   
   1    92%   20->exit
openapi_core/testing/requests.py                             19      0      0   
   0   100%
openapi_core/testing/responses.py                            10      0      0   
   0   100%
openapi_core/types.py                                         4      0      0   
   0   100%
openapi_core/typing.py                                        3      0      0   
   0   100%
openapi_core/unmarshalling/__init__.py                        0      0      0   
   0   100%
openapi_core/unmarshalling/configurations.py                  9      0      0   
   0   100%
openapi_core/unmarshalling/datatypes.py                       9      0      2   
   0   100%
openapi_core/unmarshalling/integrations.py                   31      2      0   
   0    94%   48, 51
openapi_core/unmarshalling/processors.py                     30      0      8   
   0   100%
openapi_core/unmarshalling/request/__init__.py               13      0      0   
   0   100%
openapi_core/unmarshalling/request/datatypes.py              11      0      0   
   0   100%
openapi_core/unmarshalling/request/processors.py             20     20      2   
   0     0%   1-34
openapi_core/unmarshalling/request/protocols.py              29      0      8   
   4    89%   42->exit, 65->exit, 73->exit, 96->exit
openapi_core/unmarshalling/request/types.py                   7      0      0   
   0   100%
openapi_core/unmarshalling/request/unmarshallers.py         187     33      0   
   0    82%   160-161, 202-204, 218-219, 259-260, 276-277, 293-294, 310-311, 
324-334, 341-351, 358-368
openapi_core/unmarshalling/response/__init__.py              13      0      0   
   0   100%
openapi_core/unmarshalling/response/datatypes.py             10      0      0   
   0   100%
openapi_core/unmarshalling/response/processors.py            21     21      2   
   0     0%   1-43
openapi_core/unmarshalling/response/protocols.py             28      0      8   
   4    89%   43->exit, 65->exit, 74->exit, 96->exit
openapi_core/unmarshalling/response/types.py                  7      0      0   
   0   100%
openapi_core/unmarshalling/response/unmarshallers.py        129     26      0   
   0    80%   104-105, 111-113, 132-133, 137-139, 177-178, 194-195, 211-212, 
225-231, 242-248
openapi_core/unmarshalling/schemas/__init__.py               28      0      0   
   0   100%
openapi_core/unmarshalling/schemas/datatypes.py               5      0      0   
   0   100%
openapi_core/unmarshalling/schemas/exceptions.py              9      0      0   
   0   100%
openapi_core/unmarshalling/schemas/factories.py              30      0     10   
   0   100%
openapi_core/unmarshalling/schemas/unmarshallers.py         174     11     58   
   3    93%   168, 180, 193, 200-206, 266
openapi_core/unmarshalling/schemas/util.py                   18      4      4   
   1    68%   17, 26-29
openapi_core/unmarshalling/typing.py                          8      0      0   
   0   100%
openapi_core/unmarshalling/unmarshallers.py                  42      3      8   
   3    88%   60, 81, 107
openapi_core/util.py                                         15      0      6   
   0   100%
openapi_core/validation/__init__.py                           0      0      0   
   0   100%
openapi_core/validation/configurations.py                    25      0      0   
   0   100%
openapi_core/validation/decorators.py                        35      0      4   
   0   100%
openapi_core/validation/exceptions.py                         6      0      0   
   0   100%
openapi_core/validation/integrations.py                      20      7      0   
   0    65%   20, 23, 26-27, 36-38
openapi_core/validation/processors.py                         8      8      0   
   0     0%   3-15
openapi_core/validation/request/__init__.py                  22      0      0   
   0   100%
openapi_core/validation/request/datatypes.py                  3      3      0   
   0     0%   1-5
openapi_core/validation/request/exceptions.py                45      5      0   
   0    89%   37, 42, 55, 60, 69
openapi_core/validation/request/protocols.py                 29      0     12   
   6    85%   36->exit, 54->exit, 59->exit, 67->exit, 85->exit, 90->exit
openapi_core/validation/request/types.py                      7      0      0   
   0   100%
openapi_core/validation/request/validators.py               292     38     30   
   1    87%   112, 251, 283, 292, 295-296, 305, 316, 329-331, 343, 354-365, 
370-376, 381-391, 396-402
openapi_core/validation/response/__init__.py                 19      0      0   
   0   100%
openapi_core/validation/response/exceptions.py               28      1      0   
   0    96%   49
openapi_core/validation/response/protocols.py                28      0     12   
   6    85%   35->exit, 52->exit, 58->exit, 67->exit, 84->exit, 90->exit
openapi_core/validation/response/types.py                     7      0      0   
   0   100%
openapi_core/validation/response/validators.py              213     43     20   
   0    81%   58, 82-84, 97-109, 204, 223, 230-231, 245, 261-268, 284, 301-308, 
322-329, 340-347
openapi_core/validation/schemas/__init__.py                   8      0      0   
   0   100%
openapi_core/validation/schemas/datatypes.py                  5      0      0   
   0   100%
openapi_core/validation/schemas/exceptions.py                12      0      0   
   0   100%
openapi_core/validation/schemas/factories.py                 31      0      8   
   0   100%
openapi_core/validation/schemas/validators.py               111      6     32   
   3    94%   58-59, 72, 97, 130-131
openapi_core/validation/validators.py                       143      9     30   
   5    91%   73, 82, 87, 98-102, 124, 179
-----------------------------------------------------------------------------------------------------
TOTAL                                                      4317    323    716   
 100    91%
Coverage XML written to file reports/coverage.xml

================= 1424 passed, 2 skipped, 20 xfailed in 11.66s =================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to