* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘VAJointSurv’ ...
** package ‘VAJointSurv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++17
make[1]: Entering directory '/tmp/RtmpeCkkxb/R.INSTALL3313844ffa218a/VAJointSurv/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c R-interface.cpp -o R-interface.o
In file included from R-interface.cpp:1:
In file included from ./arma-eigen-wrap.h:10:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from R-interface.cpp:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from R-interface.cpp:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:35:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from R-interface.cpp:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from R-interface.cpp:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from R-interface.cpp:13:
./ghq-delayed-entry.h:90:10: warning: class 'eval_data' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   90 |   friend class eval_data;
      |          ^
./ghq-delayed-entry.h:89:10: note: previous use is here
   89 |   struct eval_data;
      |          ^
./ghq-delayed-entry.h:181:10: warning: class 'impl' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  181 |   friend class impl;
      |          ^
./ghq-delayed-entry.h:180:10: note: previous use is here
  180 |   struct impl;
      |          ^
In file included from R-interface.cpp:2:
In file included from ./marker-term.h:6:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
11 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from ./VAJointSurv_types.h:1:
In file included from ./arma-eigen-wrap.h:10:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from RcppExports.cpp:4:
In file included from ./VAJointSurv_types.h:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from RcppExports.cpp:4:
In file included from ./VAJointSurv_types.h:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:35:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from RcppExports.cpp:4:
In file included from ./VAJointSurv_types.h:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from RcppExports.cpp:4:
In file included from ./VAJointSurv_types.h:1:
In file included from ./arma-eigen-wrap.h:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
8 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c VA-parameter.cpp -o VA-parameter.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c bases.cpp -o bases.o
In file included from bases.cpp:1:
In file included from ./bases.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from bases.cpp:1:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c ghq-delayed-entry.cpp -o ghq-delayed-entry.o
In file included from ghq-delayed-entry.cpp:1:
In file included from ./ghq-delayed-entry.h:1:
In file included from ./ghq.h:5:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from ghq-delayed-entry.cpp:1:
./ghq-delayed-entry.h:90:10: warning: class 'eval_data' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   90 |   friend class eval_data;
      |          ^
./ghq-delayed-entry.h:89:10: note: previous use is here
   89 |   struct eval_data;
      |          ^
./ghq-delayed-entry.h:181:10: warning: class 'impl' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  181 |   friend class impl;
      |          ^
./ghq-delayed-entry.h:180:10: note: previous use is here
  180 |   struct impl;
      |          ^
In file included from ghq-delayed-entry.cpp:1:
In file included from ./ghq-delayed-entry.h:3:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
In file included from ghq-delayed-entry.cpp:1:
./ghq-delayed-entry.h:72:16: warning: private field 'n_fixef' is not used [-Wunused-private-field]
   72 |   vajoint_uint n_fixef;
      |                ^
7 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c ghq.cpp -o ghq.o
In file included from ghq.cpp:1:
In file included from ./ghq.h:5:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
3 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c init.cpp -o init.o
In file included from init.cpp:1:
In file included from ./cfaad/AADInit.hpp:32:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
1 warning generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c integrand-expected-survival.cpp -o integrand-expected-survival.o
In file included from integrand-expected-survival.cpp:1:
In file included from ./integrand-expected-survival.h:4:
In file included from ./ghq.h:5:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
3 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c kl-term.cpp -o kl-term.o
In file included from kl-term.cpp:1:
In file included from ./kl-term.h:7:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from kl-term.cpp:1:
In file included from ./kl-term.h:8:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c marker-term.cpp -o marker-term.o
In file included from marker-term.cpp:1:
In file included from ./marker-term.h:6:
In file included from ./bases.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from marker-term.cpp:1:
In file included from ./marker-term.h:6:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-VA-parameter.cpp -o test-VA-parameter.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-bases.cpp -o test-bases.o
In file included from test-bases.cpp:2:
In file included from ./bases.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-bases.cpp:2:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-ghq-delayed-entry.cpp -o test-ghq-delayed-entry.o
In file included from test-ghq-delayed-entry.cpp:2:
In file included from ./ghq-delayed-entry.h:1:
In file included from ./ghq.h:5:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-ghq-delayed-entry.cpp:2:
./ghq-delayed-entry.h:90:10: warning: class 'eval_data' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   90 |   friend class eval_data;
      |          ^
./ghq-delayed-entry.h:89:10: note: previous use is here
   89 |   struct eval_data;
      |          ^
./ghq-delayed-entry.h:181:10: warning: class 'impl' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  181 |   friend class impl;
      |          ^
./ghq-delayed-entry.h:180:10: note: previous use is here
  180 |   struct impl;
      |          ^
In file included from test-ghq-delayed-entry.cpp:2:
In file included from ./ghq-delayed-entry.h:3:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
6 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-integrand-expected-survival.cpp -o test-integrand-expected-survival.o
In file included from test-integrand-expected-survival.cpp:2:
In file included from ./integrand-expected-survival.h:4:
In file included from ./ghq.h:5:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
3 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-kl-term.cpp -o test-kl-term.o
In file included from test-kl-term.cpp:2:
In file included from ./kl-term.h:7:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-kl-term.cpp:2:
In file included from ./kl-term.h:8:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-log-cholesky.cpp -o test-log-cholesky.o
In file included from test-log-cholesky.cpp:2:
In file included from ./log-cholesky.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-log-cholesky.cpp:2:
In file included from ./log-cholesky.h:7:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-lp-joint.cpp -o test-lp-joint.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-marker-term.cpp -o test-marker-term.o
In file included from test-marker-term.cpp:1:
In file included from ./marker-term.h:6:
In file included from ./bases.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-marker-term.cpp:1:
In file included from ./marker-term.h:6:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-runner.cpp -o test-runner.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c test-survival-term.cpp -o test-survival-term.o
In file included from test-survival-term.cpp:1:
In file included from ./survival-term.h:5:
In file included from ./bases.h:4:
In file included from ./arma-wrap.h:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:321:11: warning: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed [-W#pragma-messages]
  321 |   #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed")
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:326:13: warning: INFO: suggest to use ARMA_WARN_LEVEL option instead [-W#pragma-messages]
  326 |     #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead")
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/armadillo_bits/config.hpp:329:11: warning: INFO: see the documentation for details [-W#pragma-messages]
  329 |   #pragma message ("INFO: see the documentation for details")
      |           ^
In file included from test-survival-term.cpp:1:
In file included from ./survival-term.h:5:
In file included from ./bases.h:9:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/testthat/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/psqn/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -DPSQN_USE_EIGEN -DPSQN_W_LAPACK  -fpic  -g -O3 -Wall -pedantic  -c wmem.cpp -o wmem.o
In file included from wmem.cpp:1:
In file included from ./wmem.h:5:
In file included from ./cfaad/AAD.h:36:
In file included from ./cfaad/AADNumWrapper.h:4:
In file included from ./cfaad/AADExpr.h:38:
./cfaad/AADTape.h:70:41: warning: private field 'myPad' is not used [-Wunused-private-field]
   70 |     char                                myPad[64];
      |                                         ^
1 warning generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o VAJointSurv.so R-interface.o RcppExports.o VA-parameter.o bases.o ghq-delayed-entry.o ghq.o init.o integrand-expected-survival.o kl-term.o marker-term.o test-VA-parameter.o test-bases.o test-ghq-delayed-entry.o test-integrand-expected-survival.o test-kl-term.o test-log-cholesky.o test-lp-joint.o test-marker-term.o test-runner.o test-survival-term.o wmem.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpeCkkxb/R.INSTALL3313844ffa218a/VAJointSurv/src'
make[1]: Entering directory '/tmp/RtmpeCkkxb/R.INSTALL3313844ffa218a/VAJointSurv/src'
make[1]: Leaving directory '/tmp/RtmpeCkkxb/R.INSTALL3313844ffa218a/VAJointSurv/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-VAJointSurv/00new/VAJointSurv/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 (VAJointSurv)