* installing *source* package ‘RFCCA’ ... ** package ‘RFCCA’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... /usr/local/clang-trunk/bin/clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/clang-trunk/bin/clang accepts -g... yes checking for /usr/local/clang-trunk/bin/clang option to accept ISO C89... none needed checking for /usr/local/clang-trunk/bin/clang option to support OpenMP... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘clang version 18.0.0git (https://github.com/llvm/llvm-project.git 8e7f073eb42c92aa7a2b651ca314d7fcebf296e3)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang-trunk/RFCCA/src' /usr/local/clang-trunk/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I../inst/include/ -isystem /usr/local/clang-trunk/include -I/usr/local/clang/include -fopenmp -I. -I../inst/include/ -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c R_init_randomForestSRC.c -o R_init_randomForestSRC.o /usr/local/clang-trunk/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I../inst/include/ -isystem /usr/local/clang-trunk/include -I/usr/local/clang/include -fopenmp -I. -I../inst/include/ -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c randomForestSRC.c -o randomForestSRC.o randomForestSRC.c:26773:9: warning: variable 'v' set but not used [-Wunused-but-set-variable] 26773 | char *v; | ^ 1 warning generated. /usr/local/clang-trunk/bin/clang -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I../inst/include/ -isystem /usr/local/clang-trunk/include -I/usr/local/clang/include -fopenmp -I. -I../inst/include/ -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c splitCustom.c -o splitCustom.o In file included from splitCustom.c:4: In file included from ../inst/include/cblas.h:41: ../inst/include/cblas/cblas_xerbla.h:86:12: warning: '&&' of a value and its negation always evaluates to false [-Wtautological-negation-compare] 86 | if (info && !info) | ~~~~~^~~~~~~~ 1 warning generated. /usr/local/clang-trunk/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang-trunk/lib -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o RFCCA.so R_init_randomForestSRC.o randomForestSRC.o splitCustom.o -fopenmp -L/data/gannet/ripley/R/R-clang-trunk/lib -lRlapack -L/data/gannet/ripley/R/R-clang-trunk/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang-trunk/RFCCA/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang-trunk/RFCCA/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang-trunk/RFCCA/src' installing to /data/gannet/ripley/R/packages/tests-clang-trunk/RFCCA.Rcheck/00LOCK-RFCCA/00new/RFCCA/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (RFCCA)