* installing *source* package ‘RcppBlaze’ ...
** this is package ‘RcppBlaze’ version ‘1.0.1’
** package ‘RcppBlaze’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 21.1.8’
using C++ compiler: ‘clang version 21.1.8’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppBlaze/src'
/usr/local/clang21/bin/clang++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -I../inst/include -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppBlaze.cpp -o RcppBlaze.o
/usr/local/clang21/bin/clang++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -I../inst/include -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -I../inst/include -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c fastLm.cpp -o fastLm.o
In file included from RcppBlaze.cpp:10:
In file included from ../inst/include/RcppBlaze.h:13:
In file included from ../inst/include/RcppBlazeForward.h:28:
In file included from ../inst/include/blaze/Blaze.h:45:
In file included from ../inst/include/blaze/Util.h:81:
../inst/include/blaze/util/ThreadPool.h:752:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  752 |    ++total_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:753:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  753 |    ++expected_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:754:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  754 |    ++active_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:782:10: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  782 |          --active_;
      |          ^
../inst/include/blaze/util/ThreadPool.h:786:13: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  786 |             --total_;
      |             ^
../inst/include/blaze/util/ThreadPool.h:791:10: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  791 |          ++active_;
      |          ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/RcppBlaze.h:13:
In file included from ../inst/include/RcppBlazeForward.h:28:
In file included from ../inst/include/blaze/Blaze.h:45:
In file included from ../inst/include/blaze/Util.h:81:
../inst/include/blaze/util/ThreadPool.h:752:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  752 |    ++total_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:753:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  753 |    ++expected_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:754:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  754 |    ++active_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:782:10: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  782 |          --active_;
      |          ^
../inst/include/blaze/util/ThreadPool.h:786:13: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  786 |             --total_;
      |             ^
../inst/include/blaze/util/ThreadPool.h:791:10: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  791 |          ++active_;
      |          ^
6 warnings generated.
6 warnings generated.
In file included from fastLm.cpp:13:
In file included from ../inst/include/RcppBlaze.h:13:
In file included from ../inst/include/RcppBlazeForward.h:28:
In file included from ../inst/include/blaze/Blaze.h:45:
In file included from ../inst/include/blaze/Util.h:81:
../inst/include/blaze/util/ThreadPool.h:752:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  752 |    ++total_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:753:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  753 |    ++expected_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:754:4: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  754 |    ++active_;
      |    ^
../inst/include/blaze/util/ThreadPool.h:782:10: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  782 |          --active_;
      |          ^
../inst/include/blaze/util/ThreadPool.h:786:13: warning: decrement of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  786 |             --total_;
      |             ^
../inst/include/blaze/util/ThreadPool.h:791:10: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
  791 |          ++active_;
      |          ^
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c registerDynamicSymbols.c -o registerDynamicSymbols.o
6 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o RcppBlaze.so RcppBlaze.o RcppExports.o fastLm.o registerDynamicSymbols.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppBlaze/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppBlaze/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppBlaze/src'
installing to /data/gannet/ripley/R/packages/tests-clang/RcppBlaze.Rcheck/00LOCK-RcppBlaze/00new/RcppBlaze/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 (RcppBlaze)