* installing *source* package ‘LWFBrook90R’ ...
** package ‘LWFBrook90R’ 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’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  md_decl_const.f95 -o md_decl_const.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  md_brook90.f95 -o md_brook90.o
md_brook90.f95:3258:16:

 3258 |             if (timer .EQ. 1) call rchkusr()
      |                ^
Warning: ‘timer’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:2037:20:

 2037 |     integer :: timer     ! check timelimits set by R-user?
      |                    ^
note: ‘timer’ was declared here
output_pint.h:92:23:

   92 | RELAWAT = AWAT / AWATFK
      |                       ^
Warning: ‘awatfk’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:33:29:

   33 | real(kind=c_double) :: AWATFK          ! available soil water in root zone at field cap., mm, output only
      |                             ^
note: ‘awatfk’ was declared here
md_brook90.f95:208:38:

  208 |               (/ YEAR, MONTH, DOM/),3)
      |                                      ^
Warning: ‘month’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:156:16:

  156 | integer :: MONTH                ! month number
      |                ^
note: ‘month’ was declared here
md_brook90.f95:208:38:

  208 |               (/ YEAR, MONTH, DOM/),3)
      |                                      ^
Warning: ‘dom’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:65:14:

   65 | integer :: DOM                  ! day of month
      |              ^
note: ‘dom’ was declared here
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c skeleton.c -o skeleton.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o LWFBrook90R.so md_brook90.o md_decl_const.o skeleton.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 ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_temper.constprop.0: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_availen.isra.0: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_srsc.isra.0: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_swgra.isra.0: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_tbylayer.isra.0: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_fk.isra.0: register 20 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_fpsim.isra.0: register 20 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_hafday.isra.0: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_soilvar.constprop.0: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_soilpar.constprop.0: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___fbrook_mod_MOD_iter.constprop.0: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _s_brook90_f_: stack size is too large for frameless function
make[1]: Nothing to be done for `LWFBrook90R.so'.
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  md_decl_const.f95 -o md_decl_const.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  md_brook90.f95 -o md_brook90.o
md_brook90.f95:3258:16:

 3258 |             if (timer .EQ. 1) call rchkusr()
      |                ^
Warning: ‘timer’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:2037:20:

 2037 |     integer :: timer     ! check timelimits set by R-user?
      |                    ^
note: ‘timer’ was declared here
output_pint.h:92:23:

   92 | RELAWAT = AWAT / AWATFK
      |                       ^
Warning: ‘awatfk’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:33:29:

   33 | real(kind=c_double) :: AWATFK          ! available soil water in root zone at field cap., mm, output only
      |                             ^
note: ‘awatfk’ was declared here
md_brook90.f95:208:38:

  208 |               (/ YEAR, MONTH, DOM/),3)
      |                                      ^
Warning: ‘month’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:156:16:

  156 | integer :: MONTH                ! month number
      |                ^
note: ‘month’ was declared here
md_brook90.f95:208:38:

  208 |               (/ YEAR, MONTH, DOM/),3)
      |                                      ^
Warning: ‘dom’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:65:14:

   65 | integer :: DOM                  ! day of month
      |              ^
note: ‘dom’ was declared here
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c skeleton.c -o skeleton.o
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00LOCK-LWFBrook90R/00new/LWFBrook90R/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/md_brook90.o: timestamp mismatch between object file (2024-04-06 18:07:10.197542537) and debug map (2024-04-06 18:07:07.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/md_decl_const.o: timestamp mismatch between object file (2024-04-06 18:07:08.142140737) and debug map (2024-04-06 18:07:05.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/skeleton.o: timestamp mismatch between object file (2024-04-06 18:07:10.256360328) and debug map (2024-04-06 18:07:07.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/md_brook90.o: timestamp mismatch between object file (2024-04-06 18:07:10.197542537) and debug map (2024-04-06 18:07:07.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/md_decl_const.o: timestamp mismatch between object file (2024-04-06 18:07:08.142140737) and debug map (2024-04-06 18:07:05.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.4/LWFBrook90R.Rcheck/00_pkg_src/LWFBrook90R/src/skeleton.o: timestamp mismatch between object file (2024-04-06 18:07:10.256360328) and debug map (2024-04-06 18:07:07.000000000)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (LWFBrook90R)