* installing *source* package ‘partitions’ ...
** this is package ‘partitions’ version ‘1.10-9’
** package ‘partitions’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using C++ compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/partitions/src'
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/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 app.cpp -o app.o
In file included from app.cpp:1:
In file included from ./partitions.h:1:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/iostream:45:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/ios:228:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__locale:20:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__mutex/once_flag.h:21:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/tuple:1468:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/exception:84:
In file included from /data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__exception/exception_ptr.h:17:
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__memory/construct_at.h:67:5: warning: destructor called on non-final 'prt::Tuple' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
   67 |     __loc->~_Tp();
      |     ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__memory/allocator_traits.h:313:10: note: in instantiation of function template specialization 'std::__destroy_at<prt::Tuple>' requested here
  313 |     std::__destroy_at(__p);
      |          ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__vector/vector.h:776:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<prt::Tuple>>::destroy<prt::Tuple, 0>' requested here
  776 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__vector/vector.h:564:5: note: in instantiation of member function 'std::vector<prt::Tuple>::__base_destruct_at_end' requested here
  564 |     __base_destruct_at_end(this->__begin_);
      |     ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__vector/vector.h:249:16: note: in instantiation of member function 'std::vector<prt::Tuple>::clear' requested here
  249 |         __vec_.clear();
      |                ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__vector/vector.h:260:67: note: in instantiation of member function 'std::vector<prt::Tuple>::__destroy_vector::operator()' requested here
  260 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./partitions.h:24:8: note: in instantiation of member function 'std::vector<prt::Tuple>::~vector' requested here
   24 |  class Vector: public Print, public std::vector<T > {
      |        ^
./partitions.h:61:3: note: in implicit destructor for 'prt::Vector<prt::Tuple>' first required 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];}}
      |   ^
/data/gannet2/ripley/Sources/LLVM/LLVM-22.1.0-Linux-X64/bin/../include/c++/v1/__memory/construct_at.h:67:13: note: qualify call to silence this warning
   67 |     __loc->~_Tp();
      |             ^
1 warning generated.
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c partitions.c -o partitions.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c partitions_init.c -o partitions_init.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c permutations.c -o permutations.o
clang++-22 -stdlib=libc++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -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)