* 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: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
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/fastgbm/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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 fastgbm.cpp -o fastgbm.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -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 init.c -o init.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o fastgbm.so fastgbm.o init.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fastgbm/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/fastgbm/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fastgbm/src'
installing to /data/localhost/ripley/R/packages/tests-devel/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)