>>> tree-sitter-kotlin: Building community/tree-sitter-kotlin 0.3.8-r1 (using abuild 3.15.0-r2) started Sat, 05 Jul 2025 18:53:44 +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.0-r0) ( 3/14) Installing tree-sitter (0.25.6-r1) ( 4/14) Installing tree-sitter-dev (0.25.6-r1) ( 5/14) Installing ca-certificates (20241121-r2) ( 6/14) Installing ada-libs (2.9.2-r4) ( 7/14) Installing icu-data-en (76.1-r0) icu-data-en-76.1-r0.post-install: Executing script... icu-data-en-76.1-r0.post-install: * icu-data-en-76.1-r0.post-install: * If you need ICU with non-English locales and legacy charset support, install icu-data-en-76.1-r0.post-install: * package icu-data-full. icu-data-en-76.1-r0.post-install: * ( 8/14) Installing icu-libs (76.1-r0) ( 9/14) Installing simdjson (3.12.0-r0) (10/14) Installing simdutf (7.2.1-r0) (11/14) Installing sqlite-libs (3.50.2-r0) (12/14) Installing nodejs (22.16.0-r2) (13/14) Installing tree-sitter-cli (0.25.6-r1) (14/14) Installing .makedepends-tree-sitter-kotlin (20250705.185345) busybox-1.37.0-r18.trigger: Executing script... ca-certificates-20241121-r2.trigger: Executing script... OK: 483 MiB in 120 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/edge/tree-sitter-kotlin-0.3.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tree-sitter-kotlin: Fetching tree-sitter-kotlin-0.3.8.tar.gz::https://github.com/fwcd/tree-sitter-kotlin/archive/refs/tags/0.3.8.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/tree-sitter-kotlin-0.3.8.tar.gz.part' tree-sitter-kotlin-0 1286k --:--:-- ETA tree-sitter-kotlin-0 100% |********************************| 1707k 0:00:00 ETA '/var/cache/distfiles/edge/tree-sitter-kotlin-0.3.8.tar.gz.part' saved >>> tree-sitter-kotlin: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-kotlin-0.3.8.tar.gz >>> tree-sitter-kotlin: Checking sha512sums... tree-sitter-kotlin-0.3.8.tar.gz: OK >>> tree-sitter-kotlin: Unpacking /var/cache/distfiles/edge/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 (162.351 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: 999 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 Sat, 05 Jul 2025 18:53:54 +0000 elapsed time 0h 0m 10s >>> tree-sitter-kotlin: Cleaning up srcdir >>> tree-sitter-kotlin: Cleaning up pkgdir >>> tree-sitter-kotlin: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-kotlin (20250705.185345) ( 2/14) Purging tree-sitter-dev (0.25.6-r1) ( 3/14) Purging jq (1.8.0-r0) ( 4/14) Purging tree-sitter (0.25.6-r1) ( 5/14) Purging tree-sitter-cli (0.25.6-r1) ( 6/14) Purging nodejs (22.16.0-r2) ( 7/14) Purging ca-certificates (20241121-r2) ca-certificates-20241121-r2.post-deinstall: Executing script... ( 8/14) Purging ada-libs (2.9.2-r4) ( 9/14) Purging icu-libs (76.1-r0) (10/14) Purging oniguruma (6.9.10-r0) (11/14) Purging simdjson (3.12.0-r0) (12/14) Purging simdutf (7.2.1-r0) (13/14) Purging sqlite-libs (3.50.2-r0) (14/14) Purging icu-data-en (76.1-r0) busybox-1.37.0-r18.trigger: Executing script... OK: 413 MiB in 106 packages >>> tree-sitter-kotlin: Updating the community/x86_64 repository index... >>> tree-sitter-kotlin: Signing the index...