* installing *source* package ‘RcppFastAD’ ...
** this is package ‘RcppFastAD’ version ‘0.0.4’
** package ‘RcppFastAD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/RcppFastAD/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/localhost/ripley/R/test-dev/Rcpp/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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/localhost/ripley/R/test-dev/Rcpp/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 black_scholes.cpp -o black_scholes.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/localhost/ripley/R/test-dev/Rcpp/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 linear_regression.cpp -o linear_regression.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/localhost/ripley/R/test-dev/Rcpp/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 quadratic_expression.cpp -o quadratic_expression.o
In file included from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Core:165,
                 from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Dense:1,
                 from /data/localhost/ripley/R/test-dev/RcppEigen/include/RcppEigenForward.h:28,
                 from /data/localhost/ripley/R/test-dev/RcppEigen/include/RcppEigen.h:25,
                 from linear_regression.cpp:1:
In member function ‘T Eigen::internal::variable_if_dynamic<T, -1>::value() const [with T = long int]’,
    inlined from ‘constexpr Eigen::Index Eigen::MapBase<Derived, 0>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/MapBase.h:91:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:60:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::size() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:67:57,
    inlined from ‘constexpr size_t ad::core::ValueView<ValueType, ad::vec>::size() const [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:132:53,
    inlined from ‘ad::core::ValueView<ValueType, ad::vec>::value_t* ad::core::ValueView<ValueType, ad::vec>::bind(value_t*) [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:128:44,
    inlined from ‘ad::core::ValueAdjView<ValueType, ShapeType>::ptr_pack_t ad::core::ValueAdjView<ValueType, ShapeType>::bind(ptr_pack_t) [with ValueType = double; ShapeType = ad::vec]’ at ../inst/include/fastad_bits/reverse/core/value_adj_view.hpp:49:33,
    inlined from ‘typename ad::core::DotNode<LHSExprType, RHSExprType>::value_adj_view_t::ptr_pack_t ad::core::DotNode<LHSExprType, RHSExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with LHSExprType = ad::core::Constant<double, ad::mat>; RHSExprType = ad::VarView<double, ad::vec>]’ at ../inst/include/fastad_bits/reverse/core/dot.hpp:110:38,
    inlined from ‘typename ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::value_adj_view_t::ptr_pack_t ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with Binary = ad::core::Sub; LeftExprType = ad::core::Constant<double, ad::vec>; RightExprType = ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> >]’ at ../inst/include/fastad_bits/reverse/core/binary.hpp:147:37,
    inlined from ‘typename ad::core::NormNode<ExprType>::value_adj_view_t::ptr_pack_t ad::core::NormNode<ExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with ExprType = ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > >]’ at ../inst/include/fastad_bits/reverse/core/norm.hpp:62:33,
    inlined from ‘ad::core::ExprBind<ExprType>::ExprBind(const expr_t&) [with ExprType = ad::core::NormNode<ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > > >]’ at ../inst/include/fastad_bits/reverse/core/bind.hpp:32:25:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:147:68: warning: ‘((const Eigen::internal::variable_if_dynamic<long int, -1>*)this)[11].Eigen::internal::variable_if_dynamic<long int, -1>::m_value’ may be used uninitialized [-Wmaybe-uninitialized]
  147 |     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T value() const { return m_value; }
      |                                                                    ^~~~~~~
In member function ‘T Eigen::internal::variable_if_dynamic<T, -1>::value() const [with T = long int]’,
    inlined from ‘constexpr Eigen::Index Eigen::MapBase<Derived, 0>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/MapBase.h:91:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:60:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::size() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:67:57,
    inlined from ‘constexpr size_t ad::core::ValueView<ValueType, ad::vec>::size() const [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:132:53,
    inlined from ‘ad::core::ValueView<ValueType, ad::vec>::value_t* ad::core::ValueView<ValueType, ad::vec>::bind(value_t*) [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:128:44,
    inlined from ‘ad::core::ValueAdjView<ValueType, ShapeType>::ptr_pack_t ad::core::ValueAdjView<ValueType, ShapeType>::bind(ptr_pack_t) [with ValueType = double; ShapeType = ad::vec]’ at ../inst/include/fastad_bits/reverse/core/value_adj_view.hpp:50:35,
    inlined from ‘typename ad::core::DotNode<LHSExprType, RHSExprType>::value_adj_view_t::ptr_pack_t ad::core::DotNode<LHSExprType, RHSExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with LHSExprType = ad::core::Constant<double, ad::mat>; RHSExprType = ad::VarView<double, ad::vec>]’ at ../inst/include/fastad_bits/reverse/core/dot.hpp:110:38,
    inlined from ‘typename ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::value_adj_view_t::ptr_pack_t ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with Binary = ad::core::Sub; LeftExprType = ad::core::Constant<double, ad::vec>; RightExprType = ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> >]’ at ../inst/include/fastad_bits/reverse/core/binary.hpp:147:37,
    inlined from ‘typename ad::core::NormNode<ExprType>::value_adj_view_t::ptr_pack_t ad::core::NormNode<ExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with ExprType = ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > >]’ at ../inst/include/fastad_bits/reverse/core/norm.hpp:62:33,
    inlined from ‘ad::core::ExprBind<ExprType>::ExprBind(const expr_t&) [with ExprType = ad::core::NormNode<ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > > >]’ at ../inst/include/fastad_bits/reverse/core/bind.hpp:32:25:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:147:68: warning: ‘((const Eigen::internal::variable_if_dynamic<long int, -1>*)this)[14].Eigen::internal::variable_if_dynamic<long int, -1>::m_value’ may be used uninitialized [-Wmaybe-uninitialized]
  147 |     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T value() const { return m_value; }
      |                                                                    ^~~~~~~
In member function ‘T Eigen::internal::variable_if_dynamic<T, -1>::value() const [with T = long int]’,
    inlined from ‘constexpr Eigen::Index Eigen::MapBase<Derived, 0>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/MapBase.h:91:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::rows() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:60:67,
    inlined from ‘constexpr Eigen::EigenBase<Derived>::Index Eigen::EigenBase<Derived>::size() const [with Derived = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::Stride<0, 0> >]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/EigenBase.h:67:57,
    inlined from ‘constexpr size_t ad::core::ValueView<ValueType, ad::vec>::size() const [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:132:53,
    inlined from ‘ad::core::ValueView<ValueType, ad::vec>::value_t* ad::core::ValueView<ValueType, ad::vec>::bind(value_t*) [with ValueType = double]’ at ../inst/include/fastad_bits/reverse/core/value_view.hpp:128:44,
    inlined from ‘ad::core::ValueAdjView<ValueType, ShapeType>::ptr_pack_t ad::core::ValueAdjView<ValueType, ShapeType>::bind(ptr_pack_t) [with ValueType = double; ShapeType = ad::vec]’ at ../inst/include/fastad_bits/reverse/core/value_adj_view.hpp:49:33,
    inlined from ‘typename ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::value_adj_view_t::ptr_pack_t ad::core::BinaryNode<Binary, LeftExprType, RightExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with Binary = ad::core::Sub; LeftExprType = ad::core::Constant<double, ad::vec>; RightExprType = ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> >]’ at ../inst/include/fastad_bits/reverse/core/binary.hpp:155:42,
    inlined from ‘typename ad::core::NormNode<ExprType>::value_adj_view_t::ptr_pack_t ad::core::NormNode<ExprType>::bind_cache(typename value_adj_view_t::ptr_pack_t) [with ExprType = ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > >]’ at ../inst/include/fastad_bits/reverse/core/norm.hpp:62:33,
    inlined from ‘ad::core::ExprBind<ExprType>::ExprBind(const expr_t&) [with ExprType = ad::core::NormNode<ad::core::BinaryNode<ad::core::Sub, ad::core::Constant<double, ad::vec>, ad::core::DotNode<ad::core::Constant<double, ad::mat>, ad::VarView<double, ad::vec> > > >]’ at ../inst/include/fastad_bits/reverse/core/bind.hpp:32:25:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:147:68: warning: ‘((const Eigen::internal::variable_if_dynamic<long int, -1>*)this)[3].Eigen::internal::variable_if_dynamic<long int, -1>::m_value’ may be used uninitialized [-Wmaybe-uninitialized]
  147 |     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T value() const { return m_value; }
      |                                                                    ^~~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o RcppFastAD.so RcppExports.o black_scholes.o linear_regression.o quadratic_expression.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/RcppFastAD/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/RcppFastAD/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/RcppFastAD/src'
installing to /data/localhost/ripley/R/packages/tests-devel/RcppFastAD.Rcheck/00LOCK-RcppFastAD/00new/RcppFastAD/libs
** R
** inst
** 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 (RcppFastAD)