Source: python-pydot-ng Version: 1.0.0-5 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20220212 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>>' > make[1]: pyversions: No such file or directory > py3versions: no X-Python3-Version in control file, using supported versions > set -e ; for pyvers in 3.10 3.9; do \ > python$pyvers -m pytest test ; \ > done > ============================= test session starts > ============================== > platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 > rootdir: /<<PKGBUILDDIR>> > collected 23 items > > test/test_pydot.py ........ss.....F....... > [100%] > > =================================== FAILURES > =================================== > ____________________ TestGraphAPI.test_my_regression_tests > _____________________ > > self = <test_pydot.TestGraphAPI testMethod=test_my_regression_tests> > > def test_my_regression_tests(self): > > self._render_and_compare_dot_files(MY_REGRESSION_TESTS_DIR) > > test/test_pydot.py:222: > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > _ > test/test_pydot.py:243: in _render_and_compare_dot_files > parsed_data_hexdigest = self._render_with_pydot(fname) > test/test_pydot.py:217: in _render_with_pydot > jpe_data = NULL_SEP.join([_g.create(format='png') for _g in g]) > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > _ > > .0 = <list_iterator object at 0x7fbfe2aa26b0> > > > jpe_data = NULL_SEP.join([_g.create(format='png') for _g in g]) > E AttributeError: 'NoneType' object has no attribute 'create' > > test/test_pydot.py:217: AttributeError > ----------------------------- Captured stdout call > ----------------------------- > #<more <b>html</b>> -> <more <b>html</b>>; > ^ > Expected '}', found '-' (at char 195), (line:5, col:20) > Failed rendering BAD(html_labels.dot) > =========================== short test summary info > ============================ > FAILED test/test_pydot.py::TestGraphAPI::test_my_regression_tests - > Attribute... > =================== 1 failed, 20 passed, 2 skipped in 1.82s > ==================== > make[1]: *** [debian/rules:23: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2022/02/12/python-pydot-ng_1.0.0-5_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.