* installing *source* package ‘censo2022arg’ ...
** this is package ‘censo2022arg’ version ‘1.0.1’
** package ‘censo2022arg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/censo2022arg/src'
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/R-devel/include -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++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/R-devel/include -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 red_execute.cpp -o red_execute.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/R-devel/include -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 red_initialize.cpp -o red_initialize.o
In file included from /usr/include/c++/15/bits/stl_iterator.h:78,
from /usr/include/c++/15/bits/stl_algobase.h:67,
from /usr/include/c++/15/bits/specfun.h:43,
from /usr/include/c++/15/cmath:3913,
from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:3,
from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5,
from red_execute.cpp:39:
In function ‘constexpr _Tp* std::construct_at(_Tp*, _Args&& ...) [with _Tp = SEXPREC*; _Args = {SEXPREC* const&}]’,
inlined from ‘static constexpr void std::allocator_traits<std::allocator<_Up> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = SEXPREC*; _Args = {SEXPREC* const&}; _Tp = SEXPREC*]’ 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 = {SEXPREC* const&}; _Tp = SEXPREC*; _Alloc = std::allocator<SEXPREC*>]’ at /usr/include/c++/15/bits/vector.tcc:586:26,
inlined from ‘constexpr void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SEXPREC*; _Alloc = std::allocator<SEXPREC*>]’ at /usr/include/c++/15/bits/stl_vector.h:1427:21,
inlined from ‘SEXPREC* createOutput(void*, int)’ at red_execute.cpp:147:26:
/usr/include/c++/15/bits/stl_construct.h:110:16: warning: ‘col’ may be used uninitialized [-Wmaybe-uninitialized]
110 | return ::new(__loc) _Tp(std::forward<_Args>(__args)...);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
red_execute.cpp: In function ‘SEXPREC* createOutput(void*, int)’:
red_execute.cpp:135:10: note: ‘col’ was declared here
135 | SEXP col;
| ^~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o censo2022arg.so cpp11.o red_execute.o red_initialize.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/censo2022arg/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/censo2022arg/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/censo2022arg/src'
installing to /data/gannet/ripley/R/packages/tests-devel/censo2022arg.Rcheck/00LOCK-censo2022arg/00new/censo2022arg/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (censo2022arg)