* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘irace’ ...
** package ‘irace’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/tmp/RtmphTPHmY/R.INSTALL3e6aa138f08c7b/irace/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-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-patched-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 '/tmp/RtmphTPHmY/R.INSTALL3e6aa138f08c7b/irace/src'
make[1]: Entering directory '/tmp/RtmphTPHmY/R.INSTALL3e6aa138f08c7b/irace/src'
make[1]: Leaving directory '/tmp/RtmphTPHmY/R.INSTALL3e6aa138f08c7b/irace/src'
installing via 'install.libs.R' to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-irace/00new/irace
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘irace’
    finding HTML links ... done
    CommandArgsParser                       html  
    ablation                                html  
    ablation_cmdline                        html  
    buildCommandLine                        html  
    checkIraceScenario                      html  
    checkParameters                         html  
    checkScenario                           html  
    configurations.print                    html  
    configurations.print.command            html  
    defaultScenario                         html  
    getConfigurationById                    html  
    getConfigurationByIteration             html  
    getFinalElites                          html  
    irace-package                           html  
    irace                                   html  
    irace.cmdline                           html  
    irace.license                           html  
    irace.main                              html  
    irace.version                           html  
    path_rel2abs                            html  
    plotAblation                            html  
    printParameters                         html  
    printScenario                           html  
    psRace                                  html  
    readConfigurationsFile                  html  
    readParameters                          html  
    readScenario                            html  
    read_logfile                            html  
    read_pcs_file                           html  
    removeConfigurationsMetaData            html  
    scenario_update_paths                   html  
    target.evaluator.default                html  
    target.runner.default                   html  
    testConfigurations                      html  
    testing_fromfile                        html  
    testing_fromlog                         html  
** 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)