* installing *source* package ‘triptych’ ...
** package ‘triptych’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++20
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/triptych/src'
g++-13 -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpp11.cpp -o cpp11.o
g++-13 -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c md.cpp -o md.o
In file included from md.cpp:2:
mdiag.h:136:16: warning: 'void contribution<n>::operator+=(const contribution<n>&) [with long unsigned int n = 1]' was hidden [-Woverloaded-virtual=]
  136 |   virtual void operator+=(const contribution<n>& rhs)
      |                ^~~~~~~~
mdiag.h:473:8: note:   by 'void contribution_mean::operator+=(const contribution_mean&)'
  473 |   void operator+=(const contribution_mean& rhs)
      |        ^~~~~~~~
mdiag.h:141:16: warning: 'void contribution<n>::operator-=(const contribution<n>&) [with long unsigned int n = 1]' was hidden [-Woverloaded-virtual=]
  141 |   virtual void operator-=(const contribution<n>& rhs)
      |                ^~~~~~~~
mdiag.h:483:8: note:   by 'void contribution_mean::operator-=(const contribution_mean&)'
  483 |   void operator-=(const contribution_mean& rhs)
      |        ^~~~~~~~
mdiag.h:136:16: warning: 'void contribution<n>::operator+=(const contribution<n>&) [with long unsigned int n = 2]' was hidden [-Woverloaded-virtual=]
  136 |   virtual void operator+=(const contribution<n>& rhs)
      |                ^~~~~~~~
mdiag.h:593:8: note:   by 'void contribution_expect::operator+=(const contribution_expect&)'
  593 |   void operator+=(const contribution_expect& rhs)
      |        ^~~~~~~~
mdiag.h:141:16: warning: 'void contribution<n>::operator-=(const contribution<n>&) [with long unsigned int n = 2]' was hidden [-Woverloaded-virtual=]
  141 |   virtual void operator-=(const contribution<n>& rhs)
      |                ^~~~~~~~
mdiag.h:603:8: note:   by 'void contribution_expect::operator-=(const contribution_expect&)'
  603 |   void operator-=(const contribution_expect& rhs)
      |        ^~~~~~~~
g++-13 -std=gnu++20 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o triptych.so cpp11.o md.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/triptych/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/triptych/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/triptych/src'
installing to /data/gannet/ripley/R/packages/tests-devel/triptych.Rcheck/00LOCK-triptych/00new/triptych/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (triptych)