* installing *source* package ‘tseries’ ...
** package ‘tseries’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using Fortran compiler: ‘flang-new version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tseries/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 arma.c -o arma.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c bdstest.c -o bdstest.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c boot.c -o boot.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  cfuncs.f90 -o cfuncs.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c dsumsl.f -o dsumsl.o
./dsumsl.f:1003:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, P
        ^^^^^^^^^^^^^^
./dsumsl.f:1004:2: DO loop currently ends at statement:
   10      W(I) = A*X(I) + Y(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1122:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, P
        ^^^^^^^^^^^^^^
./dsumsl.f:1123:2: DO loop currently ends at statement:
   10      Y(I) = S
   ^^^^^^^^^^^^^^^^
./dsumsl.f:1136:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, N
        ^^^^^^^^^^^^^^
./dsumsl.f:1137:2: DO loop currently ends at statement:
   10      X(I) = Y(I) / Z(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1140:2: portability: A DO loop should terminate with an END DO or CONTINUE
   20   DO 30 I = 1, N
   ^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1141:2: DO loop currently ends at statement:
   30      X(I) = Y(I) * Z(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1223:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 30 I = 1, N
        ^^^^^^^^^^^^^^
./dsumsl.f:1224:2: DO loop currently ends at statement:
   30      Z(I) = CY * Z(I)  -  CS * W(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1625:15: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #4: incompatible dummy data object shapes
                CALL DCOPY(P,X0,1,X,1)
                ^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:843:7: previous reference to 'dcopy'
        CALL DCOPY(N, X,1,V(X01),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1702:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #4: incompatible dummy data object shapes
        CALL DCOPY(P, STEP,1,STLSTG,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:843:7: previous reference to 'dcopy'
        CALL DCOPY(N, X,1,V(X01),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1760:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #4: incompatible dummy data object shapes
        CALL DCOPY(P, STEP,1,STLSTG,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:843:7: previous reference to 'dcopy'
        CALL DCOPY(N, X,1,V(X01),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1767:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #4: incompatible dummy data object shapes
        CALL DCOPY(P, STLSTG,1,STEP,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:843:7: previous reference to 'dcopy'
        CALL DCOPY(N, X,1,V(X01),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1907:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, N
        ^^^^^^^^^^^^^^
./dsumsl.f:1908:2: DO loop currently ends at statement:
   10      STEP(I) = G(I) / GNORM
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1922:10: portability: A DO loop should terminate with an END DO or CONTINUE
           DO 20 I = 1, N
           ^^^^^^^^^^^^^^
./dsumsl.f:1923:2: DO loop currently ends at statement:
   20           STEP(I) = -NWTSTP(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1940:10: portability: A DO loop should terminate with an END DO or CONTINUE
           DO 40 I = 1, N
           ^^^^^^^^^^^^^^
./dsumsl.f:1941:2: DO loop currently ends at statement:
   40           STEP(I) = T * NWTSTP(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1954:10: portability: A DO loop should terminate with an END DO or CONTINUE
           DO 60 I = 1, N
           ^^^^^^^^^^^^^^
./dsumsl.f:1955:2: DO loop currently ends at statement:
   60           STEP(I) = T * DIG(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:1981:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 80 I = 1, N
        ^^^^^^^^^^^^^^
./dsumsl.f:1982:2: DO loop currently ends at statement:
   80      STEP(I) = T1*DIG(I) + T2*NWTSTP(I)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:2225:7: portability: A DO loop should terminate with an END DO or CONTINUE
        DO 10 I = 1, N
        ^^^^^^^^^^^^^^
./dsumsl.f:2226:2: DO loop currently ends at statement:
   10      X(I) = Y(I)
   ^^^^^^^^^^^^^^^^^^^
./dsumsl.f:2787:7: warning: Reference to the procedure 'dcopy' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object shapes
        CALL DCOPY(IV(NVDFLT), V(EPSLON),1,V(PARSV1),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./dsumsl.f:843:7: previous reference to 'dcopy'
        CALL DCOPY(N, X,1,V(X01),1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
/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 formats.c -o formats.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c garch.c -o garch.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c ppsum.c -o ppsum.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    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c tsutils.c -o tsutils.o
/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 tseries.so arma.o bdstest.o boot.o cfuncs.o dsumsl.o formats.o garch.o init.o ppsum.o tsutils.o -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tseries/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tseries/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tseries/src'
installing to /data/gannet/ripley/R/packages/tests-clang/tseries.Rcheck/00LOCK-tseries/00new/tseries/libs
** R
** data
** 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 (tseries)