Package: src:mako
Version: 1.3.2-1
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:311: python3.12 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/lexer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/filters.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/codegen.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/compat.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/runtime.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/_ast_util.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/parsetree.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/pygen.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/cmd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/template.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/lookup.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/ast.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/pyparser.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
copying mako/cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/preprocessors.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/linguaplugin.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/babelplugin.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/autohandler.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/turbogears.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/beaker_cache.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/pygmentplugin.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
copying mako/ext/extract.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/ext
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/helpers.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/_config.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/config.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/assertions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/fixtures.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
copying mako/testing/exclusions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build/mako/testing
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp setup.cfg 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build; 
python3.12 -m pytest test
============================= test session starts ==============================
platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 -- 
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mako/build
configfile: setup.cfg
collecting ... collected 499 items

test/ext/test_babelplugin.py::PluginExtractTest::test_parse_python_expression 
PASSED [  0%]
test/ext/test_babelplugin.py::PluginExtractTest::test_python_gettext_call 
PASSED [  0%]
test/ext/test_babelplugin.py::PluginExtractTest::test_translator_comment PASSED 
[  0%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract PASSED       [  0%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract_utf8 PASSED  [  1%]
test/ext/test_babelplugin.py::MakoExtractTest::test_extract_cp1251 PASSED [  1%]
test/ext/test_linguaplugin.py::MakoExtractTest::test_extract SKIPPED     [  1%]
test/test_ast.py::AstParseTest::test_locate_identifiers PASSED           [  1%]
test/test_ast.py::AstParseTest::test_locate_identifiers_2 PASSED         [  1%]
test/test_ast.py::AstParseTest::test_locate_identifiers_3 PASSED         [  2%]
test/test_ast.py::AstParseTest::test_locate_identifiers_4 PASSED         [  2%]
test/test_ast.py::AstParseTest::test_locate_identifiers_5 PASSED         [  2%]
test/test_ast.py::AstParseTest::test_locate_identifiers_6 PASSED         [  2%]
test/test_ast.py::AstParseTest::test_locate_identifiers_7 PASSED         [  2%]
test/test_ast.py::AstParseTest::test_locate_identifiers_8 PASSED         [  3%]
test/test_ast.py::AstParseTest::test_locate_identifiers_9 PASSED         [  3%]
test/test_ast.py::AstParseTest::test_locate_identifiers_10 PASSED        [  3%]
test/test_ast.py::AstParseTest::test_locate_identifiers_11 PASSED        [  3%]
test/test_ast.py::AstParseTest::test_locate_identifiers_12 PASSED        [  3%]
test/test_ast.py::AstParseTest::test_locate_identifiers_13 PASSED        [  4%]
test/test_ast.py::AstParseTest::test_locate_identifiers_14 PASSED        [  4%]
test/test_ast.py::AstParseTest::test_locate_identifiers_16 PASSED        [  4%]
test/test_ast.py::AstParseTest::test_locate_identifiers_17 PASSED        [  4%]
test/test_ast.py::AstParseTest::test_locate_identifiers_18 PASSED        [  4%]
test/test_ast.py::AstParseTest::test_locate_identifiers_19 PASSED        [  5%]
test/test_ast.py::AstParseTest::test_locate_identifiers_20 PASSED        [  5%]
test/test_ast.py::AstParseTest::test_locate_identifiers_21 PASSED        [  5%]
test/test_ast.py::AstParseTest::test_no_global_imports PASSED            [  5%]
test/test_ast.py::AstParseTest::test_python_fragment PASSED              [  5%]
test/test_ast.py::AstParseTest::test_argument_list PASSED                [  6%]
test/test_ast.py::AstParseTest::test_function_decl PASSED                [  6%]
test/test_ast.py::AstParseTest::test_function_decl_2 PASSED              [  6%]
test/test_ast.py::AstParseTest::test_function_decl_3 PASSED              [  6%]
test/test_ast.py::AstParseTest::test_expr_generate PASSED                [  6%]
test/test_block.py::BlockTest::test_anonymous_block_namespace_raises PASSED [  
7%]
test/test_block.py::BlockTest::test_anonymous_block_in_call PASSED       [  7%]
test/test_block.py::BlockTest::test_named_block_in_call PASSED           [  7%]
test/test_block.py::BlockTest::test_name_collision_blocks_toplevel PASSED [  7%]
test/test_block.py::BlockTest::test_name_collision_blocks_nested_block PASSED [ 
 7%]
test/test_block.py::BlockTest::test_name_collision_blocks_nested_def PASSED [  
8%]
test/test_block.py::BlockTest::test_name_collision_block_def_toplevel PASSED [  
8%]
test/test_block.py::BlockTest::test_name_collision_def_block_toplevel PASSED [  
8%]
test/test_block.py::BlockTest::test_named_block_renders PASSED           [  8%]
test/test_block.py::BlockTest::test_inherited_block_no_render PASSED     [  8%]
test/test_block.py::BlockTest::test_no_named_in_def PASSED               [  9%]
test/test_block.py::BlockTest::test_inherited_block_nested_both PASSED   [  9%]
test/test_block.py::BlockTest::test_inherited_block_nested_inner_only PASSED [  
9%]
test/test_block.py::BlockTest::test_noninherited_block_no_render PASSED  [  9%]
test/test_block.py::BlockTest::test_no_conflict_nested_one PASSED        [  9%]
test/test_block.py::BlockTest::test_nested_dupe_names_raise PASSED       [ 10%]
test/test_block.py::BlockTest::test_two_levels_one PASSED                [ 10%]
test/test_block.py::BlockTest::test_filter PASSED                        [ 10%]
test/test_block.py::BlockTest::test_anon_in_named PASSED                 [ 10%]
test/test_block.py::BlockTest::test_named_in_anon PASSED                 [ 10%]
test/test_block.py::BlockTest::test_anon_in_anon PASSED                  [ 11%]
test/test_block.py::BlockTest::test_named_in_named PASSED                [ 11%]
test/test_block.py::BlockTest::test_iteration PASSED                     [ 11%]
test/test_block.py::BlockTest::test_conditional PASSED                   [ 11%]
test/test_block.py::BlockTest::test_block_overridden_by_def PASSED       [ 11%]
test/test_block.py::BlockTest::test_def_overridden_by_block PASSED       [ 12%]
test/test_block.py::BlockTest::test_block_args PASSED                    [ 12%]
test/test_block.py::BlockTest::test_block_variables_contextual PASSED    [ 12%]
test/test_block.py::BlockTest::test_block_args_contextual PASSED         [ 12%]
test/test_block.py::BlockTest::test_block_pageargs_contextual PASSED     [ 12%]
test/test_block.py::BlockTest::test_block_pageargs PASSED                [ 13%]
test/test_cache.py::CacheTest::test_def PASSED                           [ 13%]
test/test_cache.py::CacheTest::test_cache_enable PASSED                  [ 13%]
test/test_cache.py::CacheTest::test_nested_def PASSED                    [ 13%]
test/test_cache.py::CacheTest::test_page PASSED                          [ 13%]
test/test_cache.py::CacheTest::test_dynamic_key_with_context PASSED      [ 14%]
test/test_cache.py::CacheTest::test_dynamic_key_with_funcargs PASSED     [ 14%]
test/test_cache.py::CacheTest::test_dynamic_key_with_imports PASSED      [ 14%]
test/test_cache.py::CacheTest::test_fileargs_implicit PASSED             [ 14%]
test/test_cache.py::CacheTest::test_fileargs_deftag PASSED               [ 14%]
test/test_cache.py::CacheTest::test_fileargs_pagetag PASSED              [ 15%]
test/test_cache.py::CacheTest::test_args_complete PASSED                 [ 15%]
test/test_cache.py::CacheTest::test_fileargs_lookup PASSED               [ 15%]
test/test_cache.py::CacheTest::test_buffered PASSED                      [ 15%]
test/test_cache.py::CacheTest::test_load_from_expired PASSED             [ 15%]
test/test_cache.py::CacheTest::test_namespace_access PASSED              [ 16%]
test/test_cache.py::CacheTest::test_lookup PASSED                        [ 16%]
test/test_cache.py::CacheTest::test_invalidate PASSED                    [ 16%]
test/test_cache.py::CacheTest::test_custom_args_def PASSED               [ 16%]
test/test_cache.py::CacheTest::test_custom_args_block PASSED             [ 16%]
test/test_cache.py::CacheTest::test_custom_args_page PASSED              [ 17%]
test/test_cache.py::CacheTest::test_pass_context PASSED                  [ 17%]
test/test_cache.py::BeakerCacheTest::test_def SKIPPED (Beaker is req...) [ 17%]
test/test_cache.py::BeakerCacheTest::test_cache_enable SKIPPED (Beak...) [ 17%]
test/test_cache.py::BeakerCacheTest::test_nested_def SKIPPED (Beaker...) [ 17%]
test/test_cache.py::BeakerCacheTest::test_page SKIPPED (Beaker is re...) [ 18%]
test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_context SKIPPED [ 
18%]
test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_funcargs SKIPPED [ 
18%]
test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_imports SKIPPED [ 
18%]
test/test_cache.py::BeakerCacheTest::test_fileargs_implicit SKIPPED      [ 18%]
test/test_cache.py::BeakerCacheTest::test_fileargs_deftag SKIPPED (B...) [ 19%]
test/test_cache.py::BeakerCacheTest::test_fileargs_pagetag SKIPPED (...) [ 19%]
test/test_cache.py::BeakerCacheTest::test_args_complete SKIPPED (Bea...) [ 19%]
test/test_cache.py::BeakerCacheTest::test_fileargs_lookup SKIPPED (B...) [ 19%]
test/test_cache.py::BeakerCacheTest::test_buffered SKIPPED (Beaker i...) [ 19%]
test/test_cache.py::BeakerCacheTest::test_load_from_expired SKIPPED      [ 20%]
test/test_cache.py::BeakerCacheTest::test_namespace_access SKIPPED (...) [ 20%]
test/test_cache.py::BeakerCacheTest::test_lookup SKIPPED (Beaker is ...) [ 20%]
test/test_cache.py::BeakerCacheTest::test_invalidate SKIPPED (Beaker...) [ 20%]
test/test_cache.py::BeakerCacheTest::test_custom_args_def SKIPPED (B...) [ 20%]
test/test_cache.py::BeakerCacheTest::test_custom_args_block SKIPPED      [ 21%]
test/test_cache.py::BeakerCacheTest::test_custom_args_page SKIPPED (...) [ 21%]
test/test_cache.py::BeakerCacheTest::test_pass_context SKIPPED (Beak...) [ 21%]
test/test_cache.py::BeakerCacheTest::test_cache_uses_current_context SKIPPED [ 
21%]
test/test_cache.py::BeakerCacheTest::test_region SKIPPED (Beaker is ...) [ 21%]
test/test_cache.py::DogpileCacheTest::test_def SKIPPED (dogpile.cach...) [ 22%]
test/test_cache.py::DogpileCacheTest::test_cache_enable SKIPPED (dog...) [ 22%]
test/test_cache.py::DogpileCacheTest::test_nested_def SKIPPED (dogpi...) [ 22%]
test/test_cache.py::DogpileCacheTest::test_page SKIPPED (dogpile.cac...) [ 22%]
test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_context SKIPPED [ 
22%]
test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_funcargs SKIPPED [ 
23%]
test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_imports SKIPPED [ 
23%]
test/test_cache.py::DogpileCacheTest::test_fileargs_implicit SKIPPED     [ 23%]
test/test_cache.py::DogpileCacheTest::test_fileargs_deftag SKIPPED (...) [ 23%]
test/test_cache.py::DogpileCacheTest::test_fileargs_pagetag SKIPPED      [ 23%]
test/test_cache.py::DogpileCacheTest::test_args_complete SKIPPED (do...) [ 24%]
test/test_cache.py::DogpileCacheTest::test_fileargs_lookup SKIPPED (...) [ 24%]
test/test_cache.py::DogpileCacheTest::test_buffered SKIPPED (dogpile...) [ 24%]
test/test_cache.py::DogpileCacheTest::test_load_from_expired SKIPPED     [ 24%]
test/test_cache.py::DogpileCacheTest::test_namespace_access SKIPPED      [ 24%]
test/test_cache.py::DogpileCacheTest::test_lookup SKIPPED (dogpile.c...) [ 25%]
test/test_cache.py::DogpileCacheTest::test_invalidate SKIPPED (dogpi...) [ 25%]
test/test_cache.py::DogpileCacheTest::test_custom_args_def SKIPPED (...) [ 25%]
test/test_cache.py::DogpileCacheTest::test_custom_args_block SKIPPED     [ 25%]
test/test_cache.py::DogpileCacheTest::test_custom_args_page SKIPPED      [ 25%]
test/test_cache.py::DogpileCacheTest::test_pass_context SKIPPED (dog...) [ 26%]
test/test_cache.py::DogpileCacheTest::test_cache_uses_current_context SKIPPED [ 
26%]
test/test_cache.py::DogpileCacheTest::test_region SKIPPED (dogpile.c...) [ 26%]
test/test_call.py::CallTest::test_call PASSED                            [ 26%]
test/test_call.py::CallTest::test_compound_call PASSED                   [ 26%]
test/test_call.py::CallTest::test_new_syntax PASSED                      [ 27%]
test/test_call.py::CallTest::test_ccall_caller PASSED                    [ 27%]
test/test_call.py::CallTest::test_stack_pop PASSED                       [ 27%]
test/test_call.py::CallTest::test_conditional_call PASSED                [ 27%]
test/test_call.py::CallTest::test_chained_call PASSED                    [ 27%]
test/test_call.py::CallTest::test_nested_call PASSED                     [ 28%]
test/test_call.py::CallTest::test_nested_call_2 PASSED                   [ 28%]
test/test_call.py::CallTest::test_nested_call_3 PASSED                   [ 28%]
test/test_call.py::CallTest::test_nested_call_4 PASSED                   [ 28%]
test/test_call.py::CallTest::test_chained_call_in_nested PASSED          [ 28%]
test/test_call.py::CallTest::test_call_in_nested PASSED                  [ 29%]
test/test_call.py::CallTest::test_composed_def PASSED                    [ 29%]
test/test_call.py::CallTest::test_regular_defs PASSED                    [ 29%]
test/test_call.py::CallTest::test_call_in_nested_2 PASSED                [ 29%]
test/test_call.py::SelfCacheTest::test_basic PASSED                      [ 29%]
test/test_cmd.py::CmdTest::test_stdin_success PASSED                     [ 30%]
test/test_cmd.py::CmdTest::test_stdin_syntax_err PASSED                  [ 30%]
test/test_cmd.py::CmdTest::test_stdin_rt_err PASSED                      [ 30%]
test/test_cmd.py::CmdTest::test_file_success PASSED                      [ 30%]
test/test_cmd.py::CmdTest::test_file_syntax_err PASSED                   [ 30%]
test/test_cmd.py::CmdTest::test_file_rt_err PASSED                       [ 31%]
test/test_cmd.py::CmdTest::test_file_notfound PASSED                     [ 31%]
test/test_decorators.py::DecoratorTest::test_toplevel PASSED             [ 31%]
test/test_decorators.py::DecoratorTest::test_toplevel_contextual PASSED  [ 31%]
test/test_decorators.py::DecoratorTest::test_nested PASSED               [ 31%]
test/test_decorators.py::DecoratorTest::test_toplevel_decorated_name PASSED [ 
32%]
test/test_decorators.py::DecoratorTest::test_nested_decorated_name PASSED [ 32%]
test/test_def.py::DefTest::test_def_noargs PASSED                        [ 32%]
test/test_def.py::DefTest::test_def_blankargs PASSED                     [ 32%]
test/test_def.py::DefTest::test_def_args PASSED                          [ 32%]
test/test_def.py::DefTest::test_def_py3k_args PASSED                     [ 33%]
test/test_def.py::DefTest::test_inter_def PASSED                         [ 33%]
test/test_def.py::DefTest::test_toplevel PASSED                          [ 33%]
test/test_def.py::DefTest::test_def_operations PASSED                    [ 33%]
test/test_def.py::ScopeTest::test_scope_one PASSED                       [ 33%]
test/test_def.py::ScopeTest::test_scope_two PASSED                       [ 34%]
test/test_def.py::ScopeTest::test_scope_four PASSED                      [ 34%]
test/test_def.py::ScopeTest::test_scope_five PASSED                      [ 34%]
test/test_def.py::ScopeTest::test_scope_six PASSED                       [ 34%]
test/test_def.py::ScopeTest::test_scope_seven PASSED                     [ 34%]
test/test_def.py::ScopeTest::test_scope_eight PASSED                     [ 35%]
test/test_def.py::ScopeTest::test_scope_nine PASSED                      [ 35%]
test/test_def.py::ScopeTest::test_scope_ten PASSED                       [ 35%]
test/test_def.py::ScopeTest::test_scope_eleven PASSED                    [ 35%]
test/test_def.py::ScopeTest::test_unbound_scope PASSED                   [ 35%]
test/test_def.py::ScopeTest::test_unbound_scope_two PASSED               [ 36%]
test/test_def.py::ScopeTest::test_canget_kwargs PASSED                   [ 36%]
test/test_def.py::ScopeTest::test_inline_expression_from_arg_one PASSED  [ 36%]
test/test_def.py::ScopeTest::test_interpret_expression_from_arg_two PASSED [ 
36%]
test/test_def.py::NestedDefTest::test_nested_def PASSED                  [ 36%]
test/test_def.py::NestedDefTest::test_nested_2 PASSED                    [ 37%]
test/test_def.py::NestedDefTest::test_nested_with_args PASSED            [ 37%]
test/test_def.py::NestedDefTest::test_nested_def_2 PASSED                [ 37%]
test/test_def.py::NestedDefTest::test_nested_nested_def PASSED           [ 37%]
test/test_def.py::NestedDefTest::test_nested_nested_def_2 PASSED         [ 37%]
test/test_def.py::NestedDefTest::test_outer_scope PASSED                 [ 38%]
test/test_def.py::ExceptionTest::test_raise PASSED                       [ 38%]
test/test_def.py::ExceptionTest::test_handler PASSED                     [ 38%]
test/test_exceptions.py::ExceptionsTest::test_html_error_template PASSED [ 38%]
test/test_exceptions.py::ExceptionsTest::test_text_error_template PASSED [ 38%]
test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_pygments 
PASSED [ 39%]
test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_no_pygments
 PASSED [ 39%]
test/test_exceptions.py::ExceptionsTest::test_format_closures PASSED     [ 39%]
test/test_exceptions.py::ExceptionsTest::test_py_utf8_html_error_template 
PASSED [ 39%]
test/test_exceptions.py::ExceptionsTest::test_py_unicode_error_html_error_template
 PASSED [ 39%]
test/test_exceptions.py::ExceptionsTest::test_format_exceptions_pygments PASSED 
[ 40%]
test/test_exceptions.py::ExceptionsTest::test_format_exceptions_no_pygments 
PASSED [ 40%]
test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_pygments 
PASSED [ 40%]
test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_no_pygments
 PASSED [ 40%]
test/test_exceptions.py::ExceptionsTest::test_mod_no_encoding PASSED     [ 40%]
test/test_exceptions.py::ExceptionsTest::test_custom_tback PASSED        [ 41%]
test/test_exceptions.py::ExceptionsTest::test_tback_no_trace_from_py_file 
PASSED [ 41%]
test/test_exceptions.py::ExceptionsTest::test_tback_trace_from_py_file PASSED [ 
41%]
test/test_exceptions.py::ExceptionsTest::test_code_block_line_number PASSED [ 
41%]
test/test_exceptions.py::ExceptionsTest::test_module_block_line_number PASSED [ 
41%]
test/test_exceptions.py::ExceptionsTest::test_alternating_file_names PASSED [ 
42%]
test/test_filters.py::FilterTest::test_basic PASSED                      [ 42%]
test/test_filters.py::FilterTest::test_expr PASSED                       [ 42%]
test/test_filters.py::FilterTest::test_convert_str PASSED                [ 42%]
test/test_filters.py::FilterTest::test_quoting PASSED                    [ 42%]
test/test_filters.py::FilterTest::test_url_escaping PASSED               [ 43%]
test/test_filters.py::FilterTest::test_entity PASSED                     [ 43%]
test/test_filters.py::FilterTest::test_def PASSED                        [ 43%]
test/test_filters.py::FilterTest::test_import PASSED                     [ 43%]
test/test_filters.py::FilterTest::test_import_2 PASSED                   [ 43%]
test/test_filters.py::FilterTest::test_encode_filter PASSED              [ 44%]
test/test_filters.py::FilterTest::test_encode_filter_non_str PASSED      [ 44%]
test/test_filters.py::FilterTest::test_custom_default PASSED             [ 44%]
test/test_filters.py::FilterTest::test_global PASSED                     [ 44%]
test/test_filters.py::FilterTest::test_block_via_context PASSED          [ 44%]
test/test_filters.py::FilterTest::test_def_via_context PASSED            [ 45%]
test/test_filters.py::FilterTest::test_text_via_context PASSED           [ 45%]
test/test_filters.py::FilterTest::test_nflag PASSED                      [ 45%]
test/test_filters.py::FilterTest::test_global_json PASSED                [ 45%]
test/test_filters.py::FilterTest::test_non_expression PASSED             [ 45%]
test/test_filters.py::FilterTest::test_builtins PASSED                   [ 46%]
test/test_filters.py::BufferTest::test_buffered_def PASSED               [ 46%]
test/test_filters.py::BufferTest::test_unbuffered_def PASSED             [ 46%]
test/test_filters.py::BufferTest::test_capture PASSED                    [ 46%]
test/test_filters.py::BufferTest::test_capture_exception PASSED          [ 46%]
test/test_filters.py::BufferTest::test_buffered_exception PASSED         [ 47%]
test/test_filters.py::BufferTest::test_capture_ccall PASSED              [ 47%]
test/test_inheritance.py::InheritanceTest::test_basic PASSED             [ 47%]
test/test_inheritance.py::InheritanceTest::test_multilevel_nesting PASSED [ 47%]
test/test_inheritance.py::InheritanceTest::test_includes PASSED          [ 47%]
test/test_inheritance.py::InheritanceTest::test_namespaces PASSED        [ 48%]
test/test_inheritance.py::InheritanceTest::test_pageargs PASSED          [ 48%]
test/test_inheritance.py::InheritanceTest::test_pageargs_2 PASSED        [ 48%]
test/test_inheritance.py::InheritanceTest::test_pageargs_err PASSED      [ 48%]
test/test_inheritance.py::InheritanceTest::test_toplevel PASSED          [ 48%]
test/test_inheritance.py::InheritanceTest::test_dynamic PASSED           [ 49%]
test/test_inheritance.py::InheritanceTest::test_in_call PASSED           [ 49%]
test/test_lexer.py::LexerTest::test_text_and_tag PASSED                  [ 49%]
test/test_lexer.py::LexerTest::test_unclosed_tag PASSED                  [ 49%]
test/test_lexer.py::LexerTest::test_onlyclosed_tag PASSED                [ 49%]
test/test_lexer.py::LexerTest::test_noexpr_allowed PASSED                [ 50%]
test/test_lexer.py::LexerTest::test_closing_tag_many_spaces PASSED       [ 50%]
test/test_lexer.py::LexerTest::test_opening_tag_many_quotes PASSED       [ 50%]
test/test_lexer.py::LexerTest::test_unmatched_tag PASSED                 [ 50%]
test/test_lexer.py::LexerTest::test_nonexistent_tag PASSED               [ 50%]
test/test_lexer.py::LexerTest::test_wrongcase_tag PASSED                 [ 51%]
test/test_lexer.py::LexerTest::test_percent_escape PASSED                [ 51%]
test/test_lexer.py::LexerTest::test_percent_escape2 PASSED               [ 51%]
test/test_lexer.py::LexerTest::test_percent_escape_with_control_block PASSED [ 
51%]
test/test_lexer.py::LexerTest::test_inline_percent PASSED                [ 51%]
test/test_lexer.py::LexerTest::test_old_multiline_comment PASSED         [ 52%]
test/test_lexer.py::LexerTest::test_text_tag PASSED                      [ 52%]
test/test_lexer.py::LexerTest::test_def_syntax PASSED                    [ 52%]
test/test_lexer.py::LexerTest::test_def_syntax_2 PASSED                  [ 52%]
test/test_lexer.py::LexerTest::test_whitespace_equals PASSED             [ 52%]
test/test_lexer.py::LexerTest::test_ns_tag_closed PASSED                 [ 53%]
test/test_lexer.py::LexerTest::test_ns_tag_empty PASSED                  [ 53%]
test/test_lexer.py::LexerTest::test_ns_tag_open PASSED                   [ 53%]
test/test_lexer.py::LexerTest::test_expr_in_attribute PASSED             [ 53%]
test/test_lexer.py::LexerTest::test_pagetag[,-48] PASSED                 [ 53%]
test/test_lexer.py::LexerTest::test_pagetag[-47] PASSED                  [ 54%]
test/test_lexer.py::LexerTest::test_nesting PASSED                       [ 54%]
test/test_lexer.py::LexerTest::test_code PASSED                          [ 54%]
test/test_lexer.py::LexerTest::test_code_and_tags PASSED                 [ 54%]
test/test_lexer.py::LexerTest::test_expression PASSED                    [ 54%]
test/test_lexer.py::LexerTest::test_tricky_expression PASSED             [ 55%]
test/test_lexer.py::LexerTest::test_dict_expression_issue_400_regression PASSED 
[ 55%]
test/test_lexer.py::LexerTest::test_tricky_code PASSED                   [ 55%]
test/test_lexer.py::LexerTest::test_tricky_code_2 PASSED                 [ 55%]
test/test_lexer.py::LexerTest::test_tricky_code_3 PASSED                 [ 55%]
test/test_lexer.py::LexerTest::test_tricky_code_4 PASSED                 [ 56%]
test/test_lexer.py::LexerTest::test_tricky_code_5 PASSED                 [ 56%]
test/test_lexer.py::LexerTest::test_tricky_code_6 PASSED                 [ 56%]
test/test_lexer.py::LexerTest::test_control_lines PASSED                 [ 56%]
test/test_lexer.py::LexerTest::test_control_lines_2 PASSED               [ 56%]
test/test_lexer.py::LexerTest::test_long_control_lines PASSED            [ 57%]
test/test_lexer.py::LexerTest::test_unmatched_control PASSED             [ 57%]
test/test_lexer.py::LexerTest::test_unmatched_control_2 PASSED           [ 57%]
test/test_lexer.py::LexerTest::test_unmatched_control_3 PASSED           [ 57%]
test/test_lexer.py::LexerTest::test_ternary_control PASSED               [ 57%]
test/test_lexer.py::LexerTest::test_integration PASSED                   [ 58%]
test/test_lexer.py::LexerTest::test_comment_after_statement PASSED       [ 58%]
test/test_lexer.py::LexerTest::test_crlf PASSED                          [ 58%]
test/test_lexer.py::LexerTest::test_comments PASSED                      [ 58%]
test/test_lexer.py::LexerTest::test_docs PASSED                          [ 58%]
test/test_lexer.py::LexerTest::test_preprocess PASSED                    [ 59%]
test/test_lookup.py::LookupTest::test_basic PASSED                       [ 59%]
test/test_lookup.py::LookupTest::test_subdir PASSED                      [ 59%]
test/test_lookup.py::LookupTest::test_updir PASSED                       [ 59%]
test/test_lookup.py::LookupTest::test_directory_lookup PASSED            [ 59%]
test/test_lookup.py::LookupTest::test_no_lookup PASSED                   [ 60%]
test/test_lookup.py::LookupTest::test_uri_adjust PASSED                  [ 60%]
test/test_lookup.py::LookupTest::test_uri_cache PASSED                   [ 60%]
test/test_lookup.py::LookupTest::test_check_not_found PASSED             [ 60%]
test/test_lookup.py::LookupTest::test_dont_accept_relative_outside_of_root 
PASSED [ 60%]
test/test_lookup.py::LookupTest::test_checking_against_bad_filetype PASSED [ 
61%]
test/test_loop.py::TestLoop::test__FOR_LOOP PASSED                       [ 61%]
test/test_loop.py::TestLoop::test_loop_demo PASSED                       [ 61%]
test/test_loop.py::TestLoop::test_nested_loops PASSED                    [ 61%]
test/test_loop.py::TestLoop::test_no_loop PASSED                         [ 61%]
test/test_loop.py::TestLoop::test_out_of_context_access PASSED           [ 62%]
test/test_loop.py::TestLoop::test_parent_loops PASSED                    [ 62%]
test/test_loop.py::TestLoopStack::test__pop PASSED                       [ 62%]
test/test_loop.py::TestLoopStack::test__push PASSED                      [ 62%]
test/test_loop.py::TestLoopStack::test__top PASSED                       [ 62%]
test/test_loop.py::TestLoopStack::test_enter PASSED                      [ 63%]
test/test_loop.py::TestLoopStack::test_exit PASSED                       [ 63%]
test/test_loop.py::TestLoopContext::test___len__ PASSED                  [ 63%]
test/test_loop.py::TestLoopContext::test_cycle PASSED                    [ 63%]
test/test_loop.py::TestLoopContext::test_even PASSED                     [ 63%]
test/test_loop.py::TestLoopContext::test_first PASSED                    [ 64%]
test/test_loop.py::TestLoopContext::test_index PASSED                    [ 64%]
test/test_loop.py::TestLoopContext::test_last PASSED                     [ 64%]
test/test_loop.py::TestLoopContext::test_odd PASSED                      [ 64%]
test/test_loop.py::TestLoopContext::test_reverse_index PASSED            [ 64%]
test/test_loop.py::TestLoopFlags::test_loop_disabled_template PASSED     [ 65%]
test/test_loop.py::TestLoopFlags::test_loop_disabled_lookup PASSED       [ 65%]
test/test_loop.py::TestLoopFlags::test_loop_disabled_override_template PASSED [ 
65%]
test/test_loop.py::TestLoopFlags::test_loop_disabled_override_lookup PASSED [ 
65%]
test/test_loop.py::TestLoopFlags::test_loop_enabled_override_template PASSED [ 
65%]
test/test_loop.py::TestLoopFlags::test_loop_enabled_override_lookup PASSED [ 
66%]
test/test_lru.py::LRUTest::testlru PASSED                                [ 66%]
test/test_namespace.py::NamespaceTest::test_inline_crossreference PASSED [ 66%]
test/test_namespace.py::NamespaceTest::test_inline_assignment PASSED     [ 66%]
test/test_namespace.py::NamespaceTest::test_inline_arguments PASSED      [ 66%]
test/test_namespace.py::NamespaceTest::test_inline_not_duped PASSED      [ 67%]
test/test_namespace.py::NamespaceTest::test_dynamic PASSED               [ 67%]
test/test_namespace.py::NamespaceTest::test_template PASSED              [ 67%]
test/test_namespace.py::NamespaceTest::test_module PASSED                [ 67%]
test/test_namespace.py::NamespaceTest::test_module_2 PASSED              [ 67%]
test/test_namespace.py::NamespaceTest::test_module_imports PASSED        [ 68%]
test/test_namespace.py::NamespaceTest::test_module_imports_2 PASSED      [ 68%]
test/test_namespace.py::NamespaceTest::test_context PASSED               [ 68%]
test/test_namespace.py::NamespaceTest::test_overload PASSED              [ 68%]
test/test_namespace.py::NamespaceTest::test_getattr PASSED               [ 68%]
test/test_namespace.py::NamespaceTest::test_in_def PASSED                [ 69%]
test/test_namespace.py::NamespaceTest::test_in_remote_def PASSED         [ 69%]
test/test_namespace.py::NamespaceTest::test_dont_pollute_self PASSED     [ 69%]
test/test_namespace.py::NamespaceTest::test_inheritance PASSED           [ 69%]
test/test_namespace.py::NamespaceTest::test_inheritance_two PASSED       [ 69%]
test/test_namespace.py::NamespaceTest::test_attr PASSED                  [ 70%]
test/test_namespace.py::NamespaceTest::test_attr_raise PASSED            [ 70%]
test/test_namespace.py::NamespaceTest::test_custom_tag_1 PASSED          [ 70%]
test/test_namespace.py::NamespaceTest::test_custom_tag_2 PASSED          [ 70%]
test/test_namespace.py::NamespaceTest::test_custom_tag_3 PASSED          [ 70%]
test/test_namespace.py::NamespaceTest::test_custom_tag_case_sensitive PASSED [ 
71%]
test/test_namespace.py::NamespaceTest::test_expr_grouping PASSED         [ 71%]
test/test_namespace.py::NamespaceTest::test_ccall PASSED                 [ 71%]
test/test_namespace.py::NamespaceTest::test_ccall_2 PASSED               [ 71%]
test/test_namespace.py::NamespaceTest::test_import PASSED                [ 71%]
test/test_namespace.py::NamespaceTest::test_import_calledfromdef PASSED  [ 72%]
test/test_namespace.py::NamespaceTest::test_closure_import PASSED        [ 72%]
test/test_namespace.py::NamespaceTest::test_import_local PASSED          [ 72%]
test/test_namespace.py::NamespaceTest::test_ccall_import PASSED          [ 72%]
test/test_namespace.py::NamespaceTest::test_nonexistent_namespace_uri PASSED [ 
72%]
test/test_pygen.py::GeneratePythonTest::test_generate_normal PASSED      [ 73%]
test/test_pygen.py::GeneratePythonTest::test_generate_adjusted PASSED    [ 73%]
test/test_pygen.py::GeneratePythonTest::test_generate_combo PASSED       [ 73%]
test/test_pygen.py::GeneratePythonTest::test_multi_line PASSED           [ 73%]
test/test_pygen.py::GeneratePythonTest::test_false_unindentor PASSED     [ 73%]
test/test_pygen.py::GeneratePythonTest::test_backslash_line PASSED       [ 74%]
test/test_pygen.py::WhitespaceTest::test_basic PASSED                    [ 74%]
test/test_pygen.py::WhitespaceTest::test_blank_lines PASSED              [ 74%]
test/test_pygen.py::WhitespaceTest::test_open_quotes_with_pound PASSED   [ 74%]
test/test_pygen.py::WhitespaceTest::test_quote_with_comments PASSED      [ 74%]
test/test_pygen.py::WhitespaceTest::test_quotes_with_pound PASSED        [ 75%]
test/test_pygen.py::WhitespaceTest::test_quotes PASSED                   [ 75%]
test/test_runtime.py::ContextTest::test_locals_kwargs PASSED             [ 75%]
test/test_template.py::MiscTest::test_crlf_linebreaks PASSED             [ 75%]
test/test_template.py::EncodingTest::test_escapes_html_tags PASSED       [ 75%]
test/test_template.py::EncodingTest::test_unicode PASSED                 [ 76%]
test/test_template.py::EncodingTest::test_encoding_doesnt_conflict PASSED [ 76%]
test/test_template.py::EncodingTest::test_unicode_arg PASSED             [ 76%]
test/test_template.py::EncodingTest::test_unicode_file PASSED            [ 76%]
test/test_template.py::EncodingTest::test_unicode_file_code PASSED       [ 76%]
test/test_template.py::EncodingTest::test_unicode_file_lookup PASSED     [ 77%]
test/test_template.py::EncodingTest::test_unicode_bom PASSED             [ 77%]
test/test_template.py::EncodingTest::test_unicode_memory PASSED          [ 77%]
test/test_template.py::EncodingTest::test_unicode_text PASSED            [ 77%]
test/test_template.py::EncodingTest::test_unicode_text_ccall PASSED      [ 77%]
test/test_template.py::EncodingTest::test_unicode_literal_in_expr PASSED [ 78%]
test/test_template.py::EncodingTest::test_unicode_literal_in_expr_file PASSED [ 
78%]
test/test_template.py::EncodingTest::test_unicode_literal_in_code PASSED [ 78%]
test/test_template.py::EncodingTest::test_unicode_literal_in_controlline PASSED 
[ 78%]
test/test_template.py::EncodingTest::test_unicode_literal_in_tag PASSED  [ 78%]
test/test_template.py::EncodingTest::test_unicode_literal_in_def PASSED  [ 79%]
test/test_template.py::EncodingTest::test_input_encoding PASSED          [ 79%]
test/test_template.py::EncodingTest::test_encoding PASSED                [ 79%]
test/test_template.py::EncodingTest::test_encoding_errors PASSED         [ 79%]
test/test_template.py::EncodingTest::test_read_unicode PASSED            [ 79%]
test/test_template.py::PageArgsTest::test_basic PASSED                   [ 80%]
test/test_template.py::PageArgsTest::test_inherits PASSED                [ 80%]
test/test_template.py::PageArgsTest::test_includes PASSED                [ 80%]
test/test_template.py::PageArgsTest::test_context_small PASSED           [ 80%]
test/test_template.py::PageArgsTest::test_with_context PASSED            [ 80%]
test/test_template.py::PageArgsTest::test_overrides_builtins PASSED      [ 81%]
test/test_template.py::PageArgsTest::test_canuse_builtin_names PASSED    [ 81%]
test/test_template.py::PageArgsTest::test_builtin_names_dont_clobber_defaults_in_includes
 PASSED [ 81%]
test/test_template.py::PageArgsTest::test_dict_locals PASSED             [ 81%]
test/test_template.py::IncludeTest::test_basic PASSED                    [ 81%]
test/test_template.py::IncludeTest::test_localargs PASSED                [ 82%]
test/test_template.py::IncludeTest::test_viakwargs PASSED                [ 82%]
test/test_template.py::IncludeTest::test_include_withargs PASSED         [ 82%]
test/test_template.py::IncludeTest::test_within_ccall PASSED             [ 82%]
test/test_template.py::IncludeTest::test_include_error_handler PASSED    [ 82%]
test/test_template.py::UndefinedVarsTest::test_undefined PASSED          [ 83%]
test/test_template.py::UndefinedVarsTest::test_strict PASSED             [ 83%]
test/test_template.py::UndefinedVarsTest::test_expression_declared PASSED [ 83%]
test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_nonstrict
 PASSED [ 83%]
test/test_template.py::UndefinedVarsTest::test_traditional_assignment_plus_undeclared
 PASSED [ 83%]
test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_strict
 PASSED [ 84%]
test/test_template.py::UndefinedVarsTest::test_dict_comprehensions_in_function_plus_undeclared_strict
 PASSED [ 84%]
test/test_template.py::StopRenderingTest::test_return_in_template PASSED [ 84%]
test/test_template.py::ReservedNameTest::test_names_on_context PASSED    [ 84%]
test/test_template.py::ReservedNameTest::test_names_in_template PASSED   [ 84%]
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          [ 85%]
test/test_template.py::ControlTest::test_blank_control_2 PASSED          [ 85%]
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          [ 86%]
test/test_template.py::ControlTest::test_blank_control_6 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_7 PASSED          [ 86%]
test/test_template.py::ControlTest::test_blank_control_8 PASSED          [ 87%]
test/test_template.py::ControlTest::test_blank_control_9 PASSED          [ 87%]
test/test_template.py::ControlTest::test_blank_control_10 PASSED         [ 87%]
test/test_template.py::ControlTest::test_blank_control_11 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_commented_blank_control_9 PASSED [ 89%]
test/test_template.py::ControlTest::test_commented_blank_control_10 PASSED [ 
89%]
test/test_template.py::ControlTest::test_multiline_control PASSED        [ 89%]
test/test_template.py::GlobalsTest::test_globals PASSED                  [ 90%]
test/test_template.py::RichTracebackTest::test_utf8_memory_syntax PASSED [ 90%]
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 [ 
91%]
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               [ 92%]
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  [ 93%]
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                 [ 94%]
test/test_template.py::FuturesTest::test_future_import PASSED            [ 94%]
test/test_template.py::EscapeTest::test_percent_escape PASSED            [ 94%]
test/test_template.py::EscapeTest::test_percent_escape2 PASSED           [ 94%]
test/test_template.py::EscapeTest::test_inline_percent PASSED            [ 94%]
test/test_template.py::EscapeTest::test_listcomp_in_func_strict PASSED   [ 95%]
test/test_template.py::EscapeTest::test_setcomp_in_func_strict PASSED    [ 95%]
test/test_template.py::EscapeTest::test_generator_in_func_strict PASSED  [ 95%]
test/test_template.py::EscapeTest::test_dictcomp_in_func_strict PASSED   [ 95%]
test/test_tgplugin.py::TestTGPlugin::test_basic PASSED                   [ 95%]
test/test_tgplugin.py::TestTGPlugin::test_subdir PASSED                  [ 96%]
test/test_tgplugin.py::TestTGPlugin::test_basic_dot PASSED               [ 96%]
test/test_tgplugin.py::TestTGPlugin::test_subdir_dot PASSED              [ 96%]
test/test_tgplugin.py::TestTGPlugin::test_string PASSED                  [ 96%]
test/test_tgplugin.py::TestTGPlugin::test_render PASSED                  [ 96%]
test/test_util.py::UtilTest::test_fast_buffer_write PASSED               [ 97%]
test/test_util.py::UtilTest::test_fast_buffer_truncate PASSED            [ 97%]
test/test_util.py::UtilTest::test_fast_buffer_encoded PASSED             [ 97%]
test/test_util.py::UtilTest::test_read_file PASSED                       [ 97%]
test/test_util.py::UtilTest::test_load_module PASSED                     [ 97%]
test/test_util.py::UtilTest::test_load_plugin_failure PASSED             [ 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 ===============================
test/ext/test_babelplugin.py: 32 warnings
  /usr/lib/python3/dist-packages/babel/messages/extract.py:643: 
DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; 
use ast.Constant instead
    if isinstance(body, ast.Str):

test/ext/test_babelplugin.py: 31 warnings
  /usr/lib/python3/dist-packages/babel/messages/extract.py:644: 
DeprecationWarning: Attribute s is deprecated and will be removed in Python 
3.14; use value instead
    return body.s

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 452 passed, 47 skipped, 63 warnings in 2.45s =================
I: pybuild pybuild:334: rm 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_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:311: /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
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/exceptions.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/filters.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/__init__.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/runtime.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/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/babelplugin.py -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/mako/ext
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/turbogears.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/__init__.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__/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__/__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__/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__/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__/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/__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__/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/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/parsetree.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
creating 
/<<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/__init__.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/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
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__/__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__/_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__/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__/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__/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__/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__/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/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/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/__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/__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__/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__/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__/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__/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__/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__/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__/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__/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__/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__/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__/_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__/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/cmd.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/lookup.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/pyparser.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
creating 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_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/README.md -> 
/<<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
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/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/v/cache/nodeids -> 
/<<PKGBUILDDIR>>/debian/python3-mako/usr/lib/python3.12/dist-packages/.pytest_cache/v/cache
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/lexer.py
 to lexer.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/codegen.py
 to codegen.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/compat.py
 to compat.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/_ast_util.py
 to _ast_util.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/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/turbogears.py
 to turbogears.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/__init__.py
 to __init__.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/parsetree.py
 to parsetree.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/testing/helpers.py
 to helpers.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/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/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/util.py
 to util.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/template.py
 to template.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/ast.py
 to ast.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/cache.py
 to cache.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.3.5.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.3.7
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:1140: 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 does not 
load searchindex.js
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/202407/

Note: For this report I'm using the trixie version because I've checked
that it also happens in trixie.

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and 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.

Reply via email to