>>> py3-mako: Building main/py3-mako 1.1.5-r1 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 21:48:44 +0000 >>> py3-mako: Checking sanity of /home/buildozer/aports/main/py3-mako/APKBUILD... >>> py3-mako: Analyzing dependencies... >>> py3-mako: Installing for build: build-base python3 py3-markupsafe py3-setuptools py3-pytest (1/23) Installing libffi (3.4.2-r1) (2/23) Installing gdbm (1.22-r0) (3/23) Installing mpdecimal (2.5.1-r1) (4/23) Installing readline (8.1.1-r0) (5/23) Installing sqlite-libs (3.37.0-r0) (6/23) Installing python3 (3.10.1-r0) (7/23) Installing py3-markupsafe (2.0.1-r1) (8/23) Installing py3-ordered-set (4.0.2-r3) (9/23) Installing py3-appdirs (1.4.4-r3) (10/23) Installing py3-parsing (2.4.7-r3) (11/23) Installing py3-six (1.16.0-r1) (12/23) Installing py3-packaging (21.3-r0) (13/23) Installing py3-setuptools (52.0.0-r5) (14/23) Installing py3-atomicwrites (1.4.0-r2) (15/23) Installing py3-attrs (21.2.0-r1) (16/23) Installing py3-more-itertools (8.12.0-r1) (17/23) Installing py3-iniconfig (1.1.1-r2) (18/23) Installing py3-pluggy (0.13.1-r5) (19/23) Installing py3-py (1.10.0-r2) (20/23) Installing py3-wcwidth (0.2.5-r2) (21/23) Installing py3-toml (0.10.2-r3) (22/23) Installing py3-pytest (6.2.5-r1) (23/23) Installing .makedepends-py3-mako (20211215.214845) Executing busybox-1.34.1-r4.trigger OK: 402 MiB in 131 packages >>> py3-mako: Cleaning up srcdir >>> py3-mako: Cleaning up pkgdir >>> py3-mako: Fetching https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 483k 100 483k 0 0 3294k 0 --:--:-- --:--:-- --:--:-- 3294k >>> py3-mako: Fetching https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.5.tar.gz >>> py3-mako: Checking sha512sums... Mako-1.1.5.tar.gz: OK >>> py3-mako: Unpacking /var/cache/distfiles/edge/Mako-1.1.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/mako copying mako/_ast_util.py -> build/lib/mako copying mako/pyparser.py -> build/lib/mako copying mako/template.py -> build/lib/mako copying mako/cmd.py -> build/lib/mako copying mako/util.py -> build/lib/mako copying mako/exceptions.py -> build/lib/mako copying mako/runtime.py -> build/lib/mako copying mako/codegen.py -> build/lib/mako copying mako/lookup.py -> build/lib/mako copying mako/__init__.py -> build/lib/mako copying mako/ast.py -> build/lib/mako copying mako/cache.py -> build/lib/mako copying mako/pygen.py -> build/lib/mako copying mako/parsetree.py -> build/lib/mako copying mako/lexer.py -> build/lib/mako copying mako/compat.py -> build/lib/mako copying mako/filters.py -> build/lib/mako creating build/lib/mako/ext copying mako/ext/autohandler.py -> build/lib/mako/ext copying mako/ext/linguaplugin.py -> build/lib/mako/ext copying mako/ext/__init__.py -> build/lib/mako/ext copying mako/ext/babelplugin.py -> build/lib/mako/ext copying mako/ext/turbogears.py -> build/lib/mako/ext copying mako/ext/beaker_cache.py -> build/lib/mako/ext copying mako/ext/extract.py -> build/lib/mako/ext copying mako/ext/pygmentplugin.py -> build/lib/mako/ext copying mako/ext/preprocessors.py -> build/lib/mako/ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/main/py3-mako/src/Mako-1.1.5, configfile: setup.cfg collecting ... collected 469 items / 1 deselected / 468 selected test/test_ast.py::AstParseTest::test_argument_list PASSED [ 0%] test/test_ast.py::AstParseTest::test_expr_generate PASSED [ 0%] test/test_ast.py::AstParseTest::test_function_decl PASSED [ 0%] test/test_ast.py::AstParseTest::test_function_decl_2 PASSED [ 0%] test/test_ast.py::AstParseTest::test_function_decl_3 PASSED [ 1%] test/test_ast.py::AstParseTest::test_locate_identifiers PASSED [ 1%] test/test_ast.py::AstParseTest::test_locate_identifiers_10 PASSED [ 1%] test/test_ast.py::AstParseTest::test_locate_identifiers_11 PASSED [ 1%] test/test_ast.py::AstParseTest::test_locate_identifiers_12 PASSED [ 1%] test/test_ast.py::AstParseTest::test_locate_identifiers_13 PASSED [ 2%] test/test_ast.py::AstParseTest::test_locate_identifiers_14 PASSED [ 2%] test/test_ast.py::AstParseTest::test_locate_identifiers_15 SKIPPED (...) [ 2%] test/test_ast.py::AstParseTest::test_locate_identifiers_16 PASSED [ 2%] test/test_ast.py::AstParseTest::test_locate_identifiers_17 PASSED [ 2%] test/test_ast.py::AstParseTest::test_locate_identifiers_2 PASSED [ 3%] test/test_ast.py::AstParseTest::test_locate_identifiers_3 PASSED [ 3%] test/test_ast.py::AstParseTest::test_locate_identifiers_4 PASSED [ 3%] test/test_ast.py::AstParseTest::test_locate_identifiers_5 PASSED [ 3%] test/test_ast.py::AstParseTest::test_locate_identifiers_6 PASSED [ 4%] test/test_ast.py::AstParseTest::test_locate_identifiers_7 PASSED [ 4%] test/test_ast.py::AstParseTest::test_locate_identifiers_8 PASSED [ 4%] test/test_ast.py::AstParseTest::test_locate_identifiers_9 PASSED [ 4%] test/test_ast.py::AstParseTest::test_no_global_imports PASSED [ 4%] test/test_ast.py::AstParseTest::test_python_fragment PASSED [ 5%] test/test_block.py::BlockTest::test_anon_in_anon PASSED [ 5%] test/test_block.py::BlockTest::test_anon_in_named PASSED [ 5%] test/test_block.py::BlockTest::test_anonymous_block_in_call PASSED [ 5%] test/test_block.py::BlockTest::test_anonymous_block_namespace_raises PASSED [ 5%] test/test_block.py::BlockTest::test_block_args PASSED [ 6%] test/test_block.py::BlockTest::test_block_args_contextual PASSED [ 6%] test/test_block.py::BlockTest::test_block_overridden_by_def PASSED [ 6%] test/test_block.py::BlockTest::test_block_pageargs PASSED [ 6%] test/test_block.py::BlockTest::test_block_pageargs_contextual PASSED [ 7%] test/test_block.py::BlockTest::test_block_variables_contextual PASSED [ 7%] test/test_block.py::BlockTest::test_conditional PASSED [ 7%] test/test_block.py::BlockTest::test_def_overridden_by_block PASSED [ 7%] test/test_block.py::BlockTest::test_filter PASSED [ 7%] test/test_block.py::BlockTest::test_inherited_block_nested_both PASSED [ 8%] test/test_block.py::BlockTest::test_inherited_block_nested_inner_only PASSED [ 8%] test/test_block.py::BlockTest::test_inherited_block_no_render PASSED [ 8%] test/test_block.py::BlockTest::test_iteration PASSED [ 8%] test/test_block.py::BlockTest::test_name_collision_block_def_toplevel PASSED [ 8%] test/test_block.py::BlockTest::test_name_collision_blocks_nested_block PASSED [ 9%] test/test_block.py::BlockTest::test_name_collision_blocks_nested_def PASSED [ 9%] test/test_block.py::BlockTest::test_name_collision_blocks_toplevel PASSED [ 9%] test/test_block.py::BlockTest::test_name_collision_def_block_toplevel PASSED [ 9%] test/test_block.py::BlockTest::test_named_block_in_call PASSED [ 10%] test/test_block.py::BlockTest::test_named_block_renders PASSED [ 10%] test/test_block.py::BlockTest::test_named_in_anon PASSED [ 10%] test/test_block.py::BlockTest::test_named_in_named PASSED [ 10%] test/test_block.py::BlockTest::test_nested_dupe_names_raise PASSED [ 10%] test/test_block.py::BlockTest::test_no_conflict_nested_one PASSED [ 11%] test/test_block.py::BlockTest::test_no_named_in_def PASSED [ 11%] test/test_block.py::BlockTest::test_noninherited_block_no_render PASSED [ 11%] test/test_block.py::BlockTest::test_two_levels_one PASSED [ 11%] test/test_cache.py::CacheTest::test_args_complete PASSED [ 11%] test/test_cache.py::CacheTest::test_buffered PASSED [ 12%] test/test_cache.py::CacheTest::test_cache_enable PASSED [ 12%] test/test_cache.py::CacheTest::test_custom_args_block PASSED [ 12%] test/test_cache.py::CacheTest::test_custom_args_def PASSED [ 12%] test/test_cache.py::CacheTest::test_custom_args_page PASSED [ 13%] test/test_cache.py::CacheTest::test_def PASSED [ 13%] test/test_cache.py::CacheTest::test_dynamic_key_with_context PASSED [ 13%] test/test_cache.py::CacheTest::test_dynamic_key_with_funcargs PASSED [ 13%] test/test_cache.py::CacheTest::test_dynamic_key_with_imports PASSED [ 13%] test/test_cache.py::CacheTest::test_fileargs_deftag PASSED [ 14%] test/test_cache.py::CacheTest::test_fileargs_implicit PASSED [ 14%] test/test_cache.py::CacheTest::test_fileargs_lookup PASSED [ 14%] test/test_cache.py::CacheTest::test_fileargs_pagetag PASSED [ 14%] test/test_cache.py::CacheTest::test_invalidate PASSED [ 14%] test/test_cache.py::CacheTest::test_load_from_expired PASSED [ 15%] test/test_cache.py::CacheTest::test_lookup PASSED [ 15%] test/test_cache.py::CacheTest::test_namespace_access PASSED [ 15%] test/test_cache.py::CacheTest::test_nested_def PASSED [ 15%] test/test_cache.py::CacheTest::test_page PASSED [ 16%] test/test_cache.py::CacheTest::test_pass_context PASSED [ 16%] test/test_cache.py::BeakerCacheTest::test_args_complete SKIPPED (Bea...) [ 16%] test/test_cache.py::BeakerCacheTest::test_buffered SKIPPED (Beaker i...) [ 16%] test/test_cache.py::BeakerCacheTest::test_cache_enable SKIPPED (Beak...) [ 16%] test/test_cache.py::BeakerCacheTest::test_cache_uses_current_context SKIPPED [ 17%] test/test_cache.py::BeakerCacheTest::test_custom_args_block SKIPPED [ 17%] test/test_cache.py::BeakerCacheTest::test_custom_args_def SKIPPED (B...) [ 17%] test/test_cache.py::BeakerCacheTest::test_custom_args_page SKIPPED (...) [ 17%] test/test_cache.py::BeakerCacheTest::test_def SKIPPED (Beaker is req...) [ 17%] 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_deftag SKIPPED (B...) [ 18%] test/test_cache.py::BeakerCacheTest::test_fileargs_implicit SKIPPED [ 19%] test/test_cache.py::BeakerCacheTest::test_fileargs_lookup SKIPPED (B...) [ 19%] test/test_cache.py::BeakerCacheTest::test_fileargs_pagetag SKIPPED (...) [ 19%] test/test_cache.py::BeakerCacheTest::test_invalidate SKIPPED (Beaker...) [ 19%] test/test_cache.py::BeakerCacheTest::test_load_from_expired SKIPPED [ 19%] test/test_cache.py::BeakerCacheTest::test_lookup SKIPPED (Beaker is ...) [ 20%] test/test_cache.py::BeakerCacheTest::test_namespace_access SKIPPED (...) [ 20%] test/test_cache.py::BeakerCacheTest::test_nested_def SKIPPED (Beaker...) [ 20%] test/test_cache.py::BeakerCacheTest::test_page SKIPPED (Beaker is re...) [ 20%] test/test_cache.py::BeakerCacheTest::test_pass_context SKIPPED (Beak...) [ 20%] test/test_cache.py::BeakerCacheTest::test_region SKIPPED (Beaker is ...) [ 21%] test/test_cache.py::DogpileCacheTest::test_args_complete SKIPPED (do...) [ 21%] test/test_cache.py::DogpileCacheTest::test_buffered SKIPPED (dogpile...) [ 21%] test/test_cache.py::DogpileCacheTest::test_cache_enable SKIPPED (dog...) [ 21%] test/test_cache.py::DogpileCacheTest::test_cache_uses_current_context SKIPPED [ 22%] test/test_cache.py::DogpileCacheTest::test_custom_args_block SKIPPED [ 22%] test/test_cache.py::DogpileCacheTest::test_custom_args_def SKIPPED (...) [ 22%] test/test_cache.py::DogpileCacheTest::test_custom_args_page SKIPPED [ 22%] test/test_cache.py::DogpileCacheTest::test_def SKIPPED (dogpile.cach...) [ 22%] test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_context SKIPPED [ 23%] 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_deftag SKIPPED (...) [ 23%] test/test_cache.py::DogpileCacheTest::test_fileargs_implicit SKIPPED [ 23%] test/test_cache.py::DogpileCacheTest::test_fileargs_lookup SKIPPED (...) [ 24%] test/test_cache.py::DogpileCacheTest::test_fileargs_pagetag SKIPPED [ 24%] test/test_cache.py::DogpileCacheTest::test_invalidate SKIPPED (dogpi...) [ 24%] test/test_cache.py::DogpileCacheTest::test_load_from_expired SKIPPED [ 24%] test/test_cache.py::DogpileCacheTest::test_lookup SKIPPED (dogpile.c...) [ 25%] test/test_cache.py::DogpileCacheTest::test_namespace_access SKIPPED [ 25%] test/test_cache.py::DogpileCacheTest::test_nested_def SKIPPED (dogpi...) [ 25%] test/test_cache.py::DogpileCacheTest::test_page SKIPPED (dogpile.cac...) [ 25%] test/test_cache.py::DogpileCacheTest::test_pass_context SKIPPED (dog...) [ 25%] 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_call_in_nested PASSED [ 26%] test/test_call.py::CallTest::test_call_in_nested_2 PASSED [ 26%] test/test_call.py::CallTest::test_ccall_caller PASSED [ 26%] test/test_call.py::CallTest::test_chained_call PASSED [ 27%] test/test_call.py::CallTest::test_chained_call_in_nested PASSED [ 27%] test/test_call.py::CallTest::test_composed_def PASSED [ 27%] test/test_call.py::CallTest::test_compound_call PASSED [ 27%] test/test_call.py::CallTest::test_conditional_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_new_syntax PASSED [ 29%] test/test_call.py::CallTest::test_regular_defs PASSED [ 29%] test/test_call.py::CallTest::test_stack_pop PASSED [ 29%] test/test_call.py::SelfCacheTest::test_basic PASSED [ 29%] test/test_cmd.py::CmdTest::test_file_notfound PASSED [ 29%] test/test_cmd.py::CmdTest::test_file_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_stdin_rt_err PASSED [ 30%] test/test_cmd.py::CmdTest::test_stdin_success PASSED [ 30%] test/test_cmd.py::CmdTest::test_stdin_syntax_err PASSED [ 31%] test/test_decorators.py::DecoratorTest::test_nested PASSED [ 31%] test/test_decorators.py::DecoratorTest::test_nested_decorated_name PASSED [ 31%] test/test_decorators.py::DecoratorTest::test_toplevel PASSED [ 31%] test/test_decorators.py::DecoratorTest::test_toplevel_contextual PASSED [ 32%] test/test_decorators.py::DecoratorTest::test_toplevel_decorated_name PASSED [ 32%] test/test_def.py::DefTest::test_def_args PASSED [ 32%] test/test_def.py::DefTest::test_def_blankargs PASSED [ 32%] test/test_def.py::DefTest::test_def_noargs PASSED [ 32%] test/test_def.py::DefTest::test_def_operations PASSED [ 33%] 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::ScopeTest::test_canget_kwargs PASSED [ 33%] test/test_def.py::ScopeTest::test_inline_expression_from_arg_one PASSED [ 34%] test/test_def.py::ScopeTest::test_interpret_expression_from_arg_two PASSED [ 34%] test/test_def.py::ScopeTest::test_scope_eight PASSED [ 34%] test/test_def.py::ScopeTest::test_scope_eleven PASSED [ 34%] test/test_def.py::ScopeTest::test_scope_five PASSED [ 35%] test/test_def.py::ScopeTest::test_scope_four PASSED [ 35%] test/test_def.py::ScopeTest::test_scope_nine PASSED [ 35%] test/test_def.py::ScopeTest::test_scope_one PASSED [ 35%] test/test_def.py::ScopeTest::test_scope_seven PASSED [ 35%] test/test_def.py::ScopeTest::test_scope_six PASSED [ 36%] test/test_def.py::ScopeTest::test_scope_ten PASSED [ 36%] test/test_def.py::ScopeTest::test_scope_two PASSED [ 36%] test/test_def.py::ScopeTest::test_unbound_scope PASSED [ 36%] test/test_def.py::ScopeTest::test_unbound_scope_two PASSED [ 36%] test/test_def.py::NestedDefTest::test_nested_2 PASSED [ 37%] test/test_def.py::NestedDefTest::test_nested_def 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 [ 38%] test/test_def.py::NestedDefTest::test_nested_with_args PASSED [ 38%] test/test_def.py::NestedDefTest::test_outer_scope PASSED [ 38%] test/test_def.py::ExceptionTest::test_handler PASSED [ 38%] test/test_def.py::ExceptionTest::test_raise PASSED [ 38%] test/test_exceptions.py::ExceptionsTest::test_alternating_file_names PASSED [ 39%] test/test_exceptions.py::ExceptionsTest::test_code_block_line_number PASSED [ 39%] test/test_exceptions.py::ExceptionsTest::test_custom_tback PASSED [ 39%] test/test_exceptions.py::ExceptionsTest::test_format_closures PASSED [ 39%] test/test_exceptions.py::ExceptionsTest::test_format_exceptions_no_pygments PASSED [ 39%] test/test_exceptions.py::ExceptionsTest::test_format_exceptions_pygments SKIPPED [ 40%] test/test_exceptions.py::ExceptionsTest::test_html_error_template PASSED [ 40%] test/test_exceptions.py::ExceptionsTest::test_mod_no_encoding PASSED [ 40%] test/test_exceptions.py::ExceptionsTest::test_module_block_line_number PASSED [ 40%] test/test_exceptions.py::ExceptionsTest::test_py_unicode_error_html_error_template PASSED [ 41%] test/test_exceptions.py::ExceptionsTest::test_py_utf8_html_error_template 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_text_error_template PASSED [ 41%] test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_no_pygments PASSED [ 42%] test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_pygments SKIPPED [ 42%] test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_no_pygments PASSED [ 42%] test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_pygments SKIPPED [ 42%] test/test_filters.py::FilterTest::test_basic PASSED [ 42%] test/test_filters.py::FilterTest::test_block_via_context PASSED [ 43%] test/test_filters.py::FilterTest::test_builtins PASSED [ 43%] test/test_filters.py::FilterTest::test_convert_str PASSED [ 43%] test/test_filters.py::FilterTest::test_custom_default PASSED [ 43%] test/test_filters.py::FilterTest::test_def PASSED [ 44%] test/test_filters.py::FilterTest::test_def_via_context PASSED [ 44%] 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_encode_filter_non_str_we_return_bytes SKIPPED [ 44%] test/test_filters.py::FilterTest::test_entity PASSED [ 45%] test/test_filters.py::FilterTest::test_expr PASSED [ 45%] test/test_filters.py::FilterTest::test_global PASSED [ 45%] test/test_filters.py::FilterTest::test_global_json PASSED [ 45%] test/test_filters.py::FilterTest::test_import PASSED [ 45%] test/test_filters.py::FilterTest::test_import_2 PASSED [ 46%] test/test_filters.py::FilterTest::test_nflag PASSED [ 46%] test/test_filters.py::FilterTest::test_non_expression PASSED [ 46%] test/test_filters.py::FilterTest::test_quoting PASSED [ 46%] test/test_filters.py::FilterTest::test_quoting_non_unicode SKIPPED (...) [ 47%] test/test_filters.py::FilterTest::test_text_via_context PASSED [ 47%] test/test_filters.py::FilterTest::test_url_escaping PASSED [ 47%] test/test_filters.py::FilterTest::test_url_escaping_non_unicode SKIPPED [ 47%] test/test_filters.py::BufferTest::test_buffered_def PASSED [ 47%] test/test_filters.py::BufferTest::test_buffered_exception PASSED [ 48%] test/test_filters.py::BufferTest::test_capture PASSED [ 48%] test/test_filters.py::BufferTest::test_capture_ccall PASSED [ 48%] test/test_filters.py::BufferTest::test_capture_exception PASSED [ 48%] test/test_filters.py::BufferTest::test_unbuffered_def PASSED [ 48%] test/test_inheritance.py::InheritanceTest::test_basic PASSED [ 49%] test/test_inheritance.py::InheritanceTest::test_dynamic PASSED [ 49%] test/test_inheritance.py::InheritanceTest::test_in_call PASSED [ 49%] test/test_inheritance.py::InheritanceTest::test_includes PASSED [ 49%] test/test_inheritance.py::InheritanceTest::test_multilevel_nesting PASSED [ 50%] test/test_inheritance.py::InheritanceTest::test_namespaces PASSED [ 50%] test/test_inheritance.py::InheritanceTest::test_pageargs PASSED [ 50%] test/test_inheritance.py::InheritanceTest::test_pageargs_2 PASSED [ 50%] test/test_inheritance.py::InheritanceTest::test_pageargs_err PASSED [ 50%] test/test_inheritance.py::InheritanceTest::test_toplevel PASSED [ 51%] test/test_lexer.py::LexerTest::test_code PASSED [ 51%] test/test_lexer.py::LexerTest::test_code_and_tags PASSED [ 51%] test/test_lexer.py::LexerTest::test_comment_after_statement PASSED [ 51%] test/test_lexer.py::LexerTest::test_comments PASSED [ 51%] test/test_lexer.py::LexerTest::test_control_lines PASSED [ 52%] test/test_lexer.py::LexerTest::test_control_lines_2 PASSED [ 52%] test/test_lexer.py::LexerTest::test_crlf 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_docs PASSED [ 53%] test/test_lexer.py::LexerTest::test_expr_in_attribute PASSED [ 53%] test/test_lexer.py::LexerTest::test_expression PASSED [ 53%] test/test_lexer.py::LexerTest::test_integration PASSED [ 53%] test/test_lexer.py::LexerTest::test_long_control_lines PASSED [ 54%] test/test_lexer.py::LexerTest::test_nesting PASSED [ 54%] test/test_lexer.py::LexerTest::test_noexpr_allowed PASSED [ 54%] test/test_lexer.py::LexerTest::test_nonexistent_tag PASSED [ 54%] test/test_lexer.py::LexerTest::test_ns_tag_closed PASSED [ 54%] test/test_lexer.py::LexerTest::test_ns_tag_empty PASSED [ 55%] test/test_lexer.py::LexerTest::test_ns_tag_open PASSED [ 55%] test/test_lexer.py::LexerTest::test_old_multiline_comment PASSED [ 55%] test/test_lexer.py::LexerTest::test_onlyclosed_tag PASSED [ 55%] test/test_lexer.py::LexerTest::test_pagetag PASSED [ 55%] test/test_lexer.py::LexerTest::test_percent_escape PASSED [ 56%] test/test_lexer.py::LexerTest::test_preprocess PASSED [ 56%] test/test_lexer.py::LexerTest::test_ternary_control PASSED [ 56%] test/test_lexer.py::LexerTest::test_text_and_tag PASSED [ 56%] test/test_lexer.py::LexerTest::test_text_tag PASSED [ 57%] test/test_lexer.py::LexerTest::test_tricky_code PASSED [ 57%] test/test_lexer.py::LexerTest::test_tricky_code_2 PASSED [ 57%] test/test_lexer.py::LexerTest::test_tricky_code_3 PASSED [ 57%] test/test_lexer.py::LexerTest::test_tricky_code_4 PASSED [ 57%] test/test_lexer.py::LexerTest::test_tricky_code_5 PASSED [ 58%] test/test_lexer.py::LexerTest::test_tricky_code_6 PASSED [ 58%] test/test_lexer.py::LexerTest::test_tricky_expression PASSED [ 58%] test/test_lexer.py::LexerTest::test_unclosed_tag PASSED [ 58%] test/test_lexer.py::LexerTest::test_unmatched_control PASSED [ 58%] test/test_lexer.py::LexerTest::test_unmatched_control_2 PASSED [ 59%] test/test_lexer.py::LexerTest::test_unmatched_control_3 PASSED [ 59%] test/test_lexer.py::LexerTest::test_unmatched_tag PASSED [ 59%] test/test_lexer.py::LexerTest::test_whitespace_equals PASSED [ 59%] test/test_lexer.py::LexerTest::test_wrongcase_tag PASSED [ 60%] test/test_lookup.py::LookupTest::test_basic PASSED [ 60%] test/test_lookup.py::LookupTest::test_check_not_found PASSED [ 60%] test/test_lookup.py::LookupTest::test_directory_lookup PASSED [ 60%] test/test_lookup.py::LookupTest::test_dont_accept_relative_outside_of_root PASSED [ 60%] test/test_lookup.py::LookupTest::test_no_lookup PASSED [ 61%] test/test_lookup.py::LookupTest::test_subdir PASSED [ 61%] test/test_lookup.py::LookupTest::test_updir PASSED [ 61%] test/test_lookup.py::LookupTest::test_uri_adjust PASSED [ 61%] test/test_lookup.py::LookupTest::test_uri_cache PASSED [ 61%] test/test_loop.py::TestLoop::test__FOR_LOOP PASSED [ 62%] test/test_loop.py::TestLoop::test_loop_demo PASSED [ 62%] test/test_loop.py::TestLoop::test_nested_loops PASSED [ 62%] test/test_loop.py::TestLoop::test_no_loop PASSED [ 62%] test/test_loop.py::TestLoop::test_out_of_context_access PASSED [ 63%] test/test_loop.py::TestLoop::test_parent_loops PASSED [ 63%] test/test_loop.py::TestLoopStack::test__pop PASSED [ 63%] test/test_loop.py::TestLoopStack::test__push PASSED [ 63%] test/test_loop.py::TestLoopStack::test__top PASSED [ 63%] test/test_loop.py::TestLoopStack::test_enter PASSED [ 64%] test/test_loop.py::TestLoopStack::test_exit PASSED [ 64%] test/test_loop.py::TestLoopContext::test___len__ PASSED [ 64%] test/test_loop.py::TestLoopContext::test_cycle PASSED [ 64%] test/test_loop.py::TestLoopContext::test_even PASSED [ 64%] test/test_loop.py::TestLoopContext::test_first PASSED [ 65%] test/test_loop.py::TestLoopContext::test_index PASSED [ 65%] test/test_loop.py::TestLoopContext::test_last PASSED [ 65%] test/test_loop.py::TestLoopContext::test_odd PASSED [ 65%] test/test_loop.py::TestLoopContext::test_reverse_index PASSED [ 66%] test/test_loop.py::TestLoopFlags::test_loop_disabled_lookup PASSED [ 66%] test/test_loop.py::TestLoopFlags::test_loop_disabled_override_lookup PASSED [ 66%] test/test_loop.py::TestLoopFlags::test_loop_disabled_override_template PASSED [ 66%] test/test_loop.py::TestLoopFlags::test_loop_disabled_template PASSED [ 66%] test/test_loop.py::TestLoopFlags::test_loop_enabled_override_lookup PASSED [ 67%] test/test_loop.py::TestLoopFlags::test_loop_enabled_override_template PASSED [ 67%] test/test_lru.py::LRUTest::testlru PASSED [ 67%] test/test_namespace.py::NamespaceTest::test_attr PASSED [ 67%] test/test_namespace.py::NamespaceTest::test_attr_raise PASSED [ 67%] test/test_namespace.py::NamespaceTest::test_ccall PASSED [ 68%] test/test_namespace.py::NamespaceTest::test_ccall_2 PASSED [ 68%] test/test_namespace.py::NamespaceTest::test_ccall_import PASSED [ 68%] test/test_namespace.py::NamespaceTest::test_closure_import PASSED [ 68%] test/test_namespace.py::NamespaceTest::test_context PASSED [ 69%] test/test_namespace.py::NamespaceTest::test_custom_tag_1 PASSED [ 69%] test/test_namespace.py::NamespaceTest::test_custom_tag_2 PASSED [ 69%] test/test_namespace.py::NamespaceTest::test_custom_tag_3 PASSED [ 69%] test/test_namespace.py::NamespaceTest::test_custom_tag_case_sensitive PASSED [ 69%] test/test_namespace.py::NamespaceTest::test_dont_pollute_self PASSED [ 70%] test/test_namespace.py::NamespaceTest::test_dynamic PASSED [ 70%] test/test_namespace.py::NamespaceTest::test_expr_grouping PASSED [ 70%] test/test_namespace.py::NamespaceTest::test_getattr PASSED [ 70%] test/test_namespace.py::NamespaceTest::test_import PASSED [ 70%] test/test_namespace.py::NamespaceTest::test_import_calledfromdef PASSED [ 71%] test/test_namespace.py::NamespaceTest::test_import_local PASSED [ 71%] test/test_namespace.py::NamespaceTest::test_in_def PASSED [ 71%] test/test_namespace.py::NamespaceTest::test_in_remote_def PASSED [ 71%] test/test_namespace.py::NamespaceTest::test_inheritance PASSED [ 72%] test/test_namespace.py::NamespaceTest::test_inheritance_two PASSED [ 72%] test/test_namespace.py::NamespaceTest::test_inline_arguments PASSED [ 72%] test/test_namespace.py::NamespaceTest::test_inline_assignment PASSED [ 72%] test/test_namespace.py::NamespaceTest::test_inline_crossreference PASSED [ 72%] test/test_namespace.py::NamespaceTest::test_inline_not_duped PASSED [ 73%] test/test_namespace.py::NamespaceTest::test_module PASSED [ 73%] test/test_namespace.py::NamespaceTest::test_module_2 PASSED [ 73%] test/test_namespace.py::NamespaceTest::test_module_imports PASSED [ 73%] test/test_namespace.py::NamespaceTest::test_module_imports_2 PASSED [ 73%] test/test_namespace.py::NamespaceTest::test_overload PASSED [ 74%] test/test_namespace.py::NamespaceTest::test_template PASSED [ 74%] test/test_pygen.py::GeneratePythonTest::test_backslash_line PASSED [ 74%] test/test_pygen.py::GeneratePythonTest::test_false_unindentor PASSED [ 74%] test/test_pygen.py::GeneratePythonTest::test_generate_adjusted PASSED [ 75%] test/test_pygen.py::GeneratePythonTest::test_generate_combo PASSED [ 75%] test/test_pygen.py::GeneratePythonTest::test_generate_normal PASSED [ 75%] test/test_pygen.py::GeneratePythonTest::test_multi_line PASSED [ 75%] test/test_pygen.py::WhitespaceTest::test_basic PASSED [ 75%] test/test_pygen.py::WhitespaceTest::test_blank_lines PASSED [ 76%] test/test_pygen.py::WhitespaceTest::test_open_quotes_with_pound PASSED [ 76%] test/test_pygen.py::WhitespaceTest::test_quote_with_comments PASSED [ 76%] test/test_pygen.py::WhitespaceTest::test_quotes PASSED [ 76%] test/test_pygen.py::WhitespaceTest::test_quotes_with_pound PASSED [ 76%] test/test_runtime.py::ContextTest::test_locals_kwargs PASSED [ 77%] test/test_template.py::EncodingTest::test_bytestring_passthru SKIPPED [ 77%] test/test_template.py::EncodingTest::test_encoding PASSED [ 77%] test/test_template.py::EncodingTest::test_encoding_doesnt_conflict PASSED [ 77%] test/test_template.py::EncodingTest::test_encoding_errors PASSED [ 77%] test/test_template.py::EncodingTest::test_escapes_html_tags PASSED [ 78%] test/test_template.py::EncodingTest::test_input_encoding PASSED [ 78%] test/test_template.py::EncodingTest::test_raw_strings PASSED [ 78%] test/test_template.py::EncodingTest::test_read_unicode PASSED [ 78%] test/test_template.py::EncodingTest::test_unicode PASSED [ 79%] test/test_template.py::EncodingTest::test_unicode_arg PASSED [ 79%] test/test_template.py::EncodingTest::test_unicode_bom PASSED [ 79%] test/test_template.py::EncodingTest::test_unicode_file PASSED [ 79%] test/test_template.py::EncodingTest::test_unicode_file_code PASSED [ 79%] test/test_template.py::EncodingTest::test_unicode_file_lookup PASSED [ 80%] test/test_template.py::EncodingTest::test_unicode_literal_in_code PASSED [ 80%] test/test_template.py::EncodingTest::test_unicode_literal_in_controlline PASSED [ 80%] test/test_template.py::EncodingTest::test_unicode_literal_in_def PASSED [ 80%] test/test_template.py::EncodingTest::test_unicode_literal_in_expr PASSED [ 80%] test/test_template.py::EncodingTest::test_unicode_literal_in_expr_file PASSED [ 81%] test/test_template.py::EncodingTest::test_unicode_literal_in_tag PASSED [ 81%] test/test_template.py::EncodingTest::test_unicode_memory PASSED [ 81%] test/test_template.py::EncodingTest::test_unicode_text PASSED [ 81%] test/test_template.py::EncodingTest::test_unicode_text_ccall PASSED [ 82%] test/test_template.py::PageArgsTest::test_basic PASSED [ 82%] test/test_template.py::PageArgsTest::test_builtin_names_dont_clobber_defaults_in_includes PASSED [ 82%] test/test_template.py::PageArgsTest::test_canuse_builtin_names PASSED [ 82%] test/test_template.py::PageArgsTest::test_context_small PASSED [ 82%] test/test_template.py::PageArgsTest::test_dict_locals PASSED [ 83%] test/test_template.py::PageArgsTest::test_includes PASSED [ 83%] test/test_template.py::PageArgsTest::test_inherits PASSED [ 83%] test/test_template.py::PageArgsTest::test_overrides_builtins PASSED [ 83%] test/test_template.py::PageArgsTest::test_with_context PASSED [ 83%] test/test_template.py::IncludeTest::test_basic PASSED [ 84%] test/test_template.py::IncludeTest::test_include_error_handler PASSED [ 84%] test/test_template.py::IncludeTest::test_include_withargs PASSED [ 84%] test/test_template.py::IncludeTest::test_localargs PASSED [ 84%] test/test_template.py::IncludeTest::test_viakwargs PASSED [ 85%] test/test_template.py::IncludeTest::test_within_ccall PASSED [ 85%] test/test_template.py::UndefinedVarsTest::test_expression_declared PASSED [ 85%] test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_nonstrict PASSED [ 85%] test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_strict PASSED [ 85%] test/test_template.py::UndefinedVarsTest::test_strict PASSED [ 86%] test/test_template.py::UndefinedVarsTest::test_traditional_assignment_plus_undeclared PASSED [ 86%] test/test_template.py::UndefinedVarsTest::test_undefined PASSED [ 86%] test/test_template.py::StopRenderingTest::test_return_in_template PASSED [ 86%] test/test_template.py::ReservedNameTest::test_exclude_loop_context PASSED [ 86%] test/test_template.py::ReservedNameTest::test_exclude_loop_template PASSED [ 87%] test/test_template.py::ReservedNameTest::test_names_in_template PASSED [ 87%] test/test_template.py::ReservedNameTest::test_names_on_context PASSED [ 87%] test/test_template.py::ControlTest::test_blank_control_1 PASSED [ 87%] test/test_template.py::ControlTest::test_blank_control_2 PASSED [ 88%] test/test_template.py::ControlTest::test_blank_control_3 PASSED [ 88%] test/test_template.py::ControlTest::test_blank_control_4 PASSED [ 88%] test/test_template.py::ControlTest::test_blank_control_5 PASSED [ 88%] test/test_template.py::ControlTest::test_blank_control_6 PASSED [ 88%] test/test_template.py::ControlTest::test_blank_control_7 PASSED [ 89%] test/test_template.py::ControlTest::test_blank_control_8 PASSED [ 89%] test/test_template.py::ControlTest::test_commented_blank_control_1 PASSED [ 89%] test/test_template.py::ControlTest::test_commented_blank_control_2 PASSED [ 89%] test/test_template.py::ControlTest::test_commented_blank_control_3 PASSED [ 89%] test/test_template.py::ControlTest::test_commented_blank_control_4 PASSED [ 90%] test/test_template.py::ControlTest::test_commented_blank_control_5 PASSED [ 90%] test/test_template.py::ControlTest::test_commented_blank_control_6 PASSED [ 90%] test/test_template.py::ControlTest::test_commented_blank_control_7 PASSED [ 90%] test/test_template.py::ControlTest::test_commented_blank_control_8 PASSED [ 91%] test/test_template.py::ControlTest::test_control PASSED [ 91%] test/test_template.py::ControlTest::test_multiline_control PASSED [ 91%] test/test_template.py::GlobalsTest::test_globals PASSED [ 91%] test/test_template.py::RichTracebackTest::test_unicode_file_runtime PASSED [ 91%] test/test_template.py::RichTracebackTest::test_unicode_file_syntax PASSED [ 92%] test/test_template.py::RichTracebackTest::test_unicode_memory_runtime PASSED [ 92%] test/test_template.py::RichTracebackTest::test_unicode_memory_syntax PASSED [ 92%] test/test_template.py::RichTracebackTest::test_utf8_file_runtime PASSED [ 92%] test/test_template.py::RichTracebackTest::test_utf8_file_syntax PASSED [ 92%] test/test_template.py::RichTracebackTest::test_utf8_memory_runtime PASSED [ 93%] test/test_template.py::RichTracebackTest::test_utf8_memory_syntax PASSED [ 93%] test/test_template.py::ModuleDirTest::test_basic PASSED [ 93%] test/test_template.py::ModuleDirTest::test_callable PASSED [ 93%] test/test_template.py::ModuleDirTest::test_custom_writer PASSED [ 94%] test/test_template.py::FilenameToURITest::test_dont_accept_relative_outside_of_root PASSED [ 94%] test/test_template.py::FilenameToURITest::test_posix_paths PASSED [ 94%] test/test_template.py::FilenameToURITest::test_windows_paths PASSED [ 94%] test/test_template.py::ModuleTemplateTest::test_module_roundtrip PASSED [ 94%] test/test_template.py::TestTemplateAPI::test_metadata PASSED [ 95%] test/test_template.py::TestTemplateAPI::test_metadata_two PASSED [ 95%] test/test_template.py::PreprocessTest::test_old_comments PASSED [ 95%] test/test_template.py::LexerTest::test_via_lookup PASSED [ 95%] test/test_template.py::LexerTest::test_via_template PASSED [ 95%] test/test_template.py::FuturesTest::test_future_import PASSED [ 96%] test/test_tgplugin.py::TestTGPlugin::test_basic PASSED [ 96%] test/test_tgplugin.py::TestTGPlugin::test_basic_dot PASSED [ 96%] test/test_tgplugin.py::TestTGPlugin::test_render PASSED [ 96%] test/test_tgplugin.py::TestTGPlugin::test_string PASSED [ 97%] test/test_tgplugin.py::TestTGPlugin::test_subdir PASSED [ 97%] test/test_tgplugin.py::TestTGPlugin::test_subdir_dot PASSED [ 97%] test/test_util.py::UtilTest::test_fast_buffer_encoded PASSED [ 97%] test/test_util.py::UtilTest::test_fast_buffer_truncate PASSED [ 97%] test/test_util.py::UtilTest::test_fast_buffer_write PASSED [ 98%] test/test_util.py::UtilTest::test_load_module PASSED [ 98%] test/test_util.py::UtilTest::test_read_file PASSED [ 98%] test/ext/test_babelplugin.py::Test_extract::test_parse_python_expression SKIPPED [ 98%] test/ext/test_babelplugin.py::Test_extract::test_python_gettext_call SKIPPED [ 98%] test/ext/test_babelplugin.py::Test_extract::test_translator_comment SKIPPED [ 99%] test/ext/test_babelplugin.py::ExtractMakoTestCase::test_extract SKIPPED [ 99%] test/ext/test_babelplugin.py::ExtractMakoTestCase::test_extract_cp1251 SKIPPED [ 99%] test/ext/test_babelplugin.py::ExtractMakoTestCase::test_extract_utf8 SKIPPED [ 99%] test/ext/test_linguaplugin.py::ExtractMakoTestCase::test_extract SKIPPED [100%] ================ 407 passed, 61 skipped, 1 deselected in 5.28s ================= >>> py3-mako: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/main/py3-mako/pkg creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10 creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/_ast_util.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/pyparser.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/template.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/cmd.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/util.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/exceptions.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/runtime.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/codegen.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/lookup.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/__init__.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/ast.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/cache.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/pygen.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/parsetree.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/lexer.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako creating /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/autohandler.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/linguaplugin.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/__init__.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/babelplugin.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/turbogears.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/beaker_cache.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/extract.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/pygmentplugin.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/ext/preprocessors.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext copying build/lib/mako/compat.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako copying build/lib/mako/filters.py -> /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/_ast_util.py to _ast_util.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/pyparser.py to pyparser.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/template.py to template.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/cmd.py to cmd.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/runtime.py to runtime.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/codegen.py to codegen.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/lookup.py to lookup.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ast.py to ast.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/cache.py to cache.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/pygen.py to pygen.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/parsetree.py to parsetree.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/lexer.py to lexer.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/autohandler.py to autohandler.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/linguaplugin.py to linguaplugin.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/babelplugin.py to babelplugin.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/turbogears.py to turbogears.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/beaker_cache.py to beaker_cache.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/extract.py to extract.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/pygmentplugin.py to pygmentplugin.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/ext/preprocessors.py to preprocessors.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/mako/filters.py to filters.cpython-310.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 '*.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' writing manifest file 'Mako.egg-info/SOURCES.txt' Copying Mako.egg-info to /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/lib/python3.10/site-packages/Mako-1.1.5-py3.10.egg-info running install_scripts Installing mako-render script to /home/buildozer/aports/main/py3-mako/pkg/py3-mako/usr/bin >>> py3-mako*: Running postcheck for py3-mako >>> py3-mako*: Preparing package py3-mako... >>> py3-mako*: Tracing dependencies... >>> py3-mako*: Package size: 656.0 KB >>> py3-mako*: Compressing data... >>> py3-mako*: Create checksum... >>> py3-mako*: Create py3-mako-1.1.5-r1.apk >>> py3-mako: Build complete at Wed, 15 Dec 2021 21:48:54 +0000 elapsed time 0h 0m 10s >>> py3-mako: Cleaning up srcdir >>> py3-mako: Cleaning up pkgdir >>> py3-mako: Uninstalling dependencies... (1/23) Purging .makedepends-py3-mako (20211215.214845) (2/23) Purging py3-markupsafe (2.0.1-r1) (3/23) Purging py3-setuptools (52.0.0-r5) (4/23) Purging py3-ordered-set (4.0.2-r3) (5/23) Purging py3-appdirs (1.4.4-r3) (6/23) Purging py3-pytest (6.2.5-r1) (7/23) Purging py3-atomicwrites (1.4.0-r2) (8/23) Purging py3-attrs (21.2.0-r1) (9/23) Purging py3-more-itertools (8.12.0-r1) (10/23) Purging py3-iniconfig (1.1.1-r2) (11/23) Purging py3-pluggy (0.13.1-r5) (12/23) Purging py3-py (1.10.0-r2) (13/23) Purging py3-wcwidth (0.2.5-r2) (14/23) Purging py3-packaging (21.3-r0) (15/23) Purging py3-parsing (2.4.7-r3) (16/23) Purging py3-six (1.16.0-r1) (17/23) Purging py3-toml (0.10.2-r3) (18/23) Purging python3 (3.10.1-r0) (19/23) Purging libffi (3.4.2-r1) (20/23) Purging gdbm (1.22-r0) (21/23) Purging mpdecimal (2.5.1-r1) (22/23) Purging readline (8.1.1-r0) (23/23) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r4.trigger OK: 345 MiB in 108 packages >>> py3-mako: Updating the main/x86_64 repository index... >>> py3-mako: Signing the index...