* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘selectiveInference’ ...
** this is package ‘selectiveInference’ version ‘1.2.5’
** package ‘selectiveInference’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjxL0SP/R.INSTALLb9dab27ee3481/selectiveInference/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Rcpp-debias.cpp -o Rcpp-debias.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Rcpp-matrixcomps.cpp -o Rcpp-matrixcomps.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Rcpp-randomized.cpp -o Rcpp-randomized.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DCOLUMN_MAJOR_ORDER -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matrixcomps.c -o matrixcomps.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DCOLUMN_MAJOR_ORDER -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c quadratic_program.c -o quadratic_program.o
quadratic_program.c: In function ‘solve_qp’:
quadratic_program.c:424:29: warning: ‘old_value’ may be used uninitialized [-Wmaybe-uninitialized]
424 | if ((fabs(old_value - new_value) < objective_tol * fabs(new_value)) && (iter > 0)) {
| ~~~~~~~~~~^~~~~~~~~~~
quadratic_program.c:292:10: note: ‘old_value’ was declared here
292 | double old_value, new_value;
| ^~~~~~~~~
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DCOLUMN_MAJOR_ORDER -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c quadratic_program_wide.c -o quadratic_program_wide.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DCOLUMN_MAJOR_ORDER -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c randomized_lasso.c -o randomized_lasso.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DCOLUMN_MAJOR_ORDER -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c selective_mle.c -o selective_mle.o
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/Rscript -e "library(Rcpp); Rcpp::compileAttributes('..')"
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o selectiveInference.so Rcpp-debias.o Rcpp-matrixcomps.o Rcpp-randomized.o RcppExports.o matrixcomps.o quadratic_program.o quadratic_program_wide.o randomized_lasso.o selective_mle.o -L. -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjxL0SP/R.INSTALLb9dab27ee3481/selectiveInference/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjxL0SP/R.INSTALLb9dab27ee3481/selectiveInference/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjxL0SP/R.INSTALLb9dab27ee3481/selectiveInference/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-selectiveInference/00new/selectiveInference/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘selectiveInference’
finding HTML links ... done
ROSI html
TG.interval html
TG.limits html
TG.pvalue html
debiasingMatrix html
estimateSigma html
factorDesign html
fixedLassoInf html
forwardStop html
fs html
fsInf html
groupfs html
groupfsInf html
lar html
larInf html
manyMeans html
plot.fs html
plot.lar html
predict.fs html
predict.groupfs html
predict.lar html
randomizedLasso html
randomizedLassoInf html
scaleGroups html
selectiveInference-internal html
selectiveInference html
** 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 (selectiveInference)