* installing *source* package ‘r2sundials’ ...
** package ‘r2sundials’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/r2sundials/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c r2sundials.cpp -o r2sundials.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c sunlinsol_rmumps.cpp -o sunlinsol_rmumps.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_proj.c -o lib/cvodes/cvodes_proj.o
In file included from lib/cvodes/cvodes_proj.c:23:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodea.c -o lib/cvodes/cvodea.o
In file included from lib/cvodes/cvodea.c:28:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_spils.c -o lib/cvodes/cvodes_spils.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_io.c -o lib/cvodes/cvodes_io.o
In file included from lib/cvodes/cvodes_io.c:21:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodea_io.c -o lib/cvodes/cvodea_io.o
In file included from lib/cvodes/cvodea_io.c:32:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_bandpre.c -o lib/cvodes/cvodes_bandpre.o
In file included from lib/cvodes/cvodes_bandpre.c:25:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_nls_sim.c -o lib/cvodes/cvodes_nls_sim.o
In file included from lib/cvodes/cvodes_nls_sim.c:26:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
In file included from sunlinsol_rmumps.cpp:3:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes.c -o lib/cvodes/cvodes.o
lib/cvodes/cvodes.c:9270:12: warning: variable 'cv_mem' set but not used [-Wunused-but-set-variable]
 9270 |   CVodeMem cv_mem;
      |            ^
In file included from lib/cvodes/cvodes.c:193:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_direct.c -o lib/cvodes/cvodes_direct.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_bbdpre.c -o lib/cvodes/cvodes_bbdpre.o
In file included from lib/cvodes/cvodes_bbdpre.c:26:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_nls_stg.c -o lib/cvodes/cvodes_nls_stg.o
In file included from lib/cvodes/cvodes_nls_stg.c:17:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_nls_stg1.c -o lib/cvodes/cvodes_nls_stg1.o
In file included from lib/cvodes/cvodes_nls_stg1.c:17:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_diag.c -o lib/cvodes/cvodes_diag.o
In file included from lib/cvodes/cvodes_diag.c:23:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_ls.c -o lib/cvodes/cvodes_ls.o
In file included from lib/cvodes/cvodes_ls.c:27:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
6 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/cvodes/cvodes_nls.c -o lib/cvodes/cvodes_nls.o
In file included from lib/cvodes/cvodes_nls.c:17:
In file included from lib/cvodes/cvodes_impl.h:25:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/nvector/serial/nvector_serial.c -o lib/nvector/serial/nvector_serial.o
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunnonlinsol/newton/sunnonlinsol_newton.c -o lib/sunnonlinsol/newton/sunnonlinsol_newton.o
In file included from lib/sunnonlinsol/newton/sunnonlinsol_newton.c:27:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c -o lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o
In file included from lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c:27:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c -o lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.o
In file included from lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c:26:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/spgmr/sunlinsol_spgmr.c -o lib/sunlinsol/spgmr/sunlinsol_spgmr.o
In file included from lib/sunlinsol/spgmr/sunlinsol_spgmr.c:27:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/pcg/sunlinsol_pcg.c -o lib/sunlinsol/pcg/sunlinsol_pcg.o
In file included from lib/sunlinsol/pcg/sunlinsol_pcg.c:26:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/dense/sunlinsol_dense.c -o lib/sunlinsol/dense/sunlinsol_dense.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/band/sunlinsol_band.c -o lib/sunlinsol/band/sunlinsol_band.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/spbcgs/sunlinsol_spbcgs.c -o lib/sunlinsol/spbcgs/sunlinsol_spbcgs.o
In file included from lib/sunlinsol/spbcgs/sunlinsol_spbcgs.c:27:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/spfgmr/sunlinsol_spfgmr.c -o lib/sunlinsol/spfgmr/sunlinsol_spfgmr.o
In file included from lib/sunlinsol/spfgmr/sunlinsol_spfgmr.c:27:
In file included from ../inst/include/sundials/sundials_logger_impl.h:24:
../inst/include/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/lapackdense/sunlinsol_lapackdense.c -o lib/sunlinsol/lapackdense/sunlinsol_lapackdense.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunlinsol/lapackband/sunlinsol_lapackband.c -o lib/sunlinsol/lapackband/sunlinsol_lapackband.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_futils.c -o lib/sundials/sundials_futils.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_context.c -o lib/sundials/sundials_context.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_nonlinearsolver.c -o lib/sundials/sundials_nonlinearsolver.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_matrix.c -o lib/sundials/sundials_matrix.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_nvector_senswrapper.c -o lib/sundials/sundials_nvector_senswrapper.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_logger.c -o lib/sundials/sundials_logger.o
In file included from lib/sundials/sundials_logger.c:26:
In file included from lib/sundials/sundials_logger_impl.h:24:
lib/sundials/sundials_hashmap.h:232:12: warning: unused function 'SUNHashMap_Insert' [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
lib/sundials/sundials_hashmap.h:313:12: warning: unused function 'SUNHashMap_GetValue' [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
lib/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
lib/sundials/sundials_logger.c:35:13: warning: unused function 'sunCreateLogMessage' [-Wunused-function]
   35 | static void sunCreateLogMessage(SUNLogLevel lvl, int rank, const char* scope,
      |             ^~~~~~~~~~~~~~~~~~~
lib/sundials/sundials_logger.c:80:14: warning: unused function 'sunOpenLogFile' [-Wunused-function]
   80 | static FILE* sunOpenLogFile(const char* fname, const char* mode)
      |              ^~~~~~~~~~~~~~
5 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_memory.c -o lib/sundials/sundials_memory.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_direct.c -o lib/sundials/sundials_direct.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_dense.c -o lib/sundials/sundials_dense.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_profiler.c -o lib/sundials/sundials_profiler.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_nvector.c -o lib/sundials/sundials_nvector.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_band.c -o lib/sundials/sundials_band.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_math.c -o lib/sundials/sundials_math.o
lib/sundials/sundials_math.c:115:13: warning: unused function 'sunNextafterl' [-Wunused-function]
  115 | long double sunNextafterl(long double from, long double to)
      |             ^~~~~~~~~~~~~
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_version.c -o lib/sundials/sundials_version.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_linearsolver.c -o lib/sundials/sundials_linearsolver.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sundials/sundials_iterative.c -o lib/sundials/sundials_iterative.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunmatrix/dense/sunmatrix_dense.c -o lib/sunmatrix/dense/sunmatrix_dense.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunmatrix/band/sunmatrix_band.c -o lib/sunmatrix/band/sunmatrix_band.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/rmumps/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lib/sunmatrix/sparse/sunmatrix_sparse.c -o lib/sunmatrix/sparse/sunmatrix_sparse.o
ar -crvs ../inst/libsundials.a lib/cvodes/cvodes_proj.o lib/cvodes/cvodea.o lib/cvodes/cvodes_spils.o lib/cvodes/cvodes_io.o lib/cvodes/cvodea_io.o lib/cvodes/cvodes_bandpre.o lib/cvodes/cvodes_nls_sim.o lib/cvodes/cvodes.o lib/cvodes/cvodes_direct.o lib/cvodes/cvodes_bbdpre.o lib/cvodes/cvodes_nls_stg.o lib/cvodes/cvodes_nls_stg1.o lib/cvodes/cvodes_diag.o lib/cvodes/cvodes_ls.o lib/cvodes/cvodes_nls.o lib/nvector/serial/nvector_serial.o lib/sunnonlinsol/newton/sunnonlinsol_newton.o lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.o lib/sunlinsol/spgmr/sunlinsol_spgmr.o lib/sunlinsol/pcg/sunlinsol_pcg.o lib/sunlinsol/dense/sunlinsol_dense.o lib/sunlinsol/band/sunlinsol_band.o lib/sunlinsol/spbcgs/sunlinsol_spbcgs.o lib/sunlinsol/spfgmr/sunlinsol_spfgmr.o lib/sunlinsol/lapackdense/sunlinsol_lapackdense.o lib/sunlinsol/lapackband/sunlinsol_lapackband.o lib/sundials/sundials_futils.o lib/sundials/sundials_context.o lib/sundials/sundials_nonlinearsolver.o lib/sundials/sundials_matrix.o lib/sundials/sundials_nvector_senswrapper.o lib/sundials/sundials_logger.o lib/sundials/sundials_memory.o lib/sundials/sundials_direct.o lib/sundials/sundials_dense.o lib/sundials/sundials_profiler.o lib/sundials/sundials_nvector.o lib/sundials/sundials_band.o lib/sundials/sundials_math.o lib/sundials/sundials_version.o lib/sundials/sundials_linearsolver.o lib/sundials/sundials_iterative.o lib/sunmatrix/dense/sunmatrix_dense.o lib/sunmatrix/band/sunmatrix_band.o lib/sunmatrix/sparse/sunmatrix_sparse.o
a - lib/cvodes/cvodes_proj.o
a - lib/cvodes/cvodea.o
a - lib/cvodes/cvodes_spils.o
a - lib/cvodes/cvodes_io.o
a - lib/cvodes/cvodea_io.o
a - lib/cvodes/cvodes_bandpre.o
a - lib/cvodes/cvodes_nls_sim.o
a - lib/cvodes/cvodes.o
a - lib/cvodes/cvodes_direct.o
a - lib/cvodes/cvodes_bbdpre.o
a - lib/cvodes/cvodes_nls_stg.o
a - lib/cvodes/cvodes_nls_stg1.o
a - lib/cvodes/cvodes_diag.o
a - lib/cvodes/cvodes_ls.o
a - lib/cvodes/cvodes_nls.o
a - lib/nvector/serial/nvector_serial.o
a - lib/sunnonlinsol/newton/sunnonlinsol_newton.o
a - lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o
a - lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.o
a - lib/sunlinsol/spgmr/sunlinsol_spgmr.o
a - lib/sunlinsol/pcg/sunlinsol_pcg.o
a - lib/sunlinsol/dense/sunlinsol_dense.o
a - lib/sunlinsol/band/sunlinsol_band.o
a - lib/sunlinsol/spbcgs/sunlinsol_spbcgs.o
a - lib/sunlinsol/spfgmr/sunlinsol_spfgmr.o
a - lib/sunlinsol/lapackdense/sunlinsol_lapackdense.o
a - lib/sunlinsol/lapackband/sunlinsol_lapackband.o
a - lib/sundials/sundials_futils.o
a - lib/sundials/sundials_context.o
a - lib/sundials/sundials_nonlinearsolver.o
a - lib/sundials/sundials_matrix.o
a - lib/sundials/sundials_nvector_senswrapper.o
a - lib/sundials/sundials_logger.o
a - lib/sundials/sundials_memory.o
a - lib/sundials/sundials_direct.o
a - lib/sundials/sundials_dense.o
a - lib/sundials/sundials_profiler.o
a - lib/sundials/sundials_nvector.o
a - lib/sundials/sundials_band.o
a - lib/sundials/sundials_math.o
a - lib/sundials/sundials_version.o
a - lib/sundials/sundials_linearsolver.o
a - lib/sundials/sundials_iterative.o
a - lib/sunmatrix/dense/sunmatrix_dense.o
a - lib/sunmatrix/band/sunmatrix_band.o
a - lib/sunmatrix/sparse/sunmatrix_sparse.o
ranlib ../inst/libsundials.a
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o r2sundials.so RcppExports.o r2sundials.o sunlinsol_rmumps.o -L../inst -lsundials -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/r2sundials/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/r2sundials/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/r2sundials/src'
installing to /data/gannet/ripley/R/packages/tests-clang/r2sundials.Rcheck/00LOCK-r2sundials/00new/r2sundials/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 (r2sundials)