* installing *source* package ‘adbcsqlite’ ...
** package ‘adbcsqlite’ successfully unpacked and MD5 sums checked
** using staged installation
Checking for --configure-vars INCLUDE_DIR or LIB_DIR
Testing R CMD SHLIB with   -lsqlite3
Success!
Testing SQLite for sqlite3_load_extension()
Success!
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/adbcsqlite/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -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.cc -o init.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c c/driver/common/utils.c -o c/driver/common/utils.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -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 c/driver/framework/catalog.cc -o c/driver/framework/catalog.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -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 c/driver/framework/objects.cc -o c/driver/framework/objects.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -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 c/driver/sqlite/sqlite.cc -o c/driver/sqlite/sqlite.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c c/driver/sqlite/statement_reader.c -o c/driver/sqlite/statement_reader.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/  -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c c/vendor/nanoarrow/nanoarrow.c -o c/vendor/nanoarrow/nanoarrow.o
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o adbcsqlite.so init.o c/driver/common/utils.o c/driver/framework/catalog.o c/driver/framework/objects.o c/driver/sqlite/sqlite.o c/driver/sqlite/statement_reader.o c/vendor/nanoarrow/nanoarrow.o -lsqlite3
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/adbcsqlite/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/adbcsqlite/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/adbcsqlite/src'
installing to /data/gannet/ripley/R/packages/tests-devel/adbcsqlite.Rcheck/00LOCK-adbcsqlite/00new/adbcsqlite/libs
** R
** 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 (adbcsqlite)