* installing *source* package ‘vein’ ...
** package ‘vein’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  e_bottomup.f90 -o e_bottomup.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  e_topdown.f90 -o e_topdown.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  threads.f90 -o threads.o
e_bottomup.f90:85:53:

   85 | SUBROUTINE emis2dfpar (nrowv, ncolv, veh, lkm, ef, nt, emis) ! # nocov start
      |                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_bottomup.f90:113:65:

  113 | SUBROUTINE emis3dfpar ( nrowv, ncolv, prok, veh, lkm, ef, pro, nt, emis ) ! # nocov start
      |                                                                 1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_bottomup.f90:145:71:

  145 | SUBROUTINE emis4dfpar ( nrowv, ncolv, proh, prod, veh, lkm, ef, pro, nt, emis ) ! # nocov start
      |                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:346:69:

  346 | SUBROUTINE emistd1fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:381:69:

  381 | SUBROUTINE emistd2fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov startz
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:426:73:

  426 | SUBROUTINE emistd2coldfpar (nrowv, ncolv, veh, lkm, ef, efcold, beta,  nt, emis) ! # nocov start
      |                                                                         1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:460:69:

  460 | SUBROUTINE emistd3fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:496:87:

  496 | SUBROUTINE emistd3coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:535:69:

  535 | SUBROUTINE emistd4fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:569:87:

  569 | SUBROUTINE emistd4coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:605:69:

  605 | SUBROUTINE emistd5fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:639:87:

  639 | SUBROUTINE emistd5coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:675:69:

  675 | SUBROUTINE emistd6fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:709:87:

  709 | SUBROUTINE emistd6coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:745:54:

  745 | SUBROUTINE emistd7fpar (nrowv, ncolv, veh, lkm, ef, nt, emis) ! # nocov start
      |                                                      1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o vein.so e_bottomup.o e_topdown.o init.o threads.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
make[1]: Nothing to be done for `vein.so'.
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  e_bottomup.f90 -o e_bottomup.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  e_topdown.f90 -o e_topdown.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  threads.f90 -o threads.o
e_bottomup.f90:85:53:

   85 | SUBROUTINE emis2dfpar (nrowv, ncolv, veh, lkm, ef, nt, emis) ! # nocov start
      |                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_bottomup.f90:113:65:

  113 | SUBROUTINE emis3dfpar ( nrowv, ncolv, prok, veh, lkm, ef, pro, nt, emis ) ! # nocov start
      |                                                                 1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_bottomup.f90:145:71:

  145 | SUBROUTINE emis4dfpar ( nrowv, ncolv, proh, prod, veh, lkm, ef, pro, nt, emis ) ! # nocov start
      |                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:346:69:

  346 | SUBROUTINE emistd1fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:381:69:

  381 | SUBROUTINE emistd2fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov startz
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:426:73:

  426 | SUBROUTINE emistd2coldfpar (nrowv, ncolv, veh, lkm, ef, efcold, beta,  nt, emis) ! # nocov start
      |                                                                         1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:460:69:

  460 | SUBROUTINE emistd3fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:496:87:

  496 | SUBROUTINE emistd3coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:535:69:

  535 | SUBROUTINE emistd4fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:569:87:

  569 | SUBROUTINE emistd4coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:605:69:

  605 | SUBROUTINE emistd5fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:639:87:

  639 | SUBROUTINE emistd5coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:675:69:

  675 | SUBROUTINE emistd6fpar (nrowv, ncolv, pmonth, veh, lkm, ef, month, nt, emis) ! # nocov start
      |                                                                     1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:709:87:

  709 | SUBROUTINE emistd6coldfpar (nrowv, ncolv, pmonth, veh, lkm, ef, efcold, beta, month, nt, emis) ! # nocov start
      |                                                                                       1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
e_topdown.f90:745:54:

  745 | SUBROUTINE emistd7fpar (nrowv, ncolv, veh, lkm, ef, nt, emis) ! # nocov start
      |                                                      1
Warning: Unused dummy argument ‘nt’ at (1) [-Wunused-dummy-argument]
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00LOCK-vein/00new/vein/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/e_bottomup.o: timestamp mismatch between object file (2024-05-01 10:56:31.612317045) and debug map (2024-05-01 10:56:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/e_topdown.o: timestamp mismatch between object file (2024-05-01 10:56:32.279755048) and debug map (2024-05-01 10:56:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/init.o: timestamp mismatch between object file (2024-05-01 10:56:32.388382730) and debug map (2024-05-01 10:56:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/threads.o: timestamp mismatch between object file (2024-05-01 10:56:31.455622583) and debug map (2024-05-01 10:56:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/e_bottomup.o: timestamp mismatch between object file (2024-05-01 10:56:31.612317045) and debug map (2024-05-01 10:56:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/e_topdown.o: timestamp mismatch between object file (2024-05-01 10:56:32.279755048) and debug map (2024-05-01 10:56:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/init.o: timestamp mismatch between object file (2024-05-01 10:56:32.388382730) and debug map (2024-05-01 10:56:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.3/vein.Rcheck/00_pkg_src/vein/src/threads.o: timestamp mismatch between object file (2024-05-01 10:56:31.455622583) and debug map (2024-05-01 10:56:30.000000000)
** R
** data
** demo
** 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 (vein)