* installing *source* package ‘fasttreeid’ ... ** this is package ‘fasttreeid’ version ‘1.0.1’ ** package ‘fasttreeid’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘clang version 23.1.0-rc2’ using C++17 make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fasttreeid/src' /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/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/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/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 algebra.cpp -o algebra.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/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 identification.cpp -o identification.o In file included from identification.cpp:1: In file included from ./identification.h:3: In file included from ./algebra.h:3: In file included from ./random.h:4: In file included from /usr/local/clang23/bin/../include/c++/v1/random:1690: In file included from /usr/local/clang23/bin/../include/c++/v1/__random/discrete_distribution.h:16: In file included from /usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:36: /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:81: warning: destructor called on non-final 'fasttreeid::Lambda' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator_traits.h:368:9: note: in instantiation of member function 'std::allocator::destroy' requested here 368 | __a.destroy(__p); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:143:31: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here 143 | allocator_traits<_Alloc>::destroy(__alloc_, __get_elem()); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:135:34: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here 135 | _LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __alloc_(std::move(__a)) { | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:653:51: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace &, const unsigned long &, unsigned long &>' requested here 653 | ::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__alloc, std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:663:15: note: in instantiation of function template specialization 'std::__allocate_shared_impl>, fasttreeid::Lambda, std::allocator, std::shared_ptr &, const unsigned long &, unsigned long &>' requested here 663 | return std::__allocate_shared_impl<_ControlBlock, _Tp>(_CanonicalAlloc(__a), std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:668:15: note: in instantiation of function template specialization 'std::allocate_shared, std::shared_ptr &, const unsigned long &, unsigned long &, 0>' requested here 668 | return std::allocate_shared<_Tp>(allocator<__remove_cv_t<_Tp> >(), std::forward<_Args>(__args)...); | ^ identification.cpp:542:37: note: in instantiation of function template specialization 'std::make_shared &, const unsigned long &, unsigned long &, 0>' requested here 542 | lambda[directed[i - 1]][i] = std::make_shared(randomTool, directed[i - 1], i); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:87: note: qualify call to silence this warning 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:81: warning: destructor called on non-final 'fasttreeid::Omega' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator_traits.h:368:9: note: in instantiation of member function 'std::allocator::destroy' requested here 368 | __a.destroy(__p); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:143:31: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here 143 | allocator_traits<_Alloc>::destroy(__alloc_, __get_elem()); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:135:34: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here 135 | _LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __alloc_(std::move(__a)) { | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:653:51: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace &, unsigned long &, unsigned long &>' requested here 653 | ::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__alloc, std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:663:15: note: in instantiation of function template specialization 'std::__allocate_shared_impl>, fasttreeid::Omega, std::allocator, std::shared_ptr &, unsigned long &, unsigned long &>' requested here 663 | return std::__allocate_shared_impl<_ControlBlock, _Tp>(_CanonicalAlloc(__a), std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:668:15: note: in instantiation of function template specialization 'std::allocate_shared, std::shared_ptr &, unsigned long &, unsigned long &, 0>' requested here 668 | return std::allocate_shared<_Tp>(allocator<__remove_cv_t<_Tp> >(), std::forward<_Args>(__args)...); | ^ identification.cpp:545:22: note: in instantiation of function template specialization 'std::make_shared &, unsigned long &, unsigned long &, 0>' requested here 545 | omega[u][v] = std::make_shared(randomTool, u, v); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:87: note: qualify call to silence this warning 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:81: warning: destructor called on non-final 'fasttreeid::Sigma' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator_traits.h:368:9: note: in instantiation of member function 'std::allocator::destroy' requested here 368 | __a.destroy(__p); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:143:31: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here 143 | allocator_traits<_Alloc>::destroy(__alloc_, __get_elem()); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:135:34: note: in instantiation of member function 'std::__shared_ptr_emplace>::__on_zero_shared' requested here 135 | _LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __alloc_(std::move(__a)) { | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:653:51: note: in instantiation of function template specialization 'std::__shared_ptr_emplace>::__shared_ptr_emplace' requested here 653 | ::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__alloc, std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:663:15: note: in instantiation of function template specialization 'std::__allocate_shared_impl>, fasttreeid::Sigma, std::allocator, unsigned long &, unsigned long &>' requested here 663 | return std::__allocate_shared_impl<_ControlBlock, _Tp>(_CanonicalAlloc(__a), std::forward<_Args>(__args)...); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/shared_ptr.h:668:15: note: in instantiation of function template specialization 'std::allocate_shared, unsigned long &, unsigned long &, 0>' requested here 668 | return std::allocate_shared<_Tp>(allocator<__remove_cv_t<_Tp> >(), std::forward<_Args>(__args)...); | ^ identification.cpp:553:23: note: in instantiation of function template specialization 'std::make_shared' requested here 553 | sigma[i][j] = std::make_shared(i, j); | ^ /usr/local/clang23/bin/../include/c++/v1/__memory/allocator.h:144:87: note: qualify call to silence this warning 144 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ 3 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/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 random.cpp -o random.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/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 rbridge.cpp -o rbridge.o random.cpp:14:2: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 14 | gen(); | ^~~~~ 1 warning generated. /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 fasttreeid.so RcppExports.o algebra.o identification.o random.o rbridge.o make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fasttreeid/src' make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fasttreeid/src' make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fasttreeid/src' installing to /data/localhost/ripley/R/packages/tests-clang-trunk/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)