* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘RcppLbfgsBlaze’ ...
** this is package ‘RcppLbfgsBlaze’ version ‘0.1.0’
** package ‘RcppLbfgsBlaze’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’
using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’
make[1]: Entering directory '/tmp/RtmptUyalR/R.INSTALL17531b18729fde/RcppLbfgsBlaze/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/constraints/Pod.h:43,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/Constraints.h:74,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Util.h:52,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Blaze.h:45,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlazeForward.h:28,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlaze.h:13,
                 from RcppExports.cpp:4:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/typetraits/IsPod.h:88:32: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   88 |    : public BoolConstant< std::is_pod<T>::value >
      |                                ^~~~~~
In file included from /usr/include/c++/15/bits/cpp_type_traits.h:42,
                 from /usr/include/c++/15/cmath:49,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/platform/compiler.h:37,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/r/headers.h:67,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:30,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlazeForward.h:25:
/usr/include/c++/15/type_traits:932:5: note: declared here
  932 |     is_pod
      |     ^~~~~~
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Util.h:81:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h: In member function ‘void blaze::ThreadPool<TT, MT, LT, CT>::createThread()’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:752:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  752 |    ++total_;
      |      ^~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:753:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  753 |    ++expected_;
      |      ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:754:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  754 |    ++active_;
      |      ^~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h: In member function ‘bool blaze::ThreadPool<TT, MT, LT, CT>::executeTask()’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:782:12: warning: ‘--’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  782 |          --active_;
      |            ^~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:786:15: warning: ‘--’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  786 |             --total_;
      |               ^~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:791:12: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  791 |          ++active_;
      |            ^~~~~~~
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fastLogisticModel.cpp -o fastLogisticModel.o
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/constraints/Pod.h:43,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/Constraints.h:74,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Util.h:52,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Blaze.h:45,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlazeForward.h:28,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlaze.h:13,
                 from fastLogisticModel.cpp:10:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/typetraits/IsPod.h:88:32: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
   88 |    : public BoolConstant< std::is_pod<T>::value >
      |                                ^~~~~~
In file included from /usr/include/c++/15/bits/cpp_type_traits.h:42,
                 from /usr/include/c++/15/cmath:49,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/platform/compiler.h:37,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/r/headers.h:67,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:30,
                 from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/RcppBlazeForward.h:25:
/usr/include/c++/15/type_traits:932:5: note: declared here
  932 |     is_pod
      |     ^~~~~~
In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/Util.h:81:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h: In member function ‘void blaze::ThreadPool<TT, MT, LT, CT>::createThread()’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:752:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  752 |    ++total_;
      |      ^~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:753:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  753 |    ++expected_;
      |      ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:754:6: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  754 |    ++active_;
      |      ^~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h: In member function ‘bool blaze::ThreadPool<TT, MT, LT, CT>::executeTask()’:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:782:12: warning: ‘--’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  782 |          --active_;
      |            ^~~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:786:15: warning: ‘--’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  786 |             --total_;
      |               ^~~~~~
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include/blaze/util/ThreadPool.h:791:12: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
  791 |          ++active_;
      |            ^~~~~~~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppBlaze/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c registerDynamicSymbols.c -o registerDynamicSymbols.o
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o RcppLbfgsBlaze.so RcppExports.o fastLogisticModel.o registerDynamicSymbols.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmptUyalR/R.INSTALL17531b18729fde/RcppLbfgsBlaze/src'
make[1]: Entering directory '/tmp/RtmptUyalR/R.INSTALL17531b18729fde/RcppLbfgsBlaze/src'
make[1]: Leaving directory '/tmp/RtmptUyalR/R.INSTALL17531b18729fde/RcppLbfgsBlaze/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-RcppLbfgsBlaze/00new/RcppLbfgsBlaze/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (RcppLbfgsBlaze)