* installing *source* package ‘roll’ ...
** this is package ‘roll’ version ‘1.2.1’
** package ‘roll’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 23.1.0’
using C++ compiler: ‘clang version 23.1.0’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/roll/src'
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/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 -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:4:
./../inst/include/roll_vec.h:4855:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4855 |         long double sum_w = 0;
      |                     ^
./../inst/include/roll_vec.h:5044:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5044 |         long double sum_w = 0;
      |                     ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:5:
./../inst/include/roll_mat.h:5435:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5435 |         long double sum_w = 0;
      |                     ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:4:
In file included from ./../inst/include/roll_vec.h:6:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
  253 | arma_print(const T1& x, const T2& y, const T3& z)
      | ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  346 | arma_plain_warn(const T1& arg1, const T2& arg2)
      | ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
      | ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
  545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:4:
In file included from ./../inst/include/roll_vec.h:7:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
   89 | static void suspend_callback(void* user_callback, suspend_point sp) {
      |             ^~~~~~~~~~~~~~~~
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:4:
In file included from ./../inst/include/roll_vec.h:7:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
  130 |     d1::task* task_ptr_or_nullptr(F&& f){
      |               ^~~~~~~~~~~~~~~~~~~
9 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/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 -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23   -c roll.cpp -o roll.o
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:4:
../inst/include/roll_vec.h:4855:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4855 |         long double sum_w = 0;
      |                     ^
../inst/include/roll_vec.h:5044:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5044 |         long double sum_w = 0;
      |                     ^
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:5:
../inst/include/roll_mat.h:5435:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5435 |         long double sum_w = 0;
      |                     ^
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:4:
In file included from ../inst/include/roll_vec.h:6:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
  253 | arma_print(const T1& x, const T2& y, const T3& z)
      | ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  346 | arma_plain_warn(const T1& arg1, const T2& arg2)
      | ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
  368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
      | ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
  545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:4:
In file included from ../inst/include/roll_vec.h:7:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
   89 | static void suspend_callback(void* user_callback, suspend_point sp) {
      |             ^~~~~~~~~~~~~~~~
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:4:
In file included from ../inst/include/roll_vec.h:7:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
  130 |     d1::task* task_ptr_or_nullptr(F&& f){
      |               ^~~~~~~~~~~~~~~~~~~
9 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o roll.so RcppExports.o init.o roll.o -fopenmp -L/data/localhost/ripley/R/R-clang/lib -lRlapack -L/data/localhost/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/roll/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/roll/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/roll/src'
installing to /data/localhost/ripley/R/packages/tests-clang/roll.Rcheck/00LOCK-roll/00new/roll/libs
** R
** inst
** 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 (roll)