Package: src:urwid Version: 2.6.16-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:urwid, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild debian/rules execute_before_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f urwid/tests/test_vterm.py make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean rm -f urwid/*.so rm -f urwid/version.py make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary [... snipped ...] test_focus (tests.test_frame.FrameTest.test_focus) ... ok test1 (tests.test_graphics.BarGraphTest.test1) ... ok test2 (tests.test_graphics.BarGraphTest.test2) ... ok test1 (tests.test_graphics.SmoothBarGraphTest.test1) ... ok test_basics (tests.test_grid_flow.GridFlowTest.test_basics) ... ok test_cell_width (tests.test_grid_flow.GridFlowTest.test_cell_width) ... ok test_common (tests.test_grid_flow.GridFlowTest.test_common) ... ok test_default_focus (tests.test_grid_flow.GridFlowTest.test_default_focus) ... ok test_deprecated (tests.test_grid_flow.GridFlowTest.test_deprecated) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_grid_flow.py:201: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to set the focus. gf.set_focus(0) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_grid_flow.py:202: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to set the focus. self.assertRaises(IndexError, lambda: gf.set_focus(-1)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_grid_flow.py:203: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to set the focus. self.assertRaises(IndexError, lambda: gf.set_focus(3)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_grid_flow.py:204: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to set the focus. gf.set_focus(t1) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_grid_flow.py:206: PendingDeprecationWarning: only for backwards compatibility.You may also use the new standard container property `focus_position` to set the focus. self.assertRaises(ValueError, lambda: gf.set_focus("nonexistant")) ok test_empty (tests.test_grid_flow.GridFlowTest.test_empty) Test behaviour of empty widget. ... ok test_fixed (tests.test_grid_flow.GridFlowTest.test_fixed) ... ok test_focus_position (tests.test_grid_flow.GridFlowTest.test_focus_position) ... ok test_keypress_v_sep_0 (tests.test_grid_flow.GridFlowTest.test_keypress_v_sep_0) Ensure proper keypress handling when v_sep is 0. ... ok test_length (tests.test_grid_flow.GridFlowTest.test_length) ... ok test_multiline (tests.test_grid_flow.GridFlowTest.test_multiline) Test widgets fit only with multiple lines ... ok test_multiline_2 (tests.test_grid_flow.GridFlowTest.test_multiline_2) Test widgets fit only with multiple lines ... ok test_not_fit (tests.test_grid_flow.GridFlowTest.test_not_fit) Test scenario with maxcol < cell_width (special case, warning will be produced). ... ok test_v_sep (tests.test_grid_flow.GridFlowTest.test_v_sep) ... ok test_border (tests.test_line_box.LineBoxTest.test_border) ... ok test_columns_of_lineboxes (tests.test_line_box.LineBoxTest.test_columns_of_lineboxes) ... ok test_header (tests.test_line_box.LineBoxTest.test_header) ... ok test_linebox_pack (tests.test_line_box.LineBoxTest.test_linebox_pack) ... ok test_negative (tests.test_line_box.LineBoxTest.test_negative) ... ok test_partial_contour (tests.test_line_box.LineBoxTest.test_partial_contour) ... ok test1_simple (tests.test_listbox.ListBoxCalculateVisibleTest.test1_simple) ... ok test2_cursor (tests.test_listbox.ListBoxCalculateVisibleTest.test2_cursor) ... ok test_not_sized (tests.test_listbox.ListBoxCalculateVisibleTest.test_not_sized) ... ok test_sized (tests.test_listbox.ListBoxCalculateVisibleTest.test_sized) ... ok test1unselectable (tests.test_listbox.ListBoxChangeFocusTest.test1unselectable) ... ok test2selectable (tests.test_listbox.ListBoxChangeFocusTest.test2selectable) ... ok test3large_selectable (tests.test_listbox.ListBoxChangeFocusTest.test3large_selectable) ... ok test4cursor (tests.test_listbox.ListBoxChangeFocusTest.test4cursor) ... ok test5set_focus_valign (tests.test_listbox.ListBoxChangeFocusTest.test5set_focus_valign) ... ok test1_up (tests.test_listbox.ListBoxKeypressTest.test1_up) ... ok test2_down (tests.test_listbox.ListBoxKeypressTest.test2_down) ... ok test3_page_up (tests.test_listbox.ListBoxKeypressTest.test3_page_up) ... ok test4_page_down (tests.test_listbox.ListBoxKeypressTest.test4_page_down) ... ok test1_simple (tests.test_listbox.ListBoxRenderTest.test1_simple) ... ok test2_trim (tests.test_listbox.ListBoxRenderTest.test2_trim) ... ok test3_shift (tests.test_listbox.ListBoxRenderTest.test3_shift) ... ok test4_really_large_contents (tests.test_listbox.ListBoxRenderTest.test4_really_large_contents) ... ok test_signal_connected (tests.test_listbox.ListBoxSetBodyTest.test_signal_connected) ... ok test_01_simple_list_walker (tests.test_listbox.TestListWalkerFromIterable.test_01_simple_list_walker) ... ok test_02_simple_focus_list_walker (tests.test_listbox.TestListWalkerFromIterable.test_02_simple_focus_list_walker) ... ok test_listbox_pile (tests.test_listbox.ZeroHeightContentsTest.test_listbox_pile) ... ok test_listbox_text_pile_down (tests.test_listbox.ZeroHeightContentsTest.test_listbox_text_pile_down) ... ok test_listbox_text_pile_page_down (tests.test_listbox.ZeroHeightContentsTest.test_listbox_text_pile_page_down) ... ok test_listbox_text_pile_page_up (tests.test_listbox.ZeroHeightContentsTest.test_listbox_text_pile_page_up) ... ok test_listbox_text_pile_up (tests.test_listbox.ZeroHeightContentsTest.test_listbox_text_pile_up) ... ok test_watch_pipe (tests.test_main_loop.TestMainLoop.test_watch_pipe) Test watching pipe is stopped on explicit False only. ... ok test_moved_imports_direct (tests.test_moved_imports.TestMovedImports.test_moved_imports_direct) ... ok test_moved_imports_nested (tests.test_moved_imports.TestMovedImports.test_moved_imports_nested) ... ok test_common (tests.test_overlay.OverlayTest.test_common) ... ok test_get_cursor_coords (tests.test_overlay.OverlayTest.test_get_cursor_coords) ... ok test_length (tests.test_overlay.OverlayTest.test_length) ... ok test_old_params (tests.test_overlay.OverlayTest.test_old_params) ... ok test_relative (tests.test_overlay.OverlayTest.test_relative) ... ok test_sizing_box_fixed_given (tests.test_overlay.OverlayTest.test_sizing_box_fixed_given) ... ok test_sizing_box_fixed_relative (tests.test_overlay.OverlayTest.test_sizing_box_fixed_relative) ... ok test_sizing_flow_fixed (tests.test_overlay.OverlayTest.test_sizing_flow_fixed) ... ok test_create (tests.test_padding.PaddingTest.test_create) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/urwid/widget/padding.py:128: DeprecationWarning: builtins.NoneType is not subclass of Widget super().__init__(w) ok test_cursor (tests.test_padding.PaddingTest.test_cursor) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/urwid/widget/padding.py:128: DeprecationWarning: tests.test_padding.Inner is not subclass of Widget super().__init__(w) ok test_fixed (tests.test_padding.PaddingTest.test_fixed) Test real-world like scenario with padded contents. ... ok test_insufficient_space (tests.test_padding.PaddingTest.test_insufficient_space) ... ok test_reduced_padding_cursor (tests.test_padding.PaddingTest.test_reduced_padding_cursor) ... ok test_sizing (tests.test_padding.PaddingTest.test_sizing) ... ok test_values (tests.test_padding.PaddingTest.test_values) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/urwid/widget/padding.py:128: DeprecationWarning: builtins.NoneType is not subclass of Widget super().__init__(w) ok test_basic_sizing (tests.test_pile.PileTest.test_basic_sizing) ... ok test_change_focus_with_mouse (tests.test_pile.PileTest.test_change_focus_with_mouse) ... ok test_common (tests.test_pile.PileTest.test_common) ... ok test_deprecated (tests.test_pile.PileTest.test_deprecated) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:445: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus. p.set_focus(0) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:446: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus. self.assertRaises(IndexError, lambda: p.set_focus(-1)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:447: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus. self.assertRaises(IndexError, lambda: p.set_focus(2)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:448: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus. p.set_focus(t2) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:450: PendingDeprecationWarning: for backwards compatibility.You may also use the new standard container property .focus to get the child widget in focus. self.assertRaises(ValueError, lambda: p.set_focus("nonexistant")) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:453: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.assertEqual(p.widget_list, [t1, t2]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:454: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.assertEqual(p.item_types, [("weight", 1), ("weight", 1)]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:458: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.assertEqual(p.widget_list, [t2, t1]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:461: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` p.item_types = [("flow", None), ("weight", 2)] /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:462: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.assertEqual(p.item_types, [("flow", None), ("weight", 2)]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:470: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` p.widget_list.extend([t2, t1]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:472: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.assertEqual(p.item_types, [("flow", None), ("weight", 1), ("weight", 1)]) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_pile.py:473: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` p.item_types[:] = [("weight", 2)] /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/urwid/widget/pile.py:351: PendingDeprecationWarning: only for backwards compatibility. You should use the new standard container property `contents` self.item_types = ml ok test_focus_position (tests.test_pile.PileTest.test_focus_position) ... ok test_init_with_a_generator (tests.test_pile.PileTest.test_init_with_a_generator) ... ok test_length (tests.test_pile.PileTest.test_length) ... ok test_mouse_event_in_empty_pile (tests.test_pile.PileTest.test_mouse_event_in_empty_pile) ... ok test_not_a_widget (tests.test_pile.PileTest.test_not_a_widget) ... ok test_pack_render_fixed (tests.test_pile.PileTest.test_pack_render_fixed) Potential real world case ... ok test_select_change (tests.test_pile.PileTest.test_select_change) ... ok test_zero_weight (tests.test_pile.PileTest.test_zero_weight) ... ok test_attrspec_to_escape (tests.test_raw_display.TestRawDisplay.test_attrspec_to_escape) ... ok test_basic (tests.test_scrollable.TestScrollBarAttrMap.test_basic) Test basic init and scroll. ... ok test_empty (tests.test_scrollable.TestScrollBarListBox.test_empty) Empty widget should be correctly rendered. ... ok test_relative_non_selectable (tests.test_scrollable.TestScrollBarListBox.test_relative_non_selectable) ... ok test_hinted_len (tests.test_scrollable.TestScrollBarListBoxAttrMap.test_hinted_len) ... ok test_large_non_selectable (tests.test_scrollable.TestScrollBarListBoxAttrMap.test_large_non_selectable) ... ok test_large_selectable (tests.test_scrollable.TestScrollBarListBoxAttrMap.test_large_selectable) Input is handled by LineBox and wrapped widgets. ... ok test_relative_non_selectable (tests.test_scrollable.TestScrollBarListBoxAttrMap.test_relative_non_selectable) ... ok test_alt_symbols (tests.test_scrollable.TestScrollBarScrollable.test_alt_symbols) ... ok test_basic (tests.test_scrollable.TestScrollBarScrollable.test_basic) Test basic init and scroll. ... ok test_fixed (tests.test_scrollable.TestScrollBarScrollable.test_fixed) Test with fixed wrapped widget. ... ok test_negative (tests.test_scrollable.TestScrollBarScrollable.test_negative) ... ok test_no_scrollbar (tests.test_scrollable.TestScrollBarScrollable.test_no_scrollbar) If widget fit without scroll - no scrollbar needed ... ok test_basic (tests.test_scrollable.TestScrollable.test_basic) Test basic init and scroll. ... ok test_negative (tests.test_scrollable.TestScrollable.test_negative) ... ok test_basic (tests.test_scrollable.TestScrollableAttrMap.test_basic) Test basic init and scroll. ... ok test_negative (tests.test_scrollable.TestScrollableAttrMap.test_negative) ... ok test_connect (tests.test_signals.SiglnalsTest.test_connect) ... ok test_weak_del (tests.test_signals.SiglnalsTest.test_weak_del) ... ok test1byte (tests.test_str_util.DecodeOneTest.test1byte) ... ok test2byte (tests.test_str_util.DecodeOneTest.test2byte) ... ok test3byte (tests.test_str_util.DecodeOneTest.test3byte) ... ok test4byte (tests.test_str_util.DecodeOneTest.test4byte) ... ok test (tests.test_text_layout.CalcBreaksCantDisplayTest.test) ... ok test_calc_breaks_char (tests.test_text_layout.CalcBreaksTest.test_calc_breaks_char) ... ok test_calc_breaks_db_word (tests.test_text_layout.CalcBreaksTest.test_calc_breaks_db_word) ... ok test_calc_breaks_utf8 (tests.test_text_layout.CalcBreaksTest.test_calc_breaks_utf8) ... ok test_calc_breaks_word (tests.test_text_layout.CalcBreaksTest.test_calc_breaks_word) ... ok test_calc_breaks_word_2 (tests.test_text_layout.CalcBreaksTest.test_calc_breaks_word_2) ... ok test_calc_reaks_db_char (tests.test_text_layout.CalcBreaksTest.test_calc_reaks_db_char) ... ok tests (tests.test_text_layout.CalcPosTest.tests) ... ok test_calc_translate (tests.test_text_layout.CalcTranslateTest.test_calc_translate) ... ok test_calc_translate_cant_display (tests.test_text_layout.CalcTranslateTest.test_calc_translate_cant_display) ... ok test_calc_translate_char (tests.test_text_layout.CalcTranslateTest.test_calc_translate_char) ... ok test_calc_translate_clip (tests.test_text_layout.CalcTranslateTest.test_calc_translate_clip) ... ok test_calc_translate_clip_2 (tests.test_text_layout.CalcTranslateTest.test_calc_translate_clip_2) ... ok test_calc_translate_word (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word) ... ok test_calc_translate_word_2 (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word_2) ... ok test_calc_translate_word_3 (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word_3) ... ok test_calc_translate_word_3_decoded (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word_3_decoded) ... ok test_calc_translate_word_4 (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word_4) ... ok test_calc_translate_word_5 (tests.test_text_layout.CalcTranslateTest.test_calc_translate_word_5) ... ok test (tests.test_text_layout.Pos2CoordsTest.test) ... ok test1_padding (tests.test_text_layout.SubsegTest.test1_padding) ... ok test2_text (tests.test_text_layout.SubsegTest.test2_text) ... ok test3_range (tests.test_text_layout.SubsegTest.test3_range) ... ok test_ellipsis_encoding_support (tests.test_text_layout.TestEllipsis.test_ellipsis_encoding_support) ... ok test (tests.test_text_layout.TestTextLayoutNoPack.test) Text widget pack should work also with layout not supporting `pack` method. ... ok test_basic (tests.test_tree.TestTree.test_basic) ... ok test_deep_nested_collapse_expand (tests.test_tree.TestTree.test_deep_nested_collapse_expand) ... ok test_nested_behavior (tests.test_tree.TestTree.test_nested_behavior) ... ok test1 (tests.test_util.CalcTextPosTest.test1) ... ok test2_wide (tests.test_util.CalcTextPosTest.test2_wide) ... ok test3_utf8 (tests.test_util.CalcTextPosTest.test3_utf8) ... ok test4_utf8 (tests.test_util.CalcTextPosTest.test4_utf8) ... ok test1 (tests.test_util.CalcWidthTest.test1) ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_urwid/build/tests/test_util.py:19: UnicodeWarning: `calc_width` with text encoded to bytes can produce incorrect resultsdue to possible offset in the middle of character: 'utf-8' codec can't decode byte 0xe6 in position 0: unexpected end of data result = str_util.calc_width(s, 0, len(s)) ok test2 (tests.test_util.CalcWidthTest.test2) ... ok test1 (tests.test_util.ConvertDecSpecialTest.test1) ... ok test_locale (tests.test_util.PortabilityTest.test_locale) ... ok test_rle_append (tests.test_util.RleTest.test_rle_append) ... ok test_rle_prepend (tests.test_util.RleTest.test_rle_prepend) ... ok test (tests.test_util.TagMarkupTest.test) ... ok test_bad_tuple (tests.test_util.TagMarkupTest.test_bad_tuple) ... ok test_bad_type (tests.test_util.TagMarkupTest.test_bad_type) ... ok test_001_empty (tests.test_util.TestEmptyMarkup.test_001_empty) ... ok test1 (tests.test_util.WithinDoubleByteTest.test1) ... ok test2 (tests.test_util.WithinDoubleByteTest.test2) ... ok test3 (tests.test_util.WithinDoubleByteTest.test3) ... ok test_bracketed_paste_mode_off (tests.test_vterm.TermTest.test_bracketed_paste_mode_off) ... ok test_bracketed_paste_mode_on (tests.test_vterm.TermTest.test_bracketed_paste_mode_on) ... ok test_carriage_return (tests.test_vterm.TermTest.test_carriage_return) ... ok test_cursor_scrolling_region (tests.test_vterm.TermTest.test_cursor_scrolling_region) ... ok test_cursor_scrolling_region_with_focus (tests.test_vterm.TermTest.test_cursor_scrolling_region_with_focus) ... ok test_cursor_visibility (tests.test_vterm.TermTest.test_cursor_visibility) ... ok test_defargs (tests.test_vterm.TermTest.test_defargs) ... ok test_deletelines (tests.test_vterm.TermTest.test_deletelines) ... ok test_encoding_unicode (tests.test_vterm.TermTest.test_encoding_unicode) ... ok test_encoding_unicode_ascii (tests.test_vterm.TermTest.test_encoding_unicode_ascii) ... ok test_encoding_vt100_graphics (tests.test_vterm.TermTest.test_encoding_vt100_graphics) ... ok test_encoding_wrong_unicode (tests.test_vterm.TermTest.test_encoding_wrong_unicode) ... ok test_erase_display (tests.test_vterm.TermTest.test_erase_display) ... ok test_erase_line (tests.test_vterm.TermTest.test_erase_line) ... ok test_get_utf8_len (tests.test_vterm.TermTest.test_get_utf8_len) ... ok test_horizontal_resize (tests.test_vterm.TermTest.test_horizontal_resize) ... ok test_ibmpc_mapping (tests.test_vterm.TermTest.test_ibmpc_mapping) ... ok test_in_listbox (tests.test_vterm.TermTest.test_in_listbox) ... ok test_insertlines (tests.test_vterm.TermTest.test_insertlines) ... ok test_linefeed (tests.test_vterm.TermTest.test_linefeed) ... ok test_linefeed2 (tests.test_vterm.TermTest.test_linefeed2) ... ok test_movement (tests.test_vterm.TermTest.test_movement) ... ok test_nul (tests.test_vterm.TermTest.test_nul) ... ok test_nullargs (tests.test_vterm.TermTest.test_nullargs) ... ok test_relative_region_jump (tests.test_vterm.TermTest.test_relative_region_jump) ... ok test_scrolling_region_move (tests.test_vterm.TermTest.test_scrolling_region_move) ... ok test_scrolling_region_move_with_focus (tests.test_vterm.TermTest.test_scrolling_region_move_with_focus) ... ok test_scrolling_region_reverse (tests.test_vterm.TermTest.test_scrolling_region_reverse) ... ok test_scrolling_region_reverse_with_focus (tests.test_vterm.TermTest.test_scrolling_region_reverse_with_focus) ... ok test_scrolling_region_simple (tests.test_vterm.TermTest.test_scrolling_region_simple) ... ok test_scrolling_region_simple_with_focus (tests.test_vterm.TermTest.test_scrolling_region_simple_with_focus) ... ok test_scrolling_twice (tests.test_vterm.TermTest.test_scrolling_twice) ... ok test_scrolling_twice_with_focus (tests.test_vterm.TermTest.test_scrolling_twice_with_focus) ... ok test_set_leds (tests.test_vterm.TermTest.test_set_leds) ... ok test_set_multiple_modes (tests.test_vterm.TermTest.test_set_multiple_modes) ... ok test_set_title (tests.test_vterm.TermTest.test_set_title) ... ok test_simplestring (tests.test_vterm.TermTest.test_simplestring) ... ok test_vertical_resize (tests.test_vterm.TermTest.test_vertical_resize) ... ok test_wrap_backspace_tab (tests.test_vterm.TermTest.test_wrap_backspace_tab) ... ok test_wrap_simple (tests.test_vterm.TermTest.test_wrap_simple) ... ok test1_SpaceWrap (tests.test_widget.EditRenderTest.test1_SpaceWrap) ... ok test2_ClipWrap (tests.test_widget.EditRenderTest.test2_ClipWrap) ... ok test3_AnyWrap (tests.test_widget.EditRenderTest.test3_AnyWrap) ... ok test4_CursorNudge (tests.test_widget.EditRenderTest.test4_CursorNudge) ... ok test1_left (tests.test_widget.EditTest.test1_left) ... ok test2_right (tests.test_widget.EditTest.test2_right) ... ok test3_up (tests.test_widget.EditTest.test3_up) ... ok test4_down (tests.test_widget.EditTest.test4_down) ... ok test_utf8_input (tests.test_widget.EditTest.test_utf8_input) ... ok test1_wrap (tests.test_widget.TextTest.test1_wrap) ... ok test2_left (tests.test_widget.TextTest.test2_left) ... ok test3_right (tests.test_widget.TextTest.test3_right) ... ok test4_center (tests.test_widget.TextTest.test4_center) ... ok test5_encode_error (tests.test_widget.TextTest.test5_encode_error) ... ok ---------------------------------------------------------------------- Ran 426 tests in 4.815s OK (skipped=23) (<class 'ZeroDivisionError'>, ZeroDivisionError('division by zero'), <traceback object at 0x7f474e0c5d80>) 1.01 1.01 2.5 2.5 300 300 4.100 4.100 5.001 5.001 dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:7: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

