* installing *source* package ‘CoxBoost’ ...
** this is package ‘CoxBoost’ version ‘1.5.1’
** package ‘CoxBoost’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CoxBoost/src'
gcc -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 find_best.c -o find_best.o
find_best.c: In function ‘find_best_candidate’:
find_best.c:121:21: warning: ‘max_score_beta_delta’ may be used uninitialized [-Wmaybe-uninitialized]
121 | *min_beta_delta = max_score_beta_delta;
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
find_best.c:38:30: note: ‘max_score_beta_delta’ was declared here
38 | double score, max_score, max_score_beta_delta;
| ^~~~~~~~~~~~~~~~~~~~
find_best.c:120:16: warning: ‘max_score_index’ may be used uninitialized [-Wmaybe-uninitialized]
120 | *min_index = max_score_index;
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
find_best.c:39:9: note: ‘max_score_index’ was declared here
39 | int max_score_index;
| ^~~~~~~~~~~~~~~
gcc -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 -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/lib64 -o CoxBoost.so find_best.o init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CoxBoost/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CoxBoost/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CoxBoost/src'
installing to /data/gannet/ripley/R/packages/tests-devel/CoxBoost.Rcheck/00LOCK-CoxBoost/00new/CoxBoost/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (CoxBoost)