* installing *source* package ‘waveband’ ...
** package ‘waveband’ 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’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/waveband/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c as100.f -o as100.o
as100.f:14:72:

   14 |       ZDABS(W) = DABS(W)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as100.f:15:72:

   15 |       ZDEXP(W) = DEXP(W)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as100.f:16:72:

   16 |       ZDSIGN(W, V) = DSIGN(W, V)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as100.f:22:72:

   22 |       GOTO (10, 20, 30, 40), ITYPE
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
as100.f:62:72:

   62 |       ZDLOG(W) = DLOG(W)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as100.f:63:72:

   63 |       ZDSQRT(W) = DSQRT(W)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as100.f:69:72:

   69 |       GOTO (10, 20, 30, 40), ITYPE
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
as100.f:65:13:

   65 |       NVAL = ZERO
      |             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
as100.f:75:13:

   75 |       NVAL = XLAM * (ZDLOG(W) * DELTA + GAMMA)
      |             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
as100.f:87:13:

   87 |    27 NVAL = ZDLOG(W) * DELTA + GAMMA
      |             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
as100.f:95:13:

   95 |       NVAL = ZDLOG(W / V) * DELTA + GAMMA
      |             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
as100.f:102:13:

  102 |    40 NVAL = DELTA * AJV + GAMMA
      |             1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c as99.f -o as99.o
as99.f:19:72:

   19 |       ZDABS(X) = DABS(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:20:72:

   20 |       ZDEXP(X) = DEXP(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:21:72:

   21 |       ZLOG(X) = DLOG(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:22:72:

   22 |       ZDSIGN(X, Y) = DSIGN(X, Y)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:23:72:

   23 |       ZDSQRT(X) = DSQRT(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:131:72:

  131 |       ZDABS(X) = DABS(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:132:72:

  132 |       ZDEXP(X) = DEXP(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:133:72:

  133 |       ZLOG(X) = DLOG(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:135:72:

  135 |       ZDSQRT(X) = DSQRT(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:230:72:

  230 |       ZDABS(X) = DABS(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:231:72:

  231 |       ZLOG(X) = DLOG(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:232:72:

  232 |       ZDSQRT(X) = DSQRT(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:376:72:

  376 |       ZDABS(X) = DABS(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:377:72:

  377 |       ZDEXP(X) = DEXP(X)
      |                                                                        1
Warning: Obsolescent feature: Statement function at (1)
as99.f:385:72:

  385 |    10 C(I) = ZERO
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
as99.f:403:72:

  403 |    30 C(I) = A(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
as99.f:414:72:

  414 |    50 A(I) = A(I - 1) / E
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 50 at (1)
as99.f:425:72:

  425 |    70 B(I) = A(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 70 at (1)
as99.f:458:72:

  458 |   120 A(I) = V * A(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 120 at (1)
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 functions.c -o functions.o
as99.f:441:72:

  441 |       Q = Q / S
      |                                                                        ^
Warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
as99.f:356:33:

  356 |      $  H, T, U, Y, X, V, F, Z, S, P, Q, AA, AB, DEXPA, DEXPB,
      |                                 ^
note: 's' was declared here
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 init.c -o init.o
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 wrow.c -o wrow.o
gcc-13 -shared -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 -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o waveband.so as100.o as99.o functions.o init.o wrow.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/waveband/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/waveband/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/waveband/src'
installing to /data/gannet/ripley/R/packages/tests-devel/waveband.Rcheck/00LOCK-waveband/00new/waveband/libs
** R
** data
** 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 (waveband)