* installing *source* package ‘subrank’ ...
** package ‘subrank’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/subrank/src'
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c Tir.c -o Tir.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c copc.c -o copc.o
In file included from copc.c:1:
In file included from ./copc.h:6:
In file included from ./randomkit.h:37:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lienR.c -o lienR.o
In file included from lienR.c:1:
In file included from ./lienR.h:7:
In file included from ./randomkit.h:37:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rk_isaac.c -o rk_isaac.o
rk_isaac.c:34:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   34 | static char const rcsid[] =
      |                   ^~~~~
In file included from rk_isaac.c:37:
In file included from ./rk_isaac.h:58:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
2 warnings generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rk_mt.c -o rk_mt.o
rk_mt.c:38:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   38 | static char const rcsid[] =
      |                   ^~~~~
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rk_primitive.c -o rk_primitive.o
rk_primitive.c:29:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   29 | static char const rcsid[] =
      |                   ^~~~~
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rk_sobol.c -o rk_sobol.o
rk_sobol.c:892:41: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
  892 |   const double inverse_denominator=1.0/(ULONG_MAX+1.0);
      |                                         ^~~~~~~~~~
/usr/local/clang18/lib/clang/18/include/limits.h:61:37: note: expanded from macro 'ULONG_MAX'
   61 | #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
      |                    ~~~~~~~~~~~~~~~~~^~~~
rk_sobol.c:31:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   31 | static char const rcsid[] =
      |                   ^~~~~
In file included from rk_sobol.c:37:
In file included from ./rk_sobol.h:65:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
3 warnings generated.
/usr/local/clang18/bin/clang -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 subrank.so Tir.o copc.o lienR.o rk_isaac.o rk_mt.o rk_primitive.o rk_sobol.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/subrank/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/subrank/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/subrank/src'
installing to /data/gannet/ripley/R/packages/tests-clang/subrank.Rcheck/00LOCK-subrank/00new/subrank/libs
** R
** 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 (subrank)