>>> tree-sitter-elm: Building community/tree-sitter-elm 5.8.0-r1 (using abuild 3.15.0-r2) started Fri, 25 Jul 2025 12:48:10 +0000 >>> tree-sitter-elm: Validating /home/buildozer/aports/community/tree-sitter-elm/APKBUILD... >>> tree-sitter-elm: Analyzing dependencies... >>> tree-sitter-elm: 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-elm (20250725.124811) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 467 MiB in 124 packages >>> tree-sitter-elm: Cleaning up srcdir >>> tree-sitter-elm: Cleaning up pkgdir >>> tree-sitter-elm: Cleaning up tmpdir >>> tree-sitter-elm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-elm-5.8.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 340k 100 340k 0 0 3624k 0 --:--:-- --:--:-- --:--:-- 3664k >>> tree-sitter-elm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-elm-5.8.0.tar.gz >>> tree-sitter-elm: Checking sha512sums... tree-sitter-elm-5.8.0.tar.gz: OK >>> tree-sitter-elm: Unpacking /var/cache/distfiles/edge/tree-sitter-elm-5.8.0.tar.gz... + cc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o elm.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. ✓ Annotation for func returning multiple 2. ✓ Annotation for func with parameters returning tuple 3. ✓ Annotation with trailing whitespace anonymous_function: 4. ✓ Function containing an anonymous function 5. ✓ Function containing an anonymous function that's called 6. ✓ Function containing an anonymous function without braces 7. ✓ Function containing a pipe into an anonymous function without braces basic: 8. ✓ Matching a list 9. ✓ Type with non english characters 10. ✓ Negate 11. ✓ Negate and negative number 12. ✓ Char Escaped 13. ✓ Chars 14. ✓ Strings 15. ✓ Numbers 16. ✓ Tuples 17. ✓ Infix operators 18. ✓ Number literal 19. ✓ One line if 20. ✓ Named anonymous function case: 21. ✓ Case with one branch 22. ✓ Case with one branch and comment 23. ✓ Case with one branch and comment on next line 24. ✓ Case with two branches 25. ✓ Case with anonymous function 26. ✓ Case with three branches 27. ✓ Function statement with nested case 28. ✓ Case int result 29. ✓ Case with list 30. ✓ Nested case 31. ✓ Nested case are all closed? 32. ✓ Complex case 33. ✓ Case with one line let 34. ✓ Case wrapped in parenthesis 35. ✓ Case with of followed by comment case_incomplete: 36. ✓ Case without branches followed by newline 37. ✓ Case without branches directly on file end without comment before update - Hangs in v4.5.0 38. ✓ Case without branches directly on file end with comment before update 39. ✓ Case without branches leading with one line comment at file end 40. ✓ Case without branches leading with one line comment + newline 41. ✓ Case without branches followed by new line + space + comment 42. ✓ Case without branches followed by new line + without space + last line comment 43. ✓ Case followed by comment: not fully indented 44. ✓ Case followed by comment: indented as sibling 45. ✓ Case followed by comment: indented inside case 46. ✓ Case followed by comment: indented inside case branch comments: 47. ✓ One line comment without linebreak 48. ✓ One line comments 49. ✓ Block comments 50. ✓ Complex Block comment 51. ✓ Comment syntax within a string 52. ✓ Nested block comment are not nested for now 53. ✓ Empty comment 54. ✓ Empty comment inside function 55. ✓ Type declaration with single variant with line comment 56. ✓ Type declaration with line comment per union variant 57. ✓ Type declaration with union variant and associated data and line comment on new line 58. ✓ Type declaration with union variant and associated data with line comment on same line complete: 59. ✓ Complete function example 60. ✓ Complete counter example cons: 61. ✓ Pattern match cons 62. ✓ Pattern match multiple cons fieldAccess: 63. ✓ Multiple field accessors glsl: 64. ✓ Simple glsl function 65. ✓ Simple glsl function no end imports: 66. ✓ Import statements 67. ✓ Import statements with exposing 68. ✓ Import statements prefixed with module and docs 69. ✓ Import statements with as clause 70. ✓ Import statements with operator statement 71. ✓ Import statements with type trying to expose all constructors 72. ✓ Import statements with type trying to expose single constructor - should fail incomplete: 73. ✓ Incomplete function call 74. ✓ Incomplete model access 75. ✓ Incomplete model access let: 76. ✓ Single line let 77. ✓ Let with block comment on last line (should be indentation sensitive - unindented) 78. ✓ Let with line comment on last line 79. ✓ Let with line comment on last line, indented 80. ✓ Single line let with in changing line 81. ✓ Let with case 82. ✓ let with two variables 83. ✓ let with two variables separated by unindented comment 84. ✓ let with two variables and case 85. ✓ Let with type annotation 86. ✓ Let with block comment on last line (should be indentation sensitive - indented) 87. ✓ Let in same line in in next 88. ✓ Let in same line as name and multiple declarations 89. ✓ Let with unit in body 90. ✓ Nested let with function and list in body 91. ✓ Let with comment after in 92. ✓ Let with annotation 93. ✓ Let with annotation 2 94. ✓ Let with trailing spaces 95. ✓ Let one line destructoring 96. ✓ Let with block comment 97. ✓ Let with line comment 98. ✓ Let with line comment at start module: 99. ✓ module statement exposing all 100. ✓ module statement sub dir exposing all 101. ✓ module statement exposing single function 102. ✓ module statement exposing multiple functions 103. ✓ module statement exposing type with all constructors and functions 104. ✓ module statement exposing type with no constructors and functions 105. ✓ module statement exposing type with all constructors and functions 106. ✓ module statement exposing type with one constructors and functions - not valid in elm 0.19 - should error 107. ✓ effect module statement exposing port: 108. ✓ module statement exposing all statements: 109. ✓ Function statement with function call and inline record 110. ✓ Function statement with list string: 111. ✓ Multiline string used in func 112. ✓ Strings multiline 113. ✓ Multiline string as parameter type: 114. ✓ Type statement 115. ✓ Type statement with payload type_alias: 116. ✓ Type alias number 117. ✓ Type alias Total parses: 117; successful parses: 117; failed parses: 0; success percentage: 100.00%; average speed: 2480 bytes/ms syntax highlighting: ✓ basic.elm (19 assertions) >>> tree-sitter-elm: Entering fakeroot... + install -D -m755 ./src/elm.so -t /home/buildozer/aports/community/tree-sitter-elm/pkg/tree-sitter-elm/usr/lib/tree-sitter/ + ln -s tree-sitter/elm.so /home/buildozer/aports/community/tree-sitter-elm/pkg/tree-sitter-elm/usr/lib/libtree-sitter-elm.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights.scm ./queries/injections.scm ./queries/locals.scm ./queries/tags.scm -t /home/buildozer/aports/community/tree-sitter-elm/pkg/tree-sitter-elm/usr/share/tree-sitter/queries/elm/ >>> tree-sitter-elm*: Running postcheck for tree-sitter-elm >>> tree-sitter-elm*: Preparing package tree-sitter-elm... >>> tree-sitter-elm*: Stripping binaries >>> tree-sitter-elm*: Scanning shared objects >>> tree-sitter-elm*: Tracing dependencies... so:libc.musl-x86.so.1 >>> tree-sitter-elm*: Package size: 184.3 KB >>> tree-sitter-elm*: Compressing data... >>> tree-sitter-elm*: Create checksum... >>> tree-sitter-elm*: Create tree-sitter-elm-5.8.0-r1.apk >>> tree-sitter-elm: Build complete at Fri, 25 Jul 2025 12:48:16 +0000 elapsed time 0h 0m 6s >>> tree-sitter-elm: Cleaning up srcdir >>> tree-sitter-elm: Cleaning up pkgdir >>> tree-sitter-elm: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-elm (20250725.124811) ( 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: 401 MiB in 110 packages >>> tree-sitter-elm: Updating the community/x86 repository index... >>> tree-sitter-elm: Signing the index...