>>> tree-sitter-python: Building community/tree-sitter-python 0.23.6-r1 (using abuild 3.15.0-r2) started Fri, 25 Jul 2025 12:52:43 +0000 >>> tree-sitter-python: Validating /home/buildozer/aports/community/tree-sitter-python/APKBUILD... >>> tree-sitter-python: Analyzing dependencies... >>> tree-sitter-python: Installing for build: build-base tree-sitter-dev tree-sitter-cli ( 1/14) Installing oniguruma (6.9.10-r0) ( 2/14) Installing jq (1.8.0-r0) ( 3/14) Installing tree-sitter (0.25.8-r0) ( 4/14) Installing tree-sitter-dev (0.25.8-r0) ( 5/14) Installing ca-certificates (20250619-r0) ( 6/14) Installing ada-libs (2.9.2-r5) ( 7/14) Installing icu-data-en (76.1-r1) icu-data-en-76.1-r1.post-install: Executing script... icu-data-en-76.1-r1.post-install: * icu-data-en-76.1-r1.post-install: * If you need ICU with non-English locales and legacy charset support, install icu-data-en-76.1-r1.post-install: * package icu-data-full. icu-data-en-76.1-r1.post-install: * ( 8/14) Installing icu-libs (76.1-r1) ( 9/14) Installing simdjson (3.12.0-r0) (10/14) Installing simdutf (7.3.3-r0) (11/14) Installing sqlite-libs (3.50.3-r0) (12/14) Installing nodejs (22.16.0-r3) (13/14) Installing tree-sitter-cli (0.25.8-r0) (14/14) Installing .makedepends-tree-sitter-python (20250725.125244) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 354 MiB in 117 packages >>> tree-sitter-python: Cleaning up srcdir >>> tree-sitter-python: Cleaning up pkgdir >>> tree-sitter-python: Cleaning up tmpdir >>> tree-sitter-python: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-python-v0.23.6.tar.gz >>> tree-sitter-python: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-python-v0.23.6.tar.gz >>> tree-sitter-python: Checking sha512sums... tree-sitter-python-v0.23.6.tar.gz: OK >>> tree-sitter-python: Unpacking /var/cache/distfiles/tree-sitter-python-v0.23.6.tar.gz... + cc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c In file included from ./scanner.c:1: ./scanner.c: In function 'tree_sitter_python_external_scanner_scan': ./tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] 107 | #define array_pop(self) ((self)->contents[--(self)->size]) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./scanner.c:178:33: note: in expansion of macro 'array_pop' 178 | array_pop(&scanner->delimiters); | ^~~~~~~~~ ./tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] 107 | #define array_pop(self) ((self)->contents[--(self)->size]) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./scanner.c:196:21: note: in expansion of macro 'array_pop' 196 | array_pop(&scanner->delimiters); | ^~~~~~~~~ ./tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] 107 | #define array_pop(self) ((self)->contents[--(self)->size]) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./scanner.c:289:17: note: in expansion of macro 'array_pop' 289 | array_pop(&scanner->indents); | ^~~~~~~~~ + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o python.so ./parser.o ./scanner.o Warning: Found non-static non-tree-sitter functions in the external scannner `_fini` `_init` Consider making these functions static, they can cause conflicts when another tree-sitter project uses the same function name errors: 1. ✓ An error before a string literal expressions: 2. ✓ Identifiers with Greek letters 3. ✓ Subscript expressions 4. ✓ Subscript slice expressions 5. ✓ Attribute references 6. ✓ Await expressions 7. ✓ Call expressions 8. ✓ Print used as an identifier 9. ✓ Print used as a parameter 10. ✓ Exec used as an identifier 11. ✓ Async / await used as identifiers 12. ✓ Calls with splats 13. ✓ Math operators 14. ✓ Binary Addition / Subtraction With Floats 15. ✓ Power Operator Precedence 16. ✓ Operator precedence 17. ✓ Bitwise operators 18. ✓ Boolean operators 19. ✓ Comparison operators 20. ✓ Assignments 21. ✓ Assignments with type annotations 22. ✓ Augmented assignments 23. ✓ Named expressions 24. ✓ Yield expressions 25. ✓ lambdas 26. ✓ Tuples with splats 27. ✓ Tuples with yield 28. ✓ Default Tuple Arguments 29. ✓ Conditional if expressions 30. ✓ Async context managers and iterators 31. ✓ Arbitrary indentation between brackets 32. ✓ Splat Inside of Expression List 33. ✓ A function called match 34. ✓ Type expressions literals: 35. ✓ Integers 36. ✓ Floats 37. ✓ Scientific Notation Floats 38. ✓ Strings 39. ✓ Raw strings 40. ✓ Raw strings with escaped quotes 41. ✓ Format strings 42. ✓ Format strings with format specifiers 43. ✓ Unicode escape sequences 44. ✓ Other primitives 45. ✓ Concatenated strings 46. ✓ Multi-line strings 47. ✓ Lists 48. ✓ List comprehensions 49. ✓ Dictionaries 50. ✓ Dictionary comprehensions 51. ✓ Sets 52. ✓ Set comprehensions 53. ✓ Simple Tuples 54. ✓ Generator expression pattern_matching: 55. ✓ Matching specific values 56. ✓ Matching multiple values 57. ✓ Adding a wild card 58. ✓ Or patterns 59. ✓ As patterns 60. ✓ Actually not match 61. ✓ Match is match but not pattern matching 62. ✓ Match kwargs 63. ✓ Match kwargs 2 64. ✓ Case used as identifier 65. ✓ If guards 66. ✓ Literals 67. ✓ Comma separated cases 68. ✓ Case terminating in comma 69. ✓ Multiple match patterns 70. ✓ Match match, case case 71. ✓ Walrus match (Issue #150) 72. ✓ Matching objects 73. ✓ Positional arguments 74. ✓ Constants and enums 75. ✓ Dict mappings 76. ✓ Builtin classes 77. ✓ Complex case patterns on classes 78. ✓ Complex case patterns on complex numbers 79. ✓ Maybe sequence pattern right hand side precedence validation statements: 80. ✓ Import statements 81. ✓ Import-from statements 82. ✓ Future import statements 83. ✓ Print statements 84. ✓ Print statements with redirection 85. ✓ Assert statements 86. ✓ Expression statements 87. ✓ Delete statements 88. ✓ Control-flow statements 89. ✓ Return statements 90. ✓ If statements 91. ✓ If else statements 92. ✓ Nested if statements 93. ✓ While statements 94. ✓ For statements 95. ✓ Try statements 96. ✓ With statements 97. ✓ Async Function definitions 98. ✓ Function definitions 99. ✓ Empty blocks 100. ✓ Class definitions 101. ✓ Class definitions with superclasses 102. ✓ Decorated definitions 103. ✓ Raise statements 104. ✓ Comments 105. ✓ Comments at different indentation levels 106. ✓ Comments after dedents 107. ✓ Comments at the ends of indented blocks 108. ✓ Newline tokens followed by comments 109. ✓ Global statements 110. ✓ Exec statements 111. ✓ Extra newlines 112. ✓ Escaped newline 113. ✓ Statements with semicolons 114. ✓ Type Alias Statements 115. ✓ Generic Function Definitions Total parses: 115; successful parses: 115; failed parses: 0; success percentage: 100.00%; average speed: 779 bytes/ms syntax highlighting: ✓ parameters.py (2 assertions) ✓ pattern_matching.py (17 assertions) ✓ keywords.py (15 assertions) tags: ✓ main.py (5 assertions) >>> tree-sitter-python: Entering fakeroot... + install -D -m755 ./src/python.so -t /home/buildozer/aports/community/tree-sitter-python/pkg/tree-sitter-python/usr/lib/tree-sitter/ + ln -s tree-sitter/python.so /home/buildozer/aports/community/tree-sitter-python/pkg/tree-sitter-python/usr/lib/libtree-sitter-python.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights.scm ./queries/tags.scm -t /home/buildozer/aports/community/tree-sitter-python/pkg/tree-sitter-python/usr/share/tree-sitter/queries/python/ >>> tree-sitter-python*: Running postcheck for tree-sitter-python >>> tree-sitter-python*: Preparing package tree-sitter-python... >>> tree-sitter-python*: Stripping binaries >>> tree-sitter-python*: Scanning shared objects >>> tree-sitter-python*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> tree-sitter-python*: Package size: 463.3 KB >>> tree-sitter-python*: Compressing data... >>> tree-sitter-python*: Create checksum... >>> tree-sitter-python*: Create tree-sitter-python-0.23.6-r1.apk >>> tree-sitter-python: Build complete at Fri, 25 Jul 2025 12:52:49 +0000 elapsed time 0h 0m 6s >>> tree-sitter-python: Cleaning up srcdir >>> tree-sitter-python: Cleaning up pkgdir >>> tree-sitter-python: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-python (20250725.125244) ( 2/14) Purging tree-sitter-dev (0.25.8-r0) ( 3/14) Purging jq (1.8.0-r0) ( 4/14) Purging tree-sitter (0.25.8-r0) ( 5/14) Purging tree-sitter-cli (0.25.8-r0) ( 6/14) Purging nodejs (22.16.0-r3) ( 7/14) Purging ca-certificates (20250619-r0) ca-certificates-20250619-r0.post-deinstall: Executing script... ( 8/14) Purging ada-libs (2.9.2-r5) ( 9/14) Purging icu-libs (76.1-r1) (10/14) Purging oniguruma (6.9.10-r0) (11/14) Purging simdjson (3.12.0-r0) (12/14) Purging simdutf (7.3.3-r0) (13/14) Purging sqlite-libs (3.50.3-r0) (14/14) Purging icu-data-en (76.1-r1) busybox-1.37.0-r21.trigger: Executing script... OK: 276 MiB in 103 packages >>> tree-sitter-python: Updating the community/ppc64le repository index... >>> tree-sitter-python: Signing the index...