* installing *source* package ‘rms’ ...
** this is package ‘rms’ version ‘7.0-0’
** package ‘rms’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 20.1.0-rc2’
using Fortran compiler: ‘flang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
/usr/local/clang20/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  lrmll.f90 -o lrmll.o
./lrmll.f90:56:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('beta', 4, beta, p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:55:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:57:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('penmat', 6, penmat, p * p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:55:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c mlmats.f -o mlmats.o
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  ormll.f90 -o ormll.o
./ormll.f90:60:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('beta', 4, beta, p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:61:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('penmat', 6, penmat, p * p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:119:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('p1', 2, p1, size(p1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:120:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('p2', 2, p2, size(p2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:121:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('pdf1', 4, pdf1, size(pdf1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:122:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('pdf2', 4, pdf2, size(pdf2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:123:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('dpdf1', 5, dpdf1, size(dpdf1))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:124:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('dpdf2', 5, dpdf2, size(dpdf2))
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:264:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('ha',  2, ha, size(ha))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:265:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('hb',  2, hb, size(hb))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:266:3: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
    call dblepr('hab', 3, hab, size(hab))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./ormll.f90:59:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang20/bin/flang  -fpic  -O2 -pedantic  -c  robcovf.f90 -o robcovf.o
/usr/local/clang20/bin/clang -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o rms.so init.o lrmll.o mlmats.o ormll.o robcovf.o -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
installing to /data/gannet/ripley/R/packages/tests-clang/rms.Rcheck/00LOCK-rms/00new/rms/libs
** R
** demo
** inst
** 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 (rms)