* installing *source* package ‘fastgbm’ ...
** this is package ‘fastgbm’ version ‘0.6.1’
** package ‘fastgbm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C compiler: ‘clang version 23.1.0’
using C++ compiler: ‘clang version 23.1.0’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/fastgbm/src'
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23   -c fastgbm.cpp -o fastgbm.o
In file included from fastgbm.cpp:2:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
   89 | static void suspend_callback(void* user_callback, suspend_point sp) {
      |             ^~~~~~~~~~~~~~~~
In file included from fastgbm.cpp:2:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
  130 |     d1::task* task_ptr_or_nullptr(F&& f){
      |               ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o fastgbm.so fastgbm.o init.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/fastgbm/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/fastgbm/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/fastgbm/src'
installing to /data/localhost/ripley/R/packages/tests-clang/fastgbm.Rcheck/00LOCK-fastgbm/00new/fastgbm/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (fastgbm)