>>> tree-sitter-kotlin: Building community/tree-sitter-kotlin 0.3.8-r1 (using abuild 3.17.0_rc2-r0) started Thu, 30 Apr 2026 17:17:18 +0000 >>> tree-sitter-kotlin: Validating /home/buildozer/aports/community/tree-sitter-kotlin/APKBUILD... >>> tree-sitter-kotlin: Analyzing dependencies... >>> tree-sitter-kotlin: 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.1-r0) ( 3/14) Installing tree-sitter (0.25.10-r0) ( 4/14) Installing tree-sitter-dev (0.25.10-r0) ( 5/14) Installing ca-certificates (20260413-r0) ( 6/14) Installing ada-libs (3.3.0-r0) ( 7/14) Installing icu-data-en (78.1-r0) Executing icu-data-en-78.1-r0.post-install * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. ( 8/14) Installing icu-libs (78.1-r0) ( 9/14) Installing simdjson (4.2.4-r0) (10/14) Installing simdutf (9.0.0-r0) (11/14) Installing sqlite-libs (3.53.0-r0) (12/14) Installing nodejs (24.14.1-r1) (13/14) Installing tree-sitter-cli (0.25.10-r0) (14/14) Installing .makedepends-tree-sitter-kotlin (20260430.171808) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 507.7 MiB in 117 packages >>> tree-sitter-kotlin: Cleaning up srcdir >>> tree-sitter-kotlin: Cleaning up pkgdir >>> tree-sitter-kotlin: Cleaning up tmpdir >>> tree-sitter-kotlin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz.part' tree-sitter-kotlin-0 100% |********************************| 1707k 0:00:00 ETA '/var/cache/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz.part' saved /var/cache/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz: OK >>> tree-sitter-kotlin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz /var/cache/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz: OK >>> tree-sitter-kotlin: Unpacking /var/cache/distfiles/v3.24/tree-sitter-kotlin-0.3.8.tar.gz... + cc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -fno-plt -c ./parser.c ./scanner.c + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o kotlin.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 annotations: 1. ✓ Annotations -- Warning: Slow parse rate (83.177 bytes/ms) 2. ✓ Annotations with use-site-target 3. ✓ Multi-annotations 4. ✓ Multiple annotations on a variable 5. ✓ Multiple annotations on a function 6. ✓ Annotated functions assignment: 7. ✓ This Assignment 8. ✓ Index Assignment classes: 9. ✓ Classes 10. ✓ Class with methods 11. ✓ Generic class 12. ✓ Class with methods and expressions 13. ✓ Class with modifiers 14. ✓ Objects 15. ✓ Primary constructors 16. ✓ Inheritance 17. ✓ Properties 18. ✓ Constructor delegation calls 19. ✓ Enum classes 20. ✓ Data class with hanging comma 21. ✓ Value class: https://kotlinlang.org/docs/inline-classes.html comments: 22. ✓ Comments expressions: 23. ✓ Multiplication expression 24. ✓ Safe Navigation 25. ✓ Function calls 26. ✓ When expression 27. ✓ When expression with type arguments 28. ✓ Value declaration with receiver type 29. ✓ Expect as an expression 30. ✓ Expect as a top-level expression 31. ✓ Expect as a platform modifier 32. ✓ Less than for generics 33. ✓ Less than for comparison 34. ✓ Lambda Expressions 35. ✓ Multiple Statements on a Single Line 36. ✓ Comments in Strings 37. ✓ Qualified this/super expressions functions: 38. ✓ Top-level functions 39. ✓ Generic functions 40. ✓ Generic functions with parameters 41. ✓ Functions with parameters 42. ✓ Functions with return types 43. ✓ Functions with return calls 44. ✓ Override functions 45. ✓ Set function call 46. ✓ Anonymous function 47. ✓ Anonymous function with parameters 48. ✓ Anonymous function with return type 49. ✓ Anonymous function with body 50. ✓ Function with backticked name literals: 51. ✓ Simple identifiers 52. ✓ Unicode identifiers 53. ✓ Boolean literals 54. ✓ String literals 55. ✓ String literal with lots of repeated quotes 56. ✓ String interpolation 57. ✓ More string interpolation 58. ✓ Integer literals 59. ✓ Real literals 60. ✓ Unicode literals 61. ✓ Unsigned literal 62. ✓ Unsigned Long literal newlines: 63. ✓ Dot after newline 64. ✓ Eq after newline 65. ✓ Binary operator after newline 66. ✓ Open brace after newline 67. ✓ Colon after newline 68. ✓ Question mark after newline 69. ✓ get after newline 70. ✓ Newline in function call 71. ✓ Else after newline 72. ✓ Else after newline soft_keywords: 73. ✓ Actual as an identifier source-files: 74. ✓ File annotations 75. ✓ Multiple file annotations 76. ✓ Imports 77. ✓ Multiple Imports On A Single Line statements: 78. ✓ For statements 79. ✓ Statements separated by semicolon 80. ✓ Getters types: 81. ✓ Type references 82. ✓ Nested types 83. ✓ Deeply nested types 84. ✓ Generic wildcard types 85. ✓ Generic parameterized types 86. ✓ Function types 87. ✓ Function types with multiple parameters 88. ✓ Function types with named parameters 89. ✓ Function types with receiver 90. ✓ Type constructor 91. ✓ Type constructor with trailing comma 92. ✓ Type alias with type parameters 93. ✓ Ampersand type 94. ✓ Ampersand type with modifiers Total parses: 94; successful parses: 94; failed parses: 0; success percentage: 100.00%; average speed: 500 bytes/ms >>> tree-sitter-kotlin: Entering fakeroot... + install -D -m755 ./src/kotlin.so -t /home/buildozer/aports/community/tree-sitter-kotlin/pkg/tree-sitter-kotlin/usr/lib/tree-sitter/ + ln -s tree-sitter/kotlin.so /home/buildozer/aports/community/tree-sitter-kotlin/pkg/tree-sitter-kotlin/usr/lib/libtree-sitter-kotlin.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights.scm -t /home/buildozer/aports/community/tree-sitter-kotlin/pkg/tree-sitter-kotlin/usr/share/tree-sitter/queries/kotlin/ >>> tree-sitter-kotlin*: Running postcheck for tree-sitter-kotlin >>> tree-sitter-kotlin*: Preparing package tree-sitter-kotlin... >>> tree-sitter-kotlin*: Stripping binaries >>> tree-sitter-kotlin*: Scanning shared objects >>> tree-sitter-kotlin*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> tree-sitter-kotlin*: Package size: 3.9 MB >>> tree-sitter-kotlin*: Compressing data... >>> tree-sitter-kotlin*: Create checksum... >>> tree-sitter-kotlin*: Create tree-sitter-kotlin-0.3.8-r1.apk >>> tree-sitter-kotlin: Build complete at Thu, 30 Apr 2026 17:18:40 +0000 elapsed time 0h 1m 22s >>> tree-sitter-kotlin: Cleaning up srcdir >>> tree-sitter-kotlin: Cleaning up pkgdir >>> tree-sitter-kotlin: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-kotlin (20260430.171808) ( 2/14) Purging tree-sitter-dev (0.25.10-r0) ( 3/14) Purging jq (1.8.1-r0) ( 4/14) Purging tree-sitter (0.25.10-r0) ( 5/14) Purging tree-sitter-cli (0.25.10-r0) ( 6/14) Purging nodejs (24.14.1-r1) ( 7/14) Purging ca-certificates (20260413-r0) Executing ca-certificates-20260413-r0.post-deinstall ( 8/14) Purging ada-libs (3.3.0-r0) ( 9/14) Purging icu-libs (78.1-r0) (10/14) Purging oniguruma (6.9.10-r0) (11/14) Purging simdjson (4.2.4-r0) (12/14) Purging simdutf (9.0.0-r0) (13/14) Purging sqlite-libs (3.53.0-r0) (14/14) Purging icu-data-en (78.1-r0) Executing busybox-1.37.0-r31.trigger OK: 439.9 MiB in 103 packages >>> tree-sitter-kotlin: Updating the community/x86_64 repository index... >>> tree-sitter-kotlin: Signing the index...