* installing *source* package ‘basetable’ ... ** this is package ‘basetable’ version ‘1.3.1’ ** using staged installation ** libs specified C++17 using C++ compiler: ‘g++-16 (Debian 16.2.0-1) 16.2.0’ using C++17 g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_agg.cpp -o bt_agg.o g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_altrep.cpp -o bt_altrep.o g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_engine.cpp -o bt_engine.o bt_engine.cpp: In function ‘void {anonymous}::gather_atomic(SEXP, SEXP, const std::vector&)’: bt_engine.cpp:178:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 178 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~ bt_engine.cpp:178:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 178 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~~~ bt_engine.cpp:180:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 180 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~ bt_engine.cpp:180:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 180 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~~~ bt_engine.cpp:182:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 182 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~ bt_engine.cpp:182:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 182 | for (R_xlen_t i = 0; i < n; ++i) d[i] = s[rows[(size_t)i]]; break; } | ^~~~~ g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_index.cpp -o bt_index.o bt_index.cpp: In function ‘size_t bt::split_row(const char*, size_t, const Options&, std::vector >&, std::string&)’: bt_index.cpp:295:17: warning: unused variable ‘fstart’ [-Wunused-variable] 295 | const char* fstart = row + i; | ^~~~~~ g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_init.cpp -o bt_init.o g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_read.cpp -o bt_read.o g++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DBT_HAVE_THREADS -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c bt_write.cpp -o bt_write.o g++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o basetable.so bt_agg.o bt_altrep.o bt_engine.o bt_index.o bt_init.o bt_read.o bt_write.o -lpthread -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/basetable.Rcheck/00LOCK-basetable/00new/basetable/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 (basetable)