Your message dated Sun, 09 Nov 2025 15:51:24 +0000
with message-id <[email protected]>
and subject line Bug#1120185: fixed in sphinx-book-theme 1.1.4-3
has caused the Debian Bug report #1120185,
regarding sphinx-book-theme: FTBFS: dh_auto_test: error: pybuild --test -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.)


-- 
1120185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sphinx-book-theme
Version: 1.1.4-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/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:sphinx-book-theme, 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_sphinx-book-theme  
* Building wheel...
No `packages` or `py_modules` configuration, performing automatic discovery.

[... snipped ...]

    app_ = SphinxTestApp(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
    super().__init__(
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
    self.builder = self.create_builder(buildername)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
    return self.registry.create_builder(self, name, self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
    return self.builders[name](app, env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
    reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <docutils.readers.doctree.Reader object at 0x7fd81bb2e360>, 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.

/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70: 
PendingDeprecationWarning
___________________________ test_right_sidebar_title ___________________________

sphinx_build_factory = <function sphinx_build_factory.<locals>._func at 
0x7fd81baa1260>
file_regression = <pytest_regressions.file_regression.FileRegressionFixture 
object at 0x7fd81baa59b0>

    def test_right_sidebar_title(sphinx_build_factory, file_regression):
        confoverrides = {"html_theme_options.toc_title": "My test content 
title"}
>       sphinx_build = sphinx_build_factory("base", 
> confoverrides=confoverrides).build(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            assert_pass=True
        )

../../../tests/test_build.py:447: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../tests/test_build.py:59: in _func
    app = make_app(srcdir=sphinx_path(tmp_path / src_folder), **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
    app_ = SphinxTestApp(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
    super().__init__(
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
    self.builder = self.create_builder(buildername)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
    return self.registry.create_builder(self, name, self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
    return self.builders[name](app, env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
    reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <docutils.readers.doctree.Reader object at 0x7fd81baa2850>, 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.

/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70: 
PendingDeprecationWarning
________________________________ test_sidenote _________________________________

sphinx_build_factory = <function sphinx_build_factory.<locals>._func at 
0x7fd81bbbfc40>
file_regression = <pytest_regressions.file_regression.FileRegressionFixture 
object at 0x7fd81bbe8c90>

    def test_sidenote(sphinx_build_factory, file_regression):
        confoverrides = {"html_theme_options.use_sidenotes": True}
>       sphinx_build = sphinx_build_factory("base", 
> confoverrides=confoverrides).build(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            assert_pass=True
        )

../../../tests/test_build.py:465: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../tests/test_build.py:59: in _func
    app = make_app(srcdir=sphinx_path(tmp_path / src_folder), **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
    app_ = SphinxTestApp(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
    super().__init__(
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
    self.builder = self.create_builder(buildername)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
    return self.registry.create_builder(self, name, self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
    return self.builders[name](app, env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
    reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <docutils.readers.doctree.Reader object at 0x7fd81baa32f0>, 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.

/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70: 
PendingDeprecationWarning
_______________________________ test_marginnote ________________________________

sphinx_build_factory = <function sphinx_build_factory.<locals>._func at 
0x7fd81baa3560>
file_regression = <pytest_regressions.file_regression.FileRegressionFixture 
object at 0x7fd81bb0b1e0>

    def test_marginnote(sphinx_build_factory, file_regression):
        confoverrides = {"html_theme_options.use_sidenotes": True}
>       sphinx_build = sphinx_build_factory("base", 
> confoverrides=confoverrides).build(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            assert_pass=True
        )

../../../tests/test_build.py:483: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../tests/test_build.py:59: in _func
    app = make_app(srcdir=sphinx_path(tmp_path / src_folder), **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
    app_ = SphinxTestApp(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/util.py:178: in __init__
    super().__init__(
/usr/lib/python3/dist-packages/sphinx/application.py:335: in __init__
    self.builder = self.create_builder(buildername)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/application.py:419: in create_builder
    return self.registry.create_builder(self, name, self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/registry.py:199: in create_builder
    return self.builders[name](app, env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/builders/html/__init__.py:154: in __init__
    reader: Reader[DocTreeInput] = docutils.readers.doctree.Reader(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <docutils.readers.doctree.Reader object at 0x7fd81bb28710>, 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.

/usr/lib/python3/dist-packages/docutils/readers/__init__.py:70: 
PendingDeprecationWarning
=========================== short test summary info ============================
FAILED ../../../tests/test_build.py::test_parallel_build - PendingDeprecation...
FAILED ../../../tests/test_build.py::test_navbar_options_home_page_in_toc - P...
FAILED 
../../../tests/test_build.py::test_navbar_options[extra_footer-<div>EXTRA 
FOOTER</div>]
FAILED 
../../../tests/test_build.py::test_source_button_url[-https://github.com/executablebooks/sphinx-book-theme]
FAILED 
../../../tests/test_build.py::test_source_button_url[github-https://gh.mycompany.com/executablebooks/sphinx-book-theme]
FAILED 
../../../tests/test_build.py::test_source_button_url[-https://gitlab.com/gitlab-org/gitlab]
FAILED 
../../../tests/test_build.py::test_source_button_url[-https://opensource.ncsa.illinois.edu/bitbucket/scm/u3d/3dutilities]
FAILED 
../../../tests/test_build.py::test_source_button_url[gitlab-https://mywebsite.com/gitlab/gitlab-org/gitlab]
FAILED ../../../tests/test_build.py::test_header_launchbtns - PendingDeprecat...
FAILED ../../../tests/test_build.py::test_empty_header_launchbtns - PendingDe...
FAILED 
../../../tests/test_build.py::test_launch_button_url[-https://github.com/executablebooks/sphinx-book-theme]
FAILED 
../../../tests/test_build.py::test_launch_button_url[-https://gitlab.com/gitlab-org/gitlab]
FAILED 
../../../tests/test_build.py::test_launch_button_url[-https://opensource.ncsa.illinois.edu/bitbucket/scm/u3d/3dutilities]
FAILED 
../../../tests/test_build.py::test_launch_button_url[gitlab-https://mywebsite.com/gitlab/gitlab-org/gitlab]
FAILED ../../../tests/test_build.py::test_singlehtml - PendingDeprecationWarn...
FAILED ../../../tests/test_build.py::test_docs_dirhtml - PendingDeprecationWa...
FAILED ../../../tests/test_build.py::test_show_navbar_depth - PendingDeprecat...
FAILED ../../../tests/test_build.py::test_header_download_button_off - Pendin...
FAILED ../../../tests/test_build.py::test_header_fullscreen_button_off - Pend...
FAILED ../../../tests/test_build.py::test_right_sidebar_title - PendingDeprec...
FAILED ../../../tests/test_build.py::test_sidenote - PendingDeprecationWarnin...
FAILED ../../../tests/test_build.py::test_marginnote - PendingDeprecationWarn...
================== 22 failed, 1 passed, 5 deselected in 1.69s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-book-theme/build; python3.13 -m 
pytest -v -k 'not test_build_book and not test_header_repository_buttons and 
not test_repo_custombranch' {dir}/tests/
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: sphinx-book-theme
Source-Version: 1.1.4-3
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinx-book-theme, 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.
Dmitry Shachnev <[email protected]> (supplier of updated sphinx-book-theme 
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: Sun, 09 Nov 2025 13:51:42 +0300
Source: sphinx-book-theme
Architecture: source
Version: 1.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 1120185
Changes:
 sphinx-book-theme (1.1.4-3) unstable; urgency=medium
 .
   * Team upload.
   * Add a patch to make the tests pass with Docutils 0.22 (closes: #1120185).
Checksums-Sha1:
 eb39364485b984fbf2371a38db4f440a0c34dcf5 3378 sphinx-book-theme_1.1.4-3.dsc
 f2f45a61247bd5a3b4a3afc5bfc17748e05cb258 16200 
sphinx-book-theme_1.1.4-3.debian.tar.xz
 a1ad9f357dd25149c1208bd1c2c45636ac493aec 22989 
sphinx-book-theme_1.1.4-3_source.buildinfo
Checksums-Sha256:
 3a7091035d3f69a58d686964ff087414a89e0a78a325d5e3126df89c71934350 3378 
sphinx-book-theme_1.1.4-3.dsc
 85fb8fcdb16f9ee5c0cce9ab7d3832db41e81d0bac40e9e89ad4b9acf7aca714 16200 
sphinx-book-theme_1.1.4-3.debian.tar.xz
 8f5c52a97b481550a50e3ed5ee37dccbfb63cd49c1f08dcc5e6916bbd9be60fe 22989 
sphinx-book-theme_1.1.4-3_source.buildinfo
Files:
 7f08a7bb07d125bddaee48939809fcd3 3378 python optional 
sphinx-book-theme_1.1.4-3.dsc
 b6ae165b701ab8fe30aa0e010a29f8e0 16200 python optional 
sphinx-book-theme_1.1.4-3.debian.tar.xz
 f5628564ead28ca2520c1c6c962513d7 22989 python optional 
sphinx-book-theme_1.1.4-3_source.buildinfo

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

iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAmkQq7UTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4MZ9D/sEhUEn17wMF20NbxrXYua8d939+Fq/
H0MdWMMLEaB7sHiaIoREBFVpq9JlzjvCGYjXGAsRKEV46ki0JKcneP5p/ZS3gZ3P
7zjY6jgnqGwPjgEKUDDkXOrLzPwHJWMvXNmJlbVOB16hb/Ym8ksZ6DwbpBPOvwsN
biA2vFXV/crrMT7glFipz1fxwSTe18QksyWwEkhjaxuZeeW6X2fKuPkml7C4BDou
RpW37EdaDBrRpIb6XsJAVBh97AD3KsdZ1uq+WKvh0E2JXDQDSrINKziUVBWYO8ax
WrYxa7NE7ERM+zVkmg9Y8V2jbNwIbqFcj8HLBtHU2Ar2NJJC4DRBqRr7HIxrbgYW
y/SBfEB1mqCzGPkqfefGbRwaxDpbwVONgctFdKqVyGa+j10EwxuJ1tQmfGoP0DZe
PBRuis5qCr+UrXAwKD2PVdR0cBFE7Z6haNUDwePP7cR3vHtNpSHIMPHN86WkXqzm
JhKmh9FXxBrdOTHUXqhcBc/NsKmkbpRHBXURNHM8UdZ3yKzYS7owsjEaSYptCUk2
vQ7xedqTDTIpP/b1z4H2+nqMoAG2FLdXUH/2oTuNpwgD9cDIuNeT9hW4jiSNgr37
uUQGeWw18ogS5fOLZeAMHVfCJVT7T36u2pGNDqBN8gz/iMg6c2uqsze0wsbw+Sjm
reLCck3fU6lApQ==
=amWB
-----END PGP SIGNATURE-----

Attachment: pgptp0SSnmGJu.pgp
Description: PGP signature


--- End Message ---

Reply via email to