>>> py3-parso: Building community/py3-parso 0.8.3-r0 (using abuild 3.9.0-r0) started Tue, 19 Apr 2022 04:22:36 +0000 >>> py3-parso: Checking sanity of /home/buildozer/aports/community/py3-parso/APKBUILD... >>> py3-parso: Analyzing dependencies... >>> py3-parso: Installing for build: build-base python3 py3-setuptools py3-pbr py3-pytest (1/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.4.2-r1) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.5-r1) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.1.2-r0) (7/26) Installing sqlite-libs (3.38.2-r0) (8/26) Installing python3 (3.10.3-r1) (9/26) Installing py3-appdirs (1.4.4-r3) (10/26) Installing py3-more-itertools (8.12.0-r2) (11/26) Installing py3-ordered-set (4.0.2-r3) (12/26) Installing py3-parsing (2.4.7-r3) (13/26) Installing py3-six (1.16.0-r1) (14/26) Installing py3-packaging (21.3-r0) (15/26) Installing py3-setuptools (59.4.0-r0) (16/26) Installing py3-pbr (5.8.1-r0) (17/26) Installing py3-atomicwrites (1.4.0-r2) (18/26) Installing py3-attrs (21.4.0-r0) (19/26) Installing py3-iniconfig (1.1.1-r2) (20/26) Installing py3-pluggy (1.0.0-r0) (21/26) Installing py3-py (1.10.0-r2) (22/26) Installing py3-wcwidth (0.2.5-r2) (23/26) Installing py3-toml (0.10.2-r3) (24/26) Installing py3-pygments (2.11.2-r0) (25/26) Installing py3-pytest (6.2.5-r2) (26/26) Installing .makedepends-py3-parso (20220419.042240) Executing busybox-1.35.0-r8.trigger OK: 419 MiB in 115 packages >>> py3-parso: Cleaning up srcdir >>> py3-parso: Cleaning up pkgdir >>> py3-parso: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/parso-0.8.3.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 4 390k 4 16366 0 0 33219 0 0:00:12 --:--:-- 0:00:12 33196 100 390k 100 390k 0 0 454k 0 --:--:-- --:--:-- --:--:-- 454k >>> py3-parso: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/parso-0.8.3.tar.gz >>> py3-parso: Checking sha512sums... parso-0.8.3.tar.gz: OK >>> py3-parso: Unpacking /var/cache/distfiles/v3.16/parso-0.8.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/parso copying parso/utils.py -> build/lib/parso copying parso/file_io.py -> build/lib/parso copying parso/_compatibility.py -> build/lib/parso copying parso/normalizer.py -> build/lib/parso copying parso/__init__.py -> build/lib/parso copying parso/cache.py -> build/lib/parso copying parso/tree.py -> build/lib/parso copying parso/grammar.py -> build/lib/parso copying parso/parser.py -> build/lib/parso creating build/lib/parso/python copying parso/python/errors.py -> build/lib/parso/python copying parso/python/pep8.py -> build/lib/parso/python copying parso/python/diff.py -> build/lib/parso/python copying parso/python/token.py -> build/lib/parso/python copying parso/python/tokenize.py -> build/lib/parso/python copying parso/python/__init__.py -> build/lib/parso/python copying parso/python/tree.py -> build/lib/parso/python copying parso/python/parser.py -> build/lib/parso/python copying parso/python/prefix.py -> build/lib/parso/python creating build/lib/parso/pgen2 copying parso/pgen2/grammar_parser.py -> build/lib/parso/pgen2 copying parso/pgen2/generator.py -> build/lib/parso/pgen2 copying parso/pgen2/__init__.py -> build/lib/parso/pgen2 running egg_info writing parso.egg-info/PKG-INFO writing dependency_links to parso.egg-info/dependency_links.txt writing requirements to parso.egg-info/requires.txt writing top-level names to parso.egg-info/top_level.txt reading manifest file 'parso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory '*' adding license file 'LICENSE.txt' adding license file 'AUTHORS.txt' writing manifest file 'parso.egg-info/SOURCES.txt' copying parso/python/grammar38.txt -> build/lib/parso/python copying parso/python/grammar39.txt -> build/lib/parso/python copying parso/python/grammar311.txt -> build/lib/parso/python copying parso/python/grammar310.txt -> build/lib/parso/python copying parso/python/grammar312.txt -> build/lib/parso/python copying parso/python/grammar36.txt -> build/lib/parso/python copying parso/python/grammar37.txt -> build/lib/parso/python ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-parso/src/parso-0.8.3, configfile: pytest.ini, testpaths: parso, test collecting ... collected 1351 items / 404 deselected / 947 selected parso/__init__.py::parso PASSED [ 0%] parso/tree.py::parso.tree.NodeOrLeaf.dump PASSED [ 0%] parso/python/tree.py::parso.python.tree PASSED [ 0%] test/test_cache.py::test_modulepickling_change_cache_dir PASSED [ 0%] test/test_cache.py::test_modulepickling_simulate_deleted_cache PASSED [ 0%] test/test_cache.py::test_cache_limit PASSED [ 0%] test/test_cache.py::test_cache_last_used_update[False-False] PASSED [ 0%] test/test_cache.py::test_cache_last_used_update[False-True] PASSED [ 0%] test/test_cache.py::test_cache_last_used_update[True-False] PASSED [ 0%] test/test_cache.py::test_cache_last_used_update[True-True] PASSED [ 1%] test/test_cache.py::test_inactive_cache PASSED [ 1%] test/test_cache.py::test_permission_error PASSED [ 1%] test/test_diff_parser.py::test_simple PASSED [ 1%] test/test_diff_parser.py::test_change_and_undo PASSED [ 1%] test/test_diff_parser.py::test_positions PASSED [ 1%] test/test_diff_parser.py::test_if_simple PASSED [ 1%] test/test_diff_parser.py::test_func_with_for_and_comment PASSED [ 1%] test/test_diff_parser.py::test_one_statement_func PASSED [ 1%] test/test_diff_parser.py::test_for_on_one_line PASSED [ 2%] test/test_diff_parser.py::test_open_parentheses PASSED [ 2%] test/test_diff_parser.py::test_open_parentheses_at_end PASSED [ 2%] test/test_diff_parser.py::test_backslash PASSED [ 2%] test/test_diff_parser.py::test_full_copy PASSED [ 2%] test/test_diff_parser.py::test_wrong_whitespace PASSED [ 2%] test/test_diff_parser.py::test_issues_with_error_leaves PASSED [ 2%] test/test_diff_parser.py::test_unfinished_nodes PASSED [ 2%] test/test_diff_parser.py::test_nested_if_and_scopes PASSED [ 2%] test/test_diff_parser.py::test_word_before_def PASSED [ 2%] test/test_diff_parser.py::test_classes_with_error_leaves PASSED [ 3%] test/test_diff_parser.py::test_totally_wrong_whitespace PASSED [ 3%] test/test_diff_parser.py::test_node_insertion PASSED [ 3%] test/test_diff_parser.py::test_whitespace_at_end PASSED [ 3%] test/test_diff_parser.py::test_endless_while_loop PASSED [ 3%] test/test_diff_parser.py::test_in_class_movements PASSED [ 3%] test/test_diff_parser.py::test_in_parentheses_newlines PASSED [ 3%] test/test_diff_parser.py::test_indentation_issue PASSED [ 3%] test/test_diff_parser.py::test_endmarker_newline PASSED [ 3%] test/test_diff_parser.py::test_newlines_at_end PASSED [ 4%] test/test_diff_parser.py::test_end_newline_with_decorator PASSED [ 4%] test/test_diff_parser.py::test_invalid_to_valid_nodes PASSED [ 4%] test/test_diff_parser.py::test_if_removal_and_reappearence PASSED [ 4%] test/test_diff_parser.py::test_add_error_indentation PASSED [ 4%] test/test_diff_parser.py::test_differing_docstrings PASSED [ 4%] test/test_diff_parser.py::test_one_call_in_function_change PASSED [ 4%] test/test_diff_parser.py::test_function_deletion PASSED [ 4%] test/test_diff_parser.py::test_docstring_removal PASSED [ 4%] test/test_diff_parser.py::test_paren_in_strange_position PASSED [ 4%] test/test_diff_parser.py::test_paren_before_docstring PASSED [ 5%] test/test_diff_parser.py::test_parentheses_before_method PASSED [ 5%] test/test_diff_parser.py::test_indentation_issues PASSED [ 5%] test/test_diff_parser.py::test_error_dedent_issues PASSED [ 5%] test/test_diff_parser.py::test_random_text_insertion PASSED [ 5%] test/test_diff_parser.py::test_many_nested_ifs PASSED [ 5%] test/test_diff_parser.py::test_with_and_funcdef_in_call[] PASSED [ 5%] test/test_diff_parser.py::test_with_and_funcdef_in_call[async ] PASSED [ 5%] test/test_diff_parser.py::test_wrong_backslash PASSED [ 5%] test/test_diff_parser.py::test_random_unicode_characters PASSED [ 6%] test/test_diff_parser.py::test_dedent_end_positions PASSED [ 6%] test/test_diff_parser.py::test_special_no_newline_ending PASSED [ 6%] test/test_diff_parser.py::test_random_character_insertion PASSED [ 6%] test/test_diff_parser.py::test_import_opening_bracket PASSED [ 6%] test/test_diff_parser.py::test_opening_bracket_at_end PASSED [ 6%] test/test_diff_parser.py::test_all_sorts_of_indentation PASSED [ 6%] test/test_diff_parser.py::test_dont_copy_dedents_in_beginning PASSED [ 6%] test/test_diff_parser.py::test_dont_copy_error_leaves PASSED [ 6%] test/test_diff_parser.py::test_error_dedent_in_between PASSED [ 6%] test/test_diff_parser.py::test_some_other_indentation_issues PASSED [ 7%] test/test_diff_parser.py::test_open_bracket_case1 PASSED [ 7%] test/test_diff_parser.py::test_open_bracket_case2 PASSED [ 7%] test/test_diff_parser.py::test_some_weird_removals PASSED [ 7%] test/test_diff_parser.py::test_async_copy PASSED [ 7%] test/test_diff_parser.py::test_parent_on_decorator PASSED [ 7%] test/test_diff_parser.py::test_wrong_indent_in_def PASSED [ 7%] test/test_diff_parser.py::test_backslash_issue PASSED [ 7%] test/test_diff_parser.py::test_paren_with_indentation PASSED [ 7%] test/test_diff_parser.py::test_error_dedent_in_function PASSED [ 8%] test/test_diff_parser.py::test_with_formfeed PASSED [ 8%] test/test_diff_parser.py::test_repeating_invalid_indent PASSED [ 8%] test/test_diff_parser.py::test_another_random_indent PASSED [ 8%] test/test_diff_parser.py::test_invalid_function PASSED [ 8%] test/test_diff_parser.py::test_async_func2 PASSED [ 8%] test/test_diff_parser.py::test_weird_ending PASSED [ 8%] test/test_diff_parser.py::test_nested_class PASSED [ 8%] test/test_diff_parser.py::test_class_with_paren_breaker PASSED [ 8%] test/test_diff_parser.py::test_byte_order_mark PASSED [ 8%] test/test_diff_parser.py::test_byte_order_mark2 PASSED [ 9%] test/test_diff_parser.py::test_byte_order_mark3 PASSED [ 9%] test/test_diff_parser.py::test_backslash_insertion PASSED [ 9%] test/test_diff_parser.py::test_fstring_with_error_leaf PASSED [ 9%] test/test_diff_parser.py::test_yet_another_backslash PASSED [ 9%] test/test_diff_parser.py::test_backslash_before_def PASSED [ 9%] test/test_diff_parser.py::test_backslash_with_imports PASSED [ 9%] test/test_diff_parser.py::test_one_line_function_error_recovery PASSED [ 9%] test/test_diff_parser.py::test_one_line_property_error_recovery PASSED [ 9%] test/test_dump_tree.py::test_dump_parser_tree[None-Module([Lambda([Keyword('lambda', (1, 0)), Param([Name('x', (1, 7), prefix=' '), Operator(',', (1, 8)), ]), Param([Name('y', (1, 10), prefix=' '), ]), Operator(':', (1, 11)), PythonNode('arith_expr', [Name('x', (1, 13), prefix=' '), Operator('+', (1, 15), prefix=' '), Name('y', (1, 17), prefix=' '), ]), ]), EndMarker('', (1, 18)), ])] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree[0-Module([\nLambda([\nKeyword('lambda', (1, 0)),\nParam([\nName('x', (1, 7), prefix=' '),\nOperator(',', (1, 8)),\n]),\nParam([\nName('y', (1, 10), prefix=' '),\n]),\nOperator(':', (1, 11)),\nPythonNode('arith_expr', [\nName('x', (1, 13), prefix=' '),\nOperator('+', (1, 15), prefix=' '),\nName('y', (1, 17), prefix=' '),\n]),\n]),\nEndMarker('', (1, 18)),\n])] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree[4-Module([\n Lambda([\n Keyword('lambda', (1, 0)),\n Param([\n Name('x', (1, 7), prefix=' '),\n Operator(',', (1, 8)),\n ]),\n Param([\n Name('y', (1, 10), prefix=' '),\n ]),\n Operator(':', (1, 11)),\n PythonNode('arith_expr', [\n Name('x', (1, 13), prefix=' '),\n Operator('+', (1, 15), prefix=' '),\n Name('y', (1, 17), prefix=' '),\n ]),\n ]),\n EndMarker('', (1, 18)),\n])] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree[\t-Module([\n\tLambda([\n\t\tKeyword('lambda', (1, 0)),\n\t\tParam([\n\t\t\tName('x', (1, 7), prefix=' '),\n\t\t\tOperator(',', (1, 8)),\n\t\t]),\n\t\tParam([\n\t\t\tName('y', (1, 10), prefix=' '),\n\t\t]),\n\t\tOperator(':', (1, 11)),\n\t\tPythonNode('arith_expr', [\n\t\t\tName('x', (1, 13), prefix=' '),\n\t\t\tOperator('+', (1, 15), prefix=' '),\n\t\t\tName('y', (1, 17), prefix=' '),\n\t\t]),\n\t]),\n\tEndMarker('', (1, 18)),\n])] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node0-Function([\n Keyword('def', (1, 0)),\n Name('foo', (1, 4), prefix=' '),\n PythonNode('parameters', [\n Operator('(', (1, 7)),\n Param([\n Name('x', (1, 8)),\n Operator(',', (1, 9)),\n ]),\n Param([\n Name('y', (1, 11), prefix=' '),\n ]),\n Operator(')', (1, 12)),\n ]),\n Operator(':', (1, 13)),\n ReturnStmt([\n Keyword('return', (1, 15), prefix=' '),\n PythonNode('arith_expr', [\n Name('x', (1, 22), prefix=' '),\n Operator('+', (1, 24), prefix=' '),\n Name('y', (1, 26), prefix=' '),\n ]),\n ]),\n])-def foo(x, y): return x + y] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node1-Keyword('def', (1, 0))-def] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node2-ErrorLeaf('error_type', 'error_code', (1, 1), prefix=' ')- error_code] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree_not_top_level_module[node3-TypedLeaf('type', 'value', (1, 1))-value] PASSED [ 10%] test/test_dump_tree.py::test_dump_parser_tree_invalid_args PASSED [ 10%] test/test_dump_tree.py::test_eval_dump_recovers_parent PASSED [ 10%] test/test_error_recovery.py::test_with_stmt PASSED [ 11%] test/test_error_recovery.py::test_one_line_function[3.6] PASSED [ 11%] test/test_error_recovery.py::test_one_line_function[3.7] PASSED [ 11%] test/test_error_recovery.py::test_one_line_function[3.8] PASSED [ 11%] test/test_error_recovery.py::test_one_line_function[3.9] PASSED [ 11%] test/test_error_recovery.py::test_one_line_function[3.10] PASSED [ 11%] test/test_error_recovery.py::test_if_else PASSED [ 11%] test/test_error_recovery.py::test_if_stmt PASSED [ 11%] test/test_error_recovery.py::test_invalid_token PASSED [ 11%] test/test_error_recovery.py::test_invalid_token_in_fstr PASSED [ 12%] test/test_error_recovery.py::test_dedent_issues1 PASSED [ 12%] test/test_error_recovery.py::test_dedent_issues2 PASSED [ 12%] test/test_error_recovery.py::test_dedent_issues3 PASSED [ 12%] test/test_file_python_errors.py::test_on_itself[3.6] PASSED [ 12%] test/test_file_python_errors.py::test_on_itself[3.7] PASSED [ 12%] test/test_file_python_errors.py::test_on_itself[3.8] PASSED [ 12%] test/test_file_python_errors.py::test_on_itself[3.9] PASSED [ 12%] test/test_file_python_errors.py::test_on_itself[3.10] PASSED [ 12%] test/test_fstring.py::test_valid[f"{1}"] PASSED [ 12%] test/test_fstring.py::test_valid[f"""{1}"""] PASSED [ 13%] test/test_fstring.py::test_valid[f"{foo} {bar}"] PASSED [ 13%] test/test_fstring.py::test_valid[f""] PASSED [ 13%] test/test_fstring.py::test_valid[f""""""] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1:}"] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1!a}"] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1!a:1}"] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1:1}"] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1:1.{32}}"] PASSED [ 13%] test/test_fstring.py::test_valid[f"{1::>4}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{x:{y}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{x:{y:}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{x:{y:1}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{{}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{{{1}}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{{{1}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"1{{2{{3"] PASSED [ 14%] test/test_fstring.py::test_valid[f"}}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{a=}"] PASSED [ 14%] test/test_fstring.py::test_valid[f"{a()=}"] PASSED [ 15%] test/test_fstring.py::test_valid[f"""abc\ndef"""] PASSED [ 15%] test/test_fstring.py::test_valid[f"""abc{\n123}def"""] PASSED [ 15%] test/test_fstring.py::test_valid[f"abc\\\ndef"] PASSED [ 15%] test/test_fstring.py::test_valid[f"\\\n{123}\\\n"] PASSED [ 15%] test/test_fstring.py::test_valid[f"{\\\n123}"] PASSED [ 15%] test/test_fstring.py::test_valid[f"{123:.2\\\nf}"] PASSED [ 15%] test/test_fstring.py::test_valid[f"{*x,}"] PASSED [ 15%] test/test_fstring.py::test_valid[f"{*x, *y}"] PASSED [ 15%] test/test_fstring.py::test_valid[f"{x, *y}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"{*x, y}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"{x for x in [1]}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{BULLET}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{FLEUR-DE-LIS}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{NO ENTRY}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"Combo {expr} and \\N{NO ENTRY}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{NO ENTRY} and {expr}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{no entry}"] PASSED [ 16%] test/test_fstring.py::test_valid[f"\\N{SOYOMBO LETTER -A}"] PASSED [ 17%] test/test_fstring.py::test_valid[f"\\N{DOMINO TILE HORIZONTAL-00-00}"] PASSED [ 17%] test/test_fstring.py::test_valid[f"""\\N{NO ENTRY}"""] PASSED [ 17%] test/test_fstring.py::test_invalid[f"}"] PASSED [ 17%] test/test_fstring.py::test_invalid[f"{"] PASSED [ 17%] test/test_fstring.py::test_invalid[f"""}"""] PASSED [ 17%] test/test_fstring.py::test_invalid[f"""{"""] PASSED [ 17%] test/test_fstring.py::test_invalid[f"{1!{a}}"] PASSED [ 17%] test/test_fstring.py::test_invalid[f"{1=!{a}}"] PASSED [ 17%] test/test_fstring.py::test_invalid[f"{!{a}}"] PASSED [ 17%] test/test_fstring.py::test_invalid[f"{}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{:}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{:}}}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{:1}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{!:}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{!}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{!a}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{1:{}}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"{1:{:}}"] PASSED [ 18%] test/test_fstring.py::test_invalid[f"abc\ndef"] PASSED [ 19%] test/test_fstring.py::test_invalid[f"\\N{ BULLET }"] PASSED [ 19%] test/test_fstring.py::test_invalid[f"\\N{NO ENTRY}"] PASSED [ 19%] test/test_fstring.py::test_invalid[f"""\\N{NO\nENTRY}"""] PASSED [ 19%] test/test_fstring.py::test_tokenize_start_pos[f"}{"-positions0] PASSED [ 19%] test/test_fstring.py::test_tokenize_start_pos[f" :{ 1 : } "-positions1] PASSED [ 19%] test/test_fstring.py::test_tokenize_start_pos[f"""\n {\nfoo\n }"""-positions2] PASSED [ 19%] test/test_fstring.py::test_tokenize_start_pos[f"\\N{NO ENTRY} and {expr}"-positions3] PASSED [ 19%] test/test_fstring.py::test_roundtrip[f'''s{\n str.uppe\n'''\n] PASSED [ 19%] test/test_fstring.py::test_roundtrip[f"foo] PASSED [ 19%] test/test_fstring.py::test_roundtrip[f"""foo] PASSED [ 20%] test/test_fstring.py::test_roundtrip[f"abc\ndef"] PASSED [ 20%] test/test_get_code.py::test_basic_parsing PASSED [ 20%] test/test_get_code.py::test_operators PASSED [ 20%] test/test_get_code.py::test_get_code PASSED [ 20%] test/test_get_code.py::test_end_newlines PASSED [ 20%] test/test_get_code.py::test_carriage_return_at_end[\r-types0] PASSED [ 20%] test/test_get_code.py::test_carriage_return_at_end[\n\r-types1] PASSED [ 20%] test/test_get_code.py::test_full_code_round_trip[ ] PASSED [ 20%] test/test_get_code.py::test_full_code_round_trip[ F"""] PASSED [ 21%] test/test_get_code.py::test_full_code_round_trip[ F"""\n] PASSED [ 21%] test/test_get_code.py::test_full_code_round_trip[ F""" \n] PASSED [ 21%] test/test_get_code.py::test_full_code_round_trip[ F""" \n3] PASSED [ 21%] test/test_get_code.py::test_full_code_round_trip[ f"""\n"""] PASSED [ 21%] test/test_get_code.py::test_full_code_round_trip[ f"""\n"""\n] PASSED [ 21%] test/test_grammar.py::test_non_unicode PASSED [ 21%] test/test_load_grammar.py::test_load_inexisting_grammar PASSED [ 21%] test/test_load_grammar.py::test_parse_version[2-result0] PASSED [ 21%] test/test_load_grammar.py::test_parse_version[3-result1] PASSED [ 21%] test/test_load_grammar.py::test_parse_version[1.1-result2] PASSED [ 22%] test/test_load_grammar.py::test_parse_version[1.1.1-result3] PASSED [ 22%] test/test_load_grammar.py::test_parse_version[300.1.31-result4] PASSED [ 22%] test/test_load_grammar.py::test_invalid_grammar_version[1.] PASSED [ 22%] test/test_load_grammar.py::test_invalid_grammar_version[a] PASSED [ 22%] test/test_load_grammar.py::test_invalid_grammar_version[#] PASSED [ 22%] test/test_load_grammar.py::test_invalid_grammar_version[1.3.4.5] PASSED [ 22%] test/test_load_grammar.py::test_grammar_int_version PASSED [ 22%] test/test_normalizer_issues_files.py::test_normalizer_issue[E40.py] PASSED [ 22%] test/test_normalizer_issues_files.py::test_normalizer_issue[E10.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E72.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E21.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_second.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E26.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8-bom.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E101.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E50.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E23.py] PASSED [ 23%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_first.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_third.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_second.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[python.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E20.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_first.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E71.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[E22.py] PASSED [ 24%] test/test_normalizer_issues_files.py::test_normalizer_issue[latin-1.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E11.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E70.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E27.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E73.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E29.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E30not.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E30.py] PASSED [ 25%] test/test_normalizer_issues_files.py::test_normalizer_issue[E25.py] PASSED [ 25%] test/test_old_fast_parser.py::test_carriage_return_splitting PASSED [ 25%] test/test_old_fast_parser.py::test_for PASSED [ 26%] test/test_old_fast_parser.py::test_class_with_class_var PASSED [ 26%] test/test_old_fast_parser.py::test_func_with_if PASSED [ 26%] test/test_old_fast_parser.py::test_decorator PASSED [ 26%] test/test_old_fast_parser.py::test_nested_funcs PASSED [ 26%] test/test_old_fast_parser.py::test_multi_line_params PASSED [ 26%] test/test_old_fast_parser.py::test_class_func_if PASSED [ 26%] test/test_old_fast_parser.py::test_multi_line_for PASSED [ 26%] test/test_old_fast_parser.py::test_wrong_indentation PASSED [ 26%] test/test_old_fast_parser.py::test_strange_parentheses PASSED [ 27%] test/test_old_fast_parser.py::test_fake_parentheses PASSED [ 27%] test/test_old_fast_parser.py::test_additional_indent PASSED [ 27%] test/test_old_fast_parser.py::test_round_trip PASSED [ 27%] test/test_old_fast_parser.py::test_parentheses_in_string PASSED [ 27%] test/test_param_splitting.py::test_split_params_with_separation_star PASSED [ 27%] test/test_param_splitting.py::test_split_params_with_stars PASSED [ 27%] test/test_param_splitting.py::test_kw_only_no_kw[3.6] PASSED [ 27%] test/test_param_splitting.py::test_kw_only_no_kw[3.7] PASSED [ 27%] test/test_param_splitting.py::test_kw_only_no_kw[3.8] PASSED [ 27%] test/test_param_splitting.py::test_kw_only_no_kw[3.9] PASSED [ 28%] test/test_param_splitting.py::test_kw_only_no_kw[3.10] PASSED [ 28%] test/test_parser.py::test_basic_parsing[3.6] PASSED [ 28%] test/test_parser.py::test_basic_parsing[3.7] PASSED [ 28%] test/test_parser.py::test_basic_parsing[3.8] PASSED [ 28%] test/test_parser.py::test_basic_parsing[3.9] PASSED [ 28%] test/test_parser.py::test_basic_parsing[3.10] PASSED [ 28%] test/test_parser.py::test_subscope_names[3.6] PASSED [ 28%] test/test_parser.py::test_subscope_names[3.7] PASSED [ 28%] test/test_parser.py::test_subscope_names[3.8] PASSED [ 29%] test/test_parser.py::test_subscope_names[3.9] PASSED [ 29%] test/test_parser.py::test_subscope_names[3.10] PASSED [ 29%] test/test_parser.py::test_import_names[3.6] PASSED [ 29%] test/test_parser.py::test_import_names[3.7] PASSED [ 29%] test/test_parser.py::test_import_names[3.8] PASSED [ 29%] test/test_parser.py::test_import_names[3.9] PASSED [ 29%] test/test_parser.py::test_import_names[3.10] PASSED [ 29%] test/test_parser.py::test_end_pos[3.6] PASSED [ 29%] test/test_parser.py::test_end_pos[3.7] PASSED [ 29%] test/test_parser.py::test_end_pos[3.8] PASSED [ 30%] test/test_parser.py::test_end_pos[3.9] PASSED [ 30%] test/test_parser.py::test_end_pos[3.10] PASSED [ 30%] test/test_parser.py::test_carriage_return_statements[3.6] PASSED [ 30%] test/test_parser.py::test_carriage_return_statements[3.7] PASSED [ 30%] test/test_parser.py::test_carriage_return_statements[3.8] PASSED [ 30%] test/test_parser.py::test_carriage_return_statements[3.9] PASSED [ 30%] test/test_parser.py::test_carriage_return_statements[3.10] PASSED [ 30%] test/test_parser.py::test_incomplete_list_comprehension[3.6] PASSED [ 30%] test/test_parser.py::test_incomplete_list_comprehension[3.7] PASSED [ 31%] test/test_parser.py::test_incomplete_list_comprehension[3.8] PASSED [ 31%] test/test_parser.py::test_incomplete_list_comprehension[3.9] PASSED [ 31%] test/test_parser.py::test_incomplete_list_comprehension[3.10] PASSED [ 31%] test/test_parser.py::test_newline_positions[3.6] PASSED [ 31%] test/test_parser.py::test_newline_positions[3.7] PASSED [ 31%] test/test_parser.py::test_newline_positions[3.8] PASSED [ 31%] test/test_parser.py::test_newline_positions[3.9] PASSED [ 31%] test/test_parser.py::test_newline_positions[3.10] PASSED [ 31%] test/test_parser.py::test_end_pos_error_correction[3.6] PASSED [ 31%] test/test_parser.py::test_end_pos_error_correction[3.7] PASSED [ 32%] test/test_parser.py::test_end_pos_error_correction[3.8] PASSED [ 32%] test/test_parser.py::test_end_pos_error_correction[3.9] PASSED [ 32%] test/test_parser.py::test_end_pos_error_correction[3.10] PASSED [ 32%] test/test_parser.py::test_param_splitting[3.6] PASSED [ 32%] test/test_parser.py::test_param_splitting[3.7] PASSED [ 32%] test/test_parser.py::test_param_splitting[3.8] PASSED [ 32%] test/test_parser.py::test_param_splitting[3.9] PASSED [ 32%] test/test_parser.py::test_param_splitting[3.10] PASSED [ 32%] test/test_parser.py::test_unicode_string PASSED [ 33%] test/test_parser.py::test_backslash_dos_style[3.6] PASSED [ 33%] test/test_parser.py::test_backslash_dos_style[3.7] PASSED [ 33%] test/test_parser.py::test_backslash_dos_style[3.8] PASSED [ 33%] test/test_parser.py::test_backslash_dos_style[3.9] PASSED [ 33%] test/test_parser.py::test_backslash_dos_style[3.10] PASSED [ 33%] test/test_parser.py::test_started_lambda_stmt[3.6] PASSED [ 33%] test/test_parser.py::test_started_lambda_stmt[3.7] PASSED [ 33%] test/test_parser.py::test_started_lambda_stmt[3.8] PASSED [ 33%] test/test_parser.py::test_started_lambda_stmt[3.9] PASSED [ 34%] test/test_parser.py::test_started_lambda_stmt[3.10] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.6-foo "] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.6-foo """\n] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.6-foo """\nbar] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.7-foo "] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.7-foo """\n] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.7-foo """\nbar] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.8-foo "] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.8-foo """\n] PASSED [ 34%] test/test_parser.py::test_open_string_literal[3.8-foo """\nbar] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.9-foo "] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.9-foo """\n] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.9-foo """\nbar] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.10-foo "] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.10-foo """\n] PASSED [ 35%] test/test_parser.py::test_open_string_literal[3.10-foo """\nbar] PASSED [ 35%] test/test_parser.py::test_too_many_params PASSED [ 35%] test/test_parser.py::test_dedent_at_end[3.6] PASSED [ 35%] test/test_parser.py::test_dedent_at_end[3.7] PASSED [ 36%] test/test_parser.py::test_dedent_at_end[3.8] PASSED [ 36%] test/test_parser.py::test_dedent_at_end[3.9] PASSED [ 36%] test/test_parser.py::test_dedent_at_end[3.10] PASSED [ 36%] test/test_parser.py::test_no_error_nodes[3.6] PASSED [ 36%] test/test_parser.py::test_no_error_nodes[3.7] PASSED [ 36%] test/test_parser.py::test_no_error_nodes[3.8] PASSED [ 36%] test/test_parser.py::test_no_error_nodes[3.9] PASSED [ 36%] test/test_parser.py::test_no_error_nodes[3.10] PASSED [ 36%] test/test_parser.py::test_named_expression[3.6] PASSED [ 36%] test/test_parser.py::test_named_expression[3.7] PASSED [ 37%] test/test_parser.py::test_named_expression[3.8] PASSED [ 37%] test/test_parser.py::test_named_expression[3.9] PASSED [ 37%] test/test_parser.py::test_named_expression[3.10] PASSED [ 37%] test/test_parser.py::test_extended_rhs_annassign[3.6] PASSED [ 37%] test/test_parser.py::test_extended_rhs_annassign[3.7] PASSED [ 37%] test/test_parser.py::test_extended_rhs_annassign[3.8] PASSED [ 37%] test/test_parser.py::test_extended_rhs_annassign[3.9] PASSED [ 37%] test/test_parser.py::test_extended_rhs_annassign[3.10] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.6-a=1, /] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a, /] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a=1, /, b=3] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, b0] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, b1] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, *, b] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, **kwargs] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.7-a=1, /] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.7-a, /] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.7-a=1, /, b=3] PASSED [ 38%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, b0] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, b1] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, *, b] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, **kwargs] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a=1, /] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a, /] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a=1, /, b=3] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, b0] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, b1] PASSED [ 39%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, *, b] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, **kwargs] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a=1, /] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a, /] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a=1, /, b=3] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a, /, b0] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a, /, b1] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a, /, *, b] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.9-a, /, **kwargs] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.10-a=1, /] PASSED [ 40%] test/test_parser.py::test_positional_only_arguments[3.10-a, /] PASSED [ 41%] test/test_parser.py::test_positional_only_arguments[3.10-a=1, /, b=3] PASSED [ 41%] test/test_parser.py::test_positional_only_arguments[3.10-a, /, b0] PASSED [ 41%] test/test_parser.py::test_positional_only_arguments[3.10-a, /, b1] PASSED [ 41%] test/test_parser.py::test_positional_only_arguments[3.10-a, /, *, b] PASSED [ 41%] test/test_parser.py::test_positional_only_arguments[3.10-a, /, **kwargs] PASSED [ 41%] test/test_parser.py::test_decorator_expression[3.6-a + a] PASSED [ 41%] test/test_parser.py::test_decorator_expression[3.6-lambda x: x] PASSED [ 41%] test/test_parser.py::test_decorator_expression[3.6-a := lambda x: x] PASSED [ 41%] test/test_parser.py::test_decorator_expression[3.7-a + a] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.7-lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.7-a := lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.8-a + a] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.8-lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.8-a := lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.9-a + a] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.9-lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.9-a := lambda x: x] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.10-a + a] PASSED [ 42%] test/test_parser.py::test_decorator_expression[3.10-lambda x: x] PASSED [ 43%] test/test_parser.py::test_decorator_expression[3.10-a := lambda x: x] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node0] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node1] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node0] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node1] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node0] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node1] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node0] PASSED [ 43%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node1] PASSED [ 44%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node0] PASSED [ 44%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node1] PASSED [ 44%] test/test_parser_tree.py::test_end_pos_line[3.6] PASSED [ 44%] test/test_parser_tree.py::test_end_pos_line[3.7] PASSED [ 44%] test/test_parser_tree.py::test_end_pos_line[3.8] PASSED [ 44%] test/test_parser_tree.py::test_end_pos_line[3.9] PASSED [ 44%] test/test_parser_tree.py::test_end_pos_line[3.10] PASSED [ 44%] test/test_parser_tree.py::test_default_param[3.6] PASSED [ 44%] test/test_parser_tree.py::test_default_param[3.7] PASSED [ 44%] test/test_parser_tree.py::test_default_param[3.8] PASSED [ 45%] test/test_parser_tree.py::test_default_param[3.9] PASSED [ 45%] test/test_parser_tree.py::test_default_param[3.10] PASSED [ 45%] test/test_parser_tree.py::test_annotation_param[3.6] PASSED [ 45%] test/test_parser_tree.py::test_annotation_param[3.7] PASSED [ 45%] test/test_parser_tree.py::test_annotation_param[3.8] PASSED [ 45%] test/test_parser_tree.py::test_annotation_param[3.9] PASSED [ 45%] test/test_parser_tree.py::test_annotation_param[3.10] PASSED [ 45%] test/test_parser_tree.py::test_annotation_params[3.6] PASSED [ 45%] test/test_parser_tree.py::test_annotation_params[3.7] PASSED [ 46%] test/test_parser_tree.py::test_annotation_params[3.8] PASSED [ 46%] test/test_parser_tree.py::test_annotation_params[3.9] PASSED [ 46%] test/test_parser_tree.py::test_annotation_params[3.10] PASSED [ 46%] test/test_parser_tree.py::test_default_and_annotation_param[3.6] PASSED [ 46%] test/test_parser_tree.py::test_default_and_annotation_param[3.7] PASSED [ 46%] test/test_parser_tree.py::test_default_and_annotation_param[3.8] PASSED [ 46%] test/test_parser_tree.py::test_default_and_annotation_param[3.9] PASSED [ 46%] test/test_parser_tree.py::test_default_and_annotation_param[3.10] PASSED [ 46%] test/test_parser_tree.py::test_yields[3.6] PASSED [ 46%] test/test_parser_tree.py::test_yields[3.7] PASSED [ 47%] test/test_parser_tree.py::test_yields[3.8] PASSED [ 47%] test/test_parser_tree.py::test_yields[3.9] PASSED [ 47%] test/test_parser_tree.py::test_yields[3.10] PASSED [ 47%] test/test_parser_tree.py::test_yield_from PASSED [ 47%] test/test_parser_tree.py::test_returns PASSED [ 47%] test/test_parser_tree.py::test_raises PASSED [ 47%] test/test_parser_tree.py::test_is_definition[x = 3-0-True-False] PASSED [ 47%] test/test_parser_tree.py::test_is_definition[x.y = 3-0-False-False] PASSED [ 47%] test/test_parser_tree.py::test_is_definition[x.y = 3-1-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v = z-0-False-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v = z-1-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v = z-2-False-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-3-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-4-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x.y = u.v, w = z-5-False-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x, y = z-0-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x, y = z-1-True-False] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x, y = z-2-False-False0] PASSED [ 48%] test/test_parser_tree.py::test_is_definition[x, y = z-2-False-False1] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0], y = z-2-False-False] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0] = z-0-False-False] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0], y = z-0-False-False] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0], y = z-2-False-True] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0] = z-0-True-True] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x[0], y = z-0-True-True] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x: int = z-0-True-False] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x: int = z-1-False-False] PASSED [ 49%] test/test_parser_tree.py::test_is_definition[x: int = z-2-False-False] PASSED [ 50%] test/test_parser_tree.py::test_is_definition[x: int-0-True-False] PASSED [ 50%] test/test_parser_tree.py::test_is_definition[x: int-1-False-False] PASSED [ 50%] test/test_parser_tree.py::test_iter_funcdefs PASSED [ 50%] test/test_parser_tree.py::test_with_stmt_get_test_node_from_name PASSED [ 50%] test/test_parser_tree.py::test_search_ancestor[node0-node_types0-None] PASSED [ 50%] test/test_parser_tree.py::test_search_ancestor[node1-node_types1-None] PASSED [ 50%] test/test_parser_tree.py::test_search_ancestor[node2-node_types2-expected_ancestor2] PASSED [ 50%] test/test_parser_tree.py::test_search_ancestor[node3-node_types3-None] PASSED [ 50%] test/test_parser_tree.py::test_search_ancestor[node4-node_types4-expected_ancestor4] PASSED [ 51%] test/test_parser_tree.py::test_search_ancestor[node5-node_types5-expected_ancestor5] PASSED [ 51%] test/test_parser_tree.py::test_search_ancestor[node6-node_types6-expected_ancestor6] PASSED [ 51%] test/test_parser_tree.py::test_search_ancestor[node7-node_types7-None] PASSED [ 51%] test/test_parser_tree.py::test_search_ancestor[node8-node_types8-None] PASSED [ 51%] test/test_parser_tree.py::test_search_ancestor[node9-node_types9-None] PASSED [ 51%] test/test_pep8.py::test_eof_newline PASSED [ 51%] test/test_pep8.py::test_eof_blankline PASSED [ 51%] test/test_pep8.py::test_shebang PASSED [ 51%] test/test_pgen2.py::test_formfeed[3.6] PASSED [ 51%] test/test_pgen2.py::test_formfeed[3.7] PASSED [ 52%] test/test_pgen2.py::test_formfeed[3.8] PASSED [ 52%] test/test_pgen2.py::test_formfeed[3.9] PASSED [ 52%] test/test_pgen2.py::test_formfeed[3.10] PASSED [ 52%] test/test_pgen2.py::test_matrix_multiplication_operator[3.6] PASSED [ 52%] test/test_pgen2.py::test_matrix_multiplication_operator[3.7] PASSED [ 52%] test/test_pgen2.py::test_matrix_multiplication_operator[3.8] PASSED [ 52%] test/test_pgen2.py::test_matrix_multiplication_operator[3.9] PASSED [ 52%] test/test_pgen2.py::test_matrix_multiplication_operator[3.10] PASSED [ 52%] test/test_pgen2.py::test_yield_from[3.6] PASSED [ 53%] test/test_pgen2.py::test_yield_from[3.7] PASSED [ 53%] test/test_pgen2.py::test_yield_from[3.8] PASSED [ 53%] test/test_pgen2.py::test_yield_from[3.9] PASSED [ 53%] test/test_pgen2.py::test_yield_from[3.10] PASSED [ 53%] test/test_pgen2.py::test_await_expr[3.6] PASSED [ 53%] test/test_pgen2.py::test_await_expr[3.7] PASSED [ 53%] test/test_pgen2.py::test_await_expr[3.8] PASSED [ 53%] test/test_pgen2.py::test_await_expr[3.9] PASSED [ 53%] test/test_pgen2.py::test_await_expr[3.10] PASSED [ 53%] test/test_pgen2.py::test_async_var[3.6-async = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.6-await = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.6-def async(): pass] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.7-async = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.7-await = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.7-def async(): pass] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.8-async = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.8-await = 1] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.8-def async(): pass] PASSED [ 54%] test/test_pgen2.py::test_async_var[3.9-async = 1] PASSED [ 55%] test/test_pgen2.py::test_async_var[3.9-await = 1] PASSED [ 55%] test/test_pgen2.py::test_async_var[3.9-def async(): pass] PASSED [ 55%] test/test_pgen2.py::test_async_var[3.10-async = 1] PASSED [ 55%] test/test_pgen2.py::test_async_var[3.10-await = 1] PASSED [ 55%] test/test_pgen2.py::test_async_var[3.10-def async(): pass] PASSED [ 55%] test/test_pgen2.py::test_async_for[3.6] PASSED [ 55%] test/test_pgen2.py::test_async_for[3.7] PASSED [ 55%] test/test_pgen2.py::test_async_for[3.8] PASSED [ 55%] test/test_pgen2.py::test_async_for[3.9] PASSED [ 55%] test/test_pgen2.py::test_async_for[3.10] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[1 async for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[1 async\n for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n 1\n async for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n 1\n async for a\n in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6-[\n 1\n async\n for\n a\n in\n b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.6- [\n 1 async for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[1 async for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[1 async\n for a in b\n ]] PASSED [ 56%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n 1\n async for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n 1\n async for a\n in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7-[\n 1\n async\n for\n a\n in\n b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.7- [\n 1 async for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[1 async for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[1 async\n for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n 1\n async for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n 1\n async for a\n in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8-[\n 1\n async\n for\n a\n in\n b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.8- [\n 1 async for a in b\n ]] PASSED [ 57%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[1 async for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[1 async\n for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n 1\n async for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n 1\n async for a\n in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9-[\n 1\n async\n for\n a\n in\n b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.9- [\n 1 async for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[1 async for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[1 async\n for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n 1\n async for a in b\n ]] PASSED [ 58%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n 1\n async for a\n in b\n ]] PASSED [ 59%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10-[\n 1\n async\n for\n a\n in\n b\n ]] PASSED [ 59%] test/test_pgen2.py::test_async_for_comprehension_newline[3.10- [\n 1 async for a in b\n ]] PASSED [ 59%] test/test_pgen2.py::test_async_with[3.6] PASSED [ 59%] test/test_pgen2.py::test_async_with[3.7] PASSED [ 59%] test/test_pgen2.py::test_async_with[3.8] PASSED [ 59%] test/test_pgen2.py::test_async_with[3.9] PASSED [ 59%] test/test_pgen2.py::test_async_with[3.10] PASSED [ 59%] test/test_pgen2.py::test_async_with_invalid[3.6] PASSED [ 59%] test/test_pgen2.py::test_async_with_invalid[3.7] PASSED [ 59%] test/test_pgen2.py::test_async_with_invalid[3.8] PASSED [ 60%] test/test_pgen2.py::test_async_with_invalid[3.9] PASSED [ 60%] test/test_pgen2.py::test_async_with_invalid[3.10] PASSED [ 60%] test/test_pgen2.py::test_raise_3x_style_1[3.6] PASSED [ 60%] test/test_pgen2.py::test_raise_3x_style_1[3.7] PASSED [ 60%] test/test_pgen2.py::test_raise_3x_style_1[3.8] PASSED [ 60%] test/test_pgen2.py::test_raise_3x_style_1[3.9] PASSED [ 60%] test/test_pgen2.py::test_raise_3x_style_1[3.10] PASSED [ 60%] test/test_pgen2.py::test_raise_2x_style_2[3.6] PASSED [ 60%] test/test_pgen2.py::test_raise_2x_style_2[3.7] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_2[3.8] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_2[3.9] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_2[3.10] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_3[3.6] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_3[3.7] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_3[3.8] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_3[3.9] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_3[3.10] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.6] PASSED [ 61%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.7] PASSED [ 62%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.8] PASSED [ 62%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.9] PASSED [ 62%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.10] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style[3.6] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style[3.7] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style[3.8] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style[3.9] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style[3.10] PASSED [ 62%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.6] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.7] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.8] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.9] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.10] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.6] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.7] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.8] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.9] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.10] PASSED [ 63%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.6] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.7] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.8] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.9] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.10] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.6] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.7] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.8] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.9] PASSED [ 64%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.10] PASSED [ 65%] test/test_pgen2.py::test_annotation_1[3.6] PASSED [ 65%] test/test_pgen2.py::test_annotation_1[3.7] PASSED [ 65%] test/test_pgen2.py::test_annotation_1[3.8] PASSED [ 65%] test/test_pgen2.py::test_annotation_1[3.9] PASSED [ 65%] test/test_pgen2.py::test_annotation_1[3.10] PASSED [ 65%] test/test_pgen2.py::test_annotation_2[3.6] PASSED [ 65%] test/test_pgen2.py::test_annotation_2[3.7] PASSED [ 65%] test/test_pgen2.py::test_annotation_2[3.8] PASSED [ 65%] test/test_pgen2.py::test_annotation_2[3.9] PASSED [ 65%] test/test_pgen2.py::test_annotation_2[3.10] PASSED [ 66%] test/test_pgen2.py::test_annotation_3[3.6] PASSED [ 66%] test/test_pgen2.py::test_annotation_3[3.7] PASSED [ 66%] test/test_pgen2.py::test_annotation_3[3.8] PASSED [ 66%] test/test_pgen2.py::test_annotation_3[3.9] PASSED [ 66%] test/test_pgen2.py::test_annotation_3[3.10] PASSED [ 66%] test/test_pgen2.py::test_annotation_4[3.6] PASSED [ 66%] test/test_pgen2.py::test_annotation_4[3.7] PASSED [ 66%] test/test_pgen2.py::test_annotation_4[3.8] PASSED [ 66%] test/test_pgen2.py::test_annotation_4[3.9] PASSED [ 67%] test/test_pgen2.py::test_annotation_4[3.10] PASSED [ 67%] test/test_pgen2.py::test_annotation_5[3.6] PASSED [ 67%] test/test_pgen2.py::test_annotation_5[3.7] PASSED [ 67%] test/test_pgen2.py::test_annotation_5[3.8] PASSED [ 67%] test/test_pgen2.py::test_annotation_5[3.9] PASSED [ 67%] test/test_pgen2.py::test_annotation_5[3.10] PASSED [ 67%] test/test_pgen2.py::test_annotation_6[3.6] PASSED [ 67%] test/test_pgen2.py::test_annotation_6[3.7] PASSED [ 67%] test/test_pgen2.py::test_annotation_6[3.8] PASSED [ 68%] test/test_pgen2.py::test_annotation_6[3.9] PASSED [ 68%] test/test_pgen2.py::test_annotation_6[3.10] PASSED [ 68%] test/test_pgen2.py::test_annotation_7[3.6] PASSED [ 68%] test/test_pgen2.py::test_annotation_7[3.7] PASSED [ 68%] test/test_pgen2.py::test_annotation_7[3.8] PASSED [ 68%] test/test_pgen2.py::test_annotation_7[3.9] PASSED [ 68%] test/test_pgen2.py::test_annotation_7[3.10] PASSED [ 68%] test/test_pgen2.py::test_annotation_8[3.6] PASSED [ 68%] test/test_pgen2.py::test_annotation_8[3.7] PASSED [ 68%] test/test_pgen2.py::test_annotation_8[3.8] PASSED [ 69%] test/test_pgen2.py::test_annotation_8[3.9] PASSED [ 69%] test/test_pgen2.py::test_annotation_8[3.10] PASSED [ 69%] test/test_pgen2.py::test_except_new[3.6] PASSED [ 69%] test/test_pgen2.py::test_except_new[3.7] PASSED [ 69%] test/test_pgen2.py::test_except_new[3.8] PASSED [ 69%] test/test_pgen2.py::test_except_new[3.9] PASSED [ 69%] test/test_pgen2.py::test_except_new[3.10] PASSED [ 69%] test/test_pgen2.py::test_except_old[3.6] PASSED [ 69%] test/test_pgen2.py::test_except_old[3.7] PASSED [ 70%] test/test_pgen2.py::test_except_old[3.8] PASSED [ 70%] test/test_pgen2.py::test_except_old[3.9] PASSED [ 70%] test/test_pgen2.py::test_except_old[3.10] PASSED [ 70%] test/test_pgen2.py::test_set_literal_1[3.6] PASSED [ 70%] test/test_pgen2.py::test_set_literal_1[3.7] PASSED [ 70%] test/test_pgen2.py::test_set_literal_1[3.8] PASSED [ 70%] test/test_pgen2.py::test_set_literal_1[3.9] PASSED [ 70%] test/test_pgen2.py::test_set_literal_1[3.10] PASSED [ 70%] test/test_pgen2.py::test_set_literal_2[3.6] PASSED [ 70%] test/test_pgen2.py::test_set_literal_2[3.7] PASSED [ 71%] test/test_pgen2.py::test_set_literal_2[3.8] PASSED [ 71%] test/test_pgen2.py::test_set_literal_2[3.9] PASSED [ 71%] test/test_pgen2.py::test_set_literal_2[3.10] PASSED [ 71%] test/test_pgen2.py::test_set_literal_3[3.6] PASSED [ 71%] test/test_pgen2.py::test_set_literal_3[3.7] PASSED [ 71%] test/test_pgen2.py::test_set_literal_3[3.8] PASSED [ 71%] test/test_pgen2.py::test_set_literal_3[3.9] PASSED [ 71%] test/test_pgen2.py::test_set_literal_3[3.10] PASSED [ 71%] test/test_pgen2.py::test_set_literal_4[3.6] PASSED [ 72%] test/test_pgen2.py::test_set_literal_4[3.7] PASSED [ 72%] test/test_pgen2.py::test_set_literal_4[3.8] PASSED [ 72%] test/test_pgen2.py::test_set_literal_4[3.9] PASSED [ 72%] test/test_pgen2.py::test_set_literal_4[3.10] PASSED [ 72%] test/test_pgen2.py::test_new_octal_notation[3.6] PASSED [ 72%] test/test_pgen2.py::test_new_octal_notation[3.7] PASSED [ 72%] test/test_pgen2.py::test_new_octal_notation[3.8] PASSED [ 72%] test/test_pgen2.py::test_new_octal_notation[3.9] PASSED [ 72%] test/test_pgen2.py::test_new_octal_notation[3.10] PASSED [ 72%] test/test_pgen2.py::test_old_octal_notation[3.6] PASSED [ 73%] test/test_pgen2.py::test_old_octal_notation[3.7] PASSED [ 73%] test/test_pgen2.py::test_old_octal_notation[3.8] PASSED [ 73%] test/test_pgen2.py::test_old_octal_notation[3.9] PASSED [ 73%] test/test_pgen2.py::test_old_octal_notation[3.10] PASSED [ 73%] test/test_pgen2.py::test_long_notation[3.6] PASSED [ 73%] test/test_pgen2.py::test_long_notation[3.7] PASSED [ 73%] test/test_pgen2.py::test_long_notation[3.8] PASSED [ 73%] test/test_pgen2.py::test_long_notation[3.9] PASSED [ 73%] test/test_pgen2.py::test_long_notation[3.10] PASSED [ 74%] test/test_pgen2.py::test_new_binary_notation[3.6] PASSED [ 74%] test/test_pgen2.py::test_new_binary_notation[3.7] PASSED [ 74%] test/test_pgen2.py::test_new_binary_notation[3.8] PASSED [ 74%] test/test_pgen2.py::test_new_binary_notation[3.9] PASSED [ 74%] test/test_pgen2.py::test_new_binary_notation[3.10] PASSED [ 74%] test/test_pgen2.py::test_class_new_syntax[3.6] PASSED [ 74%] test/test_pgen2.py::test_class_new_syntax[3.7] PASSED [ 74%] test/test_pgen2.py::test_class_new_syntax[3.8] PASSED [ 74%] test/test_pgen2.py::test_class_new_syntax[3.9] PASSED [ 74%] test/test_pgen2.py::test_class_new_syntax[3.10] PASSED [ 75%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.6] PASSED [ 75%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.7] PASSED [ 75%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.8] PASSED [ 75%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.9] PASSED [ 75%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.10] PASSED [ 75%] test/test_pgen2.py::test_multiline_bytes_literals[3.6] PASSED [ 75%] test/test_pgen2.py::test_multiline_bytes_literals[3.7] PASSED [ 75%] test/test_pgen2.py::test_multiline_bytes_literals[3.8] PASSED [ 75%] test/test_pgen2.py::test_multiline_bytes_literals[3.9] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_literals[3.10] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.6] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.7] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.8] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.9] PASSED [ 76%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.10] PASSED [ 76%] test/test_pgen2.py::test_ellipsis[3.6] PASSED [ 76%] test/test_pgen2.py::test_ellipsis[3.7] PASSED [ 76%] test/test_pgen2.py::test_ellipsis[3.8] PASSED [ 76%] test/test_pgen2.py::test_ellipsis[3.9] PASSED [ 77%] test/test_pgen2.py::test_ellipsis[3.10] PASSED [ 77%] test/test_pgen2.py::test_dict_unpacking[3.6] PASSED [ 77%] test/test_pgen2.py::test_dict_unpacking[3.7] PASSED [ 77%] test/test_pgen2.py::test_dict_unpacking[3.8] PASSED [ 77%] test/test_pgen2.py::test_dict_unpacking[3.9] PASSED [ 77%] test/test_pgen2.py::test_dict_unpacking[3.10] PASSED [ 77%] test/test_pgen2.py::test_multiline_str_literals[3.6] PASSED [ 77%] test/test_pgen2.py::test_multiline_str_literals[3.7] PASSED [ 77%] test/test_pgen2.py::test_multiline_str_literals[3.8] PASSED [ 78%] test/test_pgen2.py::test_multiline_str_literals[3.9] PASSED [ 78%] test/test_pgen2.py::test_multiline_str_literals[3.10] PASSED [ 78%] test/test_pgen2.py::test_py2_backticks[3.6] PASSED [ 78%] test/test_pgen2.py::test_py2_backticks[3.7] PASSED [ 78%] test/test_pgen2.py::test_py2_backticks[3.8] PASSED [ 78%] test/test_pgen2.py::test_py2_backticks[3.9] PASSED [ 78%] test/test_pgen2.py::test_py2_backticks[3.10] PASSED [ 78%] test/test_pgen2.py::test_py2_string_prefixes[3.6] PASSED [ 78%] test/test_pgen2.py::test_py2_string_prefixes[3.7] PASSED [ 78%] test/test_pgen2.py::test_py2_string_prefixes[3.8] PASSED [ 79%] test/test_pgen2.py::test_py2_string_prefixes[3.9] PASSED [ 79%] test/test_pgen2.py::test_py2_string_prefixes[3.10] PASSED [ 79%] test/test_pgen2.py::test_py3_rb[3.6] PASSED [ 79%] test/test_pgen2.py::test_py3_rb[3.7] PASSED [ 79%] test/test_pgen2.py::test_py3_rb[3.8] PASSED [ 79%] test/test_pgen2.py::test_py3_rb[3.9] PASSED [ 79%] test/test_pgen2.py::test_py3_rb[3.10] PASSED [ 79%] test/test_pgen2.py::test_left_recursion PASSED [ 79%] test/test_pgen2.py::test_ambiguities[foo: bar | baz\nbar: NAME\nbaz: NAME\n-foo is ambiguous.*given a (PythonTokenTypes\\.)?NAME.*bar or baz] PASSED [ 80%] test/test_pgen2.py::test_ambiguities[foo: bar | baz\nbar: 'x'\nbaz: "x"\n-foo is ambiguous.*given a ReservedString\\(x\\).*bar or baz] PASSED [ 80%] test/test_pgen2.py::test_ambiguities[foo: bar | 'x'\nbar: 'x'\n-foo is ambiguous.*given a ReservedString\\(x\\).*bar or foo] PASSED [ 80%] test/test_pgen2.py::test_ambiguities[outer: "a" [inner] "b" "c"\ninner: "b" "c" [inner]\n-outer is ambiguous.*given a ReservedString\\(b\\).*inner or outer] PASSED [ 80%] test/test_pgen2.py::test_ambiguities[outer: "a" [middle] "b" "c"\nmiddle: inner\ninner: "b" "c" [inner]\n-outer is ambiguous.*given a ReservedString\\(b\\).*middle or outer] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[-tokens0] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[#-tokens1] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[ # -tokens2] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[ # \n-tokens3] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[ # \x0c\n-tokens4] PASSED [ 80%] test/test_prefix.py::test_simple_prefix_splitting[ \n-tokens5] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[ \n -tokens6] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens7] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens8] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[ \r\n-tokens9] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[ \r-tokens10] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[\\\n-tokens11] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[\\\r\n-tokens12] PASSED [ 81%] test/test_prefix.py::test_simple_prefix_splitting[\t\t\n\t-tokens13] PASSED [ 81%] test/test_prefix.py::test_prefix_splitting_types[# -types0] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[\r\n-types1] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[\x0c-types2] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[\\\n-types3] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[ \t-types4] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[ \t -types5] PASSED [ 82%] test/test_prefix.py::test_prefix_splitting_types[\ufeff # -types6] PASSED [ 82%] test/test_prefix.py::test_utf8_bom PASSED [ 82%] test/test_tokenize.py::test_end_pos_one_line PASSED [ 82%] test/test_tokenize.py::test_end_pos_multi_line PASSED [ 82%] test/test_tokenize.py::test_simple_no_whitespace PASSED [ 83%] test/test_tokenize.py::test_simple_with_whitespace PASSED [ 83%] test/test_tokenize.py::test_function_whitespace PASSED [ 83%] test/test_tokenize.py::test_tokenize_multiline_I PASSED [ 83%] test/test_tokenize.py::test_tokenize_multiline_II PASSED [ 83%] test/test_tokenize.py::test_tokenize_multiline_III PASSED [ 83%] test/test_tokenize.py::test_identifier_contains_unicode PASSED [ 83%] test/test_tokenize.py::test_quoted_strings PASSED [ 83%] test/test_tokenize.py::test_ur_literals PASSED [ 83%] test/test_tokenize.py::test_error_literal PASSED [ 84%] test/test_tokenize.py::test_endmarker_end_pos PASSED [ 84%] test/test_tokenize.py::test_token_types[ foo-types0] PASSED [ 84%] test/test_tokenize.py::test_token_types[ foo\n bar-types1] PASSED [ 84%] test/test_tokenize.py::test_token_types[ foo\n bar \n baz-types2] PASSED [ 84%] test/test_tokenize.py::test_token_types[ foo\nbar-types3] PASSED [ 84%] test/test_tokenize.py::test_token_types[1foo1-types4] PASSED [ 84%] test/test_tokenize.py::test_token_types[\u0bae\u0bc6\u0bb2\u0bcd\u0bb2\u0bbf\u0ba9\u0bae\u0bcd-types5] PASSED [ 84%] test/test_tokenize.py::test_token_types[\xb2-types6] PASSED [ 84%] test/test_tokenize.py::test_token_types[\xe4\xb2\xf6-types7] PASSED [ 85%] test/test_tokenize.py::test_token_types[\xe4\xe4\xb2\xb9\xf6\xf6-types8] PASSED [ 85%] test/test_tokenize.py::test_token_types[ \x00a-types9] PASSED [ 85%] test/test_tokenize.py::test_token_types[class BaseCache:\n a\n def\n b\n def\n c\n-types10] PASSED [ 85%] test/test_tokenize.py::test_token_types[ )\n foo-types11] PASSED [ 85%] test/test_tokenize.py::test_token_types[a\n b\n )\n c-types12] PASSED [ 85%] test/test_tokenize.py::test_token_types[ 1 \\\ndef-types13] PASSED [ 85%] test/test_tokenize.py::test_error_string PASSED [ 85%] test/test_tokenize.py::test_indent_error_recovery PASSED [ 85%] test/test_tokenize.py::test_error_token_after_dedent PASSED [ 85%] test/test_tokenize.py::test_brackets_no_indentation PASSED [ 86%] test/test_tokenize.py::test_form_feed PASSED [ 86%] test/test_tokenize.py::test_carriage_return PASSED [ 86%] test/test_tokenize.py::test_backslash PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f"-types0] PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f""-types1] PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f" {}"-types2] PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f" "{}-types3] PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f"\\""-types4] PASSED [ 86%] test/test_tokenize.py::test_fstring_token_types[3.6-f"\\""-types5] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"Some {x:.2f}{y}"-types6] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"""abc\ndef"""-types7] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"""abc{\n123}def"""-types8] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"abc\\\ndef"-types9] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"\\\n{123}\\\n"-types10] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"{\\\n123}"-types11] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"{123:.2\\\nf}"-types12] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"abc\ndef"-types13] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 87%] test/test_tokenize.py::test_fstring_token_types[3.6-f"{ ""}"-types15] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.6-f"{ f""}"-types16] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f"-types0] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f""-types1] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f" {}"-types2] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f" "{}-types3] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f"\\""-types4] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f"\\""-types5] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f"Some {x:.2f}{y}"-types6] PASSED [ 88%] test/test_tokenize.py::test_fstring_token_types[3.7-f"""abc\ndef"""-types7] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"""abc{\n123}def"""-types8] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"abc\\\ndef"-types9] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"\\\n{123}\\\n"-types10] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"{\\\n123}"-types11] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"{123:.2\\\nf}"-types12] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"abc\ndef"-types13] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"{ ""}"-types15] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.7-f"{ f""}"-types16] PASSED [ 89%] test/test_tokenize.py::test_fstring_token_types[3.8-f"-types0] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f""-types1] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f" {}"-types2] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f" "{}-types3] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"\\""-types4] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"\\""-types5] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"Some {x:.2f}{y}"-types6] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"""abc\ndef"""-types7] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"""abc{\n123}def"""-types8] PASSED [ 90%] test/test_tokenize.py::test_fstring_token_types[3.8-f"abc\\\ndef"-types9] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"\\\n{123}\\\n"-types10] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"{\\\n123}"-types11] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"{123:.2\\\nf}"-types12] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"abc\ndef"-types13] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"{ ""}"-types15] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.8-f"{ f""}"-types16] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.9-f"-types0] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.9-f""-types1] PASSED [ 91%] test/test_tokenize.py::test_fstring_token_types[3.9-f" {}"-types2] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f" "{}-types3] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"\\""-types4] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"\\""-types5] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"Some {x:.2f}{y}"-types6] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"""abc\ndef"""-types7] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"""abc{\n123}def"""-types8] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"abc\\\ndef"-types9] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"\\\n{123}\\\n"-types10] PASSED [ 92%] test/test_tokenize.py::test_fstring_token_types[3.9-f"{\\\n123}"-types11] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.9-f"{123:.2\\\nf}"-types12] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.9-f"abc\ndef"-types13] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.9-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.9-f"{ ""}"-types15] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.9-f"{ f""}"-types16] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.10-f"-types0] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.10-f""-types1] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.10-f" {}"-types2] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.10-f" "{}-types3] PASSED [ 93%] test/test_tokenize.py::test_fstring_token_types[3.10-f"\\""-types4] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"\\""-types5] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"Some {x:.2f}{y}"-types6] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"""abc\ndef"""-types7] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"""abc{\n123}def"""-types8] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"abc\\\ndef"-types9] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"\\\n{123}\\\n"-types10] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"{\\\n123}"-types11] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"{123:.2\\\nf}"-types12] PASSED [ 94%] test/test_tokenize.py::test_fstring_token_types[3.10-f"abc\ndef"-types13] PASSED [ 95%] test/test_tokenize.py::test_fstring_token_types[3.10-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 95%] test/test_tokenize.py::test_fstring_token_types[3.10-f"{ ""}"-types15] PASSED [ 95%] test/test_tokenize.py::test_fstring_token_types[3.10-f"{ f""}"-types16] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.10-f"{x:=10}"-types0] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.10-f"{(x:=10)}"-types1] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.8-f"{x:=10}"-types0] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.8-f"{(x:=10)}"-types1] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.9-f"{x:=10}"-types0] PASSED [ 95%] test/test_tokenize.py::test_fstring_assignment_expression[3.9-f"{(x:=10)}"-types1] PASSED [ 95%] test/test_tokenize.py::test_fstring_end_error_pos[3.10] PASSED [ 96%] test/test_tokenize.py::test_fstring_end_error_pos[3.8] PASSED [ 96%] test/test_tokenize.py::test_fstring_end_error_pos[3.9] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\r\n-expected_result0-False] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\r\n-expected_result1-True] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\r-expected_result2-False] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\r-expected_result3-True] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\n-expected_result4-False] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\n-expected_result5-True] PASSED [ 96%] test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result6-False] PASSED [ 97%] test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result7-True] PASSED [ 97%] test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result8-False] PASSED [ 97%] test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result9-True] PASSED [ 97%] test/test_utils.py::test_split_lines[-expected_result10-False] PASSED [ 97%] test/test_utils.py::test_split_lines[-expected_result11-True] PASSED [ 97%] test/test_utils.py::test_split_lines[\n-expected_result12-False] PASSED [ 97%] test/test_utils.py::test_split_lines[\n-expected_result13-True] PASSED [ 97%] test/test_utils.py::test_split_lines[\r-expected_result14-False] PASSED [ 97%] test/test_utils.py::test_split_lines[\r-expected_result15-True] PASSED [ 97%] test/test_utils.py::test_split_lines[a\x0bb-expected_result16-False] PASSED [ 98%] test/test_utils.py::test_split_lines[a\x0bb-expected_result17-True] PASSED [ 98%] test/test_utils.py::test_split_lines[\x1c-expected_result18-False] PASSED [ 98%] test/test_utils.py::test_split_lines[\x1c-expected_result19-True] PASSED [ 98%] test/test_utils.py::test_python_bytes_to_unicode_unicode_text PASSED [ 98%] test/test_utils.py::test_utf8_bom PASSED [ 98%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\nfoo-strict] PASSED [ 98%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\nfoo-replace] PASSED [ 98%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\r\nfoo-strict] PASSED [ 98%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\r\nfoo-replace] PASSED [ 99%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\rfoo-strict] PASSED [ 99%] test/test_utils.py::test_bytes_to_unicode_failing_encoding[# coding: wtf-12\rfoo-replace] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3-version0] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.6-version1] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.6.10-version2] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.10-version3] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.10a9-version4] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.10b9-version5] PASSED [ 99%] test/test_utils.py::test_parse_version_string[3.10rc9-version6] PASSED [100%] ===================== 947 passed, 404 deselected in 10.34s ===================== >>> py3-parso: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing parso.egg-info/PKG-INFO writing dependency_links to parso.egg-info/dependency_links.txt writing requirements to parso.egg-info/requires.txt writing top-level names to parso.egg-info/top_level.txt reading manifest file 'parso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS.txt' writing manifest file 'parso.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-parso/pkg creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/utils.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/file_io.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/_compatibility.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/normalizer.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/errors.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/pep8.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar38.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar39.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/diff.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar311.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar310.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/token.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar312.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar36.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/grammar37.txt -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/tokenize.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/__init__.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/tree.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/parser.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/python/prefix.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python copying build/lib/parso/__init__.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/cache.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/tree.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/grammar.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso copying build/lib/parso/parser.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso creating /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2 copying build/lib/parso/pgen2/grammar_parser.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2 copying build/lib/parso/pgen2/generator.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2 copying build/lib/parso/pgen2/__init__.py -> /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2 byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/file_io.py to file_io.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/_compatibility.py to _compatibility.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/normalizer.py to normalizer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/pep8.py to pep8.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/diff.py to diff.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/token.py to token.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/tokenize.py to tokenize.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/tree.py to tree.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/python/prefix.py to prefix.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/cache.py to cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/tree.py to tree.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/grammar.py to grammar.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2/grammar_parser.py to grammar_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2/generator.py to generator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso/pgen2/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying parso.egg-info to /home/buildozer/aports/community/py3-parso/pkg/py3-parso/usr/lib/python3.10/site-packages/parso-0.8.3-py3.10.egg-info running install_scripts >>> py3-parso*: Running postcheck for py3-parso >>> py3-parso*: Preparing package py3-parso... >>> py3-parso*: Tracing dependencies... >>> py3-parso*: Package size: 688.0 KB >>> py3-parso*: Compressing data... >>> py3-parso*: Create checksum... >>> py3-parso*: Create py3-parso-0.8.3-r0.apk >>> py3-parso: Build complete at Tue, 19 Apr 2022 04:22:53 +0000 elapsed time 0h 0m 17s >>> py3-parso: Cleaning up srcdir >>> py3-parso: Cleaning up pkgdir >>> py3-parso: Uninstalling dependencies... (1/26) Purging .makedepends-py3-parso (20220419.042240) (2/26) Purging py3-setuptools (59.4.0-r0) (3/26) Purging py3-appdirs (1.4.4-r3) (4/26) Purging py3-ordered-set (4.0.2-r3) (5/26) Purging py3-pbr (5.8.1-r0) (6/26) Purging py3-pytest (6.2.5-r2) (7/26) Purging py3-atomicwrites (1.4.0-r2) (8/26) Purging py3-attrs (21.4.0-r0) (9/26) Purging py3-more-itertools (8.12.0-r2) (10/26) Purging py3-iniconfig (1.1.1-r2) (11/26) Purging py3-pluggy (1.0.0-r0) (12/26) Purging py3-py (1.10.0-r2) (13/26) Purging py3-wcwidth (0.2.5-r2) (14/26) Purging py3-packaging (21.3-r0) (15/26) Purging py3-parsing (2.4.7-r3) (16/26) Purging py3-six (1.16.0-r1) (17/26) Purging py3-toml (0.10.2-r3) (18/26) Purging py3-pygments (2.11.2-r0) (19/26) Purging python3 (3.10.3-r1) (20/26) Purging libbz2 (1.0.8-r1) (21/26) Purging libffi (3.4.2-r1) (22/26) Purging gdbm (1.23-r0) (23/26) Purging xz-libs (5.2.5-r1) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.1.2-r0) (26/26) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 353 MiB in 89 packages >>> py3-parso: Updating the community/aarch64 repository index... >>> py3-parso: Signing the index...