Package: src:python-pweave Version: 0.30.3-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202603/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:python-pweave, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with python3 --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild I: pybuild base:384: python3.14 setup.py clean /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** [... snipped ...] pweave/readers.py:362 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:362: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted" pweave/readers.py:364 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:364: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. self.basename = re.split("\.+[^\.]+$", file)[0] pweave/readers.py:422 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:422: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted" pweave/readers.py:424 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:424: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. self.basename = re.split("\.+[^\.]+$", file)[0] pweave/formatters/tex.py:14 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:14: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. codeend='\end{verbatim}\n', pweave/formatters/tex.py:16 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:16: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. outputend='\end{verbatim}\n', pweave/formatters/tex.py:41 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:41: SyntaxWarning: "\l" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\l"? A raw string is also an option. result += "\label{fig:%s}\n" % chunk['name'] pweave/formatters/tex.py:57 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:57: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. codeend='\end{minted}\n', pweave/formatters/tex.py:59 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:59: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. outputend='\end{minted}\n', pweave/formatters/tex.py:61 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:61: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. termend='\end{minted}\n', pweave/formatters/tex.py:97 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:97: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. LatexFormatter(verboptions="frame=single,fontsize=\small, xleftmargin=0.5em")) pweave/formatters/tex.py:107 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:107: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. codeend='\end{pweavecode}\n', pweave/formatters/tex.py:109 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:109: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. outputend='\end{pweaveout}\n', pweave/formatters/tex.py:111 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:111: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option. termend='\end{pweaveterm}\n', pweave/formatters/base.py:297 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/base.py:297: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option. return "".join(i for i in fname if i not in "\/:*?<>|") pweave/formatters/publish.py:218 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/publish.py:218: SyntaxWarning: "\p" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\p"? A raw string is also an option. \\setlength{\parindent}{0pt} pweave/formatters/publish.py:246 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/publish.py:246: SyntaxWarning: "\m" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\m"? A raw string is also an option. self.subheader += "\maketitle\n" pweave/processors/base.py:237 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/processors/base.py:237: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. splitted = re.split('(<%[\w\s\W]*?%>)', content) # , flags = re.S) pweave/processors/base.py:264 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/processors/base.py:264: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. splitted = re.split('<%[\w\s\W]*?%>', chunk['content']) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_cache.py ERROR tests/test_formatters.py ERROR tests/test_publish.py ERROR tests/test_pweave.py ERROR tests/test_readers.py !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!! ======================== 20 warnings, 5 errors in 1.27s ======================== E: pybuild pybuild:483: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build; python3.14 -m pytest -k "not (testFormatters or test_publish or testFIR_FilterExampleTex or test_url)" I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build; python3.13 -m pytest -k "not (testFormatters or test_publish or testFIR_FilterExampleTex or test_url)" ============================= test session starts ============================== platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>> plugins: typeguard-4.4.4 collected 0 items / 5 errors ==================================== ERRORS ==================================== ___ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_cache.py ___ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_cache.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_cache.py:1: in <module> import pweave pweave/__init__.py:7: in <module> from .pweb import * pweave/pweb.py:9: in <module> from . processors import PwebProcessors pweave/processors/__init__.py:1: in <module> from . jupyter import JupyterProcessor, IPythonProcessor pweave/processors/jupyter.py:11: in <module> from IPython.core import inputsplitter E ImportError: cannot import name 'inputsplitter' from 'IPython.core' (/usr/lib/python3/dist-packages/IPython/core/__init__.py) _ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_formatters.py _ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_formatters.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_formatters.py:2: in <module> import pweave pweave/__init__.py:7: in <module> from .pweb import * pweave/pweb.py:9: in <module> from . processors import PwebProcessors pweave/processors/__init__.py:1: in <module> from . jupyter import JupyterProcessor, IPythonProcessor pweave/processors/jupyter.py:11: in <module> from IPython.core import inputsplitter E ImportError: cannot import name 'inputsplitter' from 'IPython.core' (/usr/lib/python3/dist-packages/IPython/core/__init__.py) __ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_publish.py __ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_publish.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_publish.py:1: in <module> import pweave pweave/__init__.py:7: in <module> from .pweb import * pweave/pweb.py:9: in <module> from . processors import PwebProcessors pweave/processors/__init__.py:1: in <module> from . jupyter import JupyterProcessor, IPythonProcessor pweave/processors/jupyter.py:11: in <module> from IPython.core import inputsplitter E ImportError: cannot import name 'inputsplitter' from 'IPython.core' (/usr/lib/python3/dist-packages/IPython/core/__init__.py) __ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_pweave.py ___ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_pweave.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_pweave.py:12: in <module> import pweave pweave/__init__.py:7: in <module> from .pweb import * pweave/pweb.py:9: in <module> from . processors import PwebProcessors pweave/processors/__init__.py:1: in <module> from . jupyter import JupyterProcessor, IPythonProcessor pweave/processors/jupyter.py:11: in <module> from IPython.core import inputsplitter E ImportError: cannot import name 'inputsplitter' from 'IPython.core' (/usr/lib/python3/dist-packages/IPython/core/__init__.py) __ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_readers.py __ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_readers.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_readers.py:1: in <module> import pweave pweave/__init__.py:7: in <module> from .pweb import * pweave/pweb.py:9: in <module> from . processors import PwebProcessors pweave/processors/__init__.py:1: in <module> from . jupyter import JupyterProcessor, IPythonProcessor pweave/processors/jupyter.py:11: in <module> from IPython.core import inputsplitter E ImportError: cannot import name 'inputsplitter' from 'IPython.core' (/usr/lib/python3/dist-packages/IPython/core/__init__.py) =============================== warnings summary =============================== ../../../../../../usr/lib/python3/dist-packages/numpy/_pytesttester.py:79 /usr/lib/python3/dist-packages/numpy/_pytesttester.py:79: PytestCollectionWarning: cannot collect 'test' because it is not a function. def __call__(self, label='fast', verbose=1, extra_argv=None, pweave/readers.py:362 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:362: SyntaxWarning: invalid escape sequence '\.' self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted" pweave/readers.py:364 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:364: SyntaxWarning: invalid escape sequence '\.' self.basename = re.split("\.+[^\.]+$", file)[0] pweave/readers.py:422 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:422: SyntaxWarning: invalid escape sequence '\.' self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted" pweave/readers.py:424 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:424: SyntaxWarning: invalid escape sequence '\.' self.basename = re.split("\.+[^\.]+$", file)[0] pweave/formatters/tex.py:14 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:14: SyntaxWarning: invalid escape sequence '\e' codeend='\end{verbatim}\n', pweave/formatters/tex.py:16 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:16: SyntaxWarning: invalid escape sequence '\e' outputend='\end{verbatim}\n', pweave/formatters/tex.py:41 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:41: SyntaxWarning: invalid escape sequence '\l' result += "\label{fig:%s}\n" % chunk['name'] pweave/formatters/tex.py:57 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:57: SyntaxWarning: invalid escape sequence '\e' codeend='\end{minted}\n', pweave/formatters/tex.py:59 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:59: SyntaxWarning: invalid escape sequence '\e' outputend='\end{minted}\n', pweave/formatters/tex.py:61 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:61: SyntaxWarning: invalid escape sequence '\e' termend='\end{minted}\n', pweave/formatters/tex.py:97 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:97: SyntaxWarning: invalid escape sequence '\s' LatexFormatter(verboptions="frame=single,fontsize=\small, xleftmargin=0.5em")) pweave/formatters/tex.py:107 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:107: SyntaxWarning: invalid escape sequence '\e' codeend='\end{pweavecode}\n', pweave/formatters/tex.py:109 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:109: SyntaxWarning: invalid escape sequence '\e' outputend='\end{pweaveout}\n', pweave/formatters/tex.py:111 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:111: SyntaxWarning: invalid escape sequence '\e' termend='\end{pweaveterm}\n', pweave/formatters/base.py:297 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/base.py:297: SyntaxWarning: invalid escape sequence '\/' return "".join(i for i in fname if i not in "\/:*?<>|") pweave/formatters/publish.py:218 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/publish.py:218: SyntaxWarning: invalid escape sequence '\p' \\setlength{\parindent}{0pt} pweave/formatters/publish.py:246 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/publish.py:246: SyntaxWarning: invalid escape sequence '\m' self.subheader += "\maketitle\n" pweave/processors/base.py:237 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/processors/base.py:237: SyntaxWarning: invalid escape sequence '\w' splitted = re.split('(<%[\w\s\W]*?%>)', content) # , flags = re.S) pweave/processors/base.py:264 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/processors/base.py:264: SyntaxWarning: invalid escape sequence '\w' splitted = re.split('<%[\w\s\W]*?%>', chunk['content']) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/test_cache.py ERROR tests/test_formatters.py ERROR tests/test_publish.py ERROR tests/test_pweave.py ERROR tests/test_readers.py !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!! ======================== 20 warnings, 5 errors in 1.26s ======================== E: pybuild pybuild:483: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build; python3.13 -m pytest -k "not (testFormatters or test_publish or testFIR_FilterExampleTex or test_url)" dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

