downloading reverse dependencies ... downloading adbcpostgresql_0.10.0.tar.gz ... ok downloading adbcsqlite_0.10.0.tar.gz ... ok downloading adbi_0.1.1.tar.gz ... ok downloading duckdb_0.10.1.tar.gz ... ok installing dependencies ‘adbcdrivermanager’, ‘adbcsqlite’ begin installing package ‘adbcdrivermanager’ * installing *source* package ‘adbcdrivermanager’ ... ** using staged installation Found vendored ADBC ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’ using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpeuANDA/R.INSTALL9e3cf76e48218/adbcdrivermanager/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c adbc_driver_manager.cc -o adbc_driver_manager.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c driver_test.cc -o driver_test.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c error.cc -o error.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c options.cc -o options.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c radbc.cc -o radbc.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o adbcdrivermanager.so adbc_driver_manager.o driver_test.o error.o init.o options.o radbc.o utils.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpeuANDA/R.INSTALL9e3cf76e48218/adbcdrivermanager/src' installing to /home/hornik/tmp/CRAN/Library/00LOCK-adbcdrivermanager/00new/adbcdrivermanager/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 (adbcdrivermanager) begin installing package ‘adbcsqlite’ * 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! Found vendored ADBC ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmph3OkZ9/R.INSTALL9e4db420a2b7a/adbcsqlite/src' gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c sqlite.c -o sqlite.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c statement_reader.c -o statement_reader.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/utils.c -o common/utils.o gcc-13 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../src -DADBC_EXPORT="" -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c nanoarrow/nanoarrow.c -o nanoarrow/nanoarrow.o gcc-13 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o adbcsqlite.so init.o sqlite.o statement_reader.o common/utils.o nanoarrow/nanoarrow.o -lsqlite3 -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmph3OkZ9/R.INSTALL9e4db420a2b7a/adbcsqlite/src' installing to /home/hornik/tmp/CRAN/Library/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) checking adbcdrivermanager_0.11.0.tar.gz ... checking adbcpostgresql_0.10.0.tar.gz ... checking adbcsqlite_0.10.0.tar.gz ... checking adbi_0.1.1.tar.gz ... checking duckdb_0.10.1.tar.gz ... Depends: Package: adbcdrivermanager Imports: nanoarrow (>= 0.3.0) Timings: user system elapsed adbcdrivermanager 25.885 3.706 30.601 Results: Check status summary: OK Source packages 1 Reverse depends 4 Check results summary: adbcdrivermanager ... OK rdepends_adbcpostgresql ... OK rdepends_adbcsqlite ... OK rdepends_adbi ... OK rdepends_duckdb ... OK