* installing *source* package ‘mlmmm’ ...
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c mlm.f -o mlm.o
mlm.f:72:2:

   72 |  3    continue
      |  1
Warning: Label 3 at (1) defined but not used [-Wunused-label]
mlm.f:903:52:

  903 |       subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt,
      |                                                    1
Warning: Unused dummy argument ‘fin’ at (1) [-Wunused-dummy-argument]
mlm.f:904:15:

  904 |      /     s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx)
      |               1
Warning: Unused dummy argument ‘ni’ at (1) [-Wunused-dummy-argument]
mlm.f:903:57:

  903 |       subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt,
      |                                                         1
Warning: Unused dummy argument ‘patt’ at (1) [-Wunused-dummy-argument]
mlm.f:904:25:

  904 |      /     s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx)
      |                         1
Warning: Unused dummy argument ‘pred’ at (1) [-Wunused-dummy-argument]
mlm.f:903:48:

  903 |       subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt,
      |                                                1
Warning: Unused dummy argument ‘st’ at (1) [-Wunused-dummy-argument]
mlm.f:903:45:

  903 |       subroutine mkxtwx2(ntot,m,r,p,pcol,xcol,st,fin,patt,
      |                                             1
Warning: Unused dummy argument ‘xcol’ at (1) [-Wunused-dummy-argument]
mlm.f:904:39:

  904 |      /     s,ni,nmax,pred,xtx,wkrr1,xtw,xtwx)
      |                                       1
Warning: Unused dummy argument ‘xtw’ at (1) [-Wunused-dummy-argument]
mlm.f:873:34:

  873 |       subroutine mkxtw2(ntot,r,p,m,pcol,xcol,patt,ni,st,fin,nmax,wkrr1,
      |                                  1
Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument]
mlm.f:874:21:

  874 |      /     pred,xtw,s)
      |                     1
Warning: Unused dummy argument ‘s’ at (1) [-Wunused-dummy-argument]
mlm.f:562:39:

  562 |      /     y,ey,eyyt,wkrrpt,emsigma,err)
      |                                       1
Warning: Unused dummy argument ‘err’ at (1) [-Wunused-dummy-argument]
mlm.f:462:42:

  462 |       subroutine mkeyyt2(ntot,nmax,npatt,m,r,st,fin,ni,patt,
      |                                          1
Warning: Unused dummy argument ‘m’ at (1) [-Wunused-dummy-argument]
mlm.f:463:49:

  463 |      /     rmat,s,pcol,lmc,loc,mc,mc1,oc,oc2,pred,wkrrpt,ey,eyyt)
      |                                                 1
Warning: Unused dummy argument ‘pred’ at (1) [-Wunused-dummy-argument]
mlm.f:463:17:

  463 |      /     rmat,s,pcol,lmc,loc,mc,mc1,oc,oc2,pred,wkrrpt,ey,eyyt)
      |                 1
Warning: Unused dummy argument ‘s’ at (1) [-Wunused-dummy-argument]
mlm.f:25:46:

   25 |      /     bigm,maxits,llovec,epsil,sflag,epsi,wkpr,wkpp,xtxinv)
      |                                              1
Warning: Unused dummy argument ‘epsi’ at (1) [-Wunused-dummy-argument]
mlm.f:23:22:

   23 |      /     eyyt,eyxyxt,iter,msg,sigma,beta,xtx,xtw,xtwx,xtwy,xtwxinv,
      |                      1
Warning: Unused dummy argument ‘eyxyxt’ at (1) [-Wunused-dummy-argument]
mlm.f:24:31:

   24 |      /     wkrr1,wkrr2,wkeyxyxt,wkqnm1,cvgd,obeta,osigma,
      |                               1
Warning: Unused dummy argument ‘wkeyxyxt’ at (1) [-Wunused-dummy-argument]
mlm.f:24:38:

   24 |      /     wkrr1,wkrr2,wkeyxyxt,wkqnm1,cvgd,obeta,osigma,
      |                                      1
Warning: Unused dummy argument ‘wkqnm1’ at (1) [-Wunused-dummy-argument]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c mlmmm.f -o mlmmm.o
mlmmm.f:601:60:

  601 |      /     nor(100),ormat(100,1000),nmr(100),mrmat(100,1000),
      |                                                            1
Warning: Array ‘mrmat’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
mlmmm.f:601:35:

  601 |      /     nor(100),ormat(100,1000),nmr(100),mrmat(100,1000),
      |                                   1
Warning: Array ‘ormat’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
mlmmm.f:785:60:

  785 |      /     nor(100),ormat(100,1000),nmr(100),mrmat(100,1000),
      |                                                            1
Warning: Array ‘mrmat’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
mlmmm.f:785:35:

  785 |      /     nor(100),ormat(100,1000),nmr(100),mrmat(100,1000),
      |                                   1
Warning: Array ‘ormat’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
mlmmm.f:2363:47:

 2363 |      /     y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu)
      |                                               1
Warning: Unused dummy argument ‘ldps’ at (1) [-Wunused-dummy-argument]
mlmmm.f:2363:42:

 2363 |      /     y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu)
      |                                          1
Warning: Unused dummy argument ‘ldsi’ at (1) [-Wunused-dummy-argument]
mlmmm.f:2363:52:

 2363 |      /     y,ey,eyyt,eyxyxt,trwex,msg,ldsi,ldps,lduu)
      |                                                    1
Warning: Unused dummy argument ‘lduu’ at (1) [-Wunused-dummy-argument]
mlmmm.f:2361:16:

 2361 |      /     wkqqu,wkqq1,wkqq2,wkqq3,varb,wkrrpt,wkrrb21,
      |                1
Warning: Unused dummy argument ‘wkqqu’ at (1) [-Wunused-dummy-argument]
mlmmm.f:409:68:

  409 |       subroutine mksigbd(r,q,m,psi,sigma,ztz,sig,wkrr1,wkrr2,wkrqrq1,
      |                                                                    1
Warning: Unused dummy argument ‘wkrqrq1’ at (1) [-Wunused-dummy-argument]
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 mlmmm.so mlm.o mlmmm.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: ld: warning: could not create compact unwind for _getmrmat_: register 28 saved somewhere other than in framecould not create compact unwind for _mkxtwey2_: registers 19 and 20 not saved contiguously in frame

ld: warning: could not create compact unwind for _mkxtw2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _getormat_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _mkeyyt2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkey2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkwkqnm_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _prefem2_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mku_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mlem_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkpsi0_: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for _fscov_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _fscovbd_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkxtwey_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkxtwx_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkxtw_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _gls_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _swpobs_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _mkey_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkusotzo_: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for _mkxbw_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkeb_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _mkubd_: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for _mkpsi0bd_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mksig_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _mksigbd_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _prefem_: registers 27 and 28 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/mlmmm.Rcheck/00LOCK-mlmmm/00new/mlmmm/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (mlmmm)