>>> tree-sitter-yaml: Building testing/tree-sitter-yaml 0.7.0-r0 (using abuild 3.15.0_rc3-r0) started Sat, 12 Apr 2025 13:06:22 +0000 >>> tree-sitter-yaml: Validating /home/buildozer/aports/testing/tree-sitter-yaml/APKBUILD... >>> tree-sitter-yaml: Analyzing dependencies... >>> tree-sitter-yaml: Installing for build: build-base tree-sitter-dev tree-sitter-cli (1/6) Installing oniguruma (6.9.10-r0) (2/6) Installing jq (1.7.1-r0) (3/6) Installing tree-sitter (0.22.2-r2) (4/6) Installing tree-sitter-dev (0.22.2-r2) (5/6) Installing tree-sitter-cli (0.24.4-r0) (6/6) Installing .makedepends-tree-sitter-yaml (20250412.130623) Executing busybox-1.37.0-r16.trigger OK: 335 MiB in 110 packages >>> tree-sitter-yaml: Cleaning up srcdir >>> tree-sitter-yaml: Cleaning up pkgdir >>> tree-sitter-yaml: Cleaning up tmpdir >>> tree-sitter-yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-yaml-0.7.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-yaml: Fetching https://github.com/tree-sitter-grammars/tree-sitter-yaml/archive/refs/tags/v0.7.0/tree-sitter-yaml-0.7.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/tree-sitter-yaml-0.7.0.tar.gz.part' tree-sitter-yaml-0.7 100% |********************************| 155k 0:00:00 ETA '/var/cache/distfiles/edge/tree-sitter-yaml-0.7.0.tar.gz.part' saved >>> tree-sitter-yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-yaml-0.7.0.tar.gz >>> tree-sitter-yaml: Checking sha512sums... tree-sitter-yaml-0.7.0.tar.gz: OK 1805917414a9a8ba2473717fd69447277a175fae.patch: OK >>> tree-sitter-yaml: Unpacking /var/cache/distfiles/edge/tree-sitter-yaml-0.7.0.tar.gz... >>> tree-sitter-yaml: 1805917414a9a8ba2473717fd69447277a175fae.patch patching file schema/update-schema.js patching file src/schema.core.c patching file src/schema.json.c + cc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c ./schema.core.c ./schema.json.c In file included from ./parser.c:1: ./parser.c: In function 'ts_lex': ./tree_sitter/parser.h:167:11: warning: variable 'lookahead' set but not used [-Wunused-but-set-variable] 167 | int32_t lookahead; \ | ^~~~~~~~~ ./parser.c:3784:3: note: in expansion of macro 'START_LEXER' 3784 | START_LEXER(); | ^~~~~~~~~~~ In file included from ./scanner.c:1: ./scanner.c: In function 'pop_ind': ./tree_sitter/array.h:106:42: warning: value computed is not used [-Wunused-value] 106 | #define array_pop(self) ((self)->contents[--(self)->size]) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./scanner.c:256:5: note: in expansion of macro 'array_pop' 256 | array_pop(&scanner->ind_len_stk); | ^~~~~~~~~ ./tree_sitter/array.h:106:42: warning: value computed is not used [-Wunused-value] 106 | #define array_pop(self) ((self)->contents[--(self)->size]) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./scanner.c:257:5: note: in expansion of macro 'array_pop' 257 | array_pop(&scanner->ind_typ_stk); | ^~~~~~~~~ ./scanner.c: In function 'scn_dir_tag_pfx': ./scanner.c:459:13: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 459 | case SCN_FAIL: | ^~~~ ./scanner.c: In function 'scn_tag': ./scanner.c:501:17: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 501 | case SCN_FAIL: | ^~~~ ./scanner.c:515:17: warning: case label value is less than minimum value for type [-Wswitch-outside-range] 515 | case SCN_FAIL: | ^~~~ ./scanner.c: In function 'scn_pln_cnt': ./scanner.c:771:10: warning: variable 'is_cur_wsp' set but not used [-Wunused-but-set-variable] 771 | bool is_cur_wsp = is_wsp(scanner->cur_chr); | ^~~~~~~~~~ ./schema.core.c:14:15: warning: 'adv_sch_stt' defined but not used [-Wunused-function] 14 | static int8_t adv_sch_stt(int8_t sch_stt, int32_t cur_chr, ResultSchema *rlt_sch) { | ^~~~~~~~~~~ ./schema.json.c:14:15: warning: 'adv_sch_stt' defined but not used [-Wunused-function] 14 | static int8_t adv_sch_stt(int8_t sch_stt, int32_t cur_chr, ResultSchema *rlt_sch) { | ^~~~~~~~~~~ + find -name '*.cc' + grep -q . + cc -shared -Wl,--as-needed,-O1,--sort-common -o yaml.so ./parser.o ./scanner.o ./schema.core.o ./schema.json.o tree-sitter test 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 02_preview: 1. βœ“ Sequence of Scalars (ball players) 2. βœ“ Mapping Scalars to Scalars (player statistics) 3. βœ“ Mapping Scalars to Sequences (ball clubs in each league) 4. βœ“ Sequence of Mappings (players’ statistics) 5. βœ“ Sequence of Sequences 6. βœ“ Mapping of Mappings 7. βœ“ Two Documents in a Stream (each with a leading comment) 8. βœ“ Play by Play Feed from a Game 9. βœ“ Single Document with Two Comments 10. βœ“ Node for β€œSammy Sosa” appears twice in this document 11. βœ“ Mapping between Sequences 12. βœ“ Compact Nested Mapping 13. βœ“ In literals, newlines are preserved 14. βœ“ In the folded scalars, newlines become spaces 15. βœ“ Folded newlines are preserved for "more indented" and blank lines 16. βœ“ Indentation determines scope 17. βœ“ Quoted Scalars 18. βœ“ Multi-line Flow Scalars 19. βœ“ Integers 20. βœ“ Floating Point 21. βœ“ Miscellaneous 22. βœ“ Timestamps 23. βœ“ Various Explicit Tags 24. βœ“ Global Tags 25. βœ“ Unordered Sets 26. βœ“ Ordered Mappings 05_characters: 27. βœ“ Byte Order Mark 28. ξͺ‡ Invalid Byte Order Mark 29. βœ“ Block Structure Indicators 30. βœ“ Flow Collection Indicators 31. βœ“ Comment Indicator 32. βœ“ Node Property Indicators 33. βœ“ Block Scalar Indicators 34. βœ“ Quoted Scalar Indicators 35. βœ“ Directive Indicator 36. ξͺ‡ Invalid use of Reserved Indicators 37. βœ“ Line Break Characters 38. βœ“ Tabs and Spaces 39. βœ“ Escaped Characters 40. ξͺ‡ Invalid Escaped Characters 06_structures: 41. βœ“ Indentation Spaces 42. βœ“ Indentation Indicators 43. βœ“ Separation Spaces 44. βœ“ Line Prefixes 45. βœ“ Empty Lines 46. βœ“ Line Folding 47. βœ“ Block Folding 48. βœ“ Flow Folding 49. βœ“ Separated Comment 50. βœ“ Comment Lines 51. βœ“ Multi-Line Comments 52. βœ“ Separation Spaces 53. βœ“ Reserved Directives 54. βœ“ β€œYAML” directive 55. ξͺ‡ Invalid Repeated YAML directive 56. βœ“ β€œTAG” directive 57. ξͺ‡ Invalid Repeated TAG directive 58. βœ“ Primary Tag Handle 59. βœ“ Secondary Tag Handle 60. βœ“ Tag Handles 61. βœ“ Local Tag Prefix 62. βœ“ Global Tag Prefix 63. βœ“ Node Properties 64. βœ“ Verbatim Tags 65. βœ“ Invalid Verbatim Tags 66. βœ“ Tag Shorthands 67. βœ“ Invalid Tag Shorthands 68. βœ“ Non-Specific Tags 69. βœ“ Node Anchors 07_flows: 70. βœ“ Alias Nodes 71. βœ“ Empty Content 72. βœ“ Completely Empty Flow Nodes 73. βœ“ Double Quoted Implicit Keys 74. βœ“ Double Quoted Line Breaks 75. βœ“ Double Quoted Lines 76. βœ“ Single Quoted Characters 77. βœ“ Single Quoted Implicit Keys 78. βœ“ Single Quoted Lines 79. βœ“ Plain Characters 80. βœ“ Plain Implicit Keys 81. βœ“ Plain Lines 82. βœ“ Flow Sequence 83. βœ“ Flow Sequence Entries 84. βœ“ Flow Mappings 85. βœ“ Flow Mapping Entries 86. βœ“ Flow Mapping Separate Values 87. βœ“ Flow Mapping Adjacent Values 88. βœ“ Single Pair Flow Mappings 89. βœ“ Single Pair Explicit Entry 90. βœ“ Single Pair Implicit Entries 91. βœ“ Invalid Implicit Keys 92. βœ“ Flow Content 93. βœ“ Flow Nodes 08_blocks: 94. βœ“ Block Scalar Header 95. βœ“ Block Indentation Indicator 96. βœ“ Chomping Final Line Break 97. βœ“ Chomping Trailing Lines 98. βœ“ Empty Scalar Chomping 99. βœ“ Literal Scalar 100. βœ“ Literal Content 101. βœ“ Folded Scalar 102. βœ“ Folded Lines 103. βœ“ More Indented Lines 104. βœ“ Empty Separation Lines 105. βœ“ Final Empty Lines 106. βœ“ Block Sequence 107. βœ“ Block Sequence Entry Types 108. βœ“ Block Mappings 109. βœ“ Explicit Block Mapping Entries 110. βœ“ Implicit Block Mapping Entries 111. βœ“ Compact Block Mappings 112. βœ“ Block Node Types 113. βœ“ Block Scalar Nodes 114. βœ“ Block Collection Nodes 115. βœ“ Long string scalar (> SCHAR_MAX in length) 09_streams: 116. βœ“ Document Prefix 117. βœ“ Document Markers 118. βœ“ Bare Documents 119. βœ“ Explicit Documents 120. βœ“ Directives Documents 121. βœ“ Stream 10_schemas: 122. βœ“ !!map Examples 123. βœ“ !!seq Examples 124. βœ“ !!str Examples 125. βœ“ !!null Examples 126. βœ“ !!bool Examples 127. βœ“ !!int Examples 128. βœ“ !!float Examples 129. βœ“ JSON Tag Resolution 130. βœ“ Core Tag Resolution syntax highlighting: βœ“ core.yaml (25 assertions) >>> tree-sitter-yaml: Entering fakeroot... + install -D -m755 src/yaml.so -t /home/buildozer/aports/testing/tree-sitter-yaml/pkg/tree-sitter-yaml/usr/lib/tree-sitter/ + ln -s tree-sitter/yaml.so /home/buildozer/aports/testing/tree-sitter-yaml/pkg/tree-sitter-yaml/usr/lib/libtree-sitter-yaml.so + '[' -d queries ] + install -D -m755 queries/highlights.scm -t /home/buildozer/aports/testing/tree-sitter-yaml/pkg/tree-sitter-yaml/usr/share/tree-sitter/queries/yaml/ >>> tree-sitter-yaml-doc*: Running split function doc... 'usr/share/licenses' -> '/home/buildozer/aports/testing/tree-sitter-yaml/pkg/tree-sitter-yaml-doc/usr/share/licenses' >>> tree-sitter-yaml-doc*: Preparing subpackage tree-sitter-yaml-doc... >>> tree-sitter-yaml-doc*: Running postcheck for tree-sitter-yaml-doc >>> tree-sitter-yaml*: Running postcheck for tree-sitter-yaml >>> tree-sitter-yaml*: Preparing package tree-sitter-yaml... >>> tree-sitter-yaml*: Stripping binaries >>> tree-sitter-yaml-doc*: Scanning shared objects >>> tree-sitter-yaml*: Scanning shared objects >>> tree-sitter-yaml-doc*: Tracing dependencies... >>> tree-sitter-yaml-doc*: Package size: 1.1 KB >>> tree-sitter-yaml-doc*: Compressing data... >>> tree-sitter-yaml-doc*: Create checksum... >>> tree-sitter-yaml-doc*: Create tree-sitter-yaml-doc-0.7.0-r0.apk >>> tree-sitter-yaml*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> tree-sitter-yaml*: Package size: 182.1 KB >>> tree-sitter-yaml*: Compressing data... >>> tree-sitter-yaml*: Create checksum... >>> tree-sitter-yaml*: Create tree-sitter-yaml-0.7.0-r0.apk >>> tree-sitter-yaml: Build complete at Sat, 12 Apr 2025 13:06:27 +0000 elapsed time 0h 0m 5s >>> tree-sitter-yaml: Cleaning up srcdir >>> tree-sitter-yaml: Cleaning up pkgdir >>> tree-sitter-yaml: Uninstalling dependencies... (1/6) Purging .makedepends-tree-sitter-yaml (20250412.130623) (2/6) Purging tree-sitter-dev (0.22.2-r2) (3/6) Purging jq (1.7.1-r0) (4/6) Purging tree-sitter (0.22.2-r2) (5/6) Purging tree-sitter-cli (0.24.4-r0) (6/6) Purging oniguruma (6.9.10-r0) Executing busybox-1.37.0-r16.trigger OK: 323 MiB in 104 packages >>> tree-sitter-yaml: Updating the testing/armhf repository index... >>> tree-sitter-yaml: Signing the index...