* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘treesitter’ ...
** package ‘treesitter’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpynJkKe/R.INSTALL1d21486fac8e01/treesitter/src'
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tree-sitter/lib/src/lib.c -o tree-sitter/lib/src/lib.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c alloc.c -o alloc.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c dyn.c -o dyn.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c external-pointer.c -o external-pointer.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c language.c -o language.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c node.c -o node.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c parser.c -o parser.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c query-matches.c -o query-matches.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c query.c -o query.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rlang.c -o rlang.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tree-cursor.c -o tree-cursor.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tree.c -o tree.o
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I./tree-sitter/lib/include -I./tree-sitter/lib/src -I./rlang -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c utils.c -o utils.o
gcc-14 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o treesitter.so tree-sitter/lib/src/lib.o alloc.o dyn.o external-pointer.o init.o language.o node.o parser.o query-matches.o query.o rlang.o tree-cursor.o tree.o utils.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpynJkKe/R.INSTALL1d21486fac8e01/treesitter/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpynJkKe/R.INSTALL1d21486fac8e01/treesitter/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpynJkKe/R.INSTALL1d21486fac8e01/treesitter/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-treesitter/00new/treesitter/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘treesitter’
    finding HTML links ... done
    TreeCursor                              html  
    is_language                             html  
    is_node                                 html  
    is_parser                               html  
    is_query                                html  
    is_tree                                 html  
    language_field_count                    html  
    language_field_id_for_name              html  
    language_field_name_for_id              html  
    language_name                           html  
    language_next_state                     html  
    language_state_count                    html  
    language_symbol_count                   html  
    language_symbol_for_name                html  
    language_symbol_name                    html  
    node-child-by-field                     html  
    node-child-count                        html  
    node-child                              html  
    node-children                           html  
    node-descendant                         html  
    node-first-child-byte                   html  
    node-grammar                            html  
    node-location                           html  
    node-metadata                           html  
    node-parse-state                        html  
    node-sibling                            html  
    node_descendant_count                   html  
    node_field_name_for_child               html  
    node_language                           html  
    node_parent                             html  
    node_raw_s_expression                   html  
    node_show_s_expression                  html  
    node_symbol                             html  
    node_text                               html  
    node_type                               html  
    node_walk                               html  
    parser-adjustments                      html  
    parser-parse                            html  
    parser                                  html  
    points                                  html  
    query-accessors                         html  
    query-matches-and-captures              html  
    query                                   html  
    ranges                                  html  
    text_parse                              html  
    tree-accessors                          html  
    tree_root_node                          html  
    tree_root_node_with_offset              html  
    tree_walk                               html  
    treesitter-package                      html  
    x_tree_sitter_node                      html  
    x_tree_sitter_parser                    html  
    x_tree_sitter_query                     html  
    x_tree_sitter_tree                      html  
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (treesitter)