>>> tree-sitter-latex: Building community/tree-sitter-latex 0.6.0-r0 (using abuild 3.15.0-r5) started Sun, 05 Oct 2025 12:06:24 +0000 >>> tree-sitter-latex: Validating /home/buildozer/aports/community/tree-sitter-latex/APKBUILD... >>> tree-sitter-latex: Analyzing dependencies... >>> tree-sitter-latex: Installing for build: build-base nodejs tree-sitter-cli tree-sitter-dev ( 1/14) Installing ca-certificates (20250911-r0) ( 2/14) Installing ada-libs (2.9.2-r5) ( 3/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: * ( 4/14) Installing icu-libs (76.1-r1) ( 5/14) Installing simdjson (3.12.0-r0) ( 6/14) Installing simdutf (7.3.6-r0) ( 7/14) Installing sqlite-libs (3.50.4-r1) ( 8/14) Installing nodejs (22.19.0-r3) ( 9/14) Installing tree-sitter-cli (0.25.10-r0) (10/14) Installing oniguruma (6.9.10-r0) (11/14) Installing jq (1.8.1-r0) (12/14) Installing tree-sitter (0.25.10-r0) (13/14) Installing tree-sitter-dev (0.25.10-r0) (14/14) Installing .makedepends-tree-sitter-latex (20251005.120625) busybox-1.37.0-r23.trigger: Executing script... ca-certificates-20250911-r0.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 492 MiB in 119 packages >>> tree-sitter-latex: Cleaning up srcdir >>> tree-sitter-latex: Cleaning up pkgdir >>> tree-sitter-latex: Cleaning up tmpdir >>> tree-sitter-latex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-latex-0.6.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tree-sitter-latex: Fetching https://github.com/latex-lsp/tree-sitter-latex/archive/v0.6.0/tree-sitter-latex-0.6.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/tree-sitter-latex-0.6.0.tar.gz.part' tree-sitter-latex-0. 100% |********************************| 47268 0:00:00 ETA '/var/cache/distfiles/edge/tree-sitter-latex-0.6.0.tar.gz.part' saved >>> tree-sitter-latex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-latex-0.6.0.tar.gz >>> tree-sitter-latex: Checking sha512sums... tree-sitter-latex-0.6.0.tar.gz: OK >>> tree-sitter-latex: Unpacking /var/cache/distfiles/edge/tree-sitter-latex-0.6.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 ./parser.c:3: ./parser.c: In function 'ts_lex_keywords': ./tree_sitter/parser.h:189:3: warning: label 'next_state' defined but not used [-Wunused-label] 189 | next_state: \ | ^~~~~~~~~~ ./parser.c:24396:3: note: in expansion of macro 'START_LEXER' 24396 | START_LEXER(); | ^~~~~~~~~~~ ./tree_sitter/parser.h:187:11: warning: variable 'lookahead' set but not used [-Wunused-but-set-variable] 187 | int32_t lookahead; \ | ^~~~~~~~~ ./parser.c:24396:3: note: in expansion of macro 'START_LEXER' 24396 | START_LEXER(); | ^~~~~~~~~~~ + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o latex.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 commands: 1. ✓ Command without arguments -- Warning: Slow parse rate (48.431 bytes/ms) 2. ✓ Command with one curly argument 3. ✓ Command with one curly argument and brackets 4. ✓ Command with incomplete argument 5. ✓ Acroynm definition 6. ✓ Command definition without default arg 7. ✓ Command definition with default arg 8. ✓ Command definition without curly braces 9. ✓ Command definition (xparse) 10. ✓ Command definition with optional argument (xparse) 11. ✓ Nested command definition with arguments 12. ✓ Command copy (of command defined in grammar which requires a following node) 13. ✓ Author command 14. ✓ Text commands 15. ✓ Hyperlinks 16. ✓ Label definition. 17. ✓ Label definition, with path separators and colons. 18. ✓ Reference(s). 19. ✓ Reference(s), with path separators and colons. 20. ✓ Label creation in auxiliary files 21. ✓ Reference ranges counters: 22. ✓ Declaring a counter. 23. ✓ Declaring a counter with a supercounter. 24. ✓ Re-parenting a counter within a supercounter. 25. ✓ Breaking the link between a counter and its supercounter. 26. ✓ Getting a counter's value. 27. ✓ Setting a counter's value. 28. ✓ Setting a counter's value from another counter. 29. ✓ Stepping over a counter. 30. ✓ Typesetting a counter. environments: 31. ✓ Simple environment 32. ✓ Environment with options 33. ✓ Environment with nested options 34. ✓ Environment with escaped options 35. ✓ Comment environment 36. ✓ Verbatim environment 37. ✓ Minted environment 38. ✓ Pycode environment 39. ✓ Luacode* environment 40. ✓ Sagesilent environment 41. ✓ Sageblock environment 42. ✓ Math environment groups: 43. ✓ Nested curly groups 44. ✓ Unbalanced curly braces -- Warning: Slow parse rate (23.326 bytes/ms) includes: 45. ✓ Simple package include 46. ✓ Package include with two paths 47. ✓ Package include with options 48. ✓ Simple class include 49. ✓ Class include with two paths 50. ✓ Class include with options 51. ✓ Simple LaTeX include 52. ✓ Empty LaTeX include 53. ✓ BibLaTeX glob include 54. ✓ BibTeX include with absolute path 55. ✓ Graphics include with options issues: 56. ✓ tree-sitter-latex (Issue #11) 57. ✓ tree-sitter-latex (Issue #15) 58. ✓ tree-sitter-latex (Issue #10) 59. ✓ tree-sitter-latex (Issue #7) 60. ✓ tree-sitter-latex (Issue #11) 61. ✓ tree-sitter-latex (Issue #10) 62. ✓ tree-sitter-latex (Issue #13) 63. ✓ tree-sitter-latex (Issue #24) 64. ✓ tree-sitter-latex (Issue #25 Nesting of document structure) 65. ✓ tree-sitter-latex (Issue #28 \usetikzlibrary with multiple libs) 66. ✓ tree-sitter-latex (Issue #29) 67. ✓ tree-sitter-latex (Issue #3) | \text 68. ✓ tree-sitter-latex (Issue #3) | \intertext 69. ✓ tree-sitter-latex (Issue #36) | Paired delimiter #1 70. ✓ tree-sitter-latex (Issue #36) | Paired delimiter #2 71. ✓ tree-sitter-latex (Issue #39) | Section with ToC entry 72. ✓ tree-sitter-latex (Issue #42) | Command with parens 73. ✓ tree-sitter-latex (Issue #43) | \left and \right 74. ✓ tree-sitter-latex (Issue #43) | \left and \right with parens 75. ✓ tree-sitter-latex (Issue #44) | \definecolor 76. ✓ tree-sitter-latex (Issue #48) | Brackets in math mode 77. ✓ tree-sitter-latex (Issue #55) | minted with options 78. ✓ tree-sitter-latex (Issues #58 and #84) | math delimiters 79. ✓ tree-sitter-latex (Issue #107) | subscript math: 80. ✓ Simple displayed equation (dollar) 81. ✓ Simple displayed equation (command) 82. ✓ Displayed equation (mixed) 83. ✓ Displayed equation (nested) 84. ✓ Displayed equation (flat) 85. ✓ Simple inline formula (dollar) 86. ✓ Simple inline formula (command) 87. ✓ Inline formula (mixed) 88. ✓ Inline formula (nested) 89. ✓ Inline formula (flat) 90. ✓ Inline formula closed with double dollar 91. ✓ Simple math set 92. ✓ Subscripts and superscripts sections: 93. ✓ Top level sections 94. ✓ Nested sections 95. ✓ Subsection with preceeding paragraph text: 96. ✓ Hello world 97. ✓ Matched parens and brackets 98. ✓ Unmatched parens 99. ✓ Comma separated words 100. ✓ Valid macro parameter 101. ✓ Invalid macro parameter trivia: 102. ✓ Line comment 103. ✓ Escaped percent 104. ✓ Block comment Total parses: 104; successful parses: 104; failed parses: 0; success percentage: 100.00%; average speed: 193 bytes/ms >>> tree-sitter-latex: Entering fakeroot... + install -D -m755 ./src/latex.so -t /home/buildozer/aports/community/tree-sitter-latex/pkg/tree-sitter-latex/usr/lib/tree-sitter/ + ln -s tree-sitter/latex.so /home/buildozer/aports/community/tree-sitter-latex/pkg/tree-sitter-latex/usr/lib/libtree-sitter-latex.so + '[' -d ./queries ] >>> tree-sitter-latex*: Running postcheck for tree-sitter-latex >>> tree-sitter-latex*: Preparing package tree-sitter-latex... >>> tree-sitter-latex*: Stripping binaries >>> tree-sitter-latex*: Scanning shared objects >>> tree-sitter-latex*: Tracing dependencies... >>> tree-sitter-latex*: Package size: 3.4 MB >>> tree-sitter-latex*: Compressing data... >>> tree-sitter-latex*: Create checksum... >>> tree-sitter-latex*: Create tree-sitter-latex-0.6.0-r0.apk >>> tree-sitter-latex: Build complete at Sun, 05 Oct 2025 12:06:58 +0000 elapsed time 0h 0m 34s >>> tree-sitter-latex: Cleaning up srcdir >>> tree-sitter-latex: Cleaning up pkgdir >>> tree-sitter-latex: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-latex (20251005.120625) ( 2/14) Purging tree-sitter-cli (0.25.10-r0) ( 3/14) Purging nodejs (22.19.0-r3) ( 4/14) Purging ca-certificates (20250911-r0) ca-certificates-20250911-r0.post-deinstall: Executing script... ( 5/14) Purging tree-sitter-dev (0.25.10-r0) ( 6/14) Purging jq (1.8.1-r0) ( 7/14) Purging tree-sitter (0.25.10-r0) ( 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.6-r0) (13/14) Purging sqlite-libs (3.50.4-r1) (14/14) Purging icu-data-en (76.1-r1) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 426 MiB in 105 packages >>> tree-sitter-latex: Updating the community/x86 repository index... >>> tree-sitter-latex: Signing the index...