* installing *source* package ‘sundialr’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 17.0.6 (5)’ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c check_retval.cpp -o check_retval.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cvode.cpp -o cvode.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cvodes.cpp -o cvodes.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c ida.cpp -o ida.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cvsolve.cpp -o cvsolve.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c rhs_func.cpp -o rhs_func.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodea.c -o sundials/cvodes/cvodea.o In file included from sundials/cvodes/cvodea.c:28: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodea_io.c -o sundials/cvodes/cvodea_io.o In file included from sundials/cvodes/cvodea_io.c:32: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes.c -o sundials/cvodes/cvodes.o In file included from sundials/cvodes/cvodes.c:193: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_bandpre.c -o sundials/cvodes/cvodes_bandpre.o In file included from sundials/cvodes/cvodes_bandpre.c:25: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_bbdpre.c -o sundials/cvodes/cvodes_bbdpre.o In file included from sundials/cvodes/cvodes_bbdpre.c:26: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_diag.c -o sundials/cvodes/cvodes_diag.o In file included from sundials/cvodes/cvodes_diag.c:23: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_direct.c -o sundials/cvodes/cvodes_direct.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_io.c -o sundials/cvodes/cvodes_io.o In file included from sundials/cvodes/cvodes_io.c:21: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_ls.c -o sundials/cvodes/cvodes_ls.o In file included from sundials/cvodes/cvodes_ls.c:27: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_nls.c -o sundials/cvodes/cvodes_nls.o In file included from sundials/cvodes/cvodes_nls.c:17: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_nls_sim.c -o sundials/cvodes/cvodes_nls_sim.o In file included from sundials/cvodes/cvodes_nls_sim.c:26: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_nls_stg.c -o sundials/cvodes/cvodes_nls_stg.o In file included from sundials/cvodes/cvodes_nls_stg.c:17: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_nls_stg1.c -o sundials/cvodes/cvodes_nls_stg1.o In file included from sundials/cvodes/cvodes_nls_stg1.c:17: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_proj.c -o sundials/cvodes/cvodes_proj.o In file included from sundials/cvodes/cvodes_proj.c:23: In file included from sundials/cvodes/cvodes_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/cvodes/cvodes_spils.c -o sundials/cvodes/cvodes_spils.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idaa.c -o sundials/idas/idaa.o In file included from sundials/idas/idaa.c:26: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idaa_io.c -o sundials/idas/idaa_io.o In file included from sundials/idas/idaa_io.c:33: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas.c -o sundials/idas/idas.o In file included from sundials/idas/idas.c:144: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_bbdpre.c -o sundials/idas/idas_bbdpre.o In file included from sundials/idas/idas_bbdpre.c:30: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_direct.c -o sundials/idas/idas_direct.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_ic.c -o sundials/idas/idas_ic.o In file included from sundials/idas/idas_ic.c:22: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_io.c -o sundials/idas/idas_io.o In file included from sundials/idas/idas_io.c:21: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_ls.c -o sundials/idas/idas_ls.o In file included from sundials/idas/idas_ls.c:22: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_nls.c -o sundials/idas/idas_nls.o In file included from sundials/idas/idas_nls.c:17: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_nls_sim.c -o sundials/idas/idas_nls_sim.o In file included from sundials/idas/idas_nls_sim.c:17: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_nls_stg.c -o sundials/idas/idas_nls_stg.o In file included from sundials/idas/idas_nls_stg.c:17: In file included from sundials/idas/idas_impl.h:25: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/idas/idas_spils.c -o sundials/idas/idas_spils.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/nvector/serial/nvector_serial.c -o sundials/nvector/serial/nvector_serial.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_band.c -o sundials/sundials/sundials_band.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_context.c -o sundials/sundials/sundials_context.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_dense.c -o sundials/sundials/sundials_dense.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_direct.c -o sundials/sundials/sundials_direct.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_iterative.c -o sundials/sundials/sundials_iterative.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_linearsolver.c -o sundials/sundials/sundials_linearsolver.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_logger.c -o sundials/sundials/sundials_logger.o In file included from sundials/sundials/sundials_logger.c:26: In file included from sundials/sundials/sundials_logger_impl.h:24: sundials/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) | ^~~~~~~~~~~~~~~~~ sundials/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) | ^~~~~~~~~~~~~~~~~~~ sundials/sundials/sundials_hashmap.h:370:12: warning: unused function 'SUNHashMap_Sort' [-Wunused-function] 370 | static int SUNHashMap_Sort(SUNHashMap map, SUNHashMapKeyValue** sorted, | ^~~~~~~~~~~~~~~ sundials/sundials/sundials_logger.c:35:13: warning: unused function 'sunCreateLogMessage' [-Wunused-function] 35 | static void sunCreateLogMessage(SUNLogLevel lvl, int rank, const char* scope, | ^~~~~~~~~~~~~~~~~~~ sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_math.c -o sundials/sundials/sundials_math.o sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_matrix.c -o sundials/sundials/sundials_matrix.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_nonlinearsolver.c -o sundials/sundials/sundials_nonlinearsolver.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_nvector.c -o sundials/sundials/sundials_nvector.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_nvector_senswrapper.c -o sundials/sundials/sundials_nvector_senswrapper.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_profiler.c -o sundials/sundials/sundials_profiler.o sundials/sundials/sundials_profiler.c:71:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 71 | static sunTimerStruct* sunTimerStructNew() | ^ | void 1 warning generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sundials/sundials_version.c -o sundials/sundials/sundials_version.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunlinsol/dense/sunlinsol_dense.c -o sundials/sunlinsol/dense/sunlinsol_dense.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunlinsol/band/sunlinsol_band.c -o sundials/sunlinsol/band/sunlinsol_band.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunmatrix/band/sunmatrix_band.c -o sundials/sunmatrix/band/sunmatrix_band.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunmatrix/dense/sunmatrix_dense.c -o sundials/sunmatrix/dense/sunmatrix_dense.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c -o sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o In file included from sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c:27: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/sunnonlinsol/newton/sunnonlinsol_newton.c -o sundials/sunnonlinsol/newton/sunnonlinsol_newton.o In file included from sundials/sunnonlinsol/newton/sunnonlinsol_newton.c:27: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol.c -o sundials/kinsol/kinsol.o In file included from sundials/kinsol/kinsol.c:71: In file included from sundials/kinsol/kinsol_impl.h:26: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol_bbdpre.c -o sundials/kinsol/kinsol_bbdpre.o In file included from sundials/kinsol/kinsol_bbdpre.c:29: In file included from sundials/kinsol/kinsol_impl.h:26: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol_direct.c -o sundials/kinsol/kinsol_direct.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol_io.c -o sundials/kinsol/kinsol_io.o In file included from sundials/kinsol/kinsol_io.c:23: In file included from sundials/kinsol/kinsol_impl.h:26: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol_ls.c -o sundials/kinsol/kinsol_ls.o In file included from sundials/kinsol/kinsol_ls.c:23: In file included from sundials/kinsol/kinsol_impl.h:26: In file included from ./sundials/sundials/sundials_logger_impl.h:24: ./sundials/sundials/sundials_hashmap.h:75:12: warning: unused function 'SUNHashMap_New' [-Wunused-function] 75 | static int SUNHashMap_New(int max_size, SUNHashMap* map) | ^~~~~~~~~~~~~~ ./sundials/sundials/sundials_hashmap.h:126:12: warning: unused function 'SUNHashMap_Destroy' [-Wunused-function] 126 | static int SUNHashMap_Destroy(SUNHashMap* map, void (*freevalue)(void* ptr)) | ^~~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~ ./sundials/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) | ^~~~~~~~~~~~~~~~~~~ ./sundials/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. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I../inst/include/ -I./inst/ -DHAVE_CONFIG_H -DARMA_USE_CXX11 -I./sundials/sundials -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sundials/kinsol/kinsol_spils.c -o sundials/kinsol/kinsol_spils.o ar -crvs ../inst/libsundials_all.a ./sundials/cvodes/cvodea.o ./sundials/cvodes/cvodea_io.o ./sundials/cvodes/cvodes.o ./sundials/cvodes/cvodes_bandpre.o ./sundials/cvodes/cvodes_bbdpre.o ./sundials/cvodes/cvodes_diag.o ./sundials/cvodes/cvodes_direct.o ./sundials/cvodes/cvodes_io.o ./sundials/cvodes/cvodes_ls.o ./sundials/cvodes/cvodes_nls.o ./sundials/cvodes/cvodes_nls_sim.o ./sundials/cvodes/cvodes_nls_stg.o ./sundials/cvodes/cvodes_nls_stg1.o ./sundials/cvodes/cvodes_proj.o ./sundials/cvodes/cvodes_spils.o ./sundials/idas/idaa.o ./sundials/idas/idaa_io.o ./sundials/idas/idas.o ./sundials/idas/idas_bbdpre.o ./sundials/idas/idas_direct.o ./sundials/idas/idas_ic.o ./sundials/idas/idas_io.o ./sundials/idas/idas_ls.o ./sundials/idas/idas_nls.o ./sundials/idas/idas_nls_sim.o ./sundials/idas/idas_nls_stg.o ./sundials/idas/idas_spils.o ./sundials/nvector/serial/nvector_serial.o ./sundials/sundials/sundials_band.o ./sundials/sundials/sundials_context.o ./sundials/sundials/sundials_dense.o ./sundials/sundials/sundials_direct.o ./sundials/sundials/sundials_iterative.o ./sundials/sundials/sundials_linearsolver.o ./sundials/sundials/sundials_logger.o ./sundials/sundials/sundials_math.o ./sundials/sundials/sundials_matrix.o ./sundials/sundials/sundials_nonlinearsolver.o ./sundials/sundials/sundials_nvector.o ./sundials/sundials/sundials_nvector_senswrapper.o ./sundials/sundials/sundials_profiler.o ./sundials/sundials/sundials_version.o ./sundials/sunlinsol/dense/sunlinsol_dense.o ./sundials/sunlinsol/band/sunlinsol_band.o ./sundials/sunmatrix/band/sunmatrix_band.o ./sundials/sunmatrix/dense/sunmatrix_dense.o ./sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o ./sundials/sunnonlinsol/newton/sunnonlinsol_newton.o ./sundials/kinsol/kinsol.o ./sundials/kinsol/kinsol_bbdpre.o ./sundials/kinsol/kinsol_direct.o ./sundials/kinsol/kinsol_io.o ./sundials/kinsol/kinsol_ls.o ./sundials/kinsol/kinsol_spils.o a - ./sundials/cvodes/cvodea.o a - ./sundials/cvodes/cvodea_io.o a - ./sundials/cvodes/cvodes.o a - ./sundials/cvodes/cvodes_bandpre.o a - ./sundials/cvodes/cvodes_bbdpre.o a - ./sundials/cvodes/cvodes_diag.o a - ./sundials/cvodes/cvodes_direct.o a - ./sundials/cvodes/cvodes_io.o a - ./sundials/cvodes/cvodes_ls.o a - ./sundials/cvodes/cvodes_nls.o a - ./sundials/cvodes/cvodes_nls_sim.o a - ./sundials/cvodes/cvodes_nls_stg.o a - ./sundials/cvodes/cvodes_nls_stg1.o a - ./sundials/cvodes/cvodes_proj.o a - ./sundials/cvodes/cvodes_spils.o a - ./sundials/idas/idaa.o a - ./sundials/idas/idaa_io.o a - ./sundials/idas/idas.o a - ./sundials/idas/idas_bbdpre.o a - ./sundials/idas/idas_direct.o a - ./sundials/idas/idas_ic.o a - ./sundials/idas/idas_io.o a - ./sundials/idas/idas_ls.o a - ./sundials/idas/idas_nls.o a - ./sundials/idas/idas_nls_sim.o a - ./sundials/idas/idas_nls_stg.o a - ./sundials/idas/idas_spils.o a - ./sundials/nvector/serial/nvector_serial.o a - ./sundials/sundials/sundials_band.o a - ./sundials/sundials/sundials_context.o a - ./sundials/sundials/sundials_dense.o a - ./sundials/sundials/sundials_direct.o a - ./sundials/sundials/sundials_iterative.o a - ./sundials/sundials/sundials_linearsolver.o a - ./sundials/sundials/sundials_logger.o a - ./sundials/sundials/sundials_math.o a - ./sundials/sundials/sundials_matrix.o a - ./sundials/sundials/sundials_nonlinearsolver.o a - ./sundials/sundials/sundials_nvector.o a - ./sundials/sundials/sundials_nvector_senswrapper.o a - ./sundials/sundials/sundials_profiler.o a - ./sundials/sundials/sundials_version.o a - ./sundials/sunlinsol/dense/sunlinsol_dense.o a - ./sundials/sunlinsol/band/sunlinsol_band.o a - ./sundials/sunmatrix/band/sunmatrix_band.o a - ./sundials/sunmatrix/dense/sunmatrix_dense.o a - ./sundials/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.o a - ./sundials/sunnonlinsol/newton/sunnonlinsol_newton.o a - ./sundials/kinsol/kinsol.o a - ./sundials/kinsol/kinsol_bbdpre.o a - ./sundials/kinsol/kinsol_direct.o a - ./sundials/kinsol/kinsol_io.o a - ./sundials/kinsol/kinsol_ls.o a - ./sundials/kinsol/kinsol_spils.o ranlib ../inst/libsundials_all.a clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o sundialr.so check_retval.o cvode.o cvodes.o ida.o cvsolve.o rhs_func.o RcppExports.o -llapack -L/home/hornik/tmp/R/lib -lRblas -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L../inst/ -lsundials_all -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/sundialr.Rcheck/00LOCK-sundialr/00new/sundialr/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 (sundialr)