Source: zope.exceptions Version: 4.4-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20211220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --with python3 --buildsystem=pybuild > dh_update_autotools_config -O--buildsystem=pybuild > dh_autoreconf -O--buildsystem=pybuild > dh_auto_configure -O--buildsystem=pybuild > I: pybuild base:237: python3.10 setup.py config > running config > I: pybuild base:237: python3.9 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:237: /usr/bin/python3.10 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope > copying src/zope/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/exceptionformatter.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/log.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/test_log.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/test_exceptionformatter.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_zope.exceptions/build/zope/exceptions/tests > running egg_info > writing src/zope.exceptions.egg-info/PKG-INFO > writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt > writing namespace_packages to > src/zope.exceptions.egg-info/namespace_packages.txt > writing requirements to src/zope.exceptions.egg-info/requires.txt > writing top-level names to src/zope.exceptions.egg-info/top_level.txt > reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'LICENSE.txt' > writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > I: pybuild base:237: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope > copying src/zope/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/exceptionformatter.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/interfaces.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions > copying src/zope/exceptions/log.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/test_log.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions/tests > copying src/zope/exceptions/tests/test_exceptionformatter.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_zope.exceptions/build/zope/exceptions/tests > running egg_info > writing src/zope.exceptions.egg-info/PKG-INFO > writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt > writing namespace_packages to > src/zope.exceptions.egg-info/namespace_packages.txt > writing requirements to src/zope.exceptions.egg-info/requires.txt > writing top-level names to src/zope.exceptions.egg-info/top_level.txt > reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'LICENSE.txt' > writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:237: python3.10 setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a > future version. Users looking for a generic test entry point independent of > test runner are encouraged to use tox. > running egg_info > writing src/zope.exceptions.egg-info/PKG-INFO > writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt > writing namespace_packages to > src/zope.exceptions.egg-info/namespace_packages.txt > writing requirements to src/zope.exceptions.egg-info/requires.txt > writing top-level names to src/zope.exceptions.egg-info/top_level.txt > reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'LICENSE.txt' > writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > running build_ext > test_ctor_defaults > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_ctor_explicit > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_escape_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_escape_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatLastLine > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatLine_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementInfo_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementInfo_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementLine > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementLine_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatTracebackInfo > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_getPrefix > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_basic_names_as_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_basic_names_as_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_noinput > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_info_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_info_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_supplement_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_supplement_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_basic_names_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_basic_names_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_format_exception_as_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_multiline_exception > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... FAIL > test_multiple_levels > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_quote_last_line > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_recursion_failure > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_supplement_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_supplement_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_is_tuple > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_non_ascii > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_basic_names_html > (zope.exceptions.tests.test_exceptionformatter.Test_print_exception) ... ok > test_basic_names_text > (zope.exceptions.tests.test_exceptionformatter.Test_print_exception) ... ok > test_ctor_defaults > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_ctor_explicit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_escape > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_multiple_frames_and_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_recursive_frames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_recursive_frames_and_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_single_frame > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_wo_frame > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_wo_frame_w_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatExceptionOnly > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_deep_tb_stack_with_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_empty_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_non_empty_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_recursion_in_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLastLine > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_no_tb_no_f > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_f_bogus_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_f_real_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_supplement_in_globals > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_supplement_in_locals > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_and_f > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_bogus_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_bogus_linecache_wo_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_traceback_info > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSourceURL > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplementInfo > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplementLine > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_no_info > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_column_no_line > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_expression > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_getInfo_empty > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_getInfo_text > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_and_column > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_as_marker > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_no_column > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_source_url > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_warnings > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatTracebackInfo > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatTracebackInfo_unicode > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_default > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_explicit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_sys_has_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getPrefix > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_simple_exception (zope.exceptions.tests.test_log.FormatterTests) ... ok > test_unicode_traceback_info (zope.exceptions.tests.test_log.FormatterTests) > ... ok > > ====================================================================== > FAIL: test_multiline_exception > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/src/zope/exceptions/tests/test_exceptionformatter.py", line > 670, in test_multiline_exception > self.assertTrue(lines[1].endswith(' ^')) > AssertionError: False is not true > > ---------------------------------------------------------------------- > Ran 79 tests in 0.008s > > FAILED (failures=1) > Test failed: <unittest.runner.TextTestResult run=79 errors=0 failures=1> > error: Test failed: <unittest.runner.TextTestResult run=79 errors=0 > failures=1> > E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: > python3.10 setup.py test > I: pybuild base:237: python3.9 setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a > future version. Users looking for a generic test entry point independent of > test runner are encouraged to use tox. > running egg_info > writing src/zope.exceptions.egg-info/PKG-INFO > writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt > writing namespace_packages to > src/zope.exceptions.egg-info/namespace_packages.txt > writing requirements to src/zope.exceptions.egg-info/requires.txt > writing top-level names to src/zope.exceptions.egg-info/top_level.txt > reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'LICENSE.txt' > writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt' > running build_ext > test_ctor_defaults > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_ctor_explicit > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_escape_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_escape_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatLastLine > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatLine_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementInfo_simple > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementInfo_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementLine > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatSupplementLine_w_markup > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_formatTracebackInfo > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_getPrefix > (zope.exceptions.tests.test_exceptionformatter.HTMLExceptionFormatterTests) > ... ok > test_basic_names_as_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_basic_names_as_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_noinput > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_info_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_info_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_supplement_html > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_traceback_supplement_text > (zope.exceptions.tests.test_exceptionformatter.Test_extract_stack) ... ok > test_basic_names_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_basic_names_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_format_exception_as_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_multiline_exception > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_multiple_levels > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_quote_last_line > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_recursion_failure > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_supplement_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_supplement_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_html > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_is_tuple > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_non_ascii > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_traceback_info_text > (zope.exceptions.tests.test_exceptionformatter.Test_format_exception) ... ok > test_basic_names_html > (zope.exceptions.tests.test_exceptionformatter.Test_print_exception) ... ok > test_basic_names_text > (zope.exceptions.tests.test_exceptionformatter.Test_print_exception) ... ok > test_ctor_defaults > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_ctor_explicit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_escape > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_multiple_frames_and_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_recursive_frames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_recursive_frames_and_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_w_single_frame > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_wo_frame > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_extractStack_wo_frame_w_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatExceptionOnly > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_deep_tb_stack_with_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_empty_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_non_empty_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatException_recursion_in_tb_stack > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLastLine > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_no_tb_no_f > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_f_bogus_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_f_real_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_supplement_in_globals > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_supplement_in_locals > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_and_f > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_bogus_linecache_w_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_tb_bogus_linecache_wo_filenames > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatLine_w_traceback_info > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSourceURL > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplementInfo > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplementLine > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_no_info > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_column_no_line > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_expression > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_getInfo_empty > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_getInfo_text > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_and_column > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_as_marker > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_line_no_column > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_source_url > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatSupplement_w_warnings > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatTracebackInfo > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_formatTracebackInfo_unicode > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_default > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_explicit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getLimit_sys_has_limit > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_getPrefix > (zope.exceptions.tests.test_exceptionformatter.TextExceptionFormatterTests) > ... ok > test_simple_exception (zope.exceptions.tests.test_log.FormatterTests) ... ok > test_unicode_traceback_info (zope.exceptions.tests.test_log.FormatterTests) > ... ok > > ---------------------------------------------------------------------- > Ran 79 tests in 0.008s > > OK > dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned > exit code 13 The full build log is available from: http://qa-logs.debian.net/2021/12/20/zope.exceptions_4.4-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.