Source: python-morris Version: 1.2-3 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20221220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_build --buildsystem=pybuild > I: pybuild base:240: /usr/bin/python3.11 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris > copying morris/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris > copying morris/test_morris.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris > running egg_info > writing morris.egg-info/PKG-INFO > writing dependency_links to morris.egg-info/dependency_links.txt > writing top-level names to morris.egg-info/top_level.txt > reading manifest file 'morris.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '__pycache__' found under > directory '*' > warning: no previously-included files matching '*.py[co]' found under > directory '*' > adding license file 'COPYING' > adding license file 'COPYING.LESSER' > adding license file 'AUTHORS.rst' > writing manifest file 'morris.egg-info/SOURCES.txt' > I: pybuild base:240: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris > copying morris/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris > copying morris/test_morris.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris > running egg_info > writing morris.egg-info/PKG-INFO > writing dependency_links to morris.egg-info/dependency_links.txt > writing top-level names to morris.egg-info/top_level.txt > reading manifest file 'morris.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '__pycache__' found under > directory '*' > warning: no previously-included files matching '*.py[co]' found under > directory '*' > adding license file 'COPYING' > adding license file 'COPYING.LESSER' > adding license file 'AUTHORS.rst' > writing manifest file 'morris.egg-info/SOURCES.txt' > python3 setup.py build_sphinx -b html > running build_sphinx > Running Sphinx v5.3.0 > making output directory... done > building [mo]: targets for 0 po files that are out of date > building [html]: targets for 7 source files that are out of date > updating environment: [new config] 7 added, 0 changed, 0 removed > reading sources... [ 14%] authors > reading sources... [ 28%] contributing > reading sources... [ 42%] history > reading sources... [ 57%] index > reading sources... [ 71%] installation > reading sources... [ 85%] readme > reading sources... [100%] usage > > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertListEqual:7: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertRaisesRegex:6: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of morris.SignalTestCase:1: > WARNING: Block quote ends without a blank line; unexpected unindent. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertRaisesRegex:10: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertSequenceEqual:10: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.addClassCleanup:1: WARNING: Block quote ends without a > blank line; unexpected unindent. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertSetEqual:7: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertTupleEqual:7: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertWarnsRegex:9: ERROR: Unexpected indentation. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of morris.SignalTestCase:4: > WARNING: Block quote ends without a blank line; unexpected unindent. > /<<PKGBUILDDIR>>/morris/__init__.py:docstring of > unittest.case.TestCase.assertWarnsRegex:13: ERROR: Unexpected indentation. > looking for now-outdated files... none found > pickling environment... done > checking consistency... done > preparing documents... done > writing output... [ 14%] authors > writing output... [ 28%] contributing > writing output... [ 42%] history > writing output... [ 57%] index > writing output... [ 71%] installation > writing output... [ 85%] readme > writing output... [100%] usage > > generating indices... genindex py-modindex done > highlighting module code... [ 33%] builtins > highlighting module code... [ 66%] morris > highlighting module code... [100%] unittest.case > > writing additional pages... search done > copying static files... done > copying extra files... done > dumping search index in English (code: en)... done > dumping object inventory... done > build succeeded, 11 warnings. > > The HTML pages are in build/sphinx/html. > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:240: python3.11 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 morris.egg-info/PKG-INFO > writing dependency_links to morris.egg-info/dependency_links.txt > writing top-level names to morris.egg-info/top_level.txt > reading manifest file 'morris.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '__pycache__' found under > directory '*' > warning: no previously-included files matching '*.py[co]' found under > directory '*' > adding license file 'COPYING' > adding license file 'COPYING.LESSER' > adding license file 'AUTHORS.rst' > writing manifest file 'morris.egg-info/SOURCES.txt' > running build_ext > runTest (morris.test_morris.FakeSignalTestCase.runTest) > An empty test method ... ok > test_assertSignalFired > (morris.test_morris.SignalTestCaseTest.test_assertSignalFired) > Ensure that assertSignalFired works correctly ... ok > test_assertSignalNotFired > (morris.test_morris.SignalTestCaseTest.test_assertSignalNotFired) > Ensure that assertSignalNotFired works correctly ... ok > test_assertSignalOrdering > (morris.test_morris.SignalTestCaseTest.test_assertSignalOrdering) > Ensure that assertSignalOrdering works correctly ... ok > test_watchSignal (morris.test_morris.SignalTestCaseTest.test_watchSignal) > Ensure that calling watchSignal() actually connects a signal listener ... ok > test_calling_signal_fires_them > (morris.test_morris.SignalTestsC1.test_calling_signal_fires_them) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsC1.test_calling_signals_passes_keyword_arguments) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsC1.test_calling_signals_passes_positional_arguments) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsC1.test_connect) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsC1.test_disconnect) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsC1.test_first_responder) > Ensure that using the decorator syntax connects the decorated object ... ok > test_remove_signals_listeners > (morris.test_morris.SignalTestsC1.test_remove_signals_listeners) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsC1.test_sanity) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them > (morris.test_morris.SignalTestsC2.test_calling_signal_fires_them) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsC2.test_calling_signals_passes_keyword_arguments) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsC2.test_calling_signals_passes_positional_arguments) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsC2.test_connect) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsC2.test_disconnect) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsC2.test_first_responder) > Ensure that using the decorator syntax connects the decorated object ... ok > test_remove_signals_listeners > (morris.test_morris.SignalTestsC2.test_remove_signals_listeners) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsC2.test_sanity) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them > (morris.test_morris.SignalTestsM1.test_calling_signal_fires_them) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsM1.test_calling_signals_passes_keyword_arguments) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsM1.test_calling_signals_passes_positional_arguments) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsM1.test_connect) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsM1.test_disconnect) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsM1.test_first_responder) > Ensure that using the decorator syntax connects the decorated object as ... ok > test_remove_signals_listeners > (morris.test_morris.SignalTestsM1.test_remove_signals_listeners) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsM1.test_sanity) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them > (morris.test_morris.SignalTestsM2.test_calling_signal_fires_them) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsM2.test_calling_signals_passes_keyword_arguments) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsM2.test_calling_signals_passes_positional_arguments) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsM2.test_connect) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsM2.test_disconnect) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsM2.test_first_responder) > Ensure that using the decorator syntax connects the decorated object as ... ok > test_remove_signals_listeners > (morris.test_morris.SignalTestsM2.test_remove_signals_listeners) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsM2.test_sanity) > Ensure that :meth:`get_c()` is not faulty ... ok > morris () > Doctest: morris ... FAIL > first_responder (morris.signal) > Doctest: morris.signal.first_responder ... ok > name (morris.signal) > Doctest: morris.signal.name ... ok > > ====================================================================== > FAIL: morris () > Doctest: morris > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/python3.11/doctest.py", line 2221, in runTest > raise self.failureException(self.format_failure(new.getvalue())) > AssertionError: Failed doctest test for morris > File "/<<PKGBUILDDIR>>/morris/__init__.py", line 17, in morris > > ---------------------------------------------------------------------- > File "/<<PKGBUILDDIR>>/morris/__init__.py", line 220, in morris > Failed example: > runner.run(suite) # doctest: +ELLIPSIS > Expected: > test_login (morris.AppTests) ... ok > <BLANKLINE> > ---------------------------------------------------------------------- > Ran 1 test in ...s > <BLANKLINE> > OK > <unittest.runner.TextTestResult run=1 errors=0 failures=0> > Got: > test_login (morris.AppTests.test_login) ... ok > <BLANKLINE> > ---------------------------------------------------------------------- > Ran 1 test in 0.000s > <BLANKLINE> > OK > <unittest.runner.TextTestResult run=1 errors=0 failures=0> > > > ---------------------------------------------------------------------- > Ran 40 tests in 0.008s > > FAILED (failures=1) > Test failed: <unittest.runner.TextTestResult run=40 errors=0 failures=1> > error: Test failed: <unittest.runner.TextTestResult run=40 errors=0 > failures=1> > E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: > python3.11 setup.py test > I: pybuild base:240: 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 morris.egg-info/PKG-INFO > writing dependency_links to morris.egg-info/dependency_links.txt > writing top-level names to morris.egg-info/top_level.txt > reading manifest file 'morris.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no previously-included files matching '__pycache__' found under > directory '*' > warning: no previously-included files matching '*.py[co]' found under > directory '*' > adding license file 'COPYING' > adding license file 'COPYING.LESSER' > adding license file 'AUTHORS.rst' > writing manifest file 'morris.egg-info/SOURCES.txt' > running build_ext > runTest (morris.test_morris.FakeSignalTestCase) > An empty test method ... ok > test_assertSignalFired (morris.test_morris.SignalTestCaseTest) > Ensure that assertSignalFired works correctly ... ok > test_assertSignalNotFired (morris.test_morris.SignalTestCaseTest) > Ensure that assertSignalNotFired works correctly ... ok > test_assertSignalOrdering (morris.test_morris.SignalTestCaseTest) > Ensure that assertSignalOrdering works correctly ... ok > test_watchSignal (morris.test_morris.SignalTestCaseTest) > Ensure that calling watchSignal() actually connects a signal listener ... ok > test_calling_signal_fires_them (morris.test_morris.SignalTestsC1) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsC1) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsC1) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsC1) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsC1) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsC1) > Ensure that using the decorator syntax connects the decorated object ... ok > test_remove_signals_listeners (morris.test_morris.SignalTestsC1) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsC1) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them (morris.test_morris.SignalTestsC2) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsC2) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsC2) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsC2) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsC2) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsC2) > Ensure that using the decorator syntax connects the decorated object ... ok > test_remove_signals_listeners (morris.test_morris.SignalTestsC2) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsC2) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them (morris.test_morris.SignalTestsM1) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsM1) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsM1) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsM1) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsM1) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsM1) > Ensure that using the decorator syntax connects the decorated object as ... ok > test_remove_signals_listeners (morris.test_morris.SignalTestsM1) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsM1) > Ensure that :meth:`get_c()` is not faulty ... ok > test_calling_signal_fires_them (morris.test_morris.SignalTestsM2) > Ensure that calling signals fires them ... ok > test_calling_signals_passes_keyword_arguments > (morris.test_morris.SignalTestsM2) > Ensure that calling the signal object with keyword arguments works ... ok > test_calling_signals_passes_positional_arguments > (morris.test_morris.SignalTestsM2) > Ensure that calling the signal object with positional arguments works ... ok > test_connect (morris.test_morris.SignalTestsM2) > Ensure that connecting signals works ... ok > test_disconnect (morris.test_morris.SignalTestsM2) > Ensure that disconnecting signals works ... ok > test_first_responder (morris.test_morris.SignalTestsM2) > Ensure that using the decorator syntax connects the decorated object as ... ok > test_remove_signals_listeners (morris.test_morris.SignalTestsM2) > Ensure that calling :func:`remove_signal_listeners()` works ... ok > test_sanity (morris.test_morris.SignalTestsM2) > Ensure that :meth:`get_c()` is not faulty ... ok > morris () > Doctest: morris ... ok > first_responder (morris.signal) > Doctest: morris.signal.first_responder ... ok > name (morris.signal) > Doctest: morris.signal.name ... ok > > ---------------------------------------------------------------------- > Ran 40 tests in 0.008s > > OK > dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2022/12/20/python-morris_1.2-3_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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.