* installing *source* package ‘tseriesTARMA’ ...
** this is package ‘tseriesTARMA’ version ‘0.5-1’
** package ‘tseriesTARMA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMA_MOD.f90 -o TARMA_MOD.o
TARMA_MOD.f90:226:26:

  226 |     B     =  (/(i,i=1,N)/)
      |                          ^
Warning: 'MEM <unsigned int> [(c_char * {ref-all})_62]' may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAfit.f90 -o TARMAfit.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAtest.f90 -o TARMAtest.o
TARMAtest.f90:151:76:

  151 |     REAL(C_DOUBLE) :: r,M11((p+1),(p+1)),M11i((p+1),(p+1)), M12((p+1),(p+1)), M21((p+1),(p+1)),&
      |                                                                            1
Warning: Unused variable 'm12' declared at (1) [-Wunused-variable]
TARMAtest.f90:152:20:

  152 |     M22((p+1),(p+1)), Mi((p+1),(p+1)), score(p+1),scoreh(p+1),Vi(p+1,p+1)
      |                    1
Warning: Unused variable 'm22' declared at (1) [-Wunused-variable]
TARMAtest.f90:318:69:

  318 |     REAL(C_DOUBLE), ALLOCATABLE :: Ir(:),dum(:),eta(:,:),scoreht(:,:)
      |                                                                     1
Warning: Unused variable 'scoreht' declared at (1) [-Wunused-variable]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAurtest.f90 -o TARMAurtest.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  mrgrnk.f90 -o mrgrnk.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARtest.f90 -o TARtest.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 tseriesTARMA.so TARMA_MOD.o TARMAfit.o TARMAtest.o TARMAurtest.o TARtest.o mrgrnk.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/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: could not create compact unwind for _tarmagarch_: does not use standard frame
ld: warning: could not create compact unwind for _arvstar_: does not use standard frame
ld: warning: could not create compact unwind for _arvstarboot_: does not use standard frame
ld: warning: could not create compact unwind for _armavstarma_: does not use standard frame
ld: warning: could not create compact unwind for _armavstarmaboot_: does not use standard frame
ld: warning: could not create compact unwind for _armavstarmag_: does not use standard frame
ld: warning: could not create compact unwind for _imavstarma_: does not use standard frame
ld: warning: could not create compact unwind for _arvstarh_: does not use standard frame
ld: warning: could not create compact unwind for _arvstar_hb_: does not use standard frame
ld: warning: could not create compact unwind for ___m_mrgrnk_MOD_i_mrgrnk: does not use standard frame
ld: warning: could not create compact unwind for ___m_mrgrnk_MOD_r_mrgrnk: does not use standard frame
ld: warning: could not create compact unwind for ___m_mrgrnk_MOD_d_mrgrnk: does not use standard frame
ld: warning: could not create compact unwind for _allocate_tramp_ctrl: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_created: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_deleted: does not use standard frame
ld: warning: could not create compact unwind for ___emutls_get_address: does not use standard frame
ld: warning: could not create compact unwind for _tarmals_: does not use standard frame
ld: warning: could not create compact unwind for _tarmalsw_: does not use standard frame
ld: warning: could not create compact unwind for _tarmadls_: does not use standard frame
ld: warning: could not create compact unwind for _tarmadlsw_: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_lsfit: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_rfilterm: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_kgauss: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_which: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_bootr: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_perm: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_col_logi: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_col_real: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_row_real: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_row_logi: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_whichm: does not use standard frame
ld: warning: could not create compact unwind for ___tarma_mod_MOD_embed: does not use standard frame
make[1]: Nothing to be done for `tseriesTARMA.so'.
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMA_MOD.f90 -o TARMA_MOD.o
TARMA_MOD.f90:226:26:

  226 |     B     =  (/(i,i=1,N)/)
      |                          ^
Warning: 'MEM <unsigned int> [(c_char * {ref-all})_62]' may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAfit.f90 -o TARMAfit.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAtest.f90 -o TARMAtest.o
TARMAtest.f90:151:76:

  151 |     REAL(C_DOUBLE) :: r,M11((p+1),(p+1)),M11i((p+1),(p+1)), M12((p+1),(p+1)), M21((p+1),(p+1)),&
      |                                                                            1
Warning: Unused variable 'm12' declared at (1) [-Wunused-variable]
TARMAtest.f90:152:20:

  152 |     M22((p+1),(p+1)), Mi((p+1),(p+1)), score(p+1),scoreh(p+1),Vi(p+1,p+1)
      |                    1
Warning: Unused variable 'm22' declared at (1) [-Wunused-variable]
TARMAtest.f90:318:69:

  318 |     REAL(C_DOUBLE), ALLOCATABLE :: Ir(:),dum(:),eta(:,:),scoreht(:,:)
      |                                                                     1
Warning: Unused variable 'scoreht' declared at (1) [-Wunused-variable]
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARMAurtest.f90 -o TARMAurtest.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  mrgrnk.f90 -o mrgrnk.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  TARtest.f90 -o TARtest.o
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00LOCK-tseriesTARMA/00new/tseriesTARMA/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMA_MOD.o: timestamp mismatch between object file (2025-04-02 09:18:24.084965043) and debug map (2025-04-02 09:18:08.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAfit.o: timestamp mismatch between object file (2025-04-02 09:18:26.180538399) and debug map (2025-04-02 09:18:10.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAtest.o: timestamp mismatch between object file (2025-04-02 09:18:34.308642980) and debug map (2025-04-02 09:18:18.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAurtest.o: timestamp mismatch between object file (2025-04-02 09:18:34.792104658) and debug map (2025-04-02 09:18:18.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARtest.o: timestamp mismatch between object file (2025-04-02 09:18:39.679011312) and debug map (2025-04-02 09:18:23.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/mrgrnk.o: timestamp mismatch between object file (2025-04-02 09:18:35.185371662) and debug map (2025-04-02 09:18:19.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMA_MOD.o: timestamp mismatch between object file (2025-04-02 09:18:24.084965043) and debug map (2025-04-02 09:18:08.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAfit.o: timestamp mismatch between object file (2025-04-02 09:18:26.180538399) and debug map (2025-04-02 09:18:10.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAtest.o: timestamp mismatch between object file (2025-04-02 09:18:34.308642980) and debug map (2025-04-02 09:18:18.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARMAurtest.o: timestamp mismatch between object file (2025-04-02 09:18:34.792104658) and debug map (2025-04-02 09:18:18.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/TARtest.o: timestamp mismatch between object file (2025-04-02 09:18:39.679011312) and debug map (2025-04-02 09:18:23.000000000)
warning: /Volumes/Builds/packages/big-sur-arm64/results/4.5/tseriesTARMA.Rcheck/00_pkg_src/tseriesTARMA/src/mrgrnk.o: timestamp mismatch between object file (2025-04-02 09:18:35.185371662) and debug map (2025-04-02 09:18:19.000000000)
** R
** data
*** moving datasets to lazyload DB
** 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 (tseriesTARMA)