* installing *source* package ‘vinereg’ ...
** this is package ‘vinereg’ version ‘0.11.0’
** package ‘vinereg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/vinereg/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -pthread -D_HAS_AUTO_PTR_ETC=0 -I'/data/gannet/ripley/R/test-clang/rvinecopulib/include' -I'/data/gannet/ripley/R/test-clang/RcppEigen/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/wdm/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -I'/data/gannet/ripley/R/test-clang/kde1d/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from RcppExports.cpp:4:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -pthread -D_HAS_AUTO_PTR_ETC=0 -I'/data/gannet/ripley/R/test-clang/rvinecopulib/include' -I'/data/gannet/ripley/R/test-clang/RcppEigen/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -I'/data/gannet/ripley/R/test-clang/wdm/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -I'/data/gannet/ripley/R/test-clang/kde1d/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c vinereg.cpp -o vinereg.o
5 warnings generated.
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:3:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
273 | Index count = 0;
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:3:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
| ^
/data/gannet/ripley/R/test-clang/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:3:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
72 | Index replacements = 0;
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:3:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/gannet/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
246 | int count = 0;
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:34:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/dimension.hpp:21:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/dimension_list.hpp:131:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/linear_algebra.hpp:20:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/unscale.hpp:28:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:20:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:29:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/conversion.hpp:17:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/units/detail/conversion_impl.hpp:21:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:16:
In file included from ../inst/include/dvine_reg_selector.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/class.hpp:184:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/class.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/abstract.hpp:115:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/abstract.ipp:10:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/bb6.hpp:46:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/bicop/implementation/bb6.ipp:8:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/misc/tools_integration.hpp:23:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint.hpp:25:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/data/gannet/ripley/R/test-clang/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/typeof/typeof.hpp:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
28 | <boost/typeof/incr_registration_group.hpp>
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:21:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/buffer_concepts.hpp:24:5: warning: extra ';' inside a struct [-Wextra-semi]
24 | BOOST_CONCEPT_USAGE(Buffer)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:21:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/buffer_concepts.hpp:57:5: warning: extra ';' inside a struct [-Wextra-semi]
57 | BOOST_CONCEPT_USAGE(UpdatableQueue) { q.update(g_ct); }
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:21:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/buffer_concepts.hpp:76:5: warning: extra ';' inside a struct [-Wextra-semi]
76 | BOOST_CONCEPT_USAGE(KeyedUpdatableQueue)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:52:50: warning: extra ';' inside a struct [-Wextra-semi]
52 | BOOST_concept(MultiPassInputIterator, (T)) { BOOST_CONCEPT_USAGE(
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:66:5: warning: extra ';' inside a struct [-Wextra-semi]
66 | BOOST_CONCEPT_USAGE(Graph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:87:5: warning: extra ';' inside a struct [-Wextra-semi]
87 | BOOST_CONCEPT_USAGE(IncidenceGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:123:5: warning: extra ';' inside a struct [-Wextra-semi]
123 | BOOST_CONCEPT_USAGE(BidirectionalGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:157:5: warning: extra ';' inside a struct [-Wextra-semi]
157 | BOOST_CONCEPT_USAGE(AdjacencyGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:182:5: warning: extra ';' inside a struct [-Wextra-semi]
182 | BOOST_CONCEPT_USAGE(VertexListGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:233:5: warning: extra ';' inside a struct [-Wextra-semi]
233 | BOOST_CONCEPT_USAGE(EdgeListGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:279:5: warning: extra ';' inside a struct [-Wextra-semi]
279 | BOOST_CONCEPT_USAGE(EdgeMutableGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:295:5: warning: extra ';' inside a struct [-Wextra-semi]
295 | BOOST_CONCEPT_USAGE(VertexMutableGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:314:5: warning: extra ';' inside a struct [-Wextra-semi]
314 | BOOST_CONCEPT_USAGE(MutableIncidenceGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:328:5: warning: extra ';' inside a struct [-Wextra-semi]
328 | BOOST_CONCEPT_USAGE(MutableBidirectionalGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:340:5: warning: extra ';' inside a struct [-Wextra-semi]
340 | BOOST_CONCEPT_USAGE(MutableEdgeListGraph) { remove_edge_if(p, g); }
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:348:5: warning: extra ';' inside a struct [-Wextra-semi]
348 | BOOST_CONCEPT_USAGE(VertexMutablePropertyGraph) { v = add_vertex(vp, g); }
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:358:5: warning: extra ';' inside a struct [-Wextra-semi]
358 | BOOST_CONCEPT_USAGE(EdgeMutablePropertyGraph) { p = add_edge(u, v, ep, g); }
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:369:5: warning: extra ';' inside a struct [-Wextra-semi]
369 | BOOST_CONCEPT_USAGE(AdjacencyMatrix)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:384:5: warning: extra ';' inside a struct [-Wextra-semi]
384 | BOOST_CONCEPT_USAGE(ReadablePropertyGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:405:5: warning: extra ';' inside a struct [-Wextra-semi]
405 | BOOST_CONCEPT_USAGE(PropertyGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:425:5: warning: extra ';' inside a struct [-Wextra-semi]
425 | BOOST_CONCEPT_USAGE(LvaluePropertyGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:448:5: warning: extra ';' inside a struct [-Wextra-semi]
448 | BOOST_CONCEPT_USAGE(VertexIndexGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:476:5: warning: extra ';' inside a struct [-Wextra-semi]
476 | BOOST_CONCEPT_USAGE(EdgeIndexGraph)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:505:5: warning: extra ';' inside a struct [-Wextra-semi]
505 | BOOST_CONCEPT_USAGE(ColorValue)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:516:5: warning: extra ';' inside a struct [-Wextra-semi]
516 | BOOST_CONCEPT_USAGE(BasicMatrix)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:535:42: warning: extra ';' inside a struct [-Wextra-semi]
535 | BOOST_concept(NumericValue, (Numeric)) { BOOST_CONCEPT_USAGE(NumericValue) {
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:546:5: warning: extra ';' inside a struct [-Wextra-semi]
546 | BOOST_CONCEPT_USAGE(DegreeMeasure)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/adjacency_list.hpp:255:
In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/graph/detail/adjacency_list.hpp:33:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/graph_concepts.hpp:562:5: warning: extra ';' inside a struct [-Wextra-semi]
562 | BOOST_CONCEPT_USAGE(DistanceMeasure)
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/concept/usage.hpp:36:73: note: expanded from macro 'BOOST_CONCEPT_USAGE'
36 | BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
| ^
In file included from vinereg.cpp:19:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib-wrappers.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib.hpp:41:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/class.hpp:203:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/class.ipp:12:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/tools_select.hpp:208:
In file included from /data/gannet/ripley/R/test-clang/rvinecopulib/include/vinecopulib/vinecop/implementation/tools_select.ipp:10:
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/kruskal_min_spanning_tree.hpp:63:64: warning: unused typedef 'P_value' [-Wunused-local-typedef]
63 | typedef typename property_traits< Parent >::value_type P_value;
| ^
/data/gannet/ripley/R/test-clang/BH/include/boost/graph/kruskal_min_spanning_tree.hpp:62:62: warning: unused typedef 'R_value' [-Wunused-local-typedef]
62 | typedef typename property_traits< Rank >::value_type R_value;
| ^
43 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o vinereg.so RcppExports.o vinereg.o -latomic -lpthread
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/vinereg/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/vinereg/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/vinereg/src'
installing to /data/gannet/ripley/R/packages/tests-clang/vinereg.Rcheck/00LOCK-vinereg/00new/vinereg/libs
** R
** 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 (vinereg)