* installing *source* package ‘irace’ ...
** package ‘irace’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/irace/src'
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 iracebin/irace.c -o iracebin/irace.o
In file included from iracebin/irace.c:8:
iracebin/irace.h: In function 'concat':
iracebin/irace.h:35:31: warning: pointer 'result' may be used after 'realloc' [-Wuse-after-free]
   35 |               wp = newp + (wp - result);
      |                           ~~~~^~~~~~~~~
iracebin/irace.h:29:31: note: call to 'realloc' here
   29 |               newp = (char *) realloc (result, allocated);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
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 iracebin/ablation.c -o iracebin/ablation.o
In file included from iracebin/ablation.c:8:
iracebin/irace.h: In function 'concat':
iracebin/irace.h:35:31: warning: pointer 'result' may be used after 'realloc' [-Wuse-after-free]
   35 |               wp = newp + (wp - result);
      |                           ~~~~^~~~~~~~~
iracebin/irace.h:29:31: note: call to 'realloc' here
   29 |               newp = (char *) realloc (result, allocated);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc-13  -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  iracebin/irace.o -o iracebin/irace
gcc-13  -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  iracebin/ablation.o -o iracebin/ablation
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/irace/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/irace/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/irace/src'
installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-devel/irace.Rcheck/00LOCK-irace/00new/irace
** R
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (irace)