* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘dlm’ ...
** package ‘dlm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpOTpZZG/R.INSTALL31ec4c55fc636e/dlm/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -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.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -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.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o dlm.so arms-R.o dlm.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpOTpZZG/R.INSTALL31ec4c55fc636e/dlm/src'
make[1]: Entering directory '/tmp/RtmpOTpZZG/R.INSTALL31ec4c55fc636e/dlm/src'
make[1]: Leaving directory '/tmp/RtmpOTpZZG/R.INSTALL31ec4c55fc636e/dlm/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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
* creating tarball
packaged installation of ‘dlm’ as ‘dlm_1.1-6_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (dlm)