* installing *source* package ‘fasttreeid’ ...
** this is package ‘fasttreeid’ version ‘1.0.0’
** package ‘fasttreeid’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fasttreeid/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 algebra.cpp -o algebra.o
algebra.cpp: In function ‘int64_t fasttreeid::multiply(int64_t, int64_t, int64_t)’:
algebra.cpp:12:9: warning: ISO C++ does not support ‘__int128’ for ‘A’ [-Wpedantic]
12 | __int128 A = a, B = b;
| ^~~~~~~~
algebra.cpp:12:9: warning: ISO C++ does not support ‘__int128’ for ‘B’ [-Wpedantic]
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 identification.cpp -o identification.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 random.cpp -o random.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 rbridge.cpp -o rbridge.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o fasttreeid.so RcppExports.o algebra.o identification.o random.o rbridge.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fasttreeid/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fasttreeid/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fasttreeid/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fasttreeid.Rcheck/00LOCK-fasttreeid/00new/fasttreeid/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 (fasttreeid)