* installing *source* package ‘basetable’ ...
** this is package ‘basetable’ version ‘1.3.2’
** package ‘basetable’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/basetable/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_agg.cpp -o bt_agg.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_altrep.cpp -o bt_altrep.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_engine.cpp -o bt_engine.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_index.cpp -o bt_index.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_init.cpp -o bt_init.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_read.cpp -o bt_read.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DBT_HAVE_THREADS  -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 bt_write.cpp -o bt_write.o
bt_index.cpp: In function ‘size_t bt::split_row(const char*, size_t, const Options&, std::vector<std::pair<const char*, long unsigned int> >&, std::string&)’:
bt_index.cpp:295:17: warning: unused variable ‘fstart’ [-Wunused-variable]
  295 |     const char* fstart = row + i;
      |                 ^~~~~~
bt_engine.cpp: In function ‘void {anonymous}::gather_atomic(SEXP, SEXP, const std::vector<long int>&)’:
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++ -std=gnu++17 -shared -L/usr/local/lib64 -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
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/basetable/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/basetable/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/basetable/src'
installing to /data/localhost/ripley/R/packages/tests-devel/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)