* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘r2sundials’ ...
** package ‘r2sundials’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpgo445Q/R.INSTALL13b35b6c58b0a4/r2sundials/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c r2sundials.cpp -o r2sundials.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c sunlinsol_rmumps.cpp -o sunlinsol_rmumps.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from sunlinsol_rmumps.cpp:3:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘int SUNHashMap_Sort(SUNHashMap, _SUNHashMapKeyValue***, int (*)(const void*, const void*))’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘int SUNHashMap_GetValue(SUNHashMap, const char*, void**)’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘int SUNHashMap_Insert(SUNHashMap, const char*, void*)’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘int SUNHashMap_Destroy(_SUNHashMap**, void (*)(void*))’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘int SUNHashMap_New(int, _SUNHashMap**)’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_proj.c -o lib/cvodes/cvodes_proj.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_proj.c:23:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodea.c -o lib/cvodes/cvodea.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodea.c:28:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_spils.c -o lib/cvodes/cvodes_spils.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_io.c -o lib/cvodes/cvodes_io.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_io.c:21:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodea_io.c -o lib/cvodes/cvodea_io.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodea_io.c:32:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_bandpre.c -o lib/cvodes/cvodes_bandpre.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_bandpre.c:25:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_nls_sim.c -o lib/cvodes/cvodes_nls_sim.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_nls_sim.c:26:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes.c -o lib/cvodes/cvodes.o
lib/cvodes/cvodes.c: In function ‘cvErrHandler’:
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 ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes.c:193:
../inst/include/sundials/sundials_hashmap.h: At top level:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_direct.c -o lib/cvodes/cvodes_direct.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_bbdpre.c -o lib/cvodes/cvodes_bbdpre.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_bbdpre.c:26:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_nls_stg.c -o lib/cvodes/cvodes_nls_stg.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_nls_stg.c:17:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_nls_stg1.c -o lib/cvodes/cvodes_nls_stg1.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_nls_stg1.c:17:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_diag.c -o lib/cvodes/cvodes_diag.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_diag.c:23:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_ls.c -o lib/cvodes/cvodes_ls.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_ls.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/cvodes/cvodes_nls.c -o lib/cvodes/cvodes_nls.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/cvodes/cvodes_impl.h:25,
                 from lib/cvodes/cvodes_nls.c:17:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/nvector/serial/nvector_serial.c -o lib/nvector/serial/nvector_serial.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunnonlinsol/newton/sunnonlinsol_newton.c -o lib/sunnonlinsol/newton/sunnonlinsol_newton.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunnonlinsol/newton/sunnonlinsol_newton.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c -o lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c -o lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c:26:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/spgmr/sunlinsol_spgmr.c -o lib/sunlinsol/spgmr/sunlinsol_spgmr.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunlinsol/spgmr/sunlinsol_spgmr.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/pcg/sunlinsol_pcg.c -o lib/sunlinsol/pcg/sunlinsol_pcg.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunlinsol/pcg/sunlinsol_pcg.c:26:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/dense/sunlinsol_dense.c -o lib/sunlinsol/dense/sunlinsol_dense.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/band/sunlinsol_band.c -o lib/sunlinsol/band/sunlinsol_band.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/spbcgs/sunlinsol_spbcgs.c -o lib/sunlinsol/spbcgs/sunlinsol_spbcgs.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunlinsol/spbcgs/sunlinsol_spbcgs.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/spfgmr/sunlinsol_spfgmr.c -o lib/sunlinsol/spfgmr/sunlinsol_spfgmr.o
In file included from ../inst/include/sundials/sundials_logger_impl.h:24,
                 from lib/sunlinsol/spfgmr/sunlinsol_spfgmr.c:27:
../inst/include/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:126:12: warning: ‘SUNHashMap_Destroy’ defined but not used [-Wunused-function]
  126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr))
      |            ^~~~~~~~~~~~~~~~~~
../inst/include/sundials/sundials_hashmap.h:75:12: warning: ‘SUNHashMap_New’ defined but not used [-Wunused-function]
   75 | static int SUNHashMap_New(int max_size, SUNHashMap* map)
      |            ^~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/lapackdense/sunlinsol_lapackdense.c -o lib/sunlinsol/lapackdense/sunlinsol_lapackdense.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunlinsol/lapackband/sunlinsol_lapackband.c -o lib/sunlinsol/lapackband/sunlinsol_lapackband.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_futils.c -o lib/sundials/sundials_futils.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_context.c -o lib/sundials/sundials_context.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_nonlinearsolver.c -o lib/sundials/sundials_nonlinearsolver.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_matrix.c -o lib/sundials/sundials_matrix.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_nvector_senswrapper.c -o lib/sundials/sundials_nvector_senswrapper.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_logger.c -o lib/sundials/sundials_logger.o
lib/sundials/sundials_logger.c:80:14: warning: ‘sunOpenLogFile’ defined but not used [-Wunused-function]
   80 | static FILE* sunOpenLogFile(const char* fname, const char* mode)
      |              ^~~~~~~~~~~~~~
lib/sundials/sundials_logger.c:35:13: warning: ‘sunCreateLogMessage’ defined but not used [-Wunused-function]
   35 | static void sunCreateLogMessage(SUNLogLevel lvl, int rank, const char* scope,
      |             ^~~~~~~~~~~~~~~~~~~
In file included from lib/sundials/sundials_logger_impl.h:24,
                 from lib/sundials/sundials_logger.c:26:
lib/sundials/sundials_hashmap.h:370:12: warning: ‘SUNHashMap_Sort’ defined but not used [-Wunused-function]
  370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted,
      |            ^~~~~~~~~~~~~~~
lib/sundials/sundials_hashmap.h:313:12: warning: ‘SUNHashMap_GetValue’ defined but not used [-Wunused-function]
  313 | static int SUNHashMap_GetValue(SUNHashMap map, const char* key, void** value)
      |            ^~~~~~~~~~~~~~~~~~~
lib/sundials/sundials_hashmap.h:232:12: warning: ‘SUNHashMap_Insert’ defined but not used [-Wunused-function]
  232 | static int SUNHashMap_Insert(SUNHashMap map, const char* key, void* value)
      |            ^~~~~~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_memory.c -o lib/sundials/sundials_memory.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_direct.c -o lib/sundials/sundials_direct.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_dense.c -o lib/sundials/sundials_dense.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_profiler.c -o lib/sundials/sundials_profiler.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_nvector.c -o lib/sundials/sundials_nvector.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_band.c -o lib/sundials/sundials_band.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_math.c -o lib/sundials/sundials_math.o
lib/sundials/sundials_math.c:115:13: warning: ‘sunNextafterl’ defined but not used [-Wunused-function]
  115 | long double sunNextafterl(long double from, long double to)
      |             ^~~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_version.c -o lib/sundials/sundials_version.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_linearsolver.c -o lib/sundials/sundials_linearsolver.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sundials/sundials_iterative.c -o lib/sundials/sundials_iterative.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunmatrix/dense/sunmatrix_dense.c -o lib/sunmatrix/dense/sunmatrix_dense.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c lib/sunmatrix/band/sunmatrix_band.c -o lib/sunmatrix/band/sunmatrix_band.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I ../inst/include/sundials -DNO_FPRINTF_OUTPUT -DARMA_IGNORE_DEPRECATED_MARKER  -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/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmumps/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o r2sundials.so RcppExports.o r2sundials.o sunlinsol_rmumps.o -L../inst -lsundials -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpgo445Q/R.INSTALL13b35b6c58b0a4/r2sundials/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpgo445Q/R.INSTALL13b35b6c58b0a4/r2sundials/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpgo445Q/R.INSTALL13b35b6c58b0a4/r2sundials/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)