Source: pydot Version: 2.0.0-3 Severity: important X-Debbugs-Cc: Laszlo Boszormenyi (GCS) <[email protected]>
Dear Maintainer, pydot 2.0.0-3's autopkgtests are failing with the new GraphViz in experimental. Upgrading to pydot 4.0.1 might help. Greetings https://qa.debian.org/excuses.php?experimental=1&package=graphviz https://ci.debian.net/packages/p/pydot/unstable/amd64/65414878/ "This log file is too large to be displayed. Please download the raw log instead." The test log is full of escaped binary data that leaked there.... searching further. 57s b'\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x01\x00`\x00`\x00\x00\xff\xfe\x00>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality\n\xff\xdb\x00C\x00\x08\x06\x06\x07\x06\x05\x08\x07\x07\x07\t\t\x08\n\x0c\x14\r\x0c\x0b\x0b\x0c 57s b"Error: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing?\nError: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing?\nError: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing?\nError: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing?\nError: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing?\nError: fontconfig: Didn't find expected font family. Perhaps URW Type 1 fonts need installing? 58s ====================================================================== 58s FAIL: test_dot_args (__main__.TestGraphAPI.test_dot_args) 58s ---------------------------------------------------------------------- 58s Traceback (most recent call last): 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/test/pydot_unittest.py", line 339, in test_dot_args 58s g.write_svg("test.svg", prog=["twopi", "-Goverlap=scale"]) 58s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/src/pydot/core.py", line 1591, in new_method 58s self.write(path, format=f, prog=prog, encoding=encoding) 58s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/src/pydot/core.py", line 1670, in write 58s s = self.create(prog, format, encoding=encoding) 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/src/pydot/core.py", line 1794, in create 58s process.returncode == 0 58s AssertionError: "twopi" with args ['-Tsvg', '-Goverlap=scale', '/tmp/tmpp536ik3c'] returned code: 1 58s 58s ====================================================================== 58s FAIL: test_graphviz_regression_tests (__main__.TestGraphAPI.test_graphviz_regression_tests) 58s ---------------------------------------------------------------------- 58s Traceback (most recent call last): 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/test/pydot_unittest.py", line 227, in test_graphviz_regression_tests 58s self._render_and_compare_dot_files(path) 58s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/test/pydot_unittest.py", line 243, in _render_and_compare_dot_files 58s pydot_bytes, pydot_sha = self._render_with_pydot( 58s ~~~~~~~~~~~~~~~~~~~~~~~^ 58s fpath, 58s ^^^^^^ 58s encoding, 58s ^^^^^^^^^ 58s ) 58s ^ 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/test/pydot_unittest.py", line 217, in _render_with_pydot 58s g.create(prog=TEST_PROGRAM, format="jpe", encoding=encoding) 58s ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 58s File "/tmp/autopkgtest-lxc.uwinaeo_/downtmp/build.QgI/src/src/pydot/core.py", line 1794, in create 58s process.returncode == 0 58s AssertionError: "dot" with args ['-Tjpe', '/tmp/tmpvzit7q0b'] returned code: 1

