* installing *source* package ‘ganGenerativeData’ ... ** package ‘ganGenerativeData’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 18.1.4’ using C++17 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ganGenerativeData/src' /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RcppExports.cpp -o RcppExports.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c dsInt.cpp -o dsInt.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c gdInt.cpp -o gdInt.o In file included from dsInt.cpp:8: In file included from ./normalizeData.h:9: In file included from ./dataSource.h:13: ./stringColumn.h:76:62: warning: all paths through this function will call itself [-Winfinite-recursion] 76 | virtual vector getDenormalizedNumberVector(int i) { | ^ In file included from dsInt.cpp:8: In file included from ./normalizeData.h:9: ./dataSource.h:248:13: warning: unused variable 'columnIndex' [-Wunused-variable] 248 | int columnIndex = 0; | ^~~~~~~~~~~ ./dataSource.h:272:13: warning: unused variable 'columnIndex' [-Wunused-variable] 272 | int columnIndex = 0; | ^~~~~~~~~~~ dsInt.cpp:78:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 78 | delete dsInt::pDataSource; | ^ dsInt.cpp:93:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 93 | delete dsInt::pDataSource; | ^ 5 warnings generated. In file included from gdInt.cpp:9: In file included from ./density.h:10: In file included from ./generativeData.h:7: In file included from ./dataSource.h:13: ./stringColumn.h:76:62: warning: all paths through this function will call itself [-Winfinite-recursion] 76 | virtual vector getDenormalizedNumberVector(int i) { | ^ In file included from gdInt.cpp:9: In file included from ./density.h:10: In file included from ./generativeData.h:7: ./dataSource.h:248:13: warning: unused variable 'columnIndex' [-Wunused-variable] 248 | int columnIndex = 0; | ^~~~~~~~~~~ ./dataSource.h:272:13: warning: unused variable 'columnIndex' [-Wunused-variable] 272 | int columnIndex = 0; | ^~~~~~~~~~~ In file included from gdInt.cpp:9: In file included from ./density.h:10: ./generativeData.h:31:23: warning: unused variable 'scaleType' [-Wunused-variable] 31 | Column::SCALE_TYPE scaleType = ((dataSource.getColumnVector())[i])->getScaleType(); | ^~~~~~~~~ In file included from gdInt.cpp:9: In file included from ./density.h:11: ./vpTree.h:410:15: warning: unused variable 'tau' [-Wunused-variable] 410 | float tau = numeric_limits::max(); | ^~~ gdInt.cpp:42:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 42 | delete gdInt::pDataSource; | ^ gdInt.cpp:44:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 44 | delete gdInt::pGenerativeData; | ^ gdInt.cpp:192:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 192 | delete gdInt::pDataSource; | ^ gdInt.cpp:215:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 215 | delete gdInt::pGenerativeData; | ^ gdInt.cpp:314:9: warning: delete called on non-final 'GenerativeData' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 314 | delete gdInt::pGenerativeData; | ^ gdInt.cpp:330:9: warning: delete called on non-final 'DataSource' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 330 | delete gdInt::pDataSource; | ^ 11 warnings generated. /usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o ganGenerativeData.so RcppExports.o dsInt.o gdInt.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ganGenerativeData/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/ganGenerativeData/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/ganGenerativeData/src' installing to /data/gannet/ripley/R/packages/tests-clang/ganGenerativeData.Rcheck/00LOCK-ganGenerativeData/00new/ganGenerativeData/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ganGenerativeData)