* installing *source* package ‘partitions’ ...
** package ‘partitions’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c app.cpp -o app.o
In file included from app.cpp:1:
In file included from ./partitions.h:1:
In file included from /usr/local/clang18/bin/../include/c++/v1/iostream:43:
In file included from /usr/local/clang18/bin/../include/c++/v1/ios:223:
In file included from /usr/local/clang18/bin/../include/c++/v1/__locale:15:
In file included from /usr/local/clang18/bin/../include/c++/v1/__memory/shared_ptr.h:25:
/usr/local/clang18/bin/../include/c++/v1/__memory/allocator.h:176:81: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  176 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang18/bin/../include/c++/v1/__memory/allocator_traits.h:311:9: note: in instantiation of member function 'std::allocator<prt::Tuple>::destroy' requested here
  311 |     __a.destroy(__p);
      |         ^
/usr/local/clang18/bin/../include/c++/v1/vector:926:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<prt::Tuple>>::destroy<prt::Tuple, void>' requested here
  926 |       __alloc_traits::destroy(__alloc(), std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang18/bin/../include/c++/v1/vector:920:5: note: in instantiation of member function 'std::vector<prt::Tuple>::__base_destruct_at_end' requested here
  920 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang18/bin/../include/c++/v1/vector:490:16: note: in instantiation of member function 'std::vector<prt::Tuple>::__clear' requested here
  490 |         __vec_.__clear();
      |                ^
/usr/local/clang18/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/clang18/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/clang18/bin/../include/c++/v1/__memory/allocator.h:176:87: note: qualify call to silence this warning
  176 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c partitions.c -o partitions.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/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/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c permutations.c -o permutations.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/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)