--- Begin Message ---
Package: src:sphinxcontrib-moderncmakedomain
Version: 3.29.0-1
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/202511/
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:sphinxcontrib-moderncmakedomain, so that
this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
Successfully built sphinxcontrib_moderncmakedomain-3.29.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.9, pytest-8.4.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
collected 4 items
tests/test_basic.py EEE [ 75%]
tests/test_version.py . [100%]
==================================== ERRORS ====================================
____________________ ERROR at setup of test_simple_html[0] _____________________
test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
make_app = <function make_app.<locals>.make at 0x7f97f63ea520>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f63c2510>
@pytest.fixture
def app(
test_params: dict[str, Any],
app_params: _app_params,
make_app: Callable[[], SphinxTestApp],
shared_result: SharedResult,
) -> Iterator[SphinxTestApp]:
"""Provides the 'sphinx.application.Sphinx' object"""
args, kwargs = app_params
> app_ = make_app(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
args = ['html']
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')}
make_app = <function make_app.<locals>.make at 0x7f97f63ea520>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f63c2510>
test_params = {'shared_result': None}
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:159:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
app_ = SphinxTestApp(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
apps = []
args = ('html',)
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), ...}
status = <_io.StringIO object at 0x7f97f6288e80>
test_params = {'shared_result': None}
warning = <_io.StringIO object at 0x7f97f6288f40>
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
super().__init__(
__class__ = <class 'sphinx.testing.util.SphinxTestApp'>
builddir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
docutils_conf = None
exception_on_warning = False
extras = {}
freshenv = True
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
quiet = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f6288e80>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f6288f40>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
self.builder = self.create_builder(buildername)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
exception_on_warning = False
extension = 'sphinxcontrib.moderncmakedomain'
freshenv = True
keep_going = False
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f6288e80>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f6288f40>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
return self.registry.create_builder(self, name, self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
name = 'html'
self = <SphinxTestApp buildername='html'>
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
return self.builders[name](app, env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f533e3c0>
name = 'html'
self = <sphinx.registry.SphinxComponentRegistry object at
0x7f97f63c3380>
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
__class__ = <class 'sphinx.builders.html.StandaloneHTMLBuilder'>
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f533e3c0>
self = <sphinx.builders.html.StandaloneHTMLBuilder object at
0x7f97f533f380>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <docutils.readers.doctree.Reader object at 0x7f97f533f4d0>, parser = None
parser_name = 'restructuredtext'
def __init__(self,
parser: Parser | str | None = None,
parser_name: str | None = None
) -> None:
"""
Initialize the Reader instance.
:parser: A parser instance or name (an instance will be created).
:parser_name: deprecated, use "parser".
Several instance attributes are defined with dummy initial values.
Subclasses may use these attributes as they wish.
"""
self.parser: Parser | None = parser
"""A `parsers.Parser` instance shared by all doctrees. May be left
unspecified if the document source determines the parser."""
if isinstance(parser, str):
self.set_parser(parser)
if parser_name is not None:
> warnings.warn('Argument "parser_name" will be removed '
'in Docutils 2.0.\n'
' Specify parser name in the "parser" argument.',
PendingDeprecationWarning, stacklevel=2)
E PendingDeprecationWarning: Argument "parser_name" will be removed
in Docutils 2.0.
E Specify parser name in the "parser" argument.
parser = None
parser_name = 'restructuredtext'
self = <docutils.readers.doctree.Reader object at 0x7f97f533f4d0>
/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70:
PendingDeprecationWarning
____________________ ERROR at setup of test_simple_html[1] _____________________
test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
make_app = <function make_app.<locals>.make at 0x7f97f63e8fe0>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f5365bd0>
@pytest.fixture
def app(
test_params: dict[str, Any],
app_params: _app_params,
make_app: Callable[[], SphinxTestApp],
shared_result: SharedResult,
) -> Iterator[SphinxTestApp]:
"""Provides the 'sphinx.application.Sphinx' object"""
args, kwargs = app_params
> app_ = make_app(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
args = ['html']
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')}
make_app = <function make_app.<locals>.make at 0x7f97f63e8fe0>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f5365bd0>
test_params = {'shared_result': None}
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:159:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
app_ = SphinxTestApp(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
apps = []
args = ('html',)
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), ...}
status = <_io.StringIO object at 0x7f97f532a080>
test_params = {'shared_result': None}
warning = <_io.StringIO object at 0x7f97f532a140>
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
super().__init__(
__class__ = <class 'sphinx.testing.util.SphinxTestApp'>
builddir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
docutils_conf = None
exception_on_warning = False
extras = {}
freshenv = True
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
quiet = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f532a080>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f532a140>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
self.builder = self.create_builder(buildername)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
exception_on_warning = False
extension = 'sphinxcontrib.moderncmakedomain'
freshenv = True
keep_going = False
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f532a080>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f532a140>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
return self.registry.create_builder(self, name, self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
name = 'html'
self = <SphinxTestApp buildername='html'>
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
return self.builders[name](app, env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f5367890>
name = 'html'
self = <sphinx.registry.SphinxComponentRegistry object at
0x7f97f5365e50>
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
__class__ = <class 'sphinx.builders.html.StandaloneHTMLBuilder'>
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f5367890>
self = <sphinx.builders.html.StandaloneHTMLBuilder object at
0x7f97f53f4a50>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <docutils.readers.doctree.Reader object at 0x7f97f53f4b90>, parser = None
parser_name = 'restructuredtext'
def __init__(self,
parser: Parser | str | None = None,
parser_name: str | None = None
) -> None:
"""
Initialize the Reader instance.
:parser: A parser instance or name (an instance will be created).
:parser_name: deprecated, use "parser".
Several instance attributes are defined with dummy initial values.
Subclasses may use these attributes as they wish.
"""
self.parser: Parser | None = parser
"""A `parsers.Parser` instance shared by all doctrees. May be left
unspecified if the document source determines the parser."""
if isinstance(parser, str):
self.set_parser(parser)
if parser_name is not None:
> warnings.warn('Argument "parser_name" will be removed '
'in Docutils 2.0.\n'
' Specify parser name in the "parser" argument.',
PendingDeprecationWarning, stacklevel=2)
E PendingDeprecationWarning: Argument "parser_name" will be removed
in Docutils 2.0.
E Specify parser name in the "parser" argument.
parser = None
parser_name = 'restructuredtext'
self = <docutils.readers.doctree.Reader object at 0x7f97f53f4b90>
/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70:
PendingDeprecationWarning
____________________ ERROR at setup of test_simple_html[2] _____________________
test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
make_app = <function make_app.<locals>.make at 0x7f97f53c8e00>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f53f5310>
@pytest.fixture
def app(
test_params: dict[str, Any],
app_params: _app_params,
make_app: Callable[[], SphinxTestApp],
shared_result: SharedResult,
) -> Iterator[SphinxTestApp]:
"""Provides the 'sphinx.application.Sphinx' object"""
args, kwargs = app_params
> app_ = make_app(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
app_params = _app_params(args=['html'], kwargs={'freshenv': True,
'confoverrides': {'html_baseurl': 'https://example.org/docs/',
'l...PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), 'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')})
args = ['html']
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')}
make_app = <function make_app.<locals>.make at 0x7f97f53c8e00>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f97f53f5310>
test_params = {'shared_result': None}
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:159:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
app_ = SphinxTestApp(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
apps = []
args = ('html',)
kwargs = {'builddir':
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build'), 'confoverrides':
{'html_baseurl': 'https://example.org/docs/', 'language': 'en'}, 'freshenv':
True, 'srcdir': PosixPath('/tmp/pytest-of-sbuild/pytest-0/root'), ...}
status = <_io.StringIO object at 0x7f97f644f880>
test_params = {'shared_result': None}
warning = <_io.StringIO object at 0x7f97f532a2c0>
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
super().__init__(
__class__ = <class 'sphinx.testing.util.SphinxTestApp'>
builddir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build')
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
docutils_conf = None
exception_on_warning = False
extras = {}
freshenv = True
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
quiet = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f644f880>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f532a2c0>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
self.builder = self.create_builder(buildername)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
buildername = 'html'
confdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
confoverrides = {'html_baseurl': 'https://example.org/docs/',
'language': 'en'}
doctreedir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/doctrees')
exception_on_warning = False
extension = 'sphinxcontrib.moderncmakedomain'
freshenv = True
keep_going = False
outdir =
PosixPath('/tmp/pytest-of-sbuild/pytest-0/root/_build/html')
parallel = 0
pdb = False
self = <SphinxTestApp buildername='html'>
srcdir = PosixPath('/tmp/pytest-of-sbuild/pytest-0/root')
status = <_io.StringIO object at 0x7f97f644f880>
tags = ()
verbosity = 0
warning = <_io.StringIO object at 0x7f97f532a2c0>
warningiserror = False
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
return self.registry.create_builder(self, name, self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
name = 'html'
self = <SphinxTestApp buildername='html'>
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
return self.builders[name](app, env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f53f5f90>
name = 'html'
self = <sphinx.registry.SphinxComponentRegistry object at
0x7f97f53f5590>
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
__class__ = <class 'sphinx.builders.html.StandaloneHTMLBuilder'>
app = <SphinxTestApp buildername='html'>
env = <sphinx.environment.BuildEnvironment object at
0x7f97f53f5f90>
self = <sphinx.builders.html.StandaloneHTMLBuilder object at
0x7f97f53f6e90>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <docutils.readers.doctree.Reader object at 0x7f97f53f6fd0>, parser = None
parser_name = 'restructuredtext'
def __init__(self,
parser: Parser | str | None = None,
parser_name: str | None = None
) -> None:
"""
Initialize the Reader instance.
:parser: A parser instance or name (an instance will be created).
:parser_name: deprecated, use "parser".
Several instance attributes are defined with dummy initial values.
Subclasses may use these attributes as they wish.
"""
self.parser: Parser | None = parser
"""A `parsers.Parser` instance shared by all doctrees. May be left
unspecified if the document source determines the parser."""
if isinstance(parser, str):
self.set_parser(parser)
if parser_name is not None:
> warnings.warn('Argument "parser_name" will be removed '
'in Docutils 2.0.\n'
' Specify parser name in the "parser" argument.',
PendingDeprecationWarning, stacklevel=2)
E PendingDeprecationWarning: Argument "parser_name" will be removed
in Docutils 2.0.
E Specify parser name in the "parser" argument.
parser = None
parser_name = 'restructuredtext'
self = <docutils.readers.doctree.Reader object at 0x7f97f53f6fd0>
/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70:
PendingDeprecationWarning
=========================== short test summary info ============================
ERROR tests/test_basic.py::test_simple_html[0] - PendingDeprecationWarning: A...
ERROR tests/test_basic.py::test_simple_html[1] - PendingDeprecationWarning: A...
ERROR tests/test_basic.py::test_simple_html[2] - PendingDeprecationWarning: A...
========================= 1 passed, 3 errors in 0.30s ==========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---