* installing *source* package ‘nbpMatching’ ...
** package ‘nbpMatching’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.2’
using Fortran compiler: ‘flang-new version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c fcorematch.f -o fcorematch.o
./fcorematch.f:518:14: portability: deprecated usage
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fcorematch.f:518:7: in the context: FORMAT statement
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
        ^
./fcorematch.f:518:2: in the context: execution part construct
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
   ^
./fcorematch.f:421:7: in the context: execution part
            ZFW       =0
        ^
./fcorematch.f:409:7: in the context: SUBROUTINE subprogram
        SUBROUTINE OGRAPH(N,ZFW,EPS,INDEX,NBL,CC,SM,TMA,TMB,NMATCH,MEM,
        ^
./fcorematch.f:519:11: portability: deprecated usage
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
            ^^^
./fcorematch.f:518:7: in the context: FORMAT statement
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
        ^
./fcorematch.f:518:2: in the context: execution part construct
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
   ^
./fcorematch.f:421:7: in the context: execution part
            ZFW       =0
        ^
./fcorematch.f:409:7: in the context: SUBROUTINE subprogram
        SUBROUTINE OGRAPH(N,ZFW,EPS,INDEX,NBL,CC,SM,TMA,TMB,NMATCH,MEM,
        ^
./fcorematch.f:519:18: portability: deprecated usage
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                   ^^^^^^^^
./fcorematch.f:518:7: in the context: FORMAT statement
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
        ^
./fcorematch.f:518:2: in the context: execution part construct
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
   ^
./fcorematch.f:421:7: in the context: execution part
            ZFW       =0
        ^
./fcorematch.f:409:7: in the context: SUBROUTINE subprogram
        SUBROUTINE OGRAPH(N,ZFW,EPS,INDEX,NBL,CC,SM,TMA,TMB,NMATCH,MEM,
        ^
./fcorematch.f:519:30: portability: deprecated usage
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                               ^^^
./fcorematch.f:518:7: in the context: FORMAT statement
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
        ^
./fcorematch.f:518:2: in the context: execution part construct
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
   ^
./fcorematch.f:421:7: in the context: execution part
            ZFW       =0
        ^
./fcorematch.f:409:7: in the context: SUBROUTINE subprogram
        SUBROUTINE OGRAPH(N,ZFW,EPS,INDEX,NBL,CC,SM,TMA,TMB,NMATCH,MEM,
        ^
./fcorematch.f:519:37: portability: deprecated usage
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                                      ^^^
./fcorematch.f:518:7: in the context: FORMAT statement
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
        ^
./fcorematch.f:518:2: in the context: execution part construct
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
   ^
./fcorematch.f:421:7: in the context: execution part
            ZFW       =0
        ^
./fcorematch.f:409:7: in the context: SUBROUTINE subprogram
        SUBROUTINE OGRAPH(N,ZFW,EPS,INDEX,NBL,CC,SM,TMA,TMB,NMATCH,MEM,
        ^
./fcorematch.f:518:14: warning: Legacy 'H' edit descriptor
   7000 FORMAT(47H0ERROR , THE OPTIMALITY CONDITIONS ARE VIOLATED
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./fcorematch.f:519:11: warning: Legacy 'H' edit descriptor
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
            ^^^
./fcorematch.f:519:18: warning: Legacy 'H' edit descriptor
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                   ^^^^^^^^
./fcorematch.f:519:30: warning: Legacy 'H' edit descriptor
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                               ^^^
./fcorematch.f:519:37: warning: Legacy 'H' edit descriptor
       *   /1H ,8X,6HEDGE (,I3,1H,,I3,1H),5X,F15.4)
                                      ^^^
/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 init.c -o init.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c mwrap.f -o mwrap.o
./mwrap.f:23:11: warning: overflow on power with INTEGER exponent
        EPS=10.**(-38)
            ^^^^^^^^^^
./mwrap.f:23:11: warning: underflow on power with INTEGER exponent
        EPS=10.**(-38)
            ^^^^^^^^^^
/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 nbpMatching.so fcorematch.o init.o mwrap.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/nbpMatching/src'
installing to /data/gannet/ripley/R/packages/tests-clang/nbpMatching.Rcheck/00LOCK-nbpMatching/00new/nbpMatching/libs
** R
** 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 (nbpMatching)