Source: sphinx-notfound-page Version: 0.8.3-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org 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;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&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.