* installing *source* package ‘rootSolve’ ...
** package ‘rootSolve’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c R_init_rootSolve.c -o R_init_rootSolve.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c call_runsteady.c -o call_runsteady.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c call_steady.c -o call_steady.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c call_stsparse.c -o call_stsparse.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c dlinpk.f -o dlinpk.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c dsparsk.f -o dsparsk.o
dsparsk.f:2999:42:

 2999 |       subroutine add_lvst(istart,iend,nlev,riord,ja,ia,mask,maskval)
      |                                          1
Warning: Unused dummy argument 'nlev' at (1) [-Wunused-dummy-argument]
dsparsk.f:1793:42:

 1793 |       subroutine rnrms   (nrow, nrm, a, ja, ia, diag)
      |                                          1
Warning: Unused dummy argument 'ja' at (1) [-Wunused-dummy-argument]
dsparsk.f:1702:27:

 1702 |       subroutine getbwd(n,a,ja,ia,ml,mu)
      |                           1
Warning: Unused dummy argument 'a' at (1) [-Wunused-dummy-argument]
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c lsodes.f -o lsodes.o
lsodes.f:2977:40:

 2977 |       SUBROUTINE XERRWD (MSG, NMES, NERR, LEVEL, NI, I1, I2, NR, R1, R2)
      |                                        1
Warning: Unused dummy argument 'nerr' at (1) [-Wunused-dummy-argument]
lsodes.f:2055:40:

 2055 |       SUBROUTINE DSOLSY (WM, IWM, X, TEM)
      |                                        1
Warning: Unused dummy argument 'tem' at (1) [-Wunused-dummy-argument]
lsodes.f:5722:40:

 5722 |       SUBROUTINE DSOLSS (WK, IWK, X, TEM)
      |                                        1
Warning: Unused dummy argument 'tem' at (1) [-Wunused-dummy-argument]
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c sparse.f -o sparse.o
sparse.f:462:18:

  462 |      &   Svar, ewt, dSvar, beta, xmodel, time, out, nout, sparse)
      |                  1
Warning: Unused dummy argument 'ewt' at (1) [-Wunused-dummy-argument]
sparse.f:301:22:

  301 |      &       Svar, ewt, dSvar, beta, xmodel, time, out, nout, nonzero,         &
      |                      1
Warning: Unused dummy argument 'ewt' at (1) [-Wunused-dummy-argument]
sparse.f:189:72:

  189 |       dims(3) = nsp - esp
      |                                                                        ^
Warning: 'esp' may be used uninitialized [-Wmaybe-uninitialized]
sparse.f:82:26:

   82 |       INTEGER i, j, k, esp
      |                          ^
note: 'esp' declared here
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c sparsecoeff.f -o sparsecoeff.o
sparsecoeff.f:5:43:

    5 |       SUBROUTINE sparse1d (Ntot, Nspec, dim, cyclic, nnz, ian, jan)
      |                                           1
Warning: Unused dummy argument 'dim' at (1) [-Wunused-dummy-argument]
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c sparsekit.f -o sparsekit.o
sparsekit.f:21:45:

   21 |        SUBROUTINE dsparsekit(xmodel,N,nnz,nsp,time,Svar,dSvar,beta,x,          &
      |                                             1
Warning: Unused dummy argument 'nsp' at (1) [-Wunused-dummy-argument]
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c steady.f -o steady.o
steady.f:312:43:

  312 |      &                        Delt,Svar,ewt,xmodel,time,out,nout)
      |                                           1
Warning: Unused dummy argument 'ewt' at (1) [-Wunused-dummy-argument]
steady.f:238:62:

  238 |        SUBROUTINE xFullJacob(N,Beta, Alpha, Svar, CopyVar, ewt,                &
      |                                                              1
Warning: Unused dummy argument 'ewt' at (1) [-Wunused-dummy-argument]
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c steady_utils.c -o steady_utils.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c testMap.f -o testMap.o
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rootSolve.so R_init_rootSolve.o call_runsteady.o call_steady.o call_stsparse.o dlinpk.o dsparsk.o lsodes.o sparse.o sparsecoeff.o sparsekit.o steady.o steady_utils.o testMap.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rootSolve/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rootSolve.Rcheck/00LOCK-rootSolve/00new/rootSolve/libs
** R
** demo
** 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 (rootSolve)