>>> tree-sitter-vim: Building community/tree-sitter-vim 0.6.0-r1 (using abuild 3.15.0-r2) started Thu, 03 Jul 2025 15:22:29 +0000 >>> tree-sitter-vim: Validating /home/buildozer/aports/community/tree-sitter-vim/APKBUILD... >>> tree-sitter-vim: Analyzing dependencies... >>> tree-sitter-vim: 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.6-r1) ( 4/14) Installing tree-sitter-dev (0.25.6-r1) ( 5/14) Installing ca-certificates (20241121-r2) ( 6/14) Installing ada-libs (2.9.2-r4) ( 7/14) Installing icu-data-en (76.1-r0) icu-data-en-76.1-r0.post-install: Executing script... icu-data-en-76.1-r0.post-install: * icu-data-en-76.1-r0.post-install: * If you need ICU with non-English locales and legacy charset support, install icu-data-en-76.1-r0.post-install: * package icu-data-full. icu-data-en-76.1-r0.post-install: * ( 8/14) Installing icu-libs (76.1-r0) ( 9/14) Installing simdjson (3.12.0-r0) (10/14) Installing simdutf (7.2.1-r0) (11/14) Installing sqlite-libs (3.50.2-r0) (12/14) Installing nodejs (22.16.0-r2) (13/14) Installing tree-sitter-cli (0.25.6-r1) (14/14) Installing .makedepends-tree-sitter-vim (20250703.152230) busybox-1.37.0-r18.trigger: Executing script... ca-certificates-20241121-r2.trigger: Executing script... OK: 465 MiB in 122 packages >>> tree-sitter-vim: Cleaning up srcdir >>> tree-sitter-vim: Cleaning up pkgdir >>> tree-sitter-vim: Cleaning up tmpdir >>> tree-sitter-vim: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-vim-0.6.0.tar.gz >>> tree-sitter-vim: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-vim-0.6.0.tar.gz >>> tree-sitter-vim: Checking sha512sums... tree-sitter-vim-0.6.0.tar.gz: OK >>> tree-sitter-vim: Unpacking /var/cache/distfiles/edge/tree-sitter-vim-0.6.0.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 vim.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 augroup_statement: 1. ✓ Simple augroup -- Warning: Slow parse rate (28.000 bytes/ms) 2. ✓ Augroup bang -- Warning: Slow parse rate (194.904 bytes/ms) 3. ✓ Augroup with _ autocmds: 4. ✓ Basic 5. ✓ No arguments 6. ✓ Autocmd only group 7. ✓ Autocmd with once and nested 8. ✓ Autocmd only event/pattern 9. ✓ Multiple events 10. ✓ Multiple patterns 11. ✓ Autocommand term pattern 12. ✓ Autocommand with group bang_filter_statement: 13. ✓ Filter colorscheme_statement: 14. ✓ Colorscheme alone 15. ✓ Colorscheme named 16. ✓ Colorscheme weird command_statement: 17. ✓ Command alone 18. ✓ Command with name 19. ✓ Command with repl 20. ✓ Command with attribute commands: 21. ✓ Simple command with args 22. ✓ Simple command with bang 23. ✓ Simple command with weird arguments 24. ✓ Simple command without args 25. ✓ Simple command multiline 26. ✓ Multiple commands pipe 27. ✓ Throw statement 28. ✓ Execute statement 29. ✓ Execute in if -- Warning: Slow parse rate (320.357 bytes/ms) 30. ✓ User command with string 31. ✓ startinsert 32. ✓ stopinsert 33. ✓ comclear 34. ✓ delcommand 35. ✓ Colon in commands 36. ✓ Unknown builtin command 37. ✓ Substitute command comments: 38. ✓ Basic comment 39. ✓ Comment after statement 40. ✓ Comment with inner quotes 41. ✓ Comment with inner double quotes 42. ✓ Set then comment 43. ✓ Line continuation comments const_statement: 44. ✓ Const global 45. ✓ Const destructuring 46. ✓ Const heredoc echo: 47. ✓ Simple echo 48. ✓ Echo with multiple arguments 49. ✓ Echo with expression 50. ✓ Echo with multiple expressions 51. ✓ partial echo 52. ✓ echon with arguments 53. ✓ echohl with argument 54. ✓ echomsg with arguments 55. ✓ echo curly-braces 56. ✓ echoerr with arguments edit_statement: 57. ✓ simple edit 58. ✓ Edit with opts and cmd 59. ✓ Edit with filename 60. ✓ Edit with bufnr 61. ✓ Edit with args and filename or bufnr 62. ✓ Enew command 63. ✓ Find command 64. ✓ Ex command 65. ✓ Visual command 66. ✓ View command embedded_langs: 67. ✓ Lua chunk 68. ✓ Lua chunk (:=) 69. ✓ Lua script 70. ✓ Python chunk 71. ✓ Perl chunk 72. ✓ Ruby chunk expressions: 73. ✓ Call expression 74. ✓ Method expression 75. ✓ Method expression chained 76. ✓ Method expression chained newline 77. ✓ lambda expression 78. ✓ Method lambda expression 79. ✓ Lambda expression with name expansion 80. ✓ Lambda expression with name expansion 81. ✓ Call expression with curly-braces 82. ✓ Call statement with method call 83. ✓ String arguments 84. ✓ Call expression with range 85. ✓ Or expression 86. ✓ Scope dict 87. ✓ Literal string 88. ✓ Multiline string #31 89. ✓ Slice expression 90. ✓ String concatenation 91. ✓ Packed string concatenation (#113) 92. ✓ Dictionnary keys 93. ✓ Lists 94. ✓ Registers 95. ✓ Literal dictionaries 96. ✓ Calling a funcref returned by a function call 97. ✓ Calling a funcref contained in a list 98. ✓ Comparator matching case 99. ✓ Scoped identifier with brace expansion 100. ✓ Eval statement filetype_statement: 101. ✓ Filetype for_loop: 102. ✓ for with identifier 103. ✓ for with list 104. ✓ for with list and rest 105. ✓ For with argument name function_defs: 106. ✓ Function definitions end keywords 107. ✓ Function definition without body 108. ✓ Function definition with body 109. ✓ Function with args 110. ✓ Function with default args 111. ✓ Function only default 112. ✓ Function default spread 113. ✓ Function with args and spread 114. ✓ Function with spread 115. ✓ Script local function 116. ✓ Function return integer 117. ✓ Function empty return 118. ⌀ Function with definition arguments 119. ✓ :fun-y function 120. ✓ Function def with comment 121. ✓ function with curly-brace 122. ✓ Basic anonymous function 123. ✓ Anonymous function with curly-brace 124. ✓ Anonymous function bound to a script-local variable 125. ✓ Anonymous function bound to an element of a list 126. ✓ Function definitions with bang highlight_statement: 127. ✓ Empty highlight 128. ✓ Highlight list 129. ✓ Highlight clear 130. ✓ Highlight none 131. ✓ Highlight cterm 132. ✓ Highlight start stop 133. ✓ Highglight ctermfg ctermbg 134. ✓ Highlight gui 135. ✓ Highlight guifg guibg guisp 136. ✓ Highlight font 137. ✓ Highlight blend 138. ✓ Highlight link 139. ✓ Highlight treesitter group if_statement: 140. ✓ Single if statement 141. ✓ If - else statement 142. ✓ If - elseif - else statement 143. ✓ If - elseif statement 144. ✓ If - elseif statement with a:var let_statement: 145. ✓ Let only 146. ✓ Let variable list 147. ✓ Let variable scope 148. ✓ Let variable all together 149. ✓ Let global 150. ✓ Let arguments 151. ✓ Let destructuring 152. ✓ Let local variable 153. ✓ Let variable named like scopes 154. ✓ Let options 155. ✓ Let argument scope 156. ✓ Let curly-braces identifier 157. ✓ Let heredoc 158. ✓ Let heredoc with comment 159. ✓ Let update map: 160. ✓ Simple mapping 161. ✓ Mapping with multiple items on left and right 162. ✓ All map commands 163. ✓ Map expression 164. ✓ Map options 165. ✓ Map options combined 166. ✓ Quoted map expr 167. ✓ Quoted non-expr map 168. ✓ Map with spaces rhs 169. ✓ Map with keycode 170. ✓ Map bar 171. ✓ Map included bar 172. ✓ Map containing `<` 173. ✓ Map with modifiers 174. ✓ Map bar 175. ✓ Map with colon normal_statement: 176. ✓ Simple normal 177. ✓ Normal with spaces 178. ✓ Normal with pipe 179. ✓ Normal space pipe 180. ✓ Normal backslash 181. ✓ Multiple normals 182. ✓ Range normal 183. ✓ normal with bang 184. ✓ Range normal with bang options_statements: 185. ✓ Simple option 186. ✓ Simple browse quickfix: 187. ✓ Simple quickfix commands 188. ✓ Mapping with cnext #94 range_statement: 189. ✓ Range simple 190. ✓ Range one line 191. ✓ Range two line 192. ✓ Range two lines with ; 193. ✓ Range line and eof 194. ✓ Range marks 195. ✓ Range patterns 196. ✓ Range last pattern 197. ✓ Range + 198. ✓ Range pattern with missing end register_statement: 199. ✓ Letter register 200. ✓ Special registers 201. ✓ Number register runtime_statement: 202. ✓ Runtime basic 203. ✓ Runtime multiple files 204. ✓ Runtime with where 205. ✓ Runtime with wildcard 206. ✓ Runtime with white-space scan_separator: 207. ✓ Simple global 208. ✓ Global with double quotes 209. ✓ Global with pattern 210. ✓ Global with range scriptencoding_statement: 211. ✓ Simple scriptencoding set: 212. ✓ Simple set 213. ✓ Set noopt 214. ✓ Set opt? 215. ✓ Set invopt 216. ✓ Set default 217. ✓ Set value 218. ✓ Set value with spaces 219. ✓ Multiple set 220. ✓ Set empty value 221. ✓ Set with tabs (#24) 222. ✓ Set with backslash at the end 223. ✓ Set with no 224. ✓ Foldexpr complicated cases 225. ✓ Setfiletype sign_statement: 226. ✓ Sign define 227. ✓ Sign undefine 228. ✓ Sign list 229. ✓ Sign place place 230. ✓ Sign place list 231. ✓ Sign unplace 232. ✓ Sign jump silent: 233. ✓ Basic silent 234. ✓ Partial silent 235. ✓ Partial silent bang 236. ✓ Silent bang source_statement: 237. ✓ Source alone 238. ✓ Source filename 239. ✓ Source banged 240. ✓ Source range syntax_statement: 241. ✓ Syntax enable and on 242. ✓ Syntax case 243. ✓ Syntax spell 244. ✓ Syntax foldlevel 245. ✓ Syntax keyword 246. ✓ Syntax keyword options 247. ✓ Syntax match 248. ✓ Syntax region 249. ✓ Syntax cluster 250. ✓ Syntax sync 251. ✓ Syntax list 252. ✓ Syntax clear 253. ✓ Syntax include 254. ✓ Syntax iskeyword 255. ✓ Syntax conceal try_statement: 256. ✓ Try without catch 257. ✓ Try with catch 258. ✓ Try with finally 259. ✓ Try with catch and finally unlet_statement: 260. ✓ Unlet identifier 261. ✓ Unlet expression 262. ✓ Unlet envar while_loop: 263. ✓ While loop without a body 264. ✓ While loop with a body 265. ✓ Confusing while loop with range 266. ✓ While loop with continue statement 267. ✓ While loop with break window_commands: 268. ✓ Wincmd basic 269. ✓ Wincmd count 270. ✓ Command modifiers for window placement 271. ✓ Mapping with window modifier Total parses: 270; successful parses: 270; failed parses: 0; success percentage: 100.00%; average speed: 2013 bytes/ms syntax highlighting: ✓ highlight_statement.vim (29 assertions) ✓ comment.vim (0 assertions) ✓ command_modifiers.vim (9 assertions) ✓ set.vim (12 assertions) ✓ loops.vim (15 assertions) ✓ edit.vim (41 assertions) ✓ statements.vim (10 assertions) ✓ let_statement.vim (4 assertions) ✓ eval.vim (5 assertions) ✓ commands.vim (76 assertions) ✓ source.vim (5 assertions) ✓ filetype_statement.vim (9 assertions) >>> tree-sitter-vim: Entering fakeroot... + install -D -m755 ./src/vim.so -t /home/buildozer/aports/community/tree-sitter-vim/pkg/tree-sitter-vim/usr/lib/tree-sitter/ + ln -s tree-sitter/vim.so /home/buildozer/aports/community/tree-sitter-vim/pkg/tree-sitter-vim/usr/lib/libtree-sitter-vim.so + '[' -d queries/vim ] + install -D -m755 queries/vim/folds.scm queries/vim/highlights.scm queries/vim/injections.scm -t /home/buildozer/aports/community/tree-sitter-vim/pkg/tree-sitter-vim/usr/share/tree-sitter/queries/vim/ >>> tree-sitter-vim-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/tree-sitter-vim/pkg/tree-sitter-vim-doc/usr/share/doc' 'usr/share/licenses' -> '/home/buildozer/aports/community/tree-sitter-vim/pkg/tree-sitter-vim-doc/usr/share/licenses' >>> tree-sitter-vim-doc*: Preparing subpackage tree-sitter-vim-doc... >>> tree-sitter-vim-doc*: Running postcheck for tree-sitter-vim-doc >>> tree-sitter-vim*: Running postcheck for tree-sitter-vim >>> tree-sitter-vim*: Preparing package tree-sitter-vim... >>> tree-sitter-vim*: Stripping binaries >>> tree-sitter-vim-doc*: Scanning shared objects >>> tree-sitter-vim*: Scanning shared objects >>> tree-sitter-vim-doc*: Tracing dependencies... >>> tree-sitter-vim-doc*: Package size: 1.7 KB >>> tree-sitter-vim-doc*: Compressing data... >>> tree-sitter-vim-doc*: Create checksum... >>> tree-sitter-vim-doc*: Create tree-sitter-vim-doc-0.6.0-r1.apk >>> tree-sitter-vim*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> tree-sitter-vim*: Package size: 1.1 MB >>> tree-sitter-vim*: Compressing data... >>> tree-sitter-vim*: Create checksum... >>> tree-sitter-vim*: Create tree-sitter-vim-0.6.0-r1.apk >>> tree-sitter-vim: Build complete at Thu, 03 Jul 2025 15:22:39 +0000 elapsed time 0h 0m 10s >>> tree-sitter-vim: Cleaning up srcdir >>> tree-sitter-vim: Cleaning up pkgdir >>> tree-sitter-vim: Uninstalling dependencies... ( 1/14) Purging .makedepends-tree-sitter-vim (20250703.152230) ( 2/14) Purging tree-sitter-dev (0.25.6-r1) ( 3/14) Purging jq (1.8.0-r0) ( 4/14) Purging tree-sitter (0.25.6-r1) ( 5/14) Purging tree-sitter-cli (0.25.6-r1) ( 6/14) Purging nodejs (22.16.0-r2) ( 7/14) Purging ca-certificates (20241121-r2) ca-certificates-20241121-r2.post-deinstall: Executing script... ( 8/14) Purging ada-libs (2.9.2-r4) ( 9/14) Purging icu-libs (76.1-r0) (10/14) Purging oniguruma (6.9.10-r0) (11/14) Purging simdjson (3.12.0-r0) (12/14) Purging simdutf (7.2.1-r0) (13/14) Purging sqlite-libs (3.50.2-r0) (14/14) Purging icu-data-en (76.1-r0) busybox-1.37.0-r18.trigger: Executing script... OK: 399 MiB in 108 packages >>> tree-sitter-vim: Updating the community/aarch64 repository index... >>> tree-sitter-vim: Signing the index...