* installing *source* package ‘BTSR’ ...
** package ‘BTSR’ 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  00_lbfgsb.f90 -o 00_lbfgsb.o
00_lbfgsb.f90:2855:30:

 2855 |        time, nseg, word, iback, stp, xstep, k, &
      |                              1
Warning: Unused dummy argument ‘iback’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2853:55:

 2853 |   subroutine prn3lb(n, x, f, task, iprint, info, itfile,&
      |                                                       1
Warning: Unused dummy argument ‘itfile’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2855:17:

 2855 |        time, nseg, word, iback, stp, xstep, k, &
      |                 1
Warning: Unused dummy argument ‘nseg’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2855:35:

 2855 |        time, nseg, word, iback, stp, xstep, k, &
      |                                   1
Warning: Unused dummy argument ‘stp’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2855:23:

 2855 |        time, nseg, word, iback, stp, xstep, k, &
      |                       1
Warning: Unused dummy argument ‘word’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2855:42:

 2855 |        time, nseg, word, iback, stp, xstep, k, &
      |                                          1
Warning: Unused dummy argument ‘xstep’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:2283:41:

 2283 |        iwhere, wrk, updatd, cnstnd,iprint, iter)
      |                                         1
Warning: Unused dummy argument ‘iprint’ at (1) [-Wunused-dummy-argument]
00_lbfgsb.f90:4059:22:

 4059 |     temp = sngl(ttime)
      |                      ^
Warning: ‘time1’ may be used uninitialized [-Wmaybe-uninitialized]
00_lbfgsb.f90:509:53:

  509 |     real (dp) :: cpu1,cpu2,cachyt,sbtime,lnscht,time1,time2
      |                                                     ^
note: ‘time1’ was declared here
00_lbfgsb.f90:4059:22:

 4059 |     temp = sngl(ttime)
      |                      ^
Warning: ‘time2’ may be used uninitialized [-Wmaybe-uninitialized]
00_lbfgsb.f90:509:59:

  509 |     real (dp) :: cpu1,cpu2,cachyt,sbtime,lnscht,time1,time2
      |                                                           ^
note: ‘time2’ was declared here
00_lbfgsb.f90:4059:22:

 4059 |     temp = sngl(ttime)
      |                      ^
Warning: ‘cpu2’ may be used uninitialized [-Wmaybe-uninitialized]
00_lbfgsb.f90:509:26:

  509 |     real (dp) :: cpu1,cpu2,cachyt,sbtime,lnscht,time1,time2
      |                          ^
note: ‘cpu2’ was declared here
00_lbfgsb.f90:1480:19:

 1480 |     real (dp) :: tu,tl,wmc,wmp,wmw,tj,tj0,neggi, f2_org
      |                   ^
Warning: ‘tu’ may be used uninitialized [-Wmaybe-uninitialized]
00_lbfgsb.f90:1553:36:

 1553 |              t(nbreak) = tl/(-neggi)
      |                                    ^
Warning: ‘tl’ may be used uninitialized [-Wmaybe-uninitialized]
00_lbfgsb.f90:1480:22:

 1480 |     real (dp) :: tu,tl,wmc,wmp,wmw,tj,tj0,neggi, f2_org
      |                      ^
note: ‘tl’ was declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  00_main.f90 -o 00_main.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  00_specfun.f90 -o 00_specfun.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  01_Nelder.f90 -o 01_Nelder.o
01_Nelder.f90:168:34:

  168 |     character(len = 100) :: output
      |                                  1
Warning: Unused variable ‘output’ declared at (1) [-Wunused-variable]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  01_RNG.f90 -o 01_RNG.o
01_RNG.f90:834:2:

  834 |            call labelpr(' Kiss64 not avaliable. Using Kiss32 instead', -1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:835:22:

  835 |        self%type = 3
      |                         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:836:2:

  836 |            self%initialize = .true.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:837:2:

  837 |            fn_val = rng_uniform_kiss32(self)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:842:2:

  842 |            call labelpr(" L'Ecuyer's 1999 not avaliable. Using Mersenne Twister instead", -1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:843:22:

  843 |        self%type = 2
      |                         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:844:2:

  844 |            self%initialize = .true.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:845:2:

  845 |            fn_val = rng_uniform_mersenne(self)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:1649:21:

 1649 |           fn = 1.d0
      |                         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:1650:34:

 1650 |           if(give_log) fn = 0.d0
      |                                         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:1678:56:

 1678 |     fn = exp(-stirlerr(x)-bd0(x,lambda))/sqrt(M_2PI*x)
      |                                                         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:1679:12:

 1679 |     return
      |                 1       
Warning: Nonconforming tab character at (1) [-Wtabs]
01_RNG.f90:1524:2:

 1524 | 30  continue
      |  1
Warning: Label 30 at (1) defined but not used [-Wunused-label]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  02_base.f90 -o 02_base.o
02_base.f90:2596:56:

 2596 |   subroutine Ed2llk_beta(m,n,n1,mut,i1,n2,nut,i2,E,argsD)
      |                                                        1
Warning: Unused dummy argument ‘argsd’ at (1) [-Wunused-dummy-argument]
02_base.f90:2565:65:

 2565 |     mustar = digamma(mu(1)*nu(1)) - digamma((1.d0 - mu(1))*nu(1))
      |                                                                 ^
Warning: ‘MEM[(real(kind=8)[0:D.5534] *)_132][0]’ may be used uninitialized [-Wmaybe-uninitialized]
02_base.f90:2565:65: Warning: ‘MEM[(real(kind=8)[0:D.5526] *)_136][0]’ may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  03_barc.f90 -o 03_barc.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  03_barfima.f90 -o 03_barfima.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  03_karfima.f90 -o 03_karfima.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  03_garfima.f90 -o 03_garfima.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  03_uwarfima.f90 -o 03_uwarfima.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 BTSR_init.c -o BTSR_init.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 BTSR.so 00_lbfgsb.o 00_main.o 00_specfun.o 01_Nelder.o 01_RNG.o 02_base.o 03_barc.o 03_barfima.o 03_karfima.o 03_garfima.o 03_uwarfima.o BTSR_init.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -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 ___lbfgsb_MOD_prn3lb.constprop.0: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___lbfgsb_MOD_dtrsl: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___lbfgsb_MOD_formk: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___lbfgsb_MOD_mainlb.constprop.0: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___lbfgsb_MOD_setulb: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___specfun_MOD_psi: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___specfun_MOD_gamln: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___specfun_MOD_rlog1: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___specfun_MOD_betaln: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___specfun_MOD_brcomp: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD___copy_main_mod_Vec_parameter: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD___copy_main_mod_Score: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD___copy_main_mod_Deta_d: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD___copy_main_mod_Conditional_ts: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD___copy_main_mod_Argsmodel: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_xtransformstart: register 26 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_xtransform: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_transform_par: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_safe_allocatei1: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_safe_allocater2n: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_safe_allocater2: register 26 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_safe_allocater1n: register 24 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_safe_allocater1: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___main_mod_MOD_set_bounds: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_ed2llk_uw: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_dllk_uw: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_ed2llk_gamma: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_dllk_gamma: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_ed2llk_kuma: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_dllk_kuma: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_ed2llk_beta: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_dllk_beta: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_start_par1: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_allocate_si: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_allocate_conditional_ts: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_allocate_parvec: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_optim_lbfgsb: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_calc_k1: registers 25 and 26 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_unuh_dist: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_addm: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_return_model: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_k_generic: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_deta2_drho: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_deta2_dlambda: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_deta1_drho: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_vc_f: register 28 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_diflink: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_linkinv: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_sim_model: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_get_model: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_sigma_calc: register 77 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_mu_forecast: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_mu_calc: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_loglik_generic: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_final_model: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _btsrpredictr_: 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
ld: warning: could not create compact unwind for ___nelder_mead_MOD_minim: register 79 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD___copy_rng_mod_Rng_t: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rng_seed_rnstrt: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rng_uniform_knuth: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rng_seed_sgrnd: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_stirlerr.isra.0: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_dpois_raw.isra.0: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_d_gamma: registers 74 and 75 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rng_uniform: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_random_standard_exponential: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rbeta: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rgamma: registers 78 and 79 not saved contiguously in frame
ld: warning: could not create compact unwind for ___rng_mod_MOD_rng_seed: register 24 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___barc_MOD_start_par_barc: registers 23 and 24 not saved contiguously in frame
ld: warning: could not create compact unwind for ___barc_MOD_get_model_barc: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___barc_MOD_mu_forecast_barc: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___barc_MOD_mu_calc_barc: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___barc_MOD_loglik_barc: register 26 saved somewhere other than in frame
ld: warning: could not create compact unwind for _barcr_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _optimnelderbarcr_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _optimlbfgsbbarcr_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _simbarcr_: registers 76 and 77 not saved contiguously in frame
ld: warning: could not create compact unwind for _predictbarcr_: registers 27 and 28 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/BTSR.Rcheck/00LOCK-BTSR/00new/BTSR/libs
** generating debug symbols (dSYM)
** R
** 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 (BTSR)