* installing *source* package ‘localLLM’ ... ** this is package ‘localLLM’ version ‘1.0.1’ ** package ‘localLLM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ using C++17 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/localLLM/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG `/data/gannet/ripley/R/R-devel/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c init.cpp -o init.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG `/data/gannet/ripley/R/R-devel/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c interface.cpp -o interface.o interface.cpp: In function ‘SEXPREC* r_apply_chat_template(SEXP, SEXP, SEXP, SEXP)’: interface.cpp:232:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 232 | for(size_t i = 0; i < chat_messages_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG `/data/gannet/ripley/R/R-devel/bin/Rscript -e "Rcpp:::CxxFlags()"` -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c proxy.cpp -o proxy.o g++ -std=gnu++17 -shared -L/usr/local/lib64 -o localLLM.so init.o interface.o proxy.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/localLLM/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/localLLM/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/localLLM/src' installing to /data/gannet/ripley/R/packages/tests-devel/localLLM.Rcheck/00LOCK-localLLM/00new/localLLM/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (localLLM)