* installing *source* package ‘c3dr’ ...
** this is package ‘c3dr’ version ‘0.1.5’
** package ‘c3dr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 20.1.7’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/c3dr/src'
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c read.cpp -o read.o
In file included from read.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp.h:27:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/RcppCommon.h:30:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /usr/local/clang20/bin/../include/c++/v1/unordered_map:601:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::Vector3d>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::destroy<ezc3d::Vector3d, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/modules/ForcePlatforms.h:27:40: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   27 | class EZC3D_VISIBILITY ezc3d::Modules::ForcePlatform {
      |                                        ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Modules::ForcePlatform>>::destroy<ezc3d::Modules::ForcePlatform, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/modules/ForcePlatforms.h:213:40: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::~vector' requested here
  213 | class EZC3D_VISIBILITY ezc3d::Modules::ForcePlatforms {
      |                                        ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c write.cpp -o write.o
1 warning generated.
In file included from write.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp.h:27:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/RcppCommon.h:30:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /usr/local/clang20/bin/../include/c++/v1/unordered_map:601:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Analogs.cpp -o ezc3d/Analogs.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/AnalogsInfo.cpp -o ezc3d/AnalogsInfo.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/AnalogsSubframe.cpp -o ezc3d/AnalogsSubframe.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Channel.cpp -o ezc3d/Channel.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Data.cpp -o ezc3d/Data.o
In file included from ezc3d/Data.cpp:10:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/RotationsSubframe.h:17:51: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::SubFrame>>::destroy<ezc3d::DataNS::RotationNS::SubFrame, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::~vector' requested here
   18 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
2 warnings generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/DataStartInfo.cpp -o ezc3d/DataStartInfo.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/ezc3d.cpp -o ezc3d/ezc3d.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Frame.cpp -o ezc3d/Frame.o
In file included from ezc3d/ezc3d.cpp:10:
In file included from ./ezc3d/ezc3d.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/fstream:198:
In file included from /usr/local/clang20/bin/../include/c++/v1/__filesystem/path.h:25:
In file included from /usr/local/clang20/bin/../include/c++/v1/string:611:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
In file included from ezc3d/Frame.cpp:10:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector::operator()' requested here
   86 |       __rollback_();
      |       ^
/usr/local/clang20/bin/../include/c++/v1/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector>::~__exception_guard_exceptions' requested here
  137 |   return __exception_guard<_Rollback>(std::move(__rollback));
      |          ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__init_with_size<ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point *>' requested here
  263 |     __init_with_size(__x.__begin_, __x.__end_, __x.size());
      |     ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/RotationsSubframe.h:17:51: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::__destroy_vector::operator()' requested here
   86 |       __rollback_();
      |       ^
/usr/local/clang20/bin/../include/c++/v1/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<ezc3d::DataNS::RotationNS::SubFrame>::__destroy_vector>::~__exception_guard_exceptions' requested here
  137 |   return __exception_guard<_Rollback>(std::move(__rollback));
      |          ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::__init_with_size<ezc3d::DataNS::RotationNS::SubFrame *, ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  263 |     __init_with_size(__x.__begin_, __x.__end_, __x.size());
      |     ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::vector' requested here
   18 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
2 warnings generated.
1 warning generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Group.cpp -o ezc3d/Group.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Header.cpp -o ezc3d/Header.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Parameter.cpp -o ezc3d/Parameter.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Parameters.cpp -o ezc3d/Parameters.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Point.cpp -o ezc3d/Point.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Points.cpp -o ezc3d/Points.o
In file included from ezc3d/Points.cpp:10:
In file included from ./ezc3d/Points.h:11:
In file included from ./ezc3d/Point.h:11:
In file included from ./ezc3d/math/Vector3d.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::Points3dNS::Point>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::Points3dNS::Point>>::destroy<ezc3d::DataNS::Points3dNS::Point, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
ezc3d/Points.cpp:16:36: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   16 | ezc3d::DataNS::Points3dNS::Points::Points() {}
      |                                    ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/PointsInfo.cpp -o ezc3d/PointsInfo.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Rotation.cpp -o ezc3d/Rotation.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/Rotations.cpp -o ezc3d/Rotations.o
In file included from ezc3d/Rotations.cpp:10:
In file included from ./ezc3d/Rotations.h:11:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
./ezc3d/RotationsSubframe.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
      |                                                   ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/RotationsInfo.cpp -o ezc3d/RotationsInfo.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/RotationsSubframe.cpp -o ezc3d/RotationsSubframe.o
In file included from ezc3d/RotationsSubframe.cpp:10:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::DataNS::RotationNS::Rotation>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::DataNS::RotationNS::Rotation>>::destroy<ezc3d::DataNS::RotationNS::Rotation, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
ezc3d/RotationsSubframe.cpp:20:38: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
   20 | ezc3d::DataNS::RotationNS::SubFrame::SubFrame() {}
      |                                      ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Matrix.cpp -o ezc3d/math/Matrix.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Matrix33.cpp -o ezc3d/math/Matrix33.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Matrix44.cpp -o ezc3d/math/Matrix44.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Matrix66.cpp -o ezc3d/math/Matrix66.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Vector3d.cpp -o ezc3d/math/Vector3d.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/math/Vector6d.cpp -o ezc3d/math/Vector6d.o
clang++-20 -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I. -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c ezc3d/modules/ForcePlatforms.cpp -o ezc3d/modules/ForcePlatforms.o
In file included from ezc3d/modules/ForcePlatforms.cpp:12:
In file included from ./ezc3d/ezc3d_all.h:11:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/local/clang20/bin/../include/c++/v1/memory:943:
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:81: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                 ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<ezc3d::Vector3d>::destroy' requested here
  324 |     __a.destroy(__p);
      |         ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<ezc3d::Vector3d>>::destroy<ezc3d::Vector3d, 0>' requested here
  749 |       __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
      |                       ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::__base_destruct_at_end' requested here
  531 |     __base_destruct_at_end(this->__begin_);
      |     ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::clear' requested here
  248 |         __vec_.clear();
      |                ^
/usr/local/clang20/bin/../include/c++/v1/__vector/vector.h:259:67: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::__destroy_vector::operator()' requested here
  259 |   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
      |                                                                   ^
ezc3d/modules/ForcePlatforms.cpp:16:32: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::~vector' requested here
   16 | ezc3d::Modules::ForcePlatform::ForcePlatform() {}
      |                                ^
/usr/local/clang20/bin/../include/c++/v1/__memory/allocator.h:156:87: note: qualify call to silence this warning
  156 |   _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
      |                                                                                       ^
1 warning generated.
clang++-20 -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang20/lib/clang/20/lib/x86_64-unknown-linux-gnu -o c3dr.so read.o write.o RcppExports.o ./ezc3d/Analogs.o ./ezc3d/AnalogsInfo.o ./ezc3d/AnalogsSubframe.o ./ezc3d/Channel.o ./ezc3d/Data.o ./ezc3d/DataStartInfo.o ./ezc3d/ezc3d.o ./ezc3d/Frame.o ./ezc3d/Group.o ./ezc3d/Header.o ./ezc3d/Parameter.o ./ezc3d/Parameters.o ./ezc3d/Point.o ./ezc3d/Points.o ./ezc3d/PointsInfo.o ./ezc3d/Rotation.o ./ezc3d/Rotations.o ./ezc3d/RotationsInfo.o ./ezc3d/RotationsSubframe.o ./ezc3d/math/Matrix.o ./ezc3d/math/Matrix33.o ./ezc3d/math/Matrix44.o ./ezc3d/math/Matrix66.o ./ezc3d/math/Vector3d.o ./ezc3d/math/Vector6d.o ./ezc3d/modules/ForcePlatforms.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/c3dr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/c3dr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/c3dr/src'
installing to /data/gannet/ripley/R/packages/tests-clang/c3dr.Rcheck/00LOCK-c3dr/00new/c3dr/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 (c3dr)