* installing *source* package ‘fb4package’ ...
** this is package ‘fb4package’ version ‘2.1.0’
** package ‘fb4package’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/fb4package/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I./includes -I'/data/localhost/ripley/R/test-dev/TMB/include' -I'/data/localhost/ripley/R/test-dev/RcppEigen/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 fb4_main.cpp -o fb4_main.o
In file included from /data/localhost/ripley/R/test-dev/TMB/include/TMB.hpp:235,
                 from fb4_main.cpp:1:
fb4_main.cpp: In instantiation of ‘Type objective_function<Type>::operator()() [with Type = double]’:
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
fb4_main.cpp:102:17: warning: unused variable ‘water_fraction’ [-Wunused-variable]
  102 |     DATA_SCALAR(water_fraction);
      |                 ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:103:17: warning: unused variable ‘fat_energy’ [-Wunused-variable]
  103 |     DATA_SCALAR(fat_energy);
      |                 ^~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:104:17: warning: unused variable ‘protein_energy’ [-Wunused-variable]
  104 |     DATA_SCALAR(protein_energy);
      |                 ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:105:17: warning: unused variable ‘max_fat_fraction’ [-Wunused-variable]
  105 |     DATA_SCALAR(max_fat_fraction);
      |                 ^~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:439:17: warning: unused variable ‘water_fraction’ [-Wunused-variable]
  439 |     DATA_SCALAR(water_fraction);
      |                 ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:440:17: warning: unused variable ‘fat_energy’ [-Wunused-variable]
  440 |     DATA_SCALAR(fat_energy);
      |                 ^~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:441:17: warning: unused variable ‘protein_energy’ [-Wunused-variable]
  441 |     DATA_SCALAR(protein_energy);
      |                 ^~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
fb4_main.cpp:442:17: warning: unused variable ‘max_fat_fraction’ [-Wunused-variable]
  442 |     DATA_SCALAR(max_fat_fraction);
      |                 ^~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/tmb_core.hpp:255:6: note: in definition of macro ‘DATA_SCALAR’
  255 | Type name(asVector<Type>(getListElement(TMB_OBJECTIVE_PTR -> data,      \
      |      ^~~~
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I./includes -I'/data/localhost/ripley/R/test-dev/TMB/include' -I'/data/localhost/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
In file included from /data/localhost/ripley/R/test-dev/TMB/include/cppad/local/ad_fun.hpp:602,
                 from /data/localhost/ripley/R/test-dev/TMB/include/cppad/cppad.hpp:86,
                 from /data/localhost/ripley/R/test-dev/TMB/include/TMB.hpp:125:
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp: In function ‘CppAD::addr_t CppAD::optimize::binary_match(const CppAD::vector<struct_old_variable>&, size_t, size_t, const Base*, const CppAD::vector<long unsigned int>&, short unsigned int&) [with Base = CppAD::AD<double>]’:
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp:782:25: warning: ‘new_arg’ may be used uninitialized [-Wmaybe-uninitialized]
  782 |         code = hash_code(
      |                ~~~~~~~~~^
  783 |                 op                  ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  784 |                 new_arg             ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  785 |                 npar                ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  786 |                 par
      |                 ~~~      
  787 |         );
      |         ~                
In file included from /data/localhost/ripley/R/test-dev/TMB/include/cppad/local/recorder.hpp:14,
                 from /data/localhost/ripley/R/test-dev/TMB/include/cppad/local/ad.hpp:22,
                 from /data/localhost/ripley/R/test-dev/TMB/include/cppad/cppad.hpp:78:
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/hash_code.hpp:125:16: note: by argument 2 of type ‘const CppAD::addr_t*’ {aka ‘const unsigned int*’} to ‘short unsigned int CppAD::hash_code(OpCode, const addr_t*, size_t, const Base*) [with Base = AD<double>]’ declared here
  125 | unsigned short hash_code(
      |                ^~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp:715:23: note: ‘new_arg’ declared here
  715 |         addr_t        new_arg[2];
      |                       ^~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp: In function ‘CppAD::addr_t CppAD::optimize::binary_match(const CppAD::vector<struct_old_variable>&, size_t, size_t, const Base*, const CppAD::vector<long unsigned int>&, short unsigned int&) [with Base = double]’:
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp:782:25: warning: ‘new_arg’ may be used uninitialized [-Wmaybe-uninitialized]
  782 |         code = hash_code(
      |                ~~~~~~~~~^
  783 |                 op                  ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  784 |                 new_arg             ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  785 |                 npar                ,
      |                 ~~~~~~~~~~~~~~~~~~~~~
  786 |                 par
      |                 ~~~      
  787 |         );
      |         ~                
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/hash_code.hpp:125:16: note: by argument 2 of type ‘const CppAD::addr_t*’ {aka ‘const unsigned int*’} to ‘short unsigned int CppAD::hash_code(OpCode, const addr_t*, size_t, const Base*) [with Base = double]’ declared here
  125 | unsigned short hash_code(
      |                ^~~~~~~~~
/data/localhost/ripley/R/test-dev/TMB/include/cppad/local/optimize.hpp:715:23: note: ‘new_arg’ declared here
  715 |         addr_t        new_arg[2];
      |                       ^~~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o fb4package.so fb4_main.o init.o -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fb4package/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/fb4package/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fb4package/src'
installing to /data/localhost/ripley/R/packages/tests-devel/fb4package.Rcheck/00LOCK-fb4package/00new/fb4package/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 (fb4package)