* installing *source* package ‘oscar’ ...
** package ‘oscar’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  dbdc.f90 -o dbdc.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c plqdf1.f -o plqdf1.o
dbdc.f90:11917:8:

11917 |     IF (iters==1) THEN
      |        ^
Warning: 'iters' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:10588:14:

10588 |          iters, &     ! Null step indicator.
      |              ^
note: 'iters' declared here
dbdc.f90:19342:54:

19342 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:18595:54:

18595 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:17850:54:

17850 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c oscarc.c -o oscarc.o
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o oscar.so dbdc.o oscarc.o plqdf1.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
make[2]: Nothing to be done for 'oscar.so'.
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  dbdc.f90 -o dbdc.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c plqdf1.f -o plqdf1.o
dbdc.f90:11917:8:

11917 |     IF (iters==1) THEN
      |        ^
Warning: 'iters' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:10588:14:

10588 |          iters, &     ! Null step indicator.
      |              ^
note: 'iters' declared here
dbdc.f90:19342:54:

19342 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:18595:54:

18595 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
dbdc.f90:17850:54:

17850 |                INTEGER(KIND=c_int) :: ind_start, s_ind      ! the start index for starting point
      |                                                      ^
Warning: 's_ind' may be used uninitialized [-Wmaybe-uninitialized]
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c oscarc.c -o oscarc.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/oscar/src'
installing to /data/gannet/ripley/R/packages/tests-devel/oscar.Rcheck/00LOCK-oscar/00new/oscar/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (oscar)