F....F...FFF.FFFFFFFF..FFFFFF.FFFFFFEFFFFFF.FFFFFFFFFF...FFFFFFFF...FFFFFFFFFFFFF.FFF.FFFFF..FFFFFFFFF.FFF.F.F.F.F.F.F.F..FF.F.F...FFEFEFEF..FF....FFFF...FFFFFFFFFFFFFF.F.FF..F.FFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFF.FFFFFFFFFFFFFFFF.FFFFFFFFFFFFFF..........F...F........FFF.........F..........F....F....F.................F......FF.........FFFFFFFFFFFFFFFFFF...F...........FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFF..FFFFFFF.F......FFFF....F.FFFFF.FFF.......FF......................................F.FFF..FFF....FFFFFFFF...FF.FFFFFFFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFF.FFFFFFFF.FFFFFFFFFFFFFFFF......FFFFFF..F...........F.FF........F..FF.F..FF.FFFFF.FFFFF..F.FFFFFFF.FF.FFF.FF.FFFFFFF...FF...F.FFFFFFFFFFFFFFF....FFFFFFFFFFFFFFFF..............................................................FFFFFFFFFFFFFFFFFFFFFF..FF..FF..F.F..F...F..                                                                                                                                          [100%]
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================ ERRORS ================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ ERROR at teardown of test_await_on_calls_normal_render ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
/usr/lib/python3.10/warnings.py:506: in _warn_unawaited_coroutine
    warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
E   RuntimeWarning: coroutine 'test_await_on_calls_normal_render.<locals>.async_func' was never awaited

The above exception was the direct cause of the following exception:
/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py:245: in <lambda>
    lambda: runtest_hook(item=item, **kwds),
/home/openhands/.local/lib/python3.10/site-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
/home/openhands/.local/lib/python3.10/site-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/home/openhands/.local/lib/python3.10/site-packages/_pytest/logging.py:858: in pytest_runtest_teardown
    yield
/home/openhands/.local/lib/python3.10/site-packages/_pytest/capture.py:905: in pytest_runtest_teardown
    return (yield)
/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py:163: in pytest_runtest_teardown
    collect_unraisable(item.config)
/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py:79: in collect_unraisable
    raise errors[0]
/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py:67: in collect_unraisable
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
E   pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_await_on_calls_normal_render.<locals>.async_func at 0x7f60ca843060>
E   Enable tracemalloc to get traceback where the object was allocated.
E   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ ERROR at teardown of test_custom_async_filter _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
  + Exception Group Traceback (most recent call last):
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py", line 353, in from_call
  |     result: TResult | None = func()
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py", line 245, in <lambda>
  |     lambda: runtest_hook(item=item, **kwds),
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
  |     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
  |     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
  |     raise exception
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/logging.py", line 858, in pytest_runtest_teardown
  |     yield
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/capture.py", line 905, in pytest_runtest_teardown
  |     return (yield)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
  |     res = hook_impl.function(*args)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 163, in pytest_runtest_teardown
  |     collect_unraisable(item.config)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 81, in collect_unraisable
  |     raise ExceptionGroup("multiple unraisable exception warnings", errors)
  | exceptiongroup.ExceptionGroup: multiple unraisable exception warnings (2 sub-exceptions)
  +-+---------------- 1 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.10/warnings.py", line 506, in _warn_unawaited_coroutine
    |     warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
    | RuntimeWarning: coroutine 'test_custom_async_filter.<locals>.customfilter' was never awaited
    |
    | The above exception was the direct cause of the following exception:
    |
    | Traceback (most recent call last):
    |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_custom_async_filter.<locals>.customfilter at 0x7f60ca682650>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
    +---------------- 2 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.10/warnings.py", line 506, in _warn_unawaited_coroutine
    |     warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
    | RuntimeWarning: coroutine 'test_custom_async_filter.<locals>.customfilter' was never awaited
    |
    | The above exception was the direct cause of the following exception:
    |
    | Traceback (most recent call last):
    |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_custom_async_filter.<locals>.customfilter at 0x7f60ca6837d0>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
    +------------------------------------
_________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ ERROR at teardown of test_custom_async_iteratable_filter[<lambda>0] __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
  + Exception Group Traceback (most recent call last):
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py", line 353, in from_call
  |     result: TResult | None = func()
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/runner.py", line 245, in <lambda>
  |     lambda: runtest_hook(item=item, **kwds),
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
  |     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
  |     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
  |     raise exception
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/logging.py", line 858, in pytest_runtest_teardown
  |     yield
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/capture.py", line 905, in pytest_runtest_teardown
  |     return (yield)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
  |     res = hook_impl.function(*args)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 163, in pytest_runtest_teardown
  |     collect_unraisable(item.config)
  |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 81, in collect_unraisable
  |     raise ExceptionGroup("multiple unraisable exception warnings", errors)
  | exceptiongroup.ExceptionGroup: multiple unraisable exception warnings (2 sub-exceptions)
  +-+---------------- 1 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.10/warnings.py", line 506, in _warn_unawaited_coroutine
    |     warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
    | RuntimeWarning: coroutine 'test_custom_async_iteratable_filter.<locals>.customfilter' was never awaited
    |
    | The above exception was the direct cause of the following exception:
    |
    | Traceback (most recent call last):
    |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_custom_async_iteratable_filter.<locals>.customfilter at 0x7f60ca680ba0>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
    +---------------- 2 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.10/warnings.py", line 506, in _warn_unawaited_coroutine
    |     warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
    | RuntimeWarning: coroutine 'test_custom_async_iteratable_filter.<locals>.customfilter' was never awaited
    |
    | The above exception was the direct cause of the following exception:
    |
    | Traceback (most recent call last):
    |   File "/home/openhands/.local/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_custom_async_iteratable_filter.<locals>.customfilter at 0x7f60ca682c00>
    <response clipped><NOTE>Due to the max output limit, only part of the full response has been shown to you.</NOTE>7\u5316\u3051] - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestFileSystemLoader::test_uses_specified_encoding[iso-8859-1-\xe6\x96\x87\xe5\xad\x97\xe5\x8c\x96\xe3\x81\x91] - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestFileSystemLoader::test_filename_normpath - AttributeError: 'NoneType' object has no attribute 'filename'
FAILED tests/test_loader.py::TestModuleLoader::test_log - assert 'Compiled "a/foo/test.html" as tmpl_a790caf9d669e39ea4d280d597ec891c4ef0404a' in ''
FAILED tests/test_loader.py::TestModuleLoader::test_deflated_zip_compile - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestModuleLoader::test_stored_zip_compile - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestModuleLoader::test_filesystem_compile - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestModuleLoader::test_weak_references - AttributeError: type object 'ModuleLoader' has no attribute 'get_template_key'
FAILED tests/test_loader.py::TestModuleLoader::test_choice_loader - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestModuleLoader::test_prefix_loader - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_loader.py::TestModuleLoader::test_path_as_pathlib - AttributeError: 'ModuleLoader' object has no attribute 'module'
FAILED tests/test_loader.py::TestModuleLoader::test_supports_pathlib_in_list_of_paths - AttributeError: 'ModuleLoader' object has no attribute 'module'
FAILED tests/test_loader.py::test_package_zip_source[foo/test.html-FOO] - jinja2.exceptions.TemplateNotFound: foo/test.html
FAILED tests/test_loader.py::test_package_zip_source[test.html-BAR] - jinja2.exceptions.TemplateNotFound: test.html
FAILED tests/test_loader.py::test_package_zip_list - AssertionError: assert [] == ['foo/test.html', 'test.html']
FAILED tests/test_loader.py::test_package_zip_omit_curdir[] - jinja2.exceptions.TemplateNotFound: templates/foo/test.html
FAILED tests/test_loader.py::test_package_zip_omit_curdir[.] - AssertionError: assert '.' == ''
FAILED tests/test_loader.py::test_package_zip_omit_curdir[./] - AssertionError: assert './' == ''
FAILED tests/test_nativetypes.py::test_undefined_native_return - AssertionError: assert False
FAILED tests/test_nativetypes.py::test_booleans[{{ None is none }}-True] - KeyError: 'None'
FAILED tests/test_nativetypes.py::test_variable_dunder - assert False
FAILED tests/test_nativetypes.py::test_constant_dunder - assert False
FAILED tests/test_nativetypes.py::test_macro - assert [1, 2] == 2
FAILED tests/test_regression.py::TestCorner::test_assigned_scoping - AssertionError: assert '\n        \n... 42\n        ' == '[1][2][3][4]42'
FAILED tests/test_regression.py::TestCorner::test_closure_scoping - TypeError: 'str' object is not callable
FAILED tests/test_regression.py::TestBug::test_extends_output_bugs - AssertionError: assert '[[title' == '[[title]](1)(2)(3)'
FAILED tests/test_regression.py::TestBug::test_loop_call_loop - jinja2.exceptions.UndefinedError: 'caller' is undefined
FAILED tests/test_regression.py::TestBug::test_weird_inline_comment - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateSyntaxError'>
FAILED tests/test_regression.py::TestBug::test_partial_conditional_assignments - AssertionError: assert '42' == '23'
FAILED tests/test_regression.py::TestBug::test_stacked_locals_scoping_bug - assert "# for j in [...# endif\n    " == '1111C'
FAILED tests/test_regression.py::TestBug::test_stacked_locals_scoping_bug_twoframe - AssertionError: assert '2' == '1'
FAILED tests/test_regression.py::TestBug::test_call_with_args - jinja2.exceptions.UndefinedError: 'user' is undefined
FAILED tests/test_regression.py::TestBug::test_empty_if_condition_fails - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateSyntaxError'>
FAILED tests/test_regression.py::TestBug::test_else_loop_bug - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_correct_prefix_loader_name - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateNotFound'>
FAILED tests/test_regression.py::TestBug::test_pass_context_callable_class - TypeError: TestBug.test_pass_context_callable_class.<locals>.CallableClass.__call__() missing 1 required positional argument: 'ctx'
FAILED tests/test_regression.py::TestBug::test_block_set_with_extends - AssertionError: assert '42' == '[42]'
FAILED tests/test_regression.py::TestBug::test_nested_for_else - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_callable_defaults - jinja2.exceptions.UndefinedError: 'a' is undefined
FAILED tests/test_regression.py::TestBug::test_macro_scoping - jinja2.exceptions.UndefinedError: 'l' is undefined
FAILED tests/test_regression.py::TestBug::test_scopes_and_blocks - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_scopes_and_include - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_caller_scoping - AttributeError: 'NoneType' object has no attribute 'link_detail'
FAILED tests/test_regression.py::TestBug::test_variable_reuse - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_double_caller - jinja2.exceptions.UndefinedError: 'caller' is undefined
FAILED tests/test_regression.py::TestBug::test_double_caller_no_default - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateAssertionError'>
FAILED tests/test_regression.py::TestBug::test_scoped_block - AssertionError: assert '1' == '2'
FAILED tests/test_regression.py::TestBug::test_recursive_loop_filter - jinja2.exceptions.UndefinedError: 'page' is undefined
FAILED tests/test_regression.py::TestBug::test_subproperty_if -   File "<string>", line 1
FAILED tests/test_regression.py::TestBug::test_set_and_include - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_loop_include - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_custom_context - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_recursive_loop_bug -   File "<string>", line 1
FAILED tests/test_regression.py::TestBug::test_scoped_block_loop_vars - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_pass_context_loop_vars - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_pass_context_scoped_loop_vars - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_regression.py::TestBug::test_pass_context_in_blocks - TypeError: TestBug.test_pass_context_in_blocks.<locals>.test() missing 1 required positional argument: 'ctx'
FAILED tests/test_regression.py::TestBug::test_pass_context_block_and_loop - TypeError: TestBug.test_pass_context_block_and_loop.<locals>.test() missing 1 required positional argument: 'ctx'
FAILED tests/test_regression.py::TestBug::test_cached_extends[extends] - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_regression.py::TestBug::test_cached_extends[include] - AttributeError: 'NoneType' object has no attribute 'render'
FAILED tests/test_runtime.py::test_loop_idx - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_runtime.py::test_loop_idx0 - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_runtime.py::test_iterator_not_advanced_early - jinja2.exceptions.UndefinedError: 'loop' is undefined
FAILED tests/test_security.py::TestSandbox::test_unsafe - Failed: DID NOT RAISE <class 'jinja2.exceptions.SecurityError'>
FAILED tests/test_security.py::TestSandbox::test_immutable_environment - Failed: DID NOT RAISE <class 'jinja2.exceptions.SecurityError'>
FAILED tests/test_security.py::TestSandbox::test_restricted - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateSyntaxError'>
FAILED tests/test_security.py::TestSandbox::test_template_data - NameError: name 'escape' is not defined
FAILED tests/test_security.py::TestSandbox::test_attr_filter -   File "<string>", line 1
FAILED tests/test_security.py::TestSandbox::test_binary_operator_intercepting - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateRuntimeError'>
FAILED tests/test_security.py::TestSandbox::test_unary_operator_intercepting - AssertionError: assert '1' == '-1'
FAILED tests/test_security.py::TestStringFormat::test_basic_format_safety - assert "a<class 'int'>b" == 'ab'
FAILED tests/test_security.py::TestStringFormat::test_basic_format_all_okay - AttributeError: 'dict' object has no attribute 'foo'
FAILED tests/test_security.py::TestStringFormat::test_safe_format_safety - TypeError: unsupported operand type(s) for |: 'str' and 'Undefined'
FAILED tests/test_security.py::TestStringFormat::test_safe_format_all_okay - TypeError: unsupported operand type(s) for |: 'str' and 'Undefined'
FAILED tests/test_security.py::TestStringFormat::test_empty_braces_format - TypeError: unsupported operand type(s) for |: 'str' and 'Undefined'
FAILED tests/test_security.py::TestStringFormatMap::test_basic_format_safety - assert "a<class 'int'>b" == 'ab'
FAILED tests/test_security.py::TestStringFormatMap::test_basic_format_all_okay -   File "<string>", line 1
FAILED tests/test_security.py::TestStringFormatMap::test_safe_format_all_okay - TypeError: unsupported operand type(s) for |: 'str' and 'Undefined'
FAILED tests/test_tests.py::TestTestsCase::test_types[none is none-True] - KeyError: 'None'
FAILED tests/test_tests.py::TestTestsCase::test_types[false is none-False] - KeyError: 'None'
FAILED tests/test_tests.py::TestTestsCase::test_types[true is none-False] - KeyError: 'None'
FAILED tests/test_tests.py::TestTestsCase::test_types[42 is none-False] - KeyError: 'None'
FAILED tests/test_tests.py::TestTestsCase::test_types[none is true-False] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[false is true-False] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[true is true-True] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[0 is true-False] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[1 is true-False] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[42 is true-False] - KeyError: 'True'
FAILED tests/test_tests.py::TestTestsCase::test_types[none is false-False] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_types[false is false-True] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_types[true is false-False] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_types[0 is false-False] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_types[1 is false-False] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_types[42 is false-False] - KeyError: 'False'
FAILED tests/test_tests.py::TestTestsCase::test_equalto -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[eq 2-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[eq 3-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[ne 3-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[ne 2-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[lt 3-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[lt 2-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[le 2-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[le 1-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[gt 1-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[gt 2-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[ge 2-True] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_compare_aliases[ge 3-False] -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_sameas -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_no_paren_for_arg1 -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_escaped - NameError: name 'escape' is not defined
FAILED tests/test_tests.py::TestTestsCase::test_greaterthan -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_lessthan -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_multiple_tests -   File "<string>", line 1
FAILED tests/test_tests.py::TestTestsCase::test_in -   File "<string>", line 1
FAILED tests/test_tests.py::test_name_undefined - Failed: DID NOT RAISE <class 'jinja2.exceptions.TemplateAssertionError'>
FAILED tests/test_tests.py::test_name_undefined_in_if - KeyError: 'f'
FAILED tests/test_utils.py::TestLRUCache::test_simple - AssertionError: assert ['c', 'a', 'd'] == ['d', 'a', 'c']
FAILED tests/test_utils.py::TestLRUCache::test_values - assert [1, 2] == [2, 1]
FAILED tests/test_utils.py::TestLRUCache::test_copy[copy0] - AssertionError: assert ['b', 'c'] == ['c', 'b']
FAILED tests/test_utils.py::TestLRUCache::test_copy[copy1] - AssertionError: assert deque(['b', 'c']) != deque(['b', 'c'])
FAILED tests/test_utils.py::TestLRUCache::test_items - AssertionError: assert [('a', 1), ('b', 2), ('c', 3)] == [('c', 3), ('b', 2), ('a', 1)]
FAILED tests/test_utils.py::TestHelpers::test_object_type_repr - AssertionError: assert 'int' == 'int object'
FAILED tests/test_utils.py::TestLoremIpsum::test_lorem_ipsum_markup - AssertionError: assert False
FAILED tests/test_utils.py::TestLoremIpsum::test_lorem_ipsum_max - AssertionError: assert 27 < (28 - 1)
ERROR tests/test_async.py::test_await_on_calls_normal_render - pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object test_await_on_calls_normal_render.<locals>.async_func at 0x7f60ca843060>
ERROR tests/test_async_filters.py::test_custom_async_filter - exceptiongroup.ExceptionGroup: multiple unraisable exception warnings (2 sub-exceptions)
ERROR tests/test_async_filters.py::test_custom_async_iteratable_filter[<lambda>0] - exceptiongroup.ExceptionGroup: multiple unraisable exception warnings (2 sub-exceptions)
ERROR tests/test_async_filters.py::test_custom_async_iteratable_filter[<lambda>1] - exceptiongroup.ExceptionGroup: multiple unraisable exception warnings (2 sub-exceptions)
498 failed, 353 passed, 4 errors in 13.12s
[The command completed with exit code 1.]
[Current working directory: /workspace/jinja]
[Python interpreter: /usr/bin/python]
[Command finished with exit code 1]