>>> tree-sitter-scala: Building community/tree-sitter-scala 0.24.0-r0 (using abuild 3.15.0-r2) started Sun, 27 Jul 2025 13:08:24 +0000 >>> tree-sitter-scala: Validating /home/buildozer/aports/community/tree-sitter-scala/APKBUILD... >>> tree-sitter-scala: Analyzing dependencies... >>> tree-sitter-scala: 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-scala (20250727.130825) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 493 MiB in 124 packages >>> tree-sitter-scala: Cleaning up srcdir >>> tree-sitter-scala: Cleaning up pkgdir >>> tree-sitter-scala: Cleaning up tmpdir >>> tree-sitter-scala: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-scala-0.24.0.tar.gz >>> tree-sitter-scala: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-scala-0.24.0.tar.gz >>> tree-sitter-scala: Checking sha512sums... tree-sitter-scala-0.24.0.tar.gz: OK >>> tree-sitter-scala: Unpacking /var/cache/distfiles/edge/tree-sitter-scala-0.24.0.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:2: ./scanner.c: In function 'tree_sitter_scala_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:298:9: note: in expansion of macro 'array_pop' 298 | array_pop(&scanner->indents); | ^~~~~~~~~ ./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:336:7: note: in expansion of macro 'array_pop' 336 | array_pop(&scanner->indents); | ^~~~~~~~~ + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o scala.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. ✓ Classes 2. ✓ Declarations and definitions 3. ✓ Parameters 4. ✓ Types comments: 5. ✓ Single line comments 6. ✓ Block comments 7. ✓ Single line comments with block comment 8. ✓ Block comment with single-line comment inside 9. ✓ Using directives 10. ✓ Shebang definitions-pending: 11. ⌀ Function without parens definitions: 12. ✓ Identifiers 13. ✓ $ in identifier names 14. ✓ Operator identifiers 15. ✓ Package 16. ✓ Package with comma 17. ✓ Package (Scala 3 syntax) 18. ✓ Package object 19. ✓ Imports 20. ✓ Imports: Wildcard 21. ✓ Imports: Wildcard (Scala 3 syntax) 22. ✓ Imports: Wildcard and wildcard givens (Scala 3 syntax) 23. ✓ Imports: Givens by type (Scala 3 syntax) 24. ✓ Imports: Rename (Scala 3 Syntax) 25. ✓ Imports: Rename 26. ✓ Object definitions 27. ✓ Object definitions 28. ✓ Class definitions 29. ✓ Class definitions (Scala 3) 30. ✓ Subclass definitions 31. ✓ Subclass definitions (Scala 3 syntax) 32. ✓ Class definitions with parameters 33. ✓ Class definitions with parameters (Scala 3 syntax) 34. ✓ Modifiers 35. ✓ Trait definitions 36. ✓ Value declarations 37. ✓ Value declarations (Scala 3 syntax) 38. ✓ Value definitions 39. ✓ Variable declarations 40. ✓ Variable definitions 41. ✓ Variable definitions (Scala 3 syntax) 42. ✓ Type definitions 43. ✓ Type definitions (Scala 3 syntax) 44. ✓ Function declarations 45. ✓ Function definitions 46. ✓ Function definitions (Scala 3 syntax) 47. ✓ Extension methods (Scala 3 syntax) 48. ✓ Given instance definitions (Scala 3 syntax) 49. ✓ Top-level Definitions (Scala 3 syntax) 50. ✓ Initialization expressions 51. ✓ Optional parameters 52. ✓ Enums (Scala 3) 53. ✓ Self types 54. ✓ Inline methods and parameters (Scala 3) 55. ✓ Inline val (Scala 3) 56. ✓ Inline given (Scala 3) 57. ✓ Infix methods (Scala 3) 58. ✓ Open classes (Scala 3) 59. ✓ Traits (Scala 3) 60. ✓ Exports (Scala 3) expressions-pending: 61. ⌀ Trailing coma after for comprehension in lambda parameter of a function 62. ⌀ Lambda expression with semicolon 63. ⌀ infix_expression across multiple lines expressions: 64. ✓ Call expressions 65. ✓ Call expressions (Scala 3 syntax) 66. ✓ SIP-44 Fewer braces (Scala 3 syntax) 67. ✓ Generic functions 68. ✓ Assignments 69. ✓ If expressions 70. ✓ If expressions (Scala 3 syntax) 71. ✓ Try expressions 72. ✓ Try expressions (Scala 3 syntax) 73. ✓ Match expressions 74. ✓ Match expressions (Scala 3 syntax) 75. ✓ Field expressions 76. ✓ Instance expressions 77. ✓ Infix expressions 78. ✓ Prefix expressions 79. ✓ Postfix expressions 80. ✓ Ascription Expression 81. ✓ Lambda Expression 82. ✓ Lambda Expression (Scala 3 syntax) 83. ✓ Unit expressions 84. ✓ Return expressions 85. ✓ While loops 86. ✓ While loops (Scala 3 syntax) 87. ✓ Do-while loops 88. ✓ For comprehensions 89. ✓ For comprehensions (Scala 3 syntax) 90. ✓ Chained expressions 91. ✓ Macros (Scala 2 syntax) 92. ✓ Macros (Scala 3 syntax) 93. ✓ Inline matches (Scala 3) 94. ✓ Inline if (Scala 3) 95. ✓ Nested inline if and match (Scala 3) 96. ✓ Top-level expressions 97. ✓ Soft keywords used as identifiers (Scala 3) literals: 98. ✓ Simple strings 99. ✓ Escape sequences in strings 100. ✓ Interpolated strings 101. ✓ Raw strings 102. ✓ Raw and interpolated strings have equivalent parse trees 103. ✓ Integer literals 104. ✓ Floating point literals 105. ✓ Boolean literals 106. ✓ Character literals 107. ✓ Null 108. ✓ Tuple literals patterns-pending: 109. ⌀ Infix types in match type cases patterns: 110. ✓ Alternative patterns 111. ✓ Typed patterns 112. ✓ Tuple patterns 113. ✓ Name tuple patterns (Scala 3 syntax) 114. ✓ Case class patterns 115. ✓ Case class patterns (Scala 3 syntax) 116. ✓ Infix patterns 117. ✓ Capture patterns 118. ✓ Quoted patterns (Scala 3 syntax) 119. ✓ Given pattern (Scala 3 syntax) types-pending: 120. ⌀ Subclass with multiline params and unnamed after named param 121. ⌀ case class nested in an object definition 122. ⌀ More than two argument lists in `extends` types: 123. ✓ Stable type identifiers 124. ✓ Generic types 125. ✓ Tuple types 126. ✓ Named tuple types (Scala 3 syntax) 127. ✓ Function types 128. ✓ Polymorphic function types (Scala 3 syntax) 129. ✓ Context function types (Scala 3 syntax) 130. ✓ Match types (Scala 3 syntax) 131. ✓ Compound types 132. ✓ Infix types 133. ✓ Variant Types 134. ✓ Upper bound 135. ✓ Lower bound 136. ✓ Lower and upper bounds 137. ✓ View bound 138. ✓ Context bound 139. ✓ Context bound (Scala 3 syntax) 140. ✓ Projections 141. ✓ Complex types 142. ✓ Literal type aliases (Scala 2.13+) 143. ✓ Singleton Types 144. ✓ Opaque type aliases (Scala 3) 145. ✓ Structural type 146. ✓ Anonymous structural type with projection 147. ✓ Type Lambdas (Scala 3) 148. ✓ Union and Intersection Types (Scala 3) Total parses: 140; successful parses: 140; failed parses: 0; success percentage: 100.00%; average speed: 653 bytes/ms syntax highlighting: ✓ basics.scala (61 assertions) ✓ scala3.scala (69 assertions) ✓ comments.scala (5 assertions) tags: ✓ basics.scala (19 assertions) >>> tree-sitter-scala: Entering fakeroot... + install -D -m755 ./src/scala.so -t /home/buildozer/aports/community/tree-sitter-scala/pkg/tree-sitter-scala/usr/lib/tree-sitter/ + ln -s tree-sitter/scala.so /home/buildozer/aports/community/tree-sitter-scala/pkg/tree-sitter-scala/usr/lib/libtree-sitter-scala.so + '[' -d queries/scala ] >>> tree-sitter-scala*: Running postcheck for tree-sitter-scala >>> tree-sitter-scala*: Preparing package tree-sitter-scala... >>> tree-sitter-scala*: Stripping binaries >>> tree-sitter-scala*: Scanning shared objects >>> tree-sitter-scala*: Tracing dependencies... so:libc.musl-x86.so.1 >>> tree-sitter-scala*: Package size: 3.6 MB >>> tree-sitter-scala*: Compressing data... >>> tree-sitter-scala*: Create checksum... >>> tree-sitter-scala*: Create tree-sitter-scala-0.24.0-r0.apk >>> tree-sitter-scala: Build complete at Sun, 27 Jul 2025 13:08:48 +0000 elapsed time 0h 0m 24s >>> tree-sitter-scala: Cleaning up srcdir >>> tree-sitter-scala: Cleaning up pkgdir >>> tree-sitter-scala: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-scala (20250727.130825) ( 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: 427 MiB in 110 packages >>> tree-sitter-scala: Updating the community/x86 repository index... >>> tree-sitter-scala: Signing the index...