>>> tree-sitter-vim: Building testing/tree-sitter-vim 0.4.0-r0 (using abuild 3.14.1-r5) started Fri, 10 Jan 2025 18:46:47 +0000 >>> tree-sitter-vim: Validating /home/buildozer/aports/testing/tree-sitter-vim/APKBUILD... >>> tree-sitter-vim: Analyzing dependencies... >>> tree-sitter-vim: Installing for build: build-base tree-sitter-dev tree-sitter-cli (1/6) Installing oniguruma (6.9.9-r0) (2/6) Installing jq (1.7.1-r0) (3/6) Installing tree-sitter (0.22.2-r1) (4/6) Installing tree-sitter-dev (0.22.2-r1) (5/6) Installing tree-sitter-cli (0.24.4-r0) (6/6) Installing .makedepends-tree-sitter-vim (20250110.184649) Executing busybox-1.37.0-r10.trigger OK: 415 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.4.0.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-vim: Fetching https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v0.4.0/tree-sitter-vim-0.4.0.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 348k 0 348k 0 0 673k 0 --:--:-- --:--:-- --:--:-- 673k >>> tree-sitter-vim: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-vim-0.4.0.tar.gz >>> tree-sitter-vim: Checking sha512sums... tree-sitter-vim-0.4.0.tar.gz: OK >>> tree-sitter-vim: Unpacking /var/cache/distfiles/edge/tree-sitter-vim-0.4.0.tar.gz... + gcc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c + find -name '*.cc' + grep -q . + gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o vim.so ./parser.o ./scanner.o Warning: your package.json's `tree-sitter` field has been automatically migrated to the new `tree-sitter.json` config file For more information, visit https://tree-sitter.github.io/tree-sitter/creating-parsers 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 2. ✓ Augroup bang 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 30. ✓ User command with string 31. ✓ startinsert 32. ✓ stopinsert 33. ✓ comclear 34. ✓ delcommand 35. ✓ Colon in commands 36. ✓ Unknown builtin command comments: 37. ✓ Basic comment 38. ✓ Comment after statement 39. ✓ Comment with inner quotes 40. ✓ Comment with inner double quotes 41. ✓ Set then comment 42. ✓ Line continuation comments const_statement: 43. ✓ Const global 44. ✓ Const destructuring 45. ✓ Const heredoc echo: 46. ✓ Simple echo 47. ✓ Echo with multiple arguments 48. ✓ Echo with expression 49. ✓ Echo with multiple expressions 50. ✓ partial echo 51. ✓ echon with arguments 52. ✓ echohl with argument 53. ✓ echomsg with arguments 54. ✓ echo curly-braces 55. ✓ echoerr with arguments edit_statement: 56. ✓ simple edit 57. ✓ Edit with opts and cmd 58. ✓ Edit with filename 59. ✓ Edit with bufnr 60. ✓ Edit with args and filename or bufnr 61. ✓ Enew command 62. ✓ Find command 63. ✓ Ex command 64. ✓ Visual command 65. ✓ View command embedded_langs: 66. ✓ Lua chunk 67. ✓ Lua script 68. ✓ Python chunk 69. ✓ Perl chunk 70. ✓ Ruby chunk expressions: 71. ✓ Call expression 72. ✓ Method expression 73. ✓ Method expression chained 74. ✓ Method expression chained newline 75. ✓ lambda expression 76. ✓ Method lambda expression 77. ✓ Lambda expression with name expansion 78. ✓ Lambda expression with name expansion 79. ✓ Call expression with curly-braces 80. ✓ Call statement with method call 81. ✓ String arguments 82. ✓ Call expression with range 83. ✓ Or expression 84. ✓ Scope dict 85. ✓ Literal string 86. ✓ Multiline string #31 87. ✓ Slice expression 88. ✓ String concatenation 89. ✓ Packed string concatenation (#113) 90. ✓ Dictionnary keys 91. ✓ Lists 92. ✓ Registers 93. ✓ Literal dictionaries 94. ✓ Calling a funcref returned by a function call 95. ✓ Calling a funcref contained in a list 96. ✓ Comparator matching case 97. ✓ Scoped identifier with brace expansion 98. ✓ Eval statement filetype_statement: 99. ✓ Filetype for_loop: 100. ✓ for with identifier 101. ✓ for with list 102. ✓ for with list and rest 103. ✓ For with argument name function_defs: 104. ✓ Function definitions end keywords 105. ✓ Function definition without body 106. ✓ Function definition with body 107. ✓ Function with args 108. ✓ Function with default args 109. ✓ Function only default 110. ✓ Function default spread 111. ✓ Function with args and spread 112. ✓ Function with spread 113. ✓ Script local function 114. ✓ Function return integer 115. ✓ Function empty return 116. îȘœ Function with definition arguments 116. ✓ :fun-y function 117. ✓ Function def with comment 118. ✓ function with curly-brace 119. ✓ Basic anonymous function 120. ✓ Anonymous function with curly-brace 121. ✓ Anonymous function bound to a script-local variable 122. ✓ Anonymous function bound to an element of a list 123. ✓ Function definitions with bang highlight_statement: 124. ✓ Empty highlight 125. ✓ Highlight list 126. ✓ Highlight clear 127. ✓ Highlight none 128. ✓ Highlight cterm 129. ✓ Highlight start stop 130. ✓ Highglight ctermfg ctermbg 131. ✓ Highlight gui 132. ✓ Highlight guifg guibg guisp 133. ✓ Highlight font 134. ✓ Highlight blend 135. ✓ Highlight link 136. ✓ Highlight treesitter group if_statement: 137. ✓ Single if statement 138. ✓ If - else statement 139. ✓ If - elseif - else statement 140. ✓ If - elseif statement 141. ✓ If - elseif statement with a:var let_statement: 142. ✓ Let only 143. ✓ Let variable list 144. ✓ Let variable scope 145. ✓ Let variable all together 146. ✓ Let global 147. ✓ Let arguments 148. ✓ Let destructuring 149. ✓ Let local variable 150. ✓ Let variable named like scopes 151. ✓ Let options 152. ✓ Let argument scope 153. ✓ Let curly-braces identifier 154. ✓ Let heredoc 155. ✓ Let heredoc with comment 156. ✓ Let update map: 157. ✓ Simple mapping 158. ✓ Mapping with multiple items on left and right 159. ✓ All map commands 160. ✓ Map expression 161. ✓ Map options 162. ✓ Map options combined 163. ✓ Quoted map expr 164. ✓ Quoted non-expr map 165. ✓ Map with spaces rhs 166. ✓ Map with keycode 167. ✓ Map bar 168. ✓ Map included bar 169. ✓ Map containing `<` 170. ✓ Map with modifiers 171. ✓ Map bar 172. ✓ Map with colon normal_statement: 173. ✓ Simple normal 174. ✓ Normal with spaces 175. ✓ Normal with pipe 176. ✓ Normal space pipe 177. ✓ Normal backslash 178. ✓ Multiple normals 179. ✓ Range normal 180. ✓ normal with bang 181. ✓ Range normal with bang options_statements: 182. ✓ Simple option 183. ✓ Simple browse quickfix: 184. ✓ Simple quickfix commands 185. ✓ Mapping with cnext #94 range_statement: 186. ✓ Range simple 187. ✓ Range one line 188. ✓ Range two line 189. ✓ Range two lines with ; 190. ✓ Range line and eof 191. ✓ Range marks 192. ✓ Range patterns 193. ✓ Range last pattern 194. ✓ Range + 195. ✓ Range pattern with missing end register_statement: 196. ✓ Letter register 197. ✓ Special registers 198. ✓ Number register runtime_statement: 199. ✓ Runtime basic 200. ✓ Runtime multiple files 201. ✓ Runtime with where 202. ✓ Runtime with wildcard 203. ✓ Runtime with white-space scan_separator: 204. ✓ Simple global 205. ✓ Global with double quotes 206. ✓ Global with pattern 207. ✓ Global with range scriptencoding_statement: 208. ✓ Simple scriptencoding set: 209. ✓ Simple set 210. ✓ Set noopt 211. ✓ Set opt? 212. ✓ Set invopt 213. ✓ Set default 214. ✓ Set value 215. ✓ Set value with spaces 216. ✓ Multiple set 217. ✓ Set empty value 218. ✓ Set with tabs (#24) 219. ✓ Set with backslash at the end 220. ✓ Set with no 221. ✓ Foldexpr complicated cases 222. ✓ Setfiletype sign_statement: 223. ✓ Sign define 224. ✓ Sign undefine 225. ✓ Sign list 226. ✓ Sign place place 227. ✓ Sign place list 228. ✓ Sign unplace 229. ✓ Sign jump silent: 230. ✓ Basic silent 231. ✓ Partial silent 232. ✓ Partial silent bang 233. ✓ Silent bang source_statement: 234. ✓ Source alone 235. ✓ Source filename 236. ✓ Source banged 237. ✓ Source range syntax_statement: 238. ✓ Syntax enable and on 239. ✓ Syntax case 240. ✓ Syntax spell 241. ✓ Syntax foldlevel 242. ✓ Syntax keyword 243. ✓ Syntax keyword options 244. ✓ Syntax match 245. ✓ Syntax region 246. ✓ Syntax cluster 247. ✓ Syntax sync 248. ✓ Syntax list 249. ✓ Syntax clear 250. ✓ Syntax include 251. ✓ Syntax iskeyword 252. ✓ Syntax conceal try_statement: 253. ✓ Try without catch 254. ✓ Try with catch 255. ✓ Try with finally 256. ✓ Try with catch and finally unlet_statement: 257. ✓ Unlet identifier 258. ✓ Unlet expression 259. ✓ Unlet envar while_loop: 260. ✓ While loop without a body 261. ✓ While loop with a body 262. ✓ Confusing while loop with range 263. ✓ While loop with continue statement 264. ✓ While loop with break window_commands: 265. ✓ Wincmd basic 266. ✓ Wincmd count 267. ✓ Command modifiers for window placement 268. ✓ Mapping with window modifier syntax highlighting: ✓ statements.vim (10 assertions) ✓ commands.vim (76 assertions) ✓ comment.vim (1 assertions) ✓ eval.vim (5 assertions) ✓ let_statement.vim (4 assertions) ✓ set.vim (12 assertions) ✓ edit.vim (41 assertions) ✓ command_modifiers.vim (9 assertions) ✓ highlight_statement.vim (29 assertions) ✓ source.vim (5 assertions) ✓ filetype_statement.vim (9 assertions) ✓ loops.vim (15 assertions) >>> tree-sitter-vim: Entering fakeroot... + install -D -m755 ./src/vim.so -t /home/buildozer/aports/testing/tree-sitter-vim/pkg/tree-sitter-vim/usr/lib/tree-sitter/ + ln -s tree-sitter/vim.so /home/buildozer/aports/testing/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/testing/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/testing/tree-sitter-vim/pkg/tree-sitter-vim-doc/usr/share/doc' 'usr/share/licenses' -> '/home/buildozer/aports/testing/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.4.0-r0.apk >>> tree-sitter-vim*: Tracing dependencies... so:libc.musl-x86.so.1 >>> tree-sitter-vim*: Package size: 955.8 KB >>> tree-sitter-vim*: Compressing data... >>> tree-sitter-vim*: Create checksum... >>> tree-sitter-vim*: Create tree-sitter-vim-0.4.0-r0.apk >>> tree-sitter-vim: Build complete at Fri, 10 Jan 2025 18:46:58 +0000 elapsed time 0h 0m 11s >>> tree-sitter-vim: Cleaning up srcdir >>> tree-sitter-vim: Cleaning up pkgdir >>> tree-sitter-vim: Uninstalling dependencies... (1/6) Purging .makedepends-tree-sitter-vim (20250110.184649) (2/6) Purging tree-sitter-dev (0.22.2-r1) (3/6) Purging jq (1.7.1-r0) (4/6) Purging tree-sitter (0.22.2-r1) (5/6) Purging tree-sitter-cli (0.24.4-r0) (6/6) Purging oniguruma (6.9.9-r0) Executing busybox-1.37.0-r10.trigger OK: 404 MiB in 116 packages >>> tree-sitter-vim: Updating the testing/x86 repository index... >>> tree-sitter-vim: Signing the index...