>>> tree-sitter-scala: Building community/tree-sitter-scala 0.23.4-r1 (using abuild 3.15.0-r2) started Fri, 25 Jul 2025 12:54:18 +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 (20250725.125419) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 436 MiB in 122 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.23.4.tar.gz >>> tree-sitter-scala: Fetching https://distfiles.alpinelinux.org/distfiles/edge//tree-sitter-scala-0.23.4.tar.gz >>> tree-sitter-scala: Checking sha512sums... tree-sitter-scala-0.23.4.tar.gz: OK >>> tree-sitter-scala: Unpacking /var/cache/distfiles/edge/tree-sitter-scala-0.23.4.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:225:9: note: in expansion of macro 'array_pop' 225 | 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:263:7: note: in expansion of macro 'array_pop' 263 | array_pop(&scanner->indents); | ^~~~~~~~~ + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -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 -- Warning: Slow parse rate (489.802 bytes/ms) 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: 11. ✓ Identifiers 12. ✓ $ in identifier names 13. ✓ Operator identifiers 14. ✓ Package 15. ✓ Package with comma 16. ✓ Package (Scala 3 syntax) 17. ✓ Package object 18. ✓ Imports 19. ✓ Imports: Wildcard 20. ✓ Imports: Wildcard (Scala 3 syntax) 21. ✓ Imports: Wildcard and wildcard givens (Scala 3 syntax) 22. ✓ Imports: Givens by type (Scala 3 syntax) 23. ✓ Imports: Rename (Scala 3 Syntax) 24. ✓ Imports: Rename 25. ✓ Object definitions 26. ✓ Object definitions 27. ✓ Class definitions 28. ✓ Class definitions (Scala 3) 29. ✓ Subclass definitions 30. ✓ Subclass definitions (Scala 3 syntax) 31. ✓ Class definitions with parameters 32. ✓ Class definitions with parameters (Scala 3 syntax) 33. ✓ Modifiers 34. ✓ Trait definitions 35. ✓ Value declarations 36. ✓ Value declarations (Scala 3 syntax) 37. ✓ Value definitions 38. ✓ Variable declarations 39. ✓ Variable definitions 40. ✓ Variable definitions (Scala 3 syntax) 41. ✓ Type definitions 42. ✓ Type definitions (Scala 3 syntax) 43. ✓ Function declarations 44. ✓ Function definitions 45. ✓ Function definitions (Scala 3 syntax) 46. ✓ Extension methods (Scala 3 syntax) 47. ✓ Given instance definitions (Scala 3 syntax) 48. ✓ Top-level Definitions (Scala 3 syntax) 49. ✓ Initialization expressions 50. ✓ Optional parameters 51. ✓ Enums (Scala 3) 52. ✓ Self types 53. ✓ Inline methods and parameters (Scala 3) 54. ✓ Inline val (Scala 3) 55. ✓ Inline given (Scala 3) 56. ✓ Infix methods (Scala 3) 57. ✓ Open classes (Scala 3) 58. ✓ Traits (Scala 3) 59. ✓ Exports (Scala 3) expressions: 60. ✓ Call expressions 61. ✓ Call expressions (Scala 3 syntax) 62. ✓ SIP-44 Fewer braces (Scala 3 syntax) 63. ✓ Generic functions 64. ✓ Assignments 65. ✓ If expressions 66. ✓ If expressions (Scala 3 syntax) 67. ✓ Try expressions 68. ✓ Try expressions (Scala 3 syntax) 69. ✓ Match expressions 70. ✓ Match expressions (Scala 3 syntax) 71. ✓ Field expressions 72. ✓ Instance expressions 73. ✓ Infix expressions 74. ✓ Prefix expressions 75. ✓ Postfix expressions 76. ✓ Ascription Expression 77. ✓ Lambda Expression 78. ✓ Lambda Expression (Scala 3 syntax) 79. ✓ Unit expressions 80. ✓ Return expressions 81. ✓ While loops 82. ✓ While loops (Scala 3 syntax) 83. ✓ Do-while loops 84. ✓ For comprehensions 85. ✓ For comprehensions (Scala 3 syntax) 86. ✓ Chained expressions 87. ✓ Macros (Scala 2 syntax) 88. ✓ Macros (Scala 3 syntax) 89. ✓ Inline matches (Scala 3) 90. ✓ Inline if (Scala 3) 91. ✓ Nested inline if and match (Scala 3) 92. ✓ Top-level expressions 93. ✓ Soft keywords used as identifiers (Scala 3) literals: 94. ✓ Simple strings 95. ✓ Interpolated strings 96. ✓ Integer literals 97. ✓ Floating point literals 98. ✓ Boolean literals 99. ✓ Character literals 100. ✓ Null 101. ✓ Tuple literals patterns: 102. ✓ Alternative patterns 103. ✓ Typed patterns 104. ✓ Tuple patterns 105. ✓ Name tuple patterns (Scala 3 syntax) 106. ✓ Case class patterns 107. ✓ Case class patterns (Scala 3 syntax) 108. ✓ Infix patterns 109. ✓ Capture patterns 110. ✓ Quoted patterns (Scala 3 syntax) 111. ✓ Given pattern (Scala 3 syntax) types: 112. ✓ Stable type identifiers 113. ✓ Generic types 114. ✓ Tuple types 115. ✓ Named tuple types (Scala 3 syntax) 116. ✓ Function types 117. ✓ Polymorphic function types (Scala 3 syntax) 118. ✓ Context function types (Scala 3 syntax) 119. ✓ Match types (Scala 3 syntax) 120. ✓ Compound types 121. ✓ Infix types 122. ✓ Variant Types 123. ✓ Upper bound 124. ✓ Lower bound 125. ✓ Lower and upper bounds 126. ✓ View bound 127. ✓ Context bound 128. ✓ Context bound (Scala 3 syntax) 129. ✓ Projections 130. ✓ Complex types 131. ✓ Literal type aliases (Scala 2.13+) 132. ✓ Singleton Types 133. ✓ Opaque type aliases (Scala 3) 134. ✓ Structural type 135. ✓ Anonymous structural type with projection 136. ✓ Type Lambdas (Scala 3) 137. ✓ Union and Intersection Types (Scala 3) Total parses: 137; successful parses: 137; failed parses: 0; success percentage: 100.00%; average speed: 1903 bytes/ms syntax highlighting: ✓ comments.scala (5 assertions) ✓ scala3.scala (69 assertions) ✓ basics.scala (61 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-s390x.so.1 >>> tree-sitter-scala*: Package size: 3.5 MB >>> tree-sitter-scala*: Compressing data... >>> tree-sitter-scala*: Create checksum... >>> tree-sitter-scala*: Create tree-sitter-scala-0.23.4-r1.apk >>> tree-sitter-scala: Build complete at Fri, 25 Jul 2025 12:54:29 +0000 elapsed time 0h 0m 11s >>> tree-sitter-scala: Cleaning up srcdir >>> tree-sitter-scala: Cleaning up pkgdir >>> tree-sitter-scala: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-scala (20250725.125419) ( 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: 361 MiB in 108 packages >>> tree-sitter-scala: Updating the community/s390x repository index... >>> tree-sitter-scala: Signing the index...