* installing *source* package ‘prcbench’ ... ** package ‘prcbench’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/prcbench/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/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 RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/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 perfmeas.cpp -o perfmeas.o perfmeas.cpp: In function 'Rcpp::List perfmeas_prec_recall(const Rcpp::IntegerVector&, const Rcpp::IntegerVector&, int)': perfmeas.cpp:41:25: warning: array subscript 4294967295 is outside array bounds of 'float [2147483647]' [-Warray-bounds=] 41 | precision[pos_last] = 0; In file included from /usr/local/gcc13/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33, from /usr/local/gcc13/include/c++/13.2.0/bits/allocator.h:46, from /usr/local/gcc13/include/c++/13.2.0/bits/alloc_traits.h:39, from /usr/local/gcc13/include/c++/13.2.0/ext/alloc_traits.h:34, from /usr/local/gcc13/include/c++/13.2.0/bits/hashtable_policy.h:39, from /usr/local/gcc13/include/c++/13.2.0/bits/hashtable.h:35, from /usr/local/gcc13/include/c++/13.2.0/bits/unordered_map.h:33, from /usr/local/gcc13/include/c++/13.2.0/unordered_map:41, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/platform/compiler.h:153, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:62, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from perfmeas.cpp:2: In member function '_Tp* std::__new_allocator<_Tp>::allocate(size_type, const void*) [with _Tp = float]', inlined from 'static _Tp* std::allocator_traits >::allocate(allocator_type&, size_type) [with _Tp = float]' at /usr/local/gcc13/include/c++/13.2.0/bits/alloc_traits.h:482:28, inlined from 'std::_Vector_base<_Tp, _Alloc>::pointer std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = float; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:378:33, inlined from 'std::_Vector_base<_Tp, _Alloc>::pointer std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = float; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:375:7, inlined from 'void std::_Vector_base<_Tp, _Alloc>::_M_create_storage(std::size_t) [with _Tp = float; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:395:44, inlined from 'std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::size_t, const allocator_type&) [with _Tp = float; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:332:26, inlined from 'std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = float; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:554:47, inlined from 'Rcpp::List perfmeas_prec_recall(const Rcpp::IntegerVector&, const Rcpp::IntegerVector&, int)' at perfmeas.cpp:23:40: /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:147:55: note: at offset 17179869180 into object of size [4, 8589934588] allocated by 'operator new' 147 | return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * sizeof(_Tp))); | ^ /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:147:55: note: at offset 17179869180 into object of size [4, 8589934588] allocated by 'operator new' /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:147:55: note: at offset 17179869180 into object of size [4, 8589934588] allocated by 'operator new' /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:147:55: note: at offset 17179869180 into object of size [4, 8589934588] allocated by 'operator new' /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:147:55: note: at offset 17179869180 into object of size [4, 8589934588] allocated by 'operator new' g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o prcbench.so RcppExports.o perfmeas.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/prcbench/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/prcbench/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/prcbench/src' installing to /data/gannet/ripley/R/packages/tests-devel/prcbench.Rcheck/00LOCK-prcbench/00new/prcbench/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 (prcbench)