* installing *source* package ‘dlm’ ...
** package ‘dlm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/dlm/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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c arms-R.c -o arms-R.o
arms-R.c:315:37: warning: unused variable 'z' [-Wunused-variable]
  315 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |                                     ^
arms-R.c:336:7: warning: variable 'xl' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  336 |   if (q->pl->x == q->x){
      |       ^~~~~~~~~~~~~~~~
arms-R.c:368:15: note: uninitialized use occurs here
  368 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |               ^~
arms-R.c:336:3: note: remove the 'if' if its condition is always false
  336 |   if (q->pl->x == q->x){
      |   ^~~~~~~~~~~~~~~~~~~~~~
  337 |     /* interval is of zero length */
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  338 |     p->x = q->x;
      |     ~~~~~~~~~~~~
  339 |     p->y = q->y;
      |     ~~~~~~~~~~~~
  340 |     p->ey = q->ey;
      |     ~~~~~~~~~~~~~~
  341 |   } else {
      |   ~~~~~~
arms-R.c:315:14: note: initialize the variable 'xl' to silence this warning
  315 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |              ^
      |               = 0.0
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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c dlm.c -o dlm.o
dlm.c:1312:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
 1312 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                   ^
dlm.c:1312:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
 1312 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                        ^
dlm.c:1941:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
 1941 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                   ^
dlm.c:1941:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
 1941 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                        ^
dlm.c:2462:53: warning: unused variable 'DR' [-Wunused-variable]
 2462 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
      |                                                     ^~
dlm.c:2462:58: warning: unused variable 'UR' [-Wunused-variable]
 2462 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
      |                                                          ^~
dlm.c:2768:2: warning: unused variable 'nr' [-Wunused-variable]
 2768 |         nr;
      |         ^~
dlm.c:2769:53: warning: unused variable 'DR' [-Wunused-variable]
 2769 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
      |                                                     ^~
dlm.c:2769:58: warning: unused variable 'UR' [-Wunused-variable]
 2769 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv, 
      |                                                          ^~
9 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 dlm.so arms-R.o dlm.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/dlm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/dlm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/dlm/src'
installing to /data/gannet/ripley/R/packages/tests-clang/dlm.Rcheck/00LOCK-dlm/00new/dlm/libs
** R
** data
** 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 (dlm)