>>> tree-sitter-c: Building community/tree-sitter-c 0.23.5-r1 (using abuild 3.15.0-r2) started Fri, 25 Jul 2025 18:35:58 +0000 >>> tree-sitter-c: Validating /home/buildozer/aports/community/tree-sitter-c/APKBUILD... >>> tree-sitter-c: Analyzing dependencies... >>> tree-sitter-c: 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-c (20250725.183559) busybox-1.37.0-r21.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 483 MiB in 120 packages >>> tree-sitter-c: Cleaning up srcdir >>> tree-sitter-c: Cleaning up pkgdir >>> tree-sitter-c: Cleaning up tmpdir >>> tree-sitter-c: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-c-0.23.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/tree-sitter-c-0.23.5.tar.gz.part' tree-sitter-c-0.23.5 100% |********************************| 369k 0:00:00 ETA '/var/cache/distfiles/edge/tree-sitter-c-0.23.5.tar.gz.part' saved >>> tree-sitter-c: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-c-0.23.5.tar.gz >>> tree-sitter-c: Checking sha512sums... tree-sitter-c-0.23.5.tar.gz: OK >>> tree-sitter-c: Unpacking /var/cache/distfiles/edge/tree-sitter-c-0.23.5.tar.gz... + cc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -fno-plt -c ./parser.c + find+ -name '*.cc'grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o c.so ./parser.o ambiguities: 1. ✓ pointer declarations vs expressions 2. ✓ casts vs multiplications 3. ✓ function-like type macros vs function calls 4. ✓ function calls vs parenthesized declarators vs macro types 5. ✓ Call expressions vs empty declarations w/ macros as types 6. ✓ Comments after for loops with ambiguities 7. ✓ Top-level macro invocations crlf: 8. ✓ Line comments with escaped CRLF line endings declarations: 9. ✓ Struct declarations 10. ✓ Union declarations 11. ✓ Enum declarations 12. ✓ Struct declarations containing preprocessor directives 13. ✓ Primitive-typed variable declarations 14. ✓ Variable storage classes 15. ✓ Composite-typed variable declarations 16. ✓ Pointer variable declarations 17. ✓ Typedefs 18. ✓ Function declarations 19. ✓ Function definitions 20. ✓ Function specifiers after types 21. ✓ Function definitions with macro attributes 22. ✓ Linkage specifications 23. ✓ Type qualifiers 24. ✓ Local array declarations 25. ✓ Attributes 26. ✓ More Assembly 27. ✓ Static in Array Declarations expressions: 28. ✓ Number literals 29. ✓ Identifiers 30. ✓ Unicode Identifiers 31. ✓ Common constants 32. ✓ Function calls 33. ✓ GNU inline assembly 34. ✓ Function call with compound statement 35. ✓ String literals 36. ✓ Character literals 37. ✓ Field access 38. ✓ Boolean operators 39. ✓ Math operators 40. ✓ The comma operator 41. ✓ Assignments 42. ✓ Pointer operations 43. ✓ Type-casts 44. ✓ Sizeof expressions 45. ✓ Alignof expressions 46. ✓ Offsetof expressions 47. ✓ Compound literals 48. ✓ Compound literals with trailing commas 49. ✓ Comments with escaped newlines 50. ✓ Comments with escaped chars and newlines 51. ✓ Generic Expressions 52. ✓ Noreturn Type Qualifier 53. ✓ Restrict Type Qualifier 54. ✓ Ternary 55. ✓ Concatenated strings 56. ✓ Nonnull Type Qualifier 57. ✓ Top Level Empty Expression Statement 58. ✓ Sized Type Specifier With Type Qualifiers microsoft: 59. ✓ declaration specs 60. ✓ pointers 61. ✓ call modifiers 62. ✓ SEH exception handling preprocessor: 63. ✓ Include directives 64. ✓ Object-like macro definitions 65. ✓ Function-like macro definitions 66. ✓ Ifdefs 67. ✓ Elifdefs 68. ✓ Mixing #elif and #elifdef 69. ✓ General if blocks 70. ✓ Preprocessor conditionals in functions 71. ✓ Preprocessor conditionals in struct/union bodies 72. ✓ Unknown preprocessor directives 73. ✓ Preprocessor expressions statements: 74. ✓ If statements 75. ✓ For loops 76. ✓ While loops 77. ✓ Labeled statements 78. ✓ Switch statements 79. ✓ Case statements separate from switch statements 80. ✓ Return statements 81. ✓ Comments with asterisks 82. ✓ Comment with multiple backslashes 83. ✓ Attributes types: 84. ✓ Primitive types 85. ✓ Type modifiers Total parses: 85; successful parses: 85; failed parses: 0; success percentage: 100.00%; average speed: 1278 bytes/ms syntax highlighting: ✓ names.c (20 assertions) ✓ keywords.c (3 assertions) >>> tree-sitter-c: Entering fakeroot... + install -D -m755 ./src/c.so -t /home/buildozer/aports/community/tree-sitter-c/pkg/tree-sitter-c/usr/lib/tree-sitter/ + ln -s tree-sitter/c.so /home/buildozer/aports/community/tree-sitter-c/pkg/tree-sitter-c/usr/lib/libtree-sitter-c.so + '[' -d ./queries ] + install -D -m755 ./queries/highlights.scm ./queries/tags.scm -t /home/buildozer/aports/community/tree-sitter-c/pkg/tree-sitter-c/usr/share/tree-sitter/queries/c/ >>> tree-sitter-c*: Running postcheck for tree-sitter-c >>> tree-sitter-c*: Preparing package tree-sitter-c... >>> tree-sitter-c*: Stripping binaries >>> tree-sitter-c*: Scanning shared objects >>> tree-sitter-c*: Tracing dependencies... >>> tree-sitter-c*: Package size: 598.9 KB >>> tree-sitter-c*: Compressing data... >>> tree-sitter-c*: Create checksum... >>> tree-sitter-c*: Create tree-sitter-c-0.23.5-r1.apk >>> tree-sitter-c: Build complete at Fri, 25 Jul 2025 18:36:02 +0000 elapsed time 0h 0m 4s >>> tree-sitter-c: Cleaning up srcdir >>> tree-sitter-c: Cleaning up pkgdir >>> tree-sitter-c: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-c (20250725.183559) ( 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: 413 MiB in 106 packages >>> tree-sitter-c: Updating the community/x86_64 repository index... >>> tree-sitter-c: Signing the index...