* installing *source* package ‘literanger’ ...
** package ‘literanger’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpp11.cpp -o cpp11.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpp11_predict.cpp -o cpp11_predict.o
In file included from Forest.defn.h:35,
                 from ForestClassification.defn.h:32,
                 from ForestClassification.h:18,
                 from cpp11_predict.cpp:52:
TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
TreeBase.defn.h:380:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  380 |         const ull_bitenc partition_key = *((unsigned long long *)(&split_value));
      |                                           ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/gcc14/include/c++/14.0.1/string:51,
                 from cpp11_predict.decl.h:34,
                 from cpp11_predict.cpp:31:
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const double; _Up = double; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const double*; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:521:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const double*; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:548:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:555:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:651:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _ForwardIterator = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _ForwardIterator = double*; _Tp = double]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:373:37,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_vector.h:606:31,
    inlined from 'std::vector<double> literanger::adjust_pvalues(const std::vector<double>&)' at utility_math.h:98:30:
/usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:452:30: warning: 'void* __builtin_memmove(void*, const void*, long unsigned int)' forming offset 8 is out of the bounds [0, 8] [-Warray-bounds=]
  452 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpp11_train.cpp -o cpp11_train.o
In file included from Forest.defn.h:35,
                 from ForestClassification.defn.h:32,
                 from ForestClassification.h:18,
                 from cpp11_train.cpp:50:
TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
TreeBase.defn.h:380:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  380 |         const ull_bitenc partition_key = *((unsigned long long *)(&split_value));
      |                                           ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:63,
                 from /usr/local/gcc14/include/c++/14.0.1/memory:69,
                 from cpp11_train.decl.h:34,
                 from cpp11_train.cpp:31:
In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const double; _Up = double; bool _IsMove = false]',
    inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const double*; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:521:30,
    inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const double*; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:548:42,
    inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:555:31,
    inlined from '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _OI = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:651:7,
    inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:147:27,
    inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _ForwardIterator = double*]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:185:15,
    inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, vector<double> >; _ForwardIterator = double*; _Tp = double]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_uninitialized.h:373:37,
    inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]' at /usr/local/gcc14/include/c++/14.0.1/bits/stl_vector.h:606:31,
    inlined from 'std::vector<double> literanger::adjust_pvalues(const std::vector<double>&)' at utility_math.h:98:30:
/usr/local/gcc14/include/c++/14.0.1/bits/stl_algobase.h:452:30: warning: 'void* __builtin_memmove(void*, const void*, long unsigned int)' forming offset 8 is out of the bounds [0, 8] [-Warray-bounds=]
  452 |             __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o literanger.so cpp11.o cpp11_predict.o cpp11_train.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src'
installing to /data/gannet/ripley/R/packages/tests-devel/literanger.Rcheck/00LOCK-literanger/00new/literanger/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 (literanger)