Your message dated Fri, 06 Oct 2023 22:21:10 +0000
with message-id <[email protected]>
and subject line Bug#1052853: fixed in sphinx-notfound-page 0.8.3-3
has caused the Debian Bug report #1052853,
regarding sphinx-notfound-page: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.11 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.)


-- 
1052853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sphinx-notfound-page
Version: 0.8.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --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:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page 
> * Building wheel...
> Successfully built sphinx_notfound_page-0.8.3-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build
> configfile: pytest.ini
> collected 30 items
> 
> tests/test_urls.py .EEEEEEEEEEEEEEEEEEEEEEEEEExEE                        
> [100%]
> 
> ==================================== ERRORS 
> ====================================
> ___________________ ERROR at setup of test_404_page_created 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 46
>   @pytest.mark.sphinx(srcdir=srcdir)
>   def test_404_page_created(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:46
> ___________________ ERROR at setup of test_default_settings 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 53
>   @pytest.mark.sphinx(srcdir=srcdir)
>   def test_default_settings(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:53
> ___________________ ERROR at setup of test_context_settings 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 84
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_context': {'title': 'My custom title', 'body': 
> '<h1>Boo!</h1>My bad.'},
>       },
>   )
>   def test_context_settings(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:84
> ___________________ ERROR at setup of test_pagename_setting 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 106
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_pagename': '500',
>       },
>   )
>   def test_pagename_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:106
> _______________ ERROR at setup of test_default_language_setting 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 118
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_language': 'ja',
>       },
>   )
>   def test_default_language_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:118
> ________________ ERROR at setup of test_default_version_setting 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 151
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_version': 'customversion',
>       },
>   )
>   def test_default_version_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:151
> ________________ ERROR at setup of test_no_urls_prefix_setting 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 184
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_no_urls_prefix': True,
>       },
>   )
>   def test_no_urls_prefix_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:184
> __________________ ERROR at setup of test_urls_prefix_setting 
> __________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 213
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_urls_prefix': '/language/version/',
>       },
>   )
>   def test_urls_prefix_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:213
> _______________ ERROR at setup of test_urls_prefix_setting_none 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 246
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_urls_prefix': None,
>       },
>   )
>   def test_urls_prefix_setting_none(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:246
> ___________ ERROR at setup of test_no_urls_prefix_setting_preference 
> ___________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 279
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_language': 'es',
>           'notfound_default_version': 'customversion',
>           'notfound_no_urls_prefix': True,
>       },
>   )
>   def test_no_urls_prefix_setting_preference(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:279
> ___________ ERROR at setup of test_default_version_language_setting 
> ____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 310
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_version': 'v2.0.5',
>           'notfound_default_language': 'pt',
>       },
>   )
>   def test_default_version_language_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:310
> ___________________ ERROR at setup of test_template_setting 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 340
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_template': 'template.html',
>           'notfound_context': {
>               'body': 'The body goes here',
>               'title': 'Custom title',
>               'special_setting': 'a special value',
>           },
>       },
>   )
>   def test_template_setting(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:340
> _________________ ERROR at setup of test_custom_404_rst_source 
> _________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 369
>   @pytest.mark.sphinx(
>       srcdir=rstsrcdir,
>       confoverrides={
>           'version': '2.5.1',
>       },
>   )
>   def test_custom_404_rst_source(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:369
> ________________ ERROR at setup of test_image_on_404_rst_source 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 404
>   @pytest.mark.sphinx(srcdir=rstsrcdir)
>   def test_image_on_404_rst_source(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:404
> _____________ ERROR at setup of test_image_looks_like_absolute_url 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 452
>   @pytest.mark.sphinx(srcdir=rstsrcdir)
>   def test_image_looks_like_absolute_url(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:452
> __________________ ERROR at setup of test_image_absolute_url 
> ___________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 471
>   @pytest.mark.sphinx(srcdir=rstsrcdir)
>   def test_image_absolute_url(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:471
> _______________ ERROR at setup of test_urls_for_dirhtml_builder 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 486
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       buildername='dirhtml',
>   )
>   def test_urls_for_dirhtml_builder(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:486
> __________ ERROR at setup of test_no_prefix_urls_for_dirhtml_builder 
> ___________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 512
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       buildername='dirhtml',
>       confoverrides={
>           'notfound_no_urls_prefix': True,
>       },
>   )
>   def test_no_prefix_urls_for_dirhtml_builder(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:512
> _________________ ERROR at setup of test_sphinx_resource_urls 
> __________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 541
>   @pytest.mark.sphinx(srcdir=srcdir)
>   def test_sphinx_resource_urls(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:541
> _____________ ERROR at setup of test_toctree_urls_notfound_default 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 568
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_version': 'default',
>           'notfound_default_language': 'ja',
>       },
>   )
>   def test_toctree_urls_notfound_default(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:568
> _____________________ ERROR at setup of test_toctree_links 
> _____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 597
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>   )
>   def test_toctree_links(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:597
> _____________ ERROR at setup of test_toctree_links_custom_settings 
> _____________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 616
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_language': 'pt-br',
>           'notfound_default_version': 'stable',
>       },
>   )
>   def test_toctree_links_custom_settings(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:616
> __ ERROR at setup of test_toctree_links_language_setting_version_environment 
> ___
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 639
>   @pytest.mark.environ(
>       READTHEDOCS_VERSION='v2.0.5',
>   )
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_language': 'pt-br',
>       },
>   )
>   def test_toctree_links_language_setting_version_environment(environ, app, 
> status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:639
> __ ERROR at setup of test_toctree_links_version_setting_language_environment 
> ___
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 665
>   @pytest.mark.environ(
>       READTHEDOCS_LANGUAGE='fr',
>   )
>   @pytest.mark.sphinx(
>       srcdir=srcdir,
>       confoverrides={
>           'notfound_default_version': 'master',
>       },
>   )
>   def test_toctree_links_version_setting_language_environment(environ, app, 
> status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:665
> ______ ERROR at setup of test_toctree_links_version_language_environment 
> _______
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 691
>   @pytest.mark.environ(
>       READTHEDOCS_VERSION='stable',
>       READTHEDOCS_LANGUAGE='ja',
>   )
>   @pytest.mark.sphinx(srcdir=srcdir)
>   def test_toctree_links_version_language_environment(environ, app, status, 
> warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:691
> ___________________ ERROR at setup of test_automatic_orphan 
> ____________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 713
>   @pytest.mark.sphinx(
>       srcdir=rstsrcdir,
>   )
>   def test_automatic_orphan(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:713
> _______________ ERROR at setup of test_resources_from_extension 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 753
>   @pytest.mark.sphinx(srcdir=extensiondir)
>   def test_resources_from_extension(app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:753
> _______________ ERROR at setup of test_special_readthedocs_urls 
> ________________
> file 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py,
>  line 769
>   @pytest.mark.environ(
>       READTHEDOCS='True',
>   )
>   @pytest.mark.sphinx(srcdir=rstsrcdir)
>   def test_special_readthedocs_urls(environ, app, status, warning):
> E       fixture 'app' not found
> >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
> > capsysbinary, doctest_namespace, environ, monkeypatch, pytestconfig, 
> > record_property, record_testsuite_property, record_xml_attribute, recwarn, 
> > remove_sphinx_build_output, tmp_path, tmp_path_factory, tmpdir, 
> > tmpdir_factory
> >       use 'pytest --fixtures [testpath]' for help on them.
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py:769
> =========================== short test summary info 
> ============================
> ERROR tests/test_urls.py::test_404_page_created
> ERROR tests/test_urls.py::test_default_settings
> ERROR tests/test_urls.py::test_context_settings
> ERROR tests/test_urls.py::test_pagename_setting
> ERROR tests/test_urls.py::test_default_language_setting
> ERROR tests/test_urls.py::test_default_version_setting
> ERROR tests/test_urls.py::test_no_urls_prefix_setting
> ERROR tests/test_urls.py::test_urls_prefix_setting
> ERROR tests/test_urls.py::test_urls_prefix_setting_none
> ERROR tests/test_urls.py::test_no_urls_prefix_setting_preference
> ERROR tests/test_urls.py::test_default_version_language_setting
> ERROR tests/test_urls.py::test_template_setting
> ERROR tests/test_urls.py::test_custom_404_rst_source
> ERROR tests/test_urls.py::test_image_on_404_rst_source
> ERROR tests/test_urls.py::test_image_looks_like_absolute_url
> ERROR tests/test_urls.py::test_image_absolute_url
> ERROR tests/test_urls.py::test_urls_for_dirhtml_builder
> ERROR tests/test_urls.py::test_no_prefix_urls_for_dirhtml_builder
> ERROR tests/test_urls.py::test_sphinx_resource_urls
> ERROR tests/test_urls.py::test_toctree_urls_notfound_default
> ERROR tests/test_urls.py::test_toctree_links
> ERROR tests/test_urls.py::test_toctree_links_custom_settings
> ERROR 
> tests/test_urls.py::test_toctree_links_language_setting_version_environment
> ERROR 
> tests/test_urls.py::test_toctree_links_version_setting_language_environment
> ERROR tests/test_urls.py::test_toctree_links_version_language_environment
> ERROR tests/test_urls.py::test_automatic_orphan
> ERROR tests/test_urls.py::test_resources_from_extension
> ERROR tests/test_urls.py::test_special_readthedocs_urls
> =================== 1 passed, 1 xfailed, 28 errors in 0.98s 
> ====================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build; 
> python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/sphinx-notfound-page_0.8.3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: sphinx-notfound-page
Source-Version: 0.8.3-3
Done: Mo Zhou <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinx-notfound-page, 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.
Mo Zhou <[email protected]> (supplier of updated sphinx-notfound-page 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: Fri, 06 Oct 2023 17:50:16 -0400
Source: sphinx-notfound-page
Architecture: source
Version: 0.8.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Mo Zhou <[email protected]>
Closes: 1042604 1052853
Changes:
 sphinx-notfound-page (0.8.3-3) unstable; urgency=medium
 .
   * Override dh_auto_test to fix FTBFS due to test failure.
     (Closes: #1042604, #1052853)
   * Add autopkgtest test case.
Checksums-Sha1:
 11025ba97261c99317965c2f9ba000006399571c 2297 sphinx-notfound-page_0.8.3-3.dsc
 90eca48c963a914d8ef9500b3a479722fe96cd31 2460 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 f749aeb2ee9c0506aa7bea9ef62740428ffa686c 7405 
sphinx-notfound-page_0.8.3-3_source.buildinfo
Checksums-Sha256:
 ce26c425c4a33d1648e7172822a8edde4890f93e6b008e7d129d798c9df35570 2297 
sphinx-notfound-page_0.8.3-3.dsc
 6b2ec09fe5b098e8850187c57312da2bfaa7f98d4a35d9f70f2ca947be879ba5 2460 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 c7473a0bb17a065f5918b2b904eba4cfd0391077023c08f416a694d918611365 7405 
sphinx-notfound-page_0.8.3-3_source.buildinfo
Files:
 6a96d5ae9e9f4903de7d9f47102b1cf7 2297 python optional 
sphinx-notfound-page_0.8.3-3.dsc
 fed2d59f8c4a8923e21494ffbbda1175 2460 python optional 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 95c65c483d164ae7fcb58055ff399ee8 7405 python optional 
sphinx-notfound-page_0.8.3-3_source.buildinfo

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

iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmUggiYRHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaopDHg//ZptOkYV0gbFblcGevCyNpTOZSec6lXqZ
sYp4luqwm1Q+BvS9lyU5KeGqeldCJDciW2V7S0m1qRI29K8Y7Ox5p4cssul53YD0
F1jciGuBnSqkCoPvbSNOmbLqNok2bksfUWympPphgvMbsqjvRGFC9/xjbhdLQqGL
wo2r1hdkEcT1MbD5cLFc13ShAWBd0dwlLnuq05D5R41BSKLEqPv+utAbZ0tdgfcT
fwzmD1/xggRqdkzD/Qh1N/HOyZzAgL14XQ/nhiR/waUuwdI1xmJNBF+JlZipZEuS
0nv+Epflwb5mvKrZewKm34BagGf/ruKcw8G0nW8LYkKEjdFBykaop8hFpq3cg2NK
poPe78NkJP6shSbCgLmuxtsQipf8l//1YAoAxA/RLdMHvXGWUnoI3whofIWrszcw
dDSUUY3EJ05Zo6qs9APNBavLzqo6PWoGqqwahwbC5JEjyGFPOMtFq9dHZssb189p
DKMKAxtDncovge+wCQ/QvMfO/UoNIShwxtq2iHFbxXosVA5K0RPYq4qaFaEdx0Xv
4crtOUFTXp5HWRVtpXn2qy/s2/CTVVrl6ixN1vSdflVD2d+U0bNvTDgiNPgl0xif
q6RIowC/dBcEyyRmUVJi3QBPJN01qkIDsOx1irQDWbXhAnQIgR1+81yVBj1F0d5Z
EJGMJo5eBnM=
=v/L/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to