Your message dated Mon, 10 Jun 2024 23:57:00 +0200
with message-id <20240610215700.rvxouigrondw6...@piotr.cc>
and subject line fixed in zzzeeksphinx
has caused the Debian Bug report #1057576,
regarding mako: FTBFS: dh_sphinxdoc: error: 
debian/python-mako-doc/usr/share/doc/python-mako-doc/html/search.html top-level 
node does not have data-content_root attribute
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 ow...@bugs.debian.org
immediately.)


-- 
1057576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mako
Version: 1.2.4+ds-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with=sphinxdoc,python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
running config
I: pybuild base:310: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako

[... snipped ...]

test/test_template.py::ReservedNameTest::test_names_in_template PASSED   [ 85%]
test/test_template.py::ReservedNameTest::test_exclude_loop_context PASSED [ 85%]
test/test_template.py::ReservedNameTest::test_exclude_loop_template PASSED [ 
85%]
test/test_template.py::ControlTest::test_control PASSED                  [ 85%]
test/test_template.py::ControlTest::test_blank_control_1 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_2 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_3 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_4 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_5 PASSED          [ 87%]
test/test_template.py::ControlTest::test_blank_control_6 PASSED          [ 87%]
test/test_template.py::ControlTest::test_blank_control_7 PASSED          [ 87%]
test/test_template.py::ControlTest::test_blank_control_8 PASSED          [ 87%]
test/test_template.py::ControlTest::test_commented_blank_control_1 PASSED [ 87%]
test/test_template.py::ControlTest::test_commented_blank_control_2 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_3 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_4 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_5 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_6 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_7 PASSED [ 89%]
test/test_template.py::ControlTest::test_commented_blank_control_8 PASSED [ 89%]
test/test_template.py::ControlTest::test_multiline_control PASSED        [ 89%]
test/test_template.py::GlobalsTest::test_globals PASSED                  [ 89%]
test/test_template.py::RichTracebackTest::test_utf8_memory_syntax PASSED [ 89%]
test/test_template.py::RichTracebackTest::test_utf8_memory_runtime PASSED [ 90%]
test/test_template.py::RichTracebackTest::test_utf8_file_syntax PASSED   [ 90%]
test/test_template.py::RichTracebackTest::test_utf8_file_runtime PASSED  [ 90%]
test/test_template.py::RichTracebackTest::test_unicode_memory_syntax PASSED [ 
90%]
test/test_template.py::RichTracebackTest::test_unicode_memory_runtime PASSED [ 
91%]
test/test_template.py::RichTracebackTest::test_unicode_file_syntax PASSED [ 91%]
test/test_template.py::RichTracebackTest::test_unicode_file_runtime PASSED [ 
91%]
test/test_template.py::ModuleDirTest::test_basic PASSED                  [ 91%]
test/test_template.py::ModuleDirTest::test_callable PASSED               [ 91%]
test/test_template.py::ModuleDirTest::test_custom_writer PASSED          [ 92%]
test/test_template.py::FilenameToURITest::test_windows_paths PASSED      [ 92%]
test/test_template.py::FilenameToURITest::test_posix_paths PASSED        [ 92%]
test/test_template.py::FilenameToURITest::test_dont_accept_relative_outside_of_root
 PASSED [ 92%]
test/test_template.py::ModuleTemplateTest::test_module_roundtrip PASSED  [ 92%]
test/test_template.py::TestTemplateAPI::test_metadata PASSED             [ 93%]
test/test_template.py::TestTemplateAPI::test_metadata_two PASSED         [ 93%]
test/test_template.py::PreprocessTest::test_old_comments PASSED          [ 93%]
test/test_template.py::LexerTest::test_via_template PASSED               [ 93%]
test/test_template.py::LexerTest::test_via_lookup PASSED                 [ 93%]
test/test_template.py::FuturesTest::test_future_import PASSED            [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_basic PASSED                   [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_subdir PASSED                  [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_basic_dot PASSED               [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_subdir_dot PASSED              [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_string PASSED                  [ 95%]
test/test_tgplugin.py::TestTGPlugin::test_render PASSED                  [ 95%]
test/test_util.py::UtilTest::test_fast_buffer_write PASSED               [ 95%]
test/test_util.py::UtilTest::test_fast_buffer_truncate PASSED            [ 95%]
test/test_util.py::UtilTest::test_fast_buffer_encoded PASSED             [ 96%]
test/test_util.py::UtilTest::test_read_file PASSED                       [ 96%]
test/test_util.py::UtilTest::test_load_module PASSED                     [ 96%]
test/test_util.py::UtilTest::test_load_plugin_failure PASSED             [ 96%]
test/ext/test_babelplugin.py::PluginExtractTest::test_parse_python_expression 
PASSED [ 96%]
test/ext/test_babelplugin.py::PluginExtractTest::test_python_gettext_call 
PASSED [ 97%]
test/ext/test_babelplugin.py::PluginExtractTest::test_translator_comment PASSED 
[ 97%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract PASSED       [ 97%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract_utf8 PASSED  [ 97%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract_cp1251 PASSED [ 97%]
test/ext/test_linguaplugin.py::MakoExtractTest::test_extract SKIPPED     [ 98%]
test/testing/test_config.py::BasicConfigTest::test_coercions PASSED      [ 98%]
test/testing/test_config.py::BasicConfigTest::test_values PASSED         [ 98%]
test/testing/test_config.py::BasicConfigTest::test_error_on_loading_from_nonexistent_file
 PASSED [ 98%]
test/testing/test_config.py::BasicConfigTest::test_error_on_loading_from_nonexistent_section
 PASSED [ 98%]
test/testing/test_config.py::BooleanConfigTest::test_values PASSED       [ 99%]
test/testing/test_config.py::UnsupportedTypesConfigTest::test_values PASSED [ 
99%]
test/testing/test_config.py::SupportedTypesConfigTest::test_values PASSED [ 99%]
test/testing/test_config.py::TypeMismatchConfigTest::test_error_on_load PASSED 
[ 99%]
test/testing/test_config.py::MissingItemConfigTest::test_error_on_load PASSED 
[100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/babel/messages/catalog.py:13
  /usr/lib/python3/dist-packages/babel/messages/catalog.py:13: 
DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
    from cgi import parse_header

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 431 passed, 47 skipped, 1 warning in 2.31s ==================
I: pybuild pybuild:340: rm 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/setup.cfg
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py install --root 
/<<PKGBUILDDIR>>/debian/python3-mako
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-mako
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/parsetree.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/compat.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/lexer.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/pyparser.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/exceptions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/cache.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/template.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/util.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/filters.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/exceptions.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/parsetree.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/lookup.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/lexer.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/__init__.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/_ast_util.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/ast.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/pygen.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/codegen.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/cmd.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/runtime.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/compat.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/__pycache__/pyparser.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/lookup.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/filters.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/pygen.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/template.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ast.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/codegen.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/util.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/babelplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/extract.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/babelplugin.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/preprocessors.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/pygmentplugin.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/beaker_cache.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/__pycache__/turbogears.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/autohandler.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/beaker_cache.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/pygmentplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/extract.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/preprocessors.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/linguaplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext/turbogears.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/helpers.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/exclusions.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/_config.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/fixtures.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/assertions.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/__pycache__/config.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/_config.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/fixtures.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/exclusions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/helpers.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/config.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing/assertions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/runtime.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/cmd.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/cache.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/_ast_util.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/.pytest_cache/README.md -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache/v
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/.pytest_cache/v/cache/nodeids -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/.pytest_cache/v/cache/stepwise 
-> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/.pytest_cache/CACHEDIR.TAG -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/.pytest_cache/.gitignore -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/parsetree.py
 to parsetree.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/compat.py
 to compat.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/lexer.py
 to lexer.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/pyparser.py
 to pyparser.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/exceptions.py
 to exceptions.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/lookup.py
 to lookup.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/filters.py
 to filters.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/pygen.py
 to pygen.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/template.py
 to template.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ast.py
 to ast.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/codegen.py
 to codegen.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/util.py
 to util.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/babelplugin.py
 to babelplugin.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/autohandler.py
 to autohandler.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/beaker_cache.py
 to beaker_cache.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/pygmentplugin.py
 to pygmentplugin.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/extract.py
 to extract.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/preprocessors.py
 to preprocessors.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/linguaplugin.py
 to linguaplugin.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext/turbogears.py
 to turbogears.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/_config.py
 to _config.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/fixtures.py
 to fixtures.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/exclusions.py
 to exclusions.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/helpers.py
 to helpers.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/config.py
 to config.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/testing/assertions.py
 to assertions.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/runtime.py
 to runtime.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/cmd.py
 to cmd.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/cache.py
 to cache.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/_ast_util.py
 to _ast_util.cpython-312.pyc
running install_egg_info
running egg_info
creating Mako.egg-info
writing Mako.egg-info/PKG-INFO
writing dependency_links to Mako.egg-info/dependency_links.txt
writing entry points to Mako.egg-info/entry_points.txt
writing requirements to Mako.egg-info/requires.txt
writing top-level names to Mako.egg-info/top_level.txt
writing manifest file 'Mako.egg-info/SOURCES.txt'
reading manifest file 'Mako.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.css' under directory 'doc'
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*.png' under directory 'doc'
warning: no files found matching '*.mako' under directory 'doc'
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
no previously-included directories found matching 'doc/build/output'
adding license file 'LICENSE'
writing manifest file 'Mako.egg-info/SOURCES.txt'
Copying Mako.egg-info to 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/Mako-1.2.4.dev0.egg-info
Skipping SOURCES.txt
running install_scripts
Installing mako-render script to /<<PKGBUILDDIR>>/debian/python3-mako/usr/bin
I: pybuild base:310: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/python3-mako
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11
creating /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/parsetree.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/compat.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/lexer.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/pyparser.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/exceptions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/compat.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/cache.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/filters.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/parsetree.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/codegen.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/_ast_util.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/util.cpython-311.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/lookup.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/exceptions.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/__init__.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/runtime.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/lexer.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/ast.cpython-311.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/pyparser.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/template.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/cmd.cpython-311.pyc -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/__pycache__/pygen.cpython-311.pyc 
-> /<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/lookup.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/filters.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/pygen.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/template.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ast.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/codegen.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/util.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/babelplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/preprocessors.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/__init__.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/extract.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/babelplugin.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/turbogears.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/beaker_cache.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/__pycache__/pygmentplugin.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/autohandler.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/beaker_cache.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/pygmentplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/extract.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/preprocessors.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/linguaplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/ext/turbogears.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__init__.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/__init__.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/_config.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/config.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/helpers.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/assertions.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/fixtures.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/__pycache__/exclusions.cpython-311.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/_config.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/fixtures.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/exclusions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/helpers.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/config.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/testing/assertions.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/runtime.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/cmd.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/cache.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/mako/_ast_util.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/.pytest_cache/README.md -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache/v
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/.pytest_cache/v/cache/nodeids -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/.pytest_cache/v/cache/stepwise 
-> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache/v/cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/.pytest_cache/CACHEDIR.TAG -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mako/build/.pytest_cache/.gitignore -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/.pytest_cache
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/parsetree.py
 to parsetree.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/compat.py
 to compat.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/__init__.py
 to __init__.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/lexer.py
 to lexer.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/pyparser.py
 to pyparser.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/exceptions.py
 to exceptions.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/lookup.py
 to lookup.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/filters.py
 to filters.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/pygen.py
 to pygen.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/template.py
 to template.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ast.py
 to ast.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/codegen.py
 to codegen.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/util.py
 to util.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/__init__.py
 to __init__.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/babelplugin.py
 to babelplugin.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/autohandler.py
 to autohandler.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/beaker_cache.py
 to beaker_cache.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/pygmentplugin.py
 to pygmentplugin.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/extract.py
 to extract.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/preprocessors.py
 to preprocessors.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/linguaplugin.py
 to linguaplugin.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/ext/turbogears.py
 to turbogears.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/__init__.py
 to __init__.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/_config.py
 to _config.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/fixtures.py
 to fixtures.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/exclusions.py
 to exclusions.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/helpers.py
 to helpers.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/config.py
 to config.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/testing/assertions.py
 to assertions.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/runtime.py
 to runtime.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/cmd.py
 to cmd.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/cache.py
 to cache.cpython-311.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/mako/_ast_util.py
 to _ast_util.cpython-311.pyc
running install_egg_info
running egg_info
writing Mako.egg-info/PKG-INFO
writing dependency_links to Mako.egg-info/dependency_links.txt
writing entry points to Mako.egg-info/entry_points.txt
writing requirements to Mako.egg-info/requires.txt
writing top-level names to Mako.egg-info/top_level.txt
reading manifest file 'Mako.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.css' under directory 'doc'
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*.png' under directory 'doc'
warning: no files found matching '*.mako' under directory 'doc'
warning: no files found matching '*.xml' under directory 'examples'
warning: no files found matching '*.mako' under directory 'examples'
no previously-included directories found matching 'doc/build/output'
adding license file 'LICENSE'
writing manifest file 'Mako.egg-info/SOURCES.txt'
Copying Mako.egg-info to 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.11/dist-packages/Mako-1.2.4.dev0.egg-info
Skipping SOURCES.txt
running install_scripts
Installing mako-render script to /<<PKGBUILDDIR>>/debian/python3-mako/usr/bin
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install
mv 
/<<PKGBUILDDIR>>/debian/python-mako-doc/usr/share/vim/addons/indent/mako_indent.vim
 \
   /<<PKGBUILDDIR>>/debian/python-mako-doc/usr/share/vim/addons/indent/mako.vim
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -O--buildsystem=pybuild
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -b html -N doc/build 
/<<PKGBUILDDIR>>/debian/python-mako-doc/usr/share/doc/python-mako-doc/html
Running Sphinx v7.2.6
/usr/lib/python3/dist-packages/zzzeeksphinx/viewsource.py:14: 
RemovedInSphinx80Warning: The alias 'sphinx.util.status_iterator' is 
deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES 
for Sphinx API modifications.
  from sphinx.util import status_iterator
making output directory... done
WARNING: html_static_path entry 'static' does not exist
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 11 source files that are out of date
updating environment: [new config] 11 added, 0 changed, 0 removed
reading sources... [  9%] caching
reading sources... [ 18%] changelog
reading sources... [ 27%] defs
reading sources... [ 36%] filtering
reading sources... [ 45%] index
reading sources... [ 55%] inheritance
reading sources... [ 64%] namespaces
reading sources... [ 73%] runtime
reading sources... [ 82%] syntax
reading sources... [ 91%] unicode
reading sources... [100%] usage

/<<PKGBUILDDIR>>/doc/build/changelog.rst:1036: ERROR: Unknown target name: 
"cache".
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [  9%] caching
writing output... [ 18%] changelog
writing output... [ 27%] defs
writing output... [ 36%] filtering
writing output... [ 45%] index
writing output... [ 55%] inheritance
writing output... [ 64%] namespaces
writing output... [ 73%] runtime
writing output... [ 82%] syntax
writing output... [ 91%] unicode
writing output... [100%] usage

/<<PKGBUILDDIR>>/doc/build/caching.rst:136: WARNING: py:class reference target 
not found: beaker.cache.CacheManager
/<<PKGBUILDDIR>>/doc/build/caching.rst:225: WARNING: py:mod reference target 
not found: dogpile.cache.plugins.mako_cache
/<<PKGBUILDDIR>>/mako/cache.py:docstring of mako.cache.Cache:13: WARNING: 
py:attr reference target not found: Template.cache
/<<PKGBUILDDIR>>/docstring of mako.runtime.Namespace.uri:5: WARNING: py:attr 
reference target not found: Template.uri
/<<PKGBUILDDIR>>/docstring of mako.runtime.TemplateNamespace.uri:5: WARNING: 
py:attr reference target not found: Template.uri
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:7: 
WARNING: py:attr reference target not found: parent
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:9: 
WARNING: py:attr reference target not found: index
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:11: 
WARNING: py:attr reference target not found: reverse_index
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:13: 
WARNING: py:attr reference target not found: first
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:15: 
WARNING: py:attr reference target not found: last
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:17: 
WARNING: py:attr reference target not found: even
/<<PKGBUILDDIR>>/mako/runtime.py:docstring of mako.runtime.LoopContext:21: 
WARNING: py:attr reference target not found: odd
/<<PKGBUILDDIR>>/doc/build/usage.rst:143: WARNING: py:class reference target 
not found: TopLevelNotFound
/<<PKGBUILDDIR>>/doc/build/usage.rst:358: WARNING: py:mod reference target not 
found: mako.ext.pygmentplugin
/<<PKGBUILDDIR>>/mako/template.py:docstring of mako.template.Template:170: 
WARNING: py:class reference target not found: Lexer
/<<PKGBUILDDIR>>/mako/template.py:docstring of mako.template.Template:170: 
WARNING: py:class reference target not found: Lexer
/<<PKGBUILDDIR>>/mako/lookup.py:docstring of 
mako.lookup.TemplateCollection.get_template:4: WARNING: py:class reference target not 
found: TemplateLookupException
generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
The name of the builder is: htmlCopying sphinx_paramlinks stylesheet... done
The name of the builder is: htmlCopying sphinx_paramlinks stylesheet... done
build succeeded, 19 warnings.

The HTML pages are in debian/python-mako-doc/usr/share/doc/python-mako-doc/html.
dh_sphinxdoc
dh_sphinxdoc: error: 
debian/python-mako-doc/usr/share/doc/python-mako-doc/html/search.html top-level 
node does not have data-content_root attribute
make[1]: *** [debian/rules:17: override_dh_sphinxdoc] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
X-CrossAssassin-Score: 49594

--- End Message ---

Reply via email to