>>> tree-sitter-php: Building community/tree-sitter-php 0.24.2-r0 (using abuild 3.15.0-r2) started Mon, 18 Aug 2025 11:19:26 +0000 >>> tree-sitter-php: Validating /home/buildozer/aports/community/tree-sitter-php/APKBUILD... >>> tree-sitter-php: Analyzing dependencies... >>> tree-sitter-php: 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.6-r0) (11/14) Installing sqlite-libs (3.50.4-r1) (12/14) Installing nodejs (22.16.0-r3) (13/14) Installing tree-sitter-cli (0.25.8-r0) (14/14) Installing .makedepends-tree-sitter-php (20250818.111927) busybox-1.37.0-r22.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 492 MiB in 118 packages >>> tree-sitter-php: Cleaning up srcdir >>> tree-sitter-php: Cleaning up pkgdir >>> tree-sitter-php: Cleaning up tmpdir >>> tree-sitter-php: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-php-0.24.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tree-sitter-php: Fetching https://github.com/tree-sitter/tree-sitter-php/archive/v0.24.2/tree-sitter-php-0.24.2.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/tree-sitter-php-0.24.2.tar.gz.part' tree-sitter-php-0.24 100% |********************************| 733k 0:00:00 ETA '/var/cache/distfiles/edge/tree-sitter-php-0.24.2.tar.gz.part' saved >>> tree-sitter-php: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-php-0.24.2.tar.gz >>> tree-sitter-php: Checking sha512sums... tree-sitter-php-0.24.2.tar.gz: OK >>> tree-sitter-php: Unpacking /var/cache/distfiles/edge/tree-sitter-php-0.24.2.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 php.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 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 bugs: 1. ✓ Parse error when using self as constant -- Warning: Slow parse rate (333.733 bytes/ms) 2. ✓ Incorrect precedence for error suppression operator 3. ✓ Error when using expressions as named argument 4. ✓ Error when closing tag is in a string 5. ✓ Error with comment inside binary expression 6. ✓ Class constants can contain primitive types class: 7. ✓ Abstract class 8. ✓ Anonymous classes 9. ✓ Conditional class definition 10. ✓ Class constant modifiers 11. ✓ Typed class constants 12. ✓ Final class 13. ✓ Implicitly public properties and methods 14. ✓ Reserved keywords properties and methods 15. ✓ Property Types 16. ✓ Constructor Property Promotion 17. ✓ Readonly properties 18. ✓ Constructor property promotion with readonly modifier 19. ✓ Readonly class 20. ✓ Constants in trait 21. ✓ Property Hooks 22. ✓ Asymmetric Property Visibility declarations: 23. ✓ Class declarations 24. ✓ Interface declarations 25. ✓ Use declarations 26. ✓ Namespace use declarations 27. ✓ Namespace names in namespaces 28. ✓ Reserved keyword in namespace 29. ✓ Relative namespace names 30. ✓ Class declarations 31. ✓ Class declarations with base classes 32. ✓ Function parameters 33. ✓ Functions with default parameters 34. ✓ Static variables in functions 35. ✓ Defining Constants 36. ✓ Attributes 37. ✓ Enums errors: 38. ✓ Error detected at globally reserved keyword execution_operator: 39. ✓ Quotes in backticks 40. ✓ Escape sequences in backticks 41. ✓ Variable interpolation in backticks 42. ✓ Member access expression in backticks 43. ✓ Array subscript expression in backticks 44. ✓ Complex interpolation in backticks 45. ✓ Nesting of expression in backticks 46. ✓ Nested escaped backticks 47. ✓ Comment in backticks expressions: 48. ✓ Dynamic variable names 49. ✓ Exponentiation 50. ✓ Reserved Identifiers as Names 51. ✓ Unary op with assignment expressions 52. ✓ Capitalized logical operators 53. ✓ Cast expressions in assignments 54. ✓ Cast include 55. ✓ Reserved words as function calls 56. ✓ Scoped self call expressions 57. ✓ Member call expressions 58. ✓ Symmetric array destructuring 59. ✓ Precedence of assignment, `or`, `xor`, and `and` 60. ✓ Associativity of conditional 61. ✓ Associativity of null-coalescence 62. ✓ Associativity of negation 63. ✓ Augmented assignment 64. ✓ Nested assignemnts 65. ✓ All binary op precedence levels 66. ✓ Concatenation precedence 67. ✓ Arrays 68. ✓ Anonymous functions 69. ✓ Throw expressions 70. ✓ Nullsafe operator 71. ✓ First class callable syntax 72. ✓ Match expressions 73. ✓ Arrow functions 74. ✓ Functions with named arguments 75. ✓ Precedence between concatenation and shift 76. ✓ References 77. ✓ Empty match expressions 78. ✓ Class constant access 79. ✓ Dynamic class constant access 80. ✓ Class instantiation 81. ✓ UTF-8 identifiers 82. ✓ Yield expressions 83. ✓ Instanceof 84. ✓ Pipe operator interpolation: 85. ✓ no interpolated text 86. ✓ interpolated text at beginning 87. ✓ interpolated text at end 88. ✓ interpolated text in middle 89. ✓ short open tag: On 90. ✓ short open tag: Off 91. ✓ Single line php comment 92. ✓ Single line comment without any content 93. ✓ Closing tags before the first PHP tag 94. ✓ WordPress colon blocks 95. ✓ octothorpe immediately after text interpolation literals: 96. ✓ Booleans 97. ✓ Floats 98. ✓ Integers 99. ✓ Testing string scanner conformance 100. ✓ Shell command nowdoc: 101. ✓ Nowdocs php_only: 102. ✓ If statement 103. ✓ Class statements: 104. ✓ If statements 105. ✓ Alternative if statements 106. ✓ While statements 107. ✓ Alternative while statements 108. ✓ For statements 109. ✓ Switch statements 110. ✓ Alternative switch statements 111. ✓ Include statement 112. ✓ Do-while statements 113. ✓ Try statements 114. ✓ Foreach statements 115. ✓ Case insensitive keywords 116. ✓ Accessing Constants 117. ✓ Named label and goto statement 118. ✓ Exit statements string: 119. ✓ Complex: Variable access 120. ✓ Complex: Disallow space between { and $ 121. ✓ Complex: PHP documentation tests 122. ✓ Simple: Variable access 123. ✓ Simple: Member and array access 124. ✓ Corner cases 125. ✓ Single quoted 126. ✓ Bug: #113 127. ✓ Heredocs 128. ✓ Nowdocs 129. ✓ Here/Nowdoc with numbers in identifier 130. ✓ Unicode escape sequences 131. ✓ Complex string types: 132. ✓ Type names 133. ✓ Primitive types 134. ✓ Intersection type 135. ✓ Disjunctive Normal Form type 136. ✓ Optional types 137. ✓ Union types 138. ✓ Mixed type 139. ✓ Static type 140. ✓ Null type 141. ✓ False type 142. ✓ True type Total parses: 142; successful parses: 142; failed parses: 0; success percentage: 100.00%; average speed: 1253 bytes/ms syntax highlighting: ✓ keywords.php (78 assertions) ✓ namespaces.php (81 assertions) ✓ variables.php (8 assertions) ✓ types.php (10 assertions) ✓ literals.php (7 assertions) tags: ✓ definition.php (8 assertions) ✓ reference.php (6 assertions) >>> tree-sitter-php: Entering fakeroot... + install -D -m755 php/src/php.so -t /home/buildozer/aports/community/tree-sitter-php/pkg/tree-sitter-php/usr/lib/tree-sitter/ + ln -s tree-sitter/php.so /home/buildozer/aports/community/tree-sitter-php/pkg/tree-sitter-php/usr/lib/libtree-sitter-php.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights.scm ./queries/injections-text.scm ./queries/injections.scm ./queries/tags.scm -t /home/buildozer/aports/community/tree-sitter-php/pkg/tree-sitter-php/usr/share/tree-sitter/queries/php/ >>> tree-sitter-php*: Running postcheck for tree-sitter-php >>> tree-sitter-php*: Preparing package tree-sitter-php... >>> tree-sitter-php*: Stripping binaries >>> tree-sitter-php*: Scanning shared objects >>> tree-sitter-php*: Tracing dependencies... so:libc.musl-x86.so.1 >>> tree-sitter-php*: Package size: 1.0 MB >>> tree-sitter-php*: Compressing data... >>> tree-sitter-php*: Create checksum... >>> tree-sitter-php*: Create tree-sitter-php-0.24.2-r0.apk >>> tree-sitter-php: Build complete at Mon, 18 Aug 2025 11:19:44 +0000 elapsed time 0h 0m 18s >>> tree-sitter-php: Cleaning up srcdir >>> tree-sitter-php: Cleaning up pkgdir >>> tree-sitter-php: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-php (20250818.111927) ( 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.6-r0) (13/14) Purging sqlite-libs (3.50.4-r1) (14/14) Purging icu-data-en (76.1-r1) busybox-1.37.0-r22.trigger: Executing script... OK: 426 MiB in 104 packages >>> tree-sitter-php: Updating the community/x86 repository index... >>> tree-sitter-php: Signing the index...