>>> tree-sitter-javascript: Building community/tree-sitter-javascript 0.23.1-r1 (using abuild 3.15.0-r2) started Fri, 25 Jul 2025 12:49:59 +0000 >>> tree-sitter-javascript: Validating /home/buildozer/aports/community/tree-sitter-javascript/APKBUILD... >>> tree-sitter-javascript: Analyzing dependencies... >>> tree-sitter-javascript: 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-javascript (20250725.125000) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 467 MiB in 124 packages >>> tree-sitter-javascript: Cleaning up srcdir >>> tree-sitter-javascript: Cleaning up pkgdir >>> tree-sitter-javascript: Cleaning up tmpdir >>> tree-sitter-javascript: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-javascript-0.23.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> tree-sitter-javascript: Fetching tree-sitter-javascript-0.23.1.tar.gz::https://github.com/tree-sitter/tree-sitter-javascript/archive/refs/tags/v0.23.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 283k 0 283k 0 0 489k 0 --:--:-- --:--:-- --:--:-- 489k >>> tree-sitter-javascript: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-javascript-0.23.1.tar.gz >>> tree-sitter-javascript: Checking sha512sums... tree-sitter-javascript-0.23.1.tar.gz: OK >>> tree-sitter-javascript: Unpacking /var/cache/distfiles/edge/tree-sitter-javascript-0.23.1.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 javascript.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 destructuring: 1. ✓ Object destructuring assignments 2. ✓ Object destructuring parameters 3. ✓ Array destructuring assignments 4. ✓ Object destructuring patterns w/ default values 5. ✓ Extra complex literals in expressions expressions: 6. ✓ Strings 7. ✓ Template strings 8. ✓ Complex function calls with template strings 9. ✓ Function calls with template strings 10. ✓ Numbers 11. ✓ Variables 12. ✓ Multi-line variable declarations 13. ✓ Booleans 14. ✓ Regexps 15. ✓ Comments take precedence over regexes 16. ✓ Objects 17. ✓ Objects with shorthand properties 18. ✓ Objects with method definitions 19. ✓ Objects with reserved words for keys 20. ✓ Classes 21. ✓ Classes with reserved words as methods 22. ✓ Class Property Fields 23. ✓ Private Class Property Fields 24. ✓ Class Decorators 25. ✓ Arrays 26. ✓ Functions 27. ✓ Arrow functions 28. ✓ Generator Functions 29. ✓ Function parameters with default values 30. ✓ Property access 31. ✓ Chained Property access 32. ✓ Chained callbacks 33. ✓ Function calls 34. ✓ Optional chaining property access 35. ✓ Optional chaining array access 36. ✓ Optional function calls 37. ✓ Constructor calls 38. ✓ Await Expressions 39. ✓ Async Functions and Methods 40. ✓ Math operators 41. ✓ Boolean operators 42. ✓ The null-coalescing operator 43. ✓ Bitwise operators 44. ✓ Relational operators 45. ✓ Assignments 46. ✓ The comma operator 47. ✓ Ternaries 48. ✓ Type operators 49. ✓ The delete operator 50. ✓ The void operator 51. ✓ Augmented assignments 52. ✓ Operator precedence 53. ✓ Simple JSX elements 54. ✓ Anonymous JSX element 55. ✓ Expressions within JSX elements 56. ✓ Expressions with rest elements 57. ✓ Forward slashes after parenthesized expressions 58. ✓ Non-breaking spaces as whitespace 59. ✓ Yield expressions 60. ✓ JSX injectables: 61. ✓ JSDoc 62. ✓ JSX literals: 63. ✓ Numbers 64. ✓ Unicode identifiers 65. ✓ Strings containing comment-like content 66. ✓ Quote escaping 67. ✓ Line continuations 68. ✓ JSX strings with unescaped newlines for TSX attributes 69. ✓ JSX with HTML character references (entities) semicolon_insertion: 70. ✓ Automatic semicolon insertion 71. ✓ Semicolon insertion before update expressions 72. ✓ property access across lines 73. ✓ indented code after blocks 74. ✓ operator expressions split across lines 75. ✓ Alphabetical infix operators split across lines 76. ✓ Single-line if/else statements 77. ✓ single-line blocks without semicolons 78. ✓ Multi-line chained expressions in var declarations 79. ✓ if/for/while/do statements without semicolons 80. ✓ Single-line declarations without semicolons 81. ✓ Comments after statements without semicolons statements: 82. ✓ Assignments 83. ✓ 'undefined' is a variable 84. ✓ Imports 85. ✓ Exports 86. ✓ Decorators before exports 87. ✓ If statements 88. ✓ If-else statements 89. ✓ For statements 90. ✓ For-in statements 91. ✓ For loops beginning with an in-expression 92. ✓ For-of statements 93. ✓ For-await-of statements 94. ✓ While statements 95. ✓ Do statements 96. ✓ Return statements 97. ✓ Variable declarations 98. ✓ Comments 99. ✓ Comments between statements 100. ✓ Comments with asterisks 101. ✓ Comments within expressions 102. ✓ HTML Comments 103. ✓ Switch statements 104. ✓ Throw statements 105. ✓ Throw statements with sequence expressions 106. ✓ Try catch finally statements 107. ✓ Empty statements 108. ✓ Labeled statements 109. ✓ Debugger statements 110. ✓ With statements 111. ✓ Hash bang lines 112. ✓ U+2028 as a line terminator Total parses: 112; successful parses: 112; failed parses: 0; success percentage: 100.00%; average speed: 1202 bytes/ms syntax highlighting: ✓ keywords.js (7 assertions) ✓ functions.js (15 assertions) ✓ variables.js (26 assertions) ✓ injection.js (4 assertions) ✓ imports.js (3 assertions) tags: ✓ classes.js (4 assertions) ✓ functions.js (8 assertions) >>> tree-sitter-javascript: Entering fakeroot... + install -D -m755 ./src/javascript.so -t /home/buildozer/aports/community/tree-sitter-javascript/pkg/tree-sitter-javascript/usr/lib/tree-sitter/ + ln -s tree-sitter/javascript.so /home/buildozer/aports/community/tree-sitter-javascript/pkg/tree-sitter-javascript/usr/lib/libtree-sitter-javascript.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights-jsx.scm ./queries/highlights-params.scm ./queries/highlights.scm ./queries/injections.scm ./queries/locals.scm ./queries/tags.scm -t /home/buildozer/aports/community/tree-sitter-javascript/pkg/tree-sitter-javascript/usr/share/tree-sitter/queries/javascript/ >>> tree-sitter-javascript*: Running postcheck for tree-sitter-javascript >>> tree-sitter-javascript*: Preparing package tree-sitter-javascript... >>> tree-sitter-javascript*: Stripping binaries >>> tree-sitter-javascript*: Scanning shared objects >>> tree-sitter-javascript*: Tracing dependencies... so:libc.musl-x86.so.1 >>> tree-sitter-javascript*: Package size: 364.4 KB >>> tree-sitter-javascript*: Compressing data... >>> tree-sitter-javascript*: Create checksum... >>> tree-sitter-javascript*: Create tree-sitter-javascript-0.23.1-r1.apk >>> tree-sitter-javascript: Build complete at Fri, 25 Jul 2025 12:50:05 +0000 elapsed time 0h 0m 6s >>> tree-sitter-javascript: Cleaning up srcdir >>> tree-sitter-javascript: Cleaning up pkgdir >>> tree-sitter-javascript: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-javascript (20250725.125000) ( 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-javascript: Updating the community/x86 repository index... >>> tree-sitter-javascript: Signing the index...