Package: src:pytest-mypy-testing
Version: 0.1.3-3
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:pytest-mypy-testing, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
Successfully built pytest_mypy_testing-0.1.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
Successfully built pytest_mypy_testing-0.1.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; 
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.14
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pytest.ini
collecting ... collected 69 items
run-last-failure: no previously failed tests, not deselecting items.

tests/test___init__.py::test_version PASSED                              [  1%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment FAILED [  2%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
 FAILED [  4%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code__message_does_not_match
 XFAIL [  5%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
 FAILED [  7%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code__error_code_does_not_match
 XFAIL [  8%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_no_message_and_no_error_code
 XFAIL [ 10%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type FAILED   [ 11%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var 
FAILED [ 13%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var FAILED 
[ 14%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var 
FAILED [ 15%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
 FAILED [ 17%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_skip_marker SKIPPED  [ 18%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_wrong_reveal_type XFAIL [ 
20%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_missing_note XFAIL [ 21%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_unexpected_note XPASS [ 
23%]
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
 XPASS [ 24%]
tests/test_message.py::test_init_severity[r-note] PASSED                 [ 26%]
tests/test_message.py::test_init_severity[N-note] PASSED                 [ 27%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-None] 
PASSED [ 28%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-foo] 
PASSED [ 30%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-foo] PASSED [ 31%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-] PASSED [ 33%]
tests/test_message.py::test_message_from_comment[z.py-#type:ignore# W: 
bar-warning-bar-None] PASSED [ 34%]
tests/test_message.py::test_message_from_comment[z.py-# type: ignore # W: 
bar-warning-bar-None] PASSED [ 36%]
tests/test_message.py::test_message_from_comment[z.py-# R: bar-note-Revealed 
type is 'bar'-None] PASSED [ 37%]
tests/test_message.py::test_message_from_invalid_comment PASSED          [ 39%]
tests/test_message.py::test_message_from_output[z.py:1: note: bar-note-bar] 
PASSED [ 40%]
tests/test_message.py::test_message_from_output[z.py:1:2: note: bar-note-bar] 
PASSED [ 42%]
tests/test_message.py::test_message_from_output[z.py:1:2: error: 
fubar-error-fubar] PASSED [ 43%]
tests/test_message.py::test_message_from_invalid_output[foo.py:a: fubar] PASSED 
[ 44%]
tests/test_message.py::test_message_from_invalid_output[fubar] PASSED    [ 46%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1: fubar] PASSED 
[ 47%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: fubar] 
PASSED [ 49%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: not: fubar] 
PASSED [ 50%]
tests/test_message.py::test_message_eq[a0-b0] PASSED                     [ 52%]
tests/test_message.py::test_message_eq[a1-b1] PASSED                     [ 53%]
tests/test_message.py::test_message_eq[a2-b2] PASSED                     [ 55%]
tests/test_message.py::test_message_eq[a3-b3] PASSED                     [ 56%]
tests/test_message.py::test_message_neq_with_not_message PASSED          [ 57%]
tests/test_message.py::test_message_hash PASSED                          [ 59%]
tests/test_message.py::test_message_str PASSED                           [ 60%]
tests/test_output_processing.py::test_output_mismatch_neither_actual_nor_expected
 PASSED [ 62%]
tests/test_output_processing.py::test_output_mismatch_actual_lineno_or_severity_without_actual
 PASSED [ 63%]
tests/test_output_processing.py::test_output_mismatch_expected_lineno_or_severity_without_expected
 PASSED [ 65%]
tests/test_output_processing.py::test_output_mismatch_line_number_mismatch 
PASSED [ 66%]
tests/test_output_processing.py::test_output_mismatch_with_actual_and_expected 
PASSED [ 68%]
tests/test_output_processing.py::test_output_mismatch_only_expected PASSED [ 
69%]
tests/test_output_processing.py::test_output_mismatch_only_actual PASSED [ 71%]
tests/test_output_processing.py::test_iter_diff_sequences PASSED         [ 72%]
tests/test_output_processing.py::test_diff_message_sequences PASSED      [ 73%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[None]
 PASSED [ 75%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[123]
 PASSED [ 76%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[abc]
 PASSED [ 78%]
tests/test_parser.py::test_create_mypy_test_case PASSED                  [ 79%]
tests/test_parser.py::test_iter_comments PASSED                          [ 81%]
tests/test_parser.py::test_parse_file_basic_call_works_with_py37 PASSED  [ 82%]
tests/test_parser.py::test_parse_async PASSED                            [ 84%]
tests/test_plugin.py::test_create_mypy_assertion_error PASSED            [ 85%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py] PASSED 
[ 86%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
 PASSED [ 88%]
tests/test_plugin.py::test_pytest_collect_file[test_z.py] PASSED         [ 89%]
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing] PASSED [ 
91%]
tests/test_strutil.py::test_common_prefix[--] PASSED                     [ 92%]
tests/test_strutil.py::test_common_prefix[a-a-a] PASSED                  [ 94%]
tests/test_strutil.py::test_common_prefix[abc-abcd-abc] PASSED           [ 95%]
tests/test_strutil.py::test_common_prefix[abcd-abc-abc] PASSED           [ 97%]
tests/test_strutil.py::test_common_prefix[abc-xyz-] PASSED               [ 98%]
tests/test_strutil.py::test_dedent PASSED                                [100%]

=================================== FAILURES ===================================
______________________ [mypy]mypy_test_invalid_assignment ______________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:11:
 error (missing): Incompatible types in assignment (expression has type "int", 
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_with_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:17:
 error (missing): Incompatible types in assignment (expression has type "int", 
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_only_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:30:
 error (missing): 
_______________________ [mypy]mypy_test_use_reveal_type ________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:49:
 note (missing): Revealed type is 'Literal[123]?'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:50:
 note (missing): Revealed type is 'Literal[456]?'
__________________ [mypy]mypy_test_use_reveal_type__float_var __________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:56:
 note (missing): Revealed type is 'builtins.float'
___________________ [mypy]mypy_test_use_reveal_type__int_var ___________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:62:
 note (missing): Revealed type is 'builtins.int'
________________ [mypy]mypy_test_use_reveal_type__int_list_var _________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:68:
 note (missing): Revealed type is 'builtins.list[builtins.int]'
____ [mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk ____
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_basics.mypy-testing:74:
 note (missing): Revealed type is 'builtins.list[builtins.int*]'
============================= slowest 20 durations =============================
0.18s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment
0.14s call     
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
0.01s teardown 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
0.00s setup    tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s call     tests/test_parser.py::test_parse_async
0.00s call     
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s setup    tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s setup    tests/test_parser.py::test_parse_async
0.00s setup    tests/test_message.py::test_init_severity[r-note]
0.00s call     tests/test_output_processing.py::test_diff_message_sequences
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: 
bar-error-bar-None]
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: 
bar-error-bar-foo]
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-foo]
=========================== short test summary info ============================
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
 - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
 - 
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var - 
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var 
- 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
 - 
======== 8 failed, 53 passed, 1 skipped, 5 xfailed, 2 xpassed in 0.82s =========
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pytest.ini
collecting ... collected 69 items
run-last-failure: no previously failed tests, not deselecting items.

tests/test___init__.py::test_version PASSED                              [  1%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment FAILED [  2%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
 FAILED [  4%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code__message_does_not_match
 XFAIL [  5%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
 FAILED [  7%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code__error_code_does_not_match
 XFAIL [  8%]
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_no_message_and_no_error_code
 XFAIL [ 10%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type FAILED   [ 11%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var 
FAILED [ 13%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var FAILED 
[ 14%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var 
FAILED [ 15%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
 FAILED [ 17%]
tests/test_basics.mypy-testing::[mypy]mypy_test_use_skip_marker SKIPPED  [ 18%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_wrong_reveal_type XFAIL [ 
20%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_missing_note XFAIL [ 21%]
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_unexpected_note XPASS [ 
23%]
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
 XPASS [ 24%]
tests/test_message.py::test_init_severity[r-note] PASSED                 [ 26%]
tests/test_message.py::test_init_severity[N-note] PASSED                 [ 27%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-None] 
PASSED [ 28%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar-error-bar-foo] 
PASSED [ 30%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-foo] PASSED [ 31%]
tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-] PASSED [ 33%]
tests/test_message.py::test_message_from_comment[z.py-#type:ignore# W: 
bar-warning-bar-None] PASSED [ 34%]
tests/test_message.py::test_message_from_comment[z.py-# type: ignore # W: 
bar-warning-bar-None] PASSED [ 36%]
tests/test_message.py::test_message_from_comment[z.py-# R: bar-note-Revealed 
type is 'bar'-None] PASSED [ 37%]
tests/test_message.py::test_message_from_invalid_comment PASSED          [ 39%]
tests/test_message.py::test_message_from_output[z.py:1: note: bar-note-bar] 
PASSED [ 40%]
tests/test_message.py::test_message_from_output[z.py:1:2: note: bar-note-bar] 
PASSED [ 42%]
tests/test_message.py::test_message_from_output[z.py:1:2: error: 
fubar-error-fubar] PASSED [ 43%]
tests/test_message.py::test_message_from_invalid_output[foo.py:a: fubar] PASSED 
[ 44%]
tests/test_message.py::test_message_from_invalid_output[fubar] PASSED    [ 46%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1: fubar] PASSED 
[ 47%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: fubar] 
PASSED [ 49%]
tests/test_message.py::test_message_from_invalid_output[foo.py:1:1: not: fubar] 
PASSED [ 50%]
tests/test_message.py::test_message_eq[a0-b0] PASSED                     [ 52%]
tests/test_message.py::test_message_eq[a1-b1] PASSED                     [ 53%]
tests/test_message.py::test_message_eq[a2-b2] PASSED                     [ 55%]
tests/test_message.py::test_message_eq[a3-b3] PASSED                     [ 56%]
tests/test_message.py::test_message_neq_with_not_message PASSED          [ 57%]
tests/test_message.py::test_message_hash PASSED                          [ 59%]
tests/test_message.py::test_message_str PASSED                           [ 60%]
tests/test_output_processing.py::test_output_mismatch_neither_actual_nor_expected
 PASSED [ 62%]
tests/test_output_processing.py::test_output_mismatch_actual_lineno_or_severity_without_actual
 PASSED [ 63%]
tests/test_output_processing.py::test_output_mismatch_expected_lineno_or_severity_without_expected
 PASSED [ 65%]
tests/test_output_processing.py::test_output_mismatch_line_number_mismatch 
PASSED [ 66%]
tests/test_output_processing.py::test_output_mismatch_with_actual_and_expected 
PASSED [ 68%]
tests/test_output_processing.py::test_output_mismatch_only_expected PASSED [ 
69%]
tests/test_output_processing.py::test_output_mismatch_only_actual PASSED [ 71%]
tests/test_output_processing.py::test_iter_diff_sequences PASSED         [ 72%]
tests/test_output_processing.py::test_diff_message_sequences PASSED      [ 73%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[None]
 PASSED [ 75%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[123]
 PASSED [ 76%]
tests/test_parser.py::test_cannot_create_mypy_test_case_from_ast_node_without_valid_node[abc]
 PASSED [ 78%]
tests/test_parser.py::test_create_mypy_test_case PASSED                  [ 79%]
tests/test_parser.py::test_iter_comments PASSED                          [ 81%]
tests/test_parser.py::test_parse_file_basic_call_works_with_py37 PASSED  [ 82%]
tests/test_parser.py::test_parse_async PASSED                            [ 84%]
tests/test_plugin.py::test_create_mypy_assertion_error PASSED            [ 85%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py] PASSED 
[ 86%]
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
 PASSED [ 88%]
tests/test_plugin.py::test_pytest_collect_file[test_z.py] PASSED         [ 89%]
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing] PASSED [ 
91%]
tests/test_strutil.py::test_common_prefix[--] PASSED                     [ 92%]
tests/test_strutil.py::test_common_prefix[a-a-a] PASSED                  [ 94%]
tests/test_strutil.py::test_common_prefix[abc-abcd-abc] PASSED           [ 95%]
tests/test_strutil.py::test_common_prefix[abcd-abc-abc] PASSED           [ 97%]
tests/test_strutil.py::test_common_prefix[abc-xyz-] PASSED               [ 98%]
tests/test_strutil.py::test_dedent PASSED                                [100%]

=================================== FAILURES ===================================
______________________ [mypy]mypy_test_invalid_assignment ______________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:11:
 error (missing): Incompatible types in assignment (expression has type "int", 
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_with_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:17:
 error (missing): Incompatible types in assignment (expression has type "int", 
variable has type "str")
______________ [mypy]mypy_test_invalid_assignment_only_error_code ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:30:
 error (missing): 
_______________________ [mypy]mypy_test_use_reveal_type ________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:49:
 note (missing): Revealed type is 'Literal[123]?'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:50:
 note (missing): Revealed type is 'Literal[456]?'
__________________ [mypy]mypy_test_use_reveal_type__float_var __________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:56:
 note (missing): Revealed type is 'builtins.float'
___________________ [mypy]mypy_test_use_reveal_type__int_var ___________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:62:
 note (missing): Revealed type is 'builtins.int'
________________ [mypy]mypy_test_use_reveal_type__int_list_var _________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:68:
 note (missing): Revealed type is 'builtins.list[builtins.int]'
____ [mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk ____
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing:74:
 note (missing): Revealed type is 'builtins.list[builtins.int*]'
============================= slowest 20 durations =============================
0.17s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment
0.13s call     
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
0.00s setup    tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s call     tests/test_parser.py::test_parse_async
0.00s call     
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[test_z.mypy-testing]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
0.00s setup    
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s setup    tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s setup    tests/test_parser.py::test_parse_async
0.00s setup    tests/test_message.py::test_init_severity[r-note]
0.00s call     tests/test_output_processing.py::test_diff_message_sequences
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: 
bar-error-bar-None]
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: 
bar-error-bar-foo]
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-foo]
0.00s setup    tests/test_message.py::test_message_from_comment[z.py-# E: bar 
[foo]-error-bar-]
=========================== short test summary info ============================
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
 - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
 - 
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var - 
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var 
- 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var - 
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
 - 
======== 8 failed, 53 passed, 1 skipped, 5 xfailed, 2 xpassed in 0.77s =========
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to