* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘Rforestry’ ...
** this is package ‘Rforestry’ version ‘0.11.1.0’
** package ‘Rforestry’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’
make[1]: Entering directory '/tmp/RtmpDFSO8t/R.INSTALL3768d3576acf7d/Rforestry/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c DataFrame.cpp -o DataFrame.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RFNode.cpp -o RFNode.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c forestry.cpp -o forestry.o
In file included from /usr/include/c++/15/bits/shared_ptr_base.h:59,
from /usr/include/c++/15/bits/shared_ptr.h:53,
from /usr/include/c++/15/chrono:55,
from forestryTree.h:8,
from forestry.h:4,
from forestry.cpp:3:
In constructor ‘std::__uniq_ptr_impl<_Tp, _Dp>::__uniq_ptr_impl(pointer) [with _Tp = forestryTree; _Dp = std::default_delete<forestryTree>]’,
inlined from ‘std::__uniq_ptr_data<forestryTree, std::default_delete<forestryTree>, true, true>::__uniq_ptr_data(std::__uniq_ptr_impl<forestryTree, std::default_delete<forestryTree> >::pointer) [inherited from std::__uniq_ptr_impl<forestryTree, std::default_delete<forestryTree> >]’ at /usr/include/c++/15/bits/unique_ptr.h:234:40,
inlined from ‘std::unique_ptr<_Tp, _Dp>::unique_ptr(pointer) [with _Del = std::default_delete<forestryTree>; <template-parameter-2-2> = void; _Tp = forestryTree; _Dp = std::default_delete<forestryTree>]’ at /usr/include/c++/15/bits/unique_ptr.h:311:4,
inlined from ‘constexpr _Tp* std::construct_at(_Tp*, _Args&& ...) [with _Tp = unique_ptr<forestryTree>; _Args = {forestryTree*&}]’ at /usr/include/c++/15/bits/stl_construct.h:110:9,
inlined from ‘static constexpr void std::allocator_traits<std::allocator<_CharT> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = std::unique_ptr<forestryTree>; _Args = {forestryTree*&}; _Tp = std::unique_ptr<forestryTree>]’ at /usr/include/c++/15/bits/alloc_traits.h:676:21,
inlined from ‘constexpr void std::vector<_Tp, _Alloc>::_M_realloc_append(_Args&& ...) [with _Args = {forestryTree*&}; _Tp = std::unique_ptr<forestryTree>; _Alloc = std::allocator<std::unique_ptr<forestryTree> >]’ at /usr/include/c++/15/bits/vector.tcc:586:26,
inlined from ‘constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {forestryTree*&}; _Tp = std::unique_ptr<forestryTree>; _Alloc = std::allocator<std::unique_ptr<forestryTree> >]’ at /usr/include/c++/15/bits/vector.tcc:123:21,
inlined from ‘forestry::addTrees(size_t)::<lambda(unsigned int, unsigned int, unsigned int)>’ at forestry.cpp:389:42:
/usr/include/c++/15/bits/unique_ptr.h:169:56: warning: ‘anotherTree’ may be used uninitialized [-Wmaybe-uninitialized]
169 | __uniq_ptr_impl(pointer __p) : _M_t() { _M_ptr() = __p; }
| ~~~~~~~~~^~~~~
forestry.cpp: In function ‘forestry::addTrees(size_t)::<lambda(unsigned int, unsigned int, unsigned int)>’:
forestry.cpp:344:27: note: ‘anotherTree’ was declared here
344 | forestryTree *anotherTree;
| ^~~~~~~~~~~
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c forestryTree.cpp -o forestryTree.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c multilayerForestry.cpp -o multilayerForestry.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c rcpp_cppBuildInterface.cpp -o rcpp_cppBuildInterface.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c treeSplitting.cpp -o treeSplitting.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DR_BUILD -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c utils.cpp -o utils.o
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o Rforestry.so DataFrame.o RFNode.o RcppExports.o forestry.o forestryTree.o multilayerForestry.o rcpp_cppBuildInterface.o treeSplitting.o utils.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpDFSO8t/R.INSTALL3768d3576acf7d/Rforestry/src'
make[1]: Entering directory '/tmp/RtmpDFSO8t/R.INSTALL3768d3576acf7d/Rforestry/src'
make[1]: Leaving directory '/tmp/RtmpDFSO8t/R.INSTALL3768d3576acf7d/Rforestry/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-Rforestry/00new/Rforestry/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (Rforestry)