* installing *source* package ‘partitions’ ... ** package ‘partitions’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 19.1.3’ using C++ compiler: ‘clang version 19.1.3’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src' /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -DR_NO_REMAP -c app.cpp -o app.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c partitions.c -o partitions.o In file included from app.cpp:1: In file included from ./partitions.h:1: In file included from /usr/local/clang19/bin/../include/c++/v1/iostream:42: In file included from /usr/local/clang19/bin/../include/c++/v1/ios:220: In file included from /usr/local/clang19/bin/../include/c++/v1/__locale:15: In file included from /usr/local/clang19/bin/../include/c++/v1/__memory/shared_ptr.h:24: /usr/local/clang19/bin/../include/c++/v1/__memory/allocator.h:168:81: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 168 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/allocator_traits.h:334:9: note: in instantiation of member function 'std::allocator<prt::Tuple>::destroy' requested here 334 | __a.destroy(__p); | ^ /usr/local/clang19/bin/../include/c++/v1/vector:985:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<prt::Tuple>>::destroy<prt::Tuple, 0>' requested here 985 | __alloc_traits::destroy(__alloc(), std::__to_address(--__soon_to_be_end)); | ^ /usr/local/clang19/bin/../include/c++/v1/vector:979:5: note: in instantiation of member function 'std::vector<prt::Tuple>::__base_destruct_at_end' requested here 979 | __base_destruct_at_end(this->__begin_); | ^ /usr/local/clang19/bin/../include/c++/v1/vector:530:16: note: in instantiation of member function 'std::vector<prt::Tuple>::__clear' requested here 530 | __vec_.__clear(); | ^ /usr/local/clang19/bin/../include/c++/v1/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<prt::Tuple>::__destroy_vector::operator()' requested here 86 | __rollback_(); | ^ /usr/local/clang19/bin/../include/c++/v1/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<prt::Tuple>::__destroy_vector>::~__exception_guard_exceptions' requested here 137 | return __exception_guard<_Rollback>(std::move(__rollback)); | ^ ./partitions.h:28:20: note: in instantiation of member function 'std::vector<prt::Tuple>::vector' requested here 28 | Vector(size_t n):std::vector<T >(n) {} | ^ ./partitions.h:61:29: note: in instantiation of member function 'prt::Vector<prt::Tuple>::Vector' requested here 61 | Partition(const Tuple& t):Vector<Tuple >(t.size()),num(0) {for(size_t i=0;i<t.size();i++) {at(i)=Tuple(t[i]); at(i).fillmaxint(); num+=t[i];}} | ^ /usr/local/clang19/bin/../include/c++/v1/__memory/allocator.h:168:87: note: qualify call to silence this warning 168 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); } | ^ 1 warning generated. /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c partitions_init.c -o partitions_init.o /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c permutations.c -o permutations.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o partitions.so app.o partitions.o partitions_init.o permutations.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src' installing to /data/gannet/ripley/R/packages/tests-clang/partitions.Rcheck/00LOCK-partitions/00new/partitions/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (partitions)