* installing *source* package ‘TBRDist’ ...
** this is package ‘TBRDist’ version ‘1.0.2’
** package ‘TBRDist’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.4’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/TBRDist/src'
/usr/local/clang21/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c uspr.cpp -o uspr.o
In file included from uspr.cpp:18:
./uspr/tbr.h:1864:6: warning: variable 'i' set but not used [-Wunused-but-set-variable]
1864 | int i = 0;
| ^
In file included from uspr.cpp:18:
In file included from ./uspr/tbr.h:44:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/scoped_ptr.hpp:13:
/data/gannet/ripley/R/test-clang/BH/include/boost/smart_ptr/scoped_ptr.hpp:75:31: warning: 'auto_ptr<boost::no_property>' is deprecated [-Wdeprecated-declarations]
75 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:408:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
408 | property_ptr m_property;
| ^
./uspr/tbr.h:2352:19: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS>' requested here
2352 | undirected_graph G(constraints.size());
| ^
/usr/local/clang21/bin/../include/c++/v1/__memory/auto_ptr.h:29:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
29 | class _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
| ^
/usr/local/clang21/bin/../include/c++/v1/__config:728:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
728 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
| ^
/usr/local/clang21/bin/../include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
713 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
2 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o TBRDist.so RcppExports.o uspr.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/TBRDist/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/TBRDist/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/TBRDist/src'
installing to /data/gannet/ripley/R/packages/tests-clang/TBRDist.Rcheck/00LOCK-TBRDist/00new/TBRDist/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 (TBRDist)