Source: python-tblib Version: 3.0.0-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20231028 ftbfs-trixie
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > 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 > I: pybuild base:310: python3.11 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:310: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tblib > copying src/tblib/decorators.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tblib > copying src/tblib/pickling_support.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tblib > copying src/tblib/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tblib > running egg_info > writing src/tblib.egg-info/PKG-INFO > writing dependency_links to src/tblib.egg-info/dependency_links.txt > writing top-level names to src/tblib.egg-info/top_level.txt > reading manifest file 'src/tblib.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '*.py[cod]' found anywhere in > distribution > warning: no previously-included files matching '__pycache__/*' found anywhere > in distribution > warning: no previously-included files matching '*.so' found anywhere in > distribution > warning: no previously-included files matching '*.dylib' found anywhere in > distribution > adding license file 'LICENSE' > adding license file 'AUTHORS.rst' > writing manifest file 'src/tblib.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; > python3.11 -m pytest -vv tests > ============================= test session starts > ============================== > platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 -- > /usr/bin/python3.11 > cachedir: .pytest_cache > rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > configfile: pytest.ini > collecting ... collected 43 items > > tests/test_issue30.py::test_30 PASSED [ > 2%] > tests/test_pickle_exception.py::test_install[global-None] PASSED [ > 4%] > tests/test_pickle_exception.py::test_install[global-1] FAILED [ > 6%] > tests/test_pickle_exception.py::test_install[global-2] FAILED [ > 9%] > tests/test_pickle_exception.py::test_install[global-3] FAILED [ > 11%] > tests/test_pickle_exception.py::test_install[global-4] FAILED [ > 13%] > tests/test_pickle_exception.py::test_install[global-5] FAILED [ > 16%] > tests/test_pickle_exception.py::test_install[instance-None] PASSED [ > 18%] > tests/test_pickle_exception.py::test_install[instance-1] FAILED [ > 20%] > tests/test_pickle_exception.py::test_install[instance-2] FAILED [ > 23%] > tests/test_pickle_exception.py::test_install[instance-3] FAILED [ > 25%] > tests/test_pickle_exception.py::test_install[instance-4] FAILED [ > 27%] > tests/test_pickle_exception.py::test_install[instance-5] FAILED [ > 30%] > tests/test_pickle_exception.py::test_install[class-None] PASSED [ > 32%] > tests/test_pickle_exception.py::test_install[class-1] FAILED [ > 34%] > tests/test_pickle_exception.py::test_install[class-2] FAILED [ > 37%] > tests/test_pickle_exception.py::test_install[class-3] FAILED [ > 39%] > tests/test_pickle_exception.py::test_install[class-4] FAILED [ > 41%] > tests/test_pickle_exception.py::test_install[class-5] FAILED [ > 44%] > tests/test_pickle_exception.py::test_install_decorator PASSED [ > 46%] > tests/test_pickle_exception.py::test_install_instance_recursively PASSED [ > 48%] > tests/test_pickle_exception.py::test_install_typeerror PASSED [ > 51%] > tests/test_pickle_exception.py::test_get_locals[global-None] PASSED [ > 53%] > tests/test_pickle_exception.py::test_get_locals[global-1] PASSED [ > 55%] > tests/test_pickle_exception.py::test_get_locals[global-2] PASSED [ > 58%] > tests/test_pickle_exception.py::test_get_locals[global-3] PASSED [ > 60%] > tests/test_pickle_exception.py::test_get_locals[global-4] PASSED [ > 62%] > tests/test_pickle_exception.py::test_get_locals[global-5] PASSED [ > 65%] > tests/test_pickle_exception.py::test_get_locals[instance-None] PASSED [ > 67%] > tests/test_pickle_exception.py::test_get_locals[instance-1] PASSED [ > 69%] > tests/test_pickle_exception.py::test_get_locals[instance-2] PASSED [ > 72%] > tests/test_pickle_exception.py::test_get_locals[instance-3] PASSED [ > 74%] > tests/test_pickle_exception.py::test_get_locals[instance-4] PASSED [ > 76%] > tests/test_pickle_exception.py::test_get_locals[instance-5] PASSED [ > 79%] > tests/test_pickle_exception.py::test_get_locals[class-None] PASSED [ > 81%] > tests/test_pickle_exception.py::test_get_locals[class-1] PASSED [ > 83%] > tests/test_pickle_exception.py::test_get_locals[class-2] PASSED [ > 86%] > tests/test_pickle_exception.py::test_get_locals[class-3] PASSED [ > 88%] > tests/test_pickle_exception.py::test_get_locals[class-4] PASSED [ > 90%] > tests/test_pickle_exception.py::test_get_locals[class-5] PASSED [ > 93%] > tests/test_tblib.py::test_get_locals PASSED [ > 95%] > tests/test_tblib.py::test_parse_traceback PASSED [ > 97%] > tests/test_tblib.py::test_pytest_integration PASSED > [100%] > > =================================== FAILURES > =================================== > ____________________________ test_install[global-1] > ____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[global-2] > ____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[global-3] > ____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[global-4] > ____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[global-5] > ____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ___________________________ test_install[instance-1] > ___________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ___________________________ test_install[instance-2] > ___________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ___________________________ test_install[instance-3] > ___________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ___________________________ test_install[instance-4] > ___________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ___________________________ test_install[instance-5] > ___________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[class-1] > _____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[class-2] > _____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[class-3] > _____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[class-4] > _____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > ____________________________ test_install[class-5] > _____________________________ > tests/test_pickle_exception.py:91: in test_install > assert expected_format_exception == ''.join(format_exception(type(exc), > exc, exc.__traceback__)) > E assert 'Traceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ~~^~~\nZeroDivisionError: division by zero\n\nDuring handling of the above > exception, another exception occurred:\n\nTraceback (most recent call > last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\nValueError: > blah\n\nThe above exception was the direct cause of the following > exception:\n\nTraceback (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from > e\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' == 'Traceback > (most recent call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install\n 1 / 0 # noqa: B018\n > ^^^^^^^^^^^^^^^^^\nZeroDivisionError: division by zero\n\nDuring handling of > the above exception, another exception occurred:\n\nTraceback (most recent > call last):\n File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install\n raise ValueError(\'blah\')\n > ^^^^^^^^^^^^^^^^^\nValueError: blah\n\nThe above exception was the direct > cause of the following exception:\n\nTraceback (most recent call last):\n > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install\n raise new_e from e\n > ^^^^^^^^^^^^^^^^^\ntest_pickle_exception.CustomError: foo\nnote 1\nnote 2\n' > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > E 1 / 0 # noqa: B018 > E - ^^^^^^^^^^^^^^^^^ > E + ~~^~~ > E ZeroDivisionError: division by zero > E > E During handling of the above exception, another exception occurred: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > E raise ValueError('blah') > E - ^^^^^^^^^^^^^^^^^ > E ValueError: blah > E > E The above exception was the direct cause of the following exception: > E > E Traceback (most recent call last): > E File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > E raise new_e from e > E - ^^^^^^^^^^^^^^^^^ > E test_pickle_exception.CustomError: foo > E note 1 > E note 2 > ----------------------------- Captured stdout call > ----------------------------- > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 43, in test_install > 1 / 0 # noqa: B018 > ~~^~~ > ZeroDivisionError: division by zero > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 46, in test_install > raise ValueError('blah') > ValueError: blah > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_pickle_exception.py", > line 55, in test_install > raise new_e from e > test_pickle_exception.CustomError: foo > note 1 > note 2 > > =========================== short test summary info > ============================ > FAILED tests/test_pickle_exception.py::test_install[global-1] - assert > 'Trace... > FAILED tests/test_pickle_exception.py::test_install[global-2] - assert > 'Trace... > FAILED tests/test_pickle_exception.py::test_install[global-3] - assert > 'Trace... > FAILED tests/test_pickle_exception.py::test_install[global-4] - assert > 'Trace... > FAILED tests/test_pickle_exception.py::test_install[global-5] - assert > 'Trace... > FAILED tests/test_pickle_exception.py::test_install[instance-1] - assert > 'Tra... > FAILED tests/test_pickle_exception.py::test_install[instance-2] - assert > 'Tra... > FAILED tests/test_pickle_exception.py::test_install[instance-3] - assert > 'Tra... > FAILED tests/test_pickle_exception.py::test_install[instance-4] - assert > 'Tra... > FAILED tests/test_pickle_exception.py::test_install[instance-5] - assert > 'Tra... > FAILED tests/test_pickle_exception.py::test_install[class-1] - assert > 'Traceb... > FAILED tests/test_pickle_exception.py::test_install[class-2] - assert > 'Traceb... > FAILED tests/test_pickle_exception.py::test_install[class-3] - assert > 'Traceb... > FAILED tests/test_pickle_exception.py::test_install[class-4] - assert > 'Traceb... > FAILED tests/test_pickle_exception.py::test_install[class-5] - assert > 'Traceb... > ======================== 15 failed, 28 passed in 1.22s > ========================= > E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest -vv tests > dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2023/10/28/python-tblib_3.0.0-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231028&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results 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 mark 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.