* installing *source* package ‘rootSolve’ ...
** package ‘rootSolve’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c R_init_rootSolve.c -o R_init_rootSolve.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c call_runsteady.c -o call_runsteady.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c call_steady.c -o call_steady.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c call_stsparse.c -o call_stsparse.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c dlinpk.f -o dlinpk.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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]
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c steady_utils.c -o steady_utils.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c testMap.f -o testMap.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -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 -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _dgesl_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dgbfa_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dgbsl_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dcopy_: register 22 saved somewhere other than in frame
ld: warning: could not create compact unwind for _bfs_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _nnfc_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _nsfc_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _xsparsejacob_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mdu_: register 22 saved somewhere other than in frame
ld: warning: could not create compact unwind for _mdp_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _xsparsestruct_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dsparse_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _interact_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _dsparsekit_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _xbandjacob_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _xfulljacob_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _dsteady_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _diamua_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrcsc2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplb_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplb1_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _aplsb_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _amudia_: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for _coocsr_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _coicsr_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrdia_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _csrbnd_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _ilut_: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for _ilutp_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dblstr_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dsolss_: register 20 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dprjs_: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dprepj_: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for _dintdy_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _jgroup2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dprep_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dstode_: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for _dlsode_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _dlsodes_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/rootSolve.Rcheck/00LOCK-rootSolve/00new/rootSolve/libs
** generating debug symbols (dSYM)
** 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)