Your message dated Tue, 11 Nov 2025 12:58:40 +0000
with message-id <[email protected]>
and subject line Bug#1120214: fixed in sphinxcontrib-moderncmakedomain 3.29.0-2
has caused the Debian Bug report #1120214,
regarding sphinxcontrib-moderncmakedomain: FTBFS: dh_auto_test: error: pybuild 
--test --test-pytest -i python{version} -p 3.13 returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1120214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120214
Debian Bug Tracking System
Contact [email protected] with problems
--- 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 ---
--- Begin Message ---
Source: sphinxcontrib-moderncmakedomain
Source-Version: 3.29.0-2
Done: Timo Röhling <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinxcontrib-moderncmakedomain, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Röhling <[email protected]> (supplier of updated 
sphinxcontrib-moderncmakedomain package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Nov 2025 13:09:01 +0100
Source: sphinxcontrib-moderncmakedomain
Architecture: source
Version: 3.29.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1120214
Changes:
 sphinxcontrib-moderncmakedomain (3.29.0-2) unstable; urgency=medium
 .
   * Make PendingDeprecationWarning non-fatal as well (Closes: #1120214)
   * Bump Standards-Version to 4.7.2
   * Wrap and sort Debian package files
   * Migrate debian/watch to version 5 format
Checksums-Sha1:
 04cb72f7dfa8afd7becc3cb8e32beaca50030301 2728 
sphinxcontrib-moderncmakedomain_3.29.0-2.dsc
 53cafcb4ffd40903a3a11f39094faf196732aac0 2864 
sphinxcontrib-moderncmakedomain_3.29.0-2.debian.tar.xz
Checksums-Sha256:
 104f4bebabb0ff775b020dc35431da69c10a1d37fb36e935448da40fcec5f0cf 2728 
sphinxcontrib-moderncmakedomain_3.29.0-2.dsc
 a21445eb2234c3b202e0e0da61de8fd9b23b34f4af2ac503b0d9c77bb2fee037 2864 
sphinxcontrib-moderncmakedomain_3.29.0-2.debian.tar.xz
Files:
 010769bb80eaaea16d5f5919d6f7fb07 2728 python optional 
sphinxcontrib-moderncmakedomain_3.29.0-2.dsc
 babbaf05e36914b1c1235eb0600ddc6f 2864 python optional 
sphinxcontrib-moderncmakedomain_3.29.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmkTJ6gUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQzIxr3RQD9Mov7w/+NkGQ/UWa/2vpykU41aEQbsKmR6Ge
HuQox1GflJHZiZ+OJD5q+ISgUTiXb3/McBX0HklYfBG73ETKARR4gpaOD/66//f3
KEWv/nd/8A2qG+7xSAd39xNFJu2Ak3xRzSjKBFFolT1k3QKWULqCbEn4d5AHFRCr
ypIrbtLmnC7SnP5G9tO5YZAuWTFy34GPnWRBWXrBRoZiQjSSt5/tZ/YLwAufI5HS
hPyhllI0jWPySvv72bC5fhaXDQwFKxFDdeOSaz9FL7FxD9xgt8sBelHLSkkjar5P
MUWxfm+7xGyp1W/LTFue8G6csVWrsmP0SxkYuVH6WC1yH7Upzwgei6bLV1jnXSgQ
eonD1E2MPzZINB7szsV6eJ1X8g7p018fRNk60g0WTvDoRLfjf0JyAqF7GkMc+Coc
yvTijt7oI0ydeQY7bdivUg1xnXg9VALnFfUfrwFW6vsFGS5750dN7rhrBnhT7M5/
YGfUNcx+xaTacVZxucHON2k0BPEIaYpvHS6nURu+XfjKeKHwNFFCt6iUKr2J3a9W
r8sCQ4JCGqxGn/2ETl6OBhEgT5+wnEHiX7IxI6PK/SzLjPE3A4rsbozixvjF2kL7
DmMVSA9SqiiYIXxs0qP45prN0KbVAtNLeVjk/TyJ4Af/DvQeWj9KgMnnRidWrLun
TMMd7/nN4ML4wD8=
=z6Hj
-----END PGP SIGNATURE-----

Attachment: pgpGjZtH4gqxf.pgp
Description: PGP signature


--- End Message ---

Reply via email to