* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘irace’ ...
** package ‘irace’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHXUh7E/R.INSTALLf28966eb00df2/irace/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  iracebin/irace.o -o iracebin/irace
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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 -Wstrict-prototypes -pedantic -mtune=native  iracebin/ablation.o -o iracebin/ablation
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHXUh7E/R.INSTALLf28966eb00df2/irace/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHXUh7E/R.INSTALLf28966eb00df2/irace/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHXUh7E/R.INSTALLf28966eb00df2/irace/src'
installing via 'install.libs.R' to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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
* creating tarball
packaged installation of ‘irace’ as ‘irace_3.5_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (irace)