* installing *source* package ‘lolog’ ... ** this is package ‘lolog’ version ‘1.3.1’ ** package ‘lolog’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 20.1.0-rc2’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lolog/src' /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 RcppModule.cpp -o RcppModule.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 StatController.cpp -o StatController.o In file included from StatController.cpp:3: ../inst/include/Stats.h:1173:16: warning: unused variable 'toDeg' [-Wunused-variable] 1173 | double toDeg; | ^~~~~ ../inst/include/Stats.h:1174:16: warning: unused variable 'fromDeg' [-Wunused-variable] 1174 | double fromDeg; | ^~~~~~~ ../inst/include/Stats.h:1185:16: warning: variable 'deg' set but not used [-Wunused-but-set-variable] 1185 | double deg = net.degree(from); | ^ ../inst/include/Stats.h:2450:16: warning: unused variable 'netSize' [-Wunused-variable] 2450 | double netSize = actorIndex + 1.0; | ^~~~~~~ ../inst/include/Stats.h:2451:16: warning: unused variable 'totDegree' [-Wunused-variable] 2451 | double totDegree = (net.nEdges() - hasEdge) * 2.0; | ^~~~~~~~~ ../inst/include/Stats.h:2457:16: warning: unused variable 'sdegs' [-Wunused-variable] 2457 | double sdegs = 0.0; | ^~~~~ ../inst/include/Stats.h:2791:12: warning: unused variable 'addingEdge' [-Wunused-variable] 2791 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ ../inst/include/Stats.h:2976:10: warning: unused variable 'addingEdge' [-Wunused-variable] 2976 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ In file included from StatController.cpp:1: In file included from ../inst/include/StatController.h:6: In file included from ../inst/include/Stat.h:6: In file included from ../inst/include/BinaryNet.h:12: In file included from ../inst/include/DirectedVertex.h:6: In file included from ../inst/include/Vertex.h:9: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/flat_set.hpp:29: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/flat_tree.hpp:29: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:32: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/advanced_insert_int.hpp:28: /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:231:20: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'value_type' (aka 'std::pair<int, int>') [-Wnontrivial-memcall] 231 | std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:377:16: note: in instantiation of function template specialization 'boost::container::dtl::memmove<std::pair<int, int> *, std::pair<int, int> *>' requested here 377 | { return dtl::memmove(f, l, r); } | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:1306:35: note: in instantiation of function template specialization 'boost::container::uninitialized_move_alloc<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int> *, std::pair<int, int> *>' requested here 1306 | O d_last = ::boost::container::uninitialized_move_alloc(a, first, pos, d_first); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3276:25: note: in instantiation of function template specialization 'boost::container::uninitialized_move_and_insert_alloc<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int> *, std::pair<int, int> *, boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3276 | boost::container::uninitialized_move_and_insert_alloc | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3034:13: note: in instantiation of function template specialization 'boost::container::vector<std::pair<int, int>>::priv_insert_forward_range_new_allocation<boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3034 | this->priv_insert_forward_range_new_allocation(new_buf, new_cap, raw_pos, n, insert_range_proxy); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3099:23: note: in instantiation of function template specialization 'boost::container::vector<std::pair<int, int>>::priv_insert_forward_range_no_capacity<boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3099 | return this->priv_insert_forward_range_no_capacity(p, n, insert_range_proxy, alloc_version()); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:1952:20: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 1952 | return this->priv_insert_forward_range( vector_iterator_get_ptr(position), 1 | ^ ../inst/include/Stats.h:1473:24: note: in instantiation of member function 'boost::container::flat_map<int, int>::operator[]' requested here 1473 | sharedValues[f][t] = nbrs; | ^ ../inst/include/Stats.h:1495:13: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::setSharedValue' requested here 1495 | setSharedValue(net,from,to,sn); | ^ ../inst/include/Stats.h:1402:5: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::calculate' requested here 1402 | Gwesp() : alpha(.5), oneexpa(1.0 - exp(-alpha)), expa(exp(alpha)), | ^ ../inst/include/Stat.h:169:14: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::Gwesp' requested here 169 | Stat() : stat(){} | ^ StatController.cpp:47:40: note: in instantiation of member function 'lolog::Stat<lolog::Directed, lolog::Gwesp<lolog::Directed>>::Stat' requested here 47 | registerStatistic( DirStatPtr( new DirectedGwesp() ) ); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:231:20: note: explicitly cast the pointer to silence this warning 231 | std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); | ^ | (void*) In file included from StatController.cpp:3: ../inst/include/Stats.h:2458:26: warning: unused variable 'fit' [-Wunused-variable] 2458 | NeighborIterator fit = net.begin(order[actorIndex]); | ^~~ ../inst/include/Stat.h:247:14: note: in instantiation of member function 'lolog::SharedNbrs<lolog::Undirected>::dyadUpdate' requested here 247 | stat.dyadUpdate(net,from,to,order,actorIndex); | ^ ../inst/include/Stat.h:243:9: note: in instantiation of member function 'lolog::Stat<lolog::Undirected, lolog::SharedNbrs<lolog::Undirected>>::dyadUpdate' requested here 243 | dyadUpdate(net,from,to,order,actorIndex); | ^ ../inst/include/Stat.h:169:5: note: in instantiation of member function 'lolog::Stat<lolog::Undirected, lolog::SharedNbrs<lolog::Undirected>>::vDyadUpdate' requested here 169 | Stat() : stat(){} | ^ StatController.cpp:86:42: note: in instantiation of member function 'lolog::Stat<lolog::Undirected, lolog::SharedNbrs<lolog::Undirected>>::Stat' requested here 86 | registerStatistic( UndirStatPtr( new UndirectedSharedNbrs() ) ); | ^ In file included from StatController.cpp:3: ../inst/include/Stats.h:2459:26: warning: unused variable 'fend' [-Wunused-variable] 2459 | NeighborIterator fend = net.end(order[actorIndex]); | ^~~~ In file included from RcppModule.cpp:6: In file included from ../inst/include/LatentOrderLikelihood.h:4: In file included from ../inst/include/Model.h:6: ../inst/include/StatController.h:58:18: warning: instantiation of variable 'lolog::StatController<lolog::Undirected>::statMapPtr' required here, but no definition is available [-Wundefined-var-template] 58 | pS = statMapPtr->at(name); | ^ ../inst/include/Model.h:371:60: note: in instantiation of member function 'lolog::StatController<lolog::Undirected>::getStat' requested here 371 | AbstractStat<Engine>* ps = StatController<Engine>::getStat(name, params); | ^ RcppModule.cpp:81:48: note: in instantiation of member function 'lolog::Model<lolog::Undirected>::addStatistic' requested here 81 | .method("addStatistic",&Model<Undirected>::addStatistic) | ^ ../inst/include/StatController.h:35:23: note: forward declaration of template entity is here 35 | static StatMapPtr statMapPtr; | ^ ../inst/include/StatController.h:58:18: note: add an explicit instantiation declaration to suppress this warning if 'lolog::StatController<lolog::Undirected>::statMapPtr' is explicitly instantiated in another translation unit 58 | pS = statMapPtr->at(name); | ^ ../inst/include/StatController.h:74:18: warning: instantiation of variable 'lolog::StatController<lolog::Undirected>::offsetMapPtr' required here, but no definition is available [-Wundefined-var-template] 74 | pS = offsetMapPtr->at(name); | ^ ../inst/include/Model.h:384:62: note: in instantiation of member function 'lolog::StatController<lolog::Undirected>::getOffset' requested here 384 | AbstractOffset<Engine>* ps = StatController<Engine>::getOffset(name, params); | ^ RcppModule.cpp:82:45: note: in instantiation of member function 'lolog::Model<lolog::Undirected>::addOffset' requested here 82 | .method("addOffset",&Model<Undirected>::addOffset) | ^ ../inst/include/StatController.h:36:25: note: forward declaration of template entity is here 36 | static OffsetMapPtr offsetMapPtr; | ^ ../inst/include/StatController.h:74:18: note: add an explicit instantiation declaration to suppress this warning if 'lolog::StatController<lolog::Undirected>::offsetMapPtr' is explicitly instantiated in another translation unit 74 | pS = offsetMapPtr->at(name); | ^ ../inst/include/StatController.h:58:18: warning: instantiation of variable 'lolog::StatController<lolog::Directed>::statMapPtr' required here, but no definition is available [-Wundefined-var-template] 58 | pS = statMapPtr->at(name); | ^ ../inst/include/Model.h:371:60: note: in instantiation of member function 'lolog::StatController<lolog::Directed>::getStat' requested here 371 | AbstractStat<Engine>* ps = StatController<Engine>::getStat(name, params); | ^ RcppModule.cpp:98:46: note: in instantiation of member function 'lolog::Model<lolog::Directed>::addStatistic' requested here 98 | .method("addStatistic",&Model<Directed>::addStatistic) | ^ ../inst/include/StatController.h:35:23: note: forward declaration of template entity is here 35 | static StatMapPtr statMapPtr; | ^ ../inst/include/StatController.h:58:18: note: add an explicit instantiation declaration to suppress this warning if 'lolog::StatController<lolog::Directed>::statMapPtr' is explicitly instantiated in another translation unit 58 | pS = statMapPtr->at(name); | ^ ../inst/include/StatController.h:74:18: warning: instantiation of variable 'lolog::StatController<lolog::Directed>::offsetMapPtr' required here, but no definition is available [-Wundefined-var-template] 74 | pS = offsetMapPtr->at(name); | ^ ../inst/include/Model.h:384:62: note: in instantiation of member function 'lolog::StatController<lolog::Directed>::getOffset' requested here 384 | AbstractOffset<Engine>* ps = StatController<Engine>::getOffset(name, params); | ^ RcppModule.cpp:99:43: note: in instantiation of member function 'lolog::Model<lolog::Directed>::addOffset' requested here 99 | .method("addOffset",&Model<Directed>::addOffset) | ^ ../inst/include/StatController.h:36:25: note: forward declaration of template entity is here 36 | static OffsetMapPtr offsetMapPtr; | ^ ../inst/include/StatController.h:74:18: note: add an explicit instantiation declaration to suppress this warning if 'lolog::StatController<lolog::Directed>::offsetMapPtr' is explicitly instantiated in another translation unit 74 | pS = offsetMapPtr->at(name); | ^ /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 main.cpp -o main.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 test_BinaryNet.cpp -o test_BinaryNet.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 test_Constraints.cpp -o test_Constraints.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 test_LatentOrderLikelhood.cpp -o test_LatentOrderLikelhood.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 test_ParamParser.cpp -o test_ParamParser.o In file included from test_Constraints.cpp:7: ../inst/include/Stats.h:1173:16: warning: unused variable 'toDeg' [-Wunused-variable] 1173 | double toDeg; | ^~~~~ ../inst/include/Stats.h:1174:16: warning: unused variable 'fromDeg' [-Wunused-variable] 1174 | double fromDeg; | ^~~~~~~ ../inst/include/Stats.h:1185:16: warning: variable 'deg' set but not used [-Wunused-but-set-variable] 1185 | double deg = net.degree(from); | ^ ../inst/include/Stats.h:2450:16: warning: unused variable 'netSize' [-Wunused-variable] 2450 | double netSize = actorIndex + 1.0; | ^~~~~~~ ../inst/include/Stats.h:2451:16: warning: unused variable 'totDegree' [-Wunused-variable] 2451 | double totDegree = (net.nEdges() - hasEdge) * 2.0; | ^~~~~~~~~ ../inst/include/Stats.h:2457:16: warning: unused variable 'sdegs' [-Wunused-variable] 2457 | double sdegs = 0.0; | ^~~~~ ../inst/include/Stats.h:2791:12: warning: unused variable 'addingEdge' [-Wunused-variable] 2791 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ ../inst/include/Stats.h:2976:10: warning: unused variable 'addingEdge' [-Wunused-variable] 2976 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ In file included from test_LatentOrderLikelhood.cpp:5: ../inst/include/Stats.h:1173:16: warning: unused variable 'toDeg' [-Wunused-variable] 1173 | double toDeg; | ^~~~~ ../inst/include/Stats.h:1174:16: warning: unused variable 'fromDeg' [-Wunused-variable] 1174 | double fromDeg; | ^~~~~~~ ../inst/include/Stats.h:1185:16: warning: variable 'deg' set but not used [-Wunused-but-set-variable] 1185 | double deg = net.degree(from); | ^ ../inst/include/Stats.h:2450:16: warning: unused variable 'netSize' [-Wunused-variable] 2450 | double netSize = actorIndex + 1.0; | ^~~~~~~ ../inst/include/Stats.h:2451:16: warning: unused variable 'totDegree' [-Wunused-variable] 2451 | double totDegree = (net.nEdges() - hasEdge) * 2.0; | ^~~~~~~~~ ../inst/include/Stats.h:2457:16: warning: unused variable 'sdegs' [-Wunused-variable] 2457 | double sdegs = 0.0; | ^~~~~ ../inst/include/Stats.h:2791:12: warning: unused variable 'addingEdge' [-Wunused-variable] 2791 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ ../inst/include/Stats.h:2976:10: warning: unused variable 'addingEdge' [-Wunused-variable] 2976 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ test_LatentOrderLikelhood.cpp:108:12: warning: unused variable 'llik' [-Wunused-variable] 108 | double llik = model.logLik(); | ^~~~ /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 test_Stats.cpp -o test_Stats.o test_ParamParser.cpp:10:5: warning: unused label 'Rcpp' [-Wunused-label] 10 | Rcpp:List params = Rcpp::List::create(1, Rcpp::Named("a")=2, Rcpp::Named("b") = "ss"); | ^~~~~ 1 warning generated. 8 warnings generated. /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/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 tests.cpp -o tests.o In file included from test_Stats.cpp:4: ../inst/include/Stats.h:1173:16: warning: unused variable 'toDeg' [-Wunused-variable] 1173 | double toDeg; | ^~~~~ ../inst/include/Stats.h:1174:16: warning: unused variable 'fromDeg' [-Wunused-variable] 1174 | double fromDeg; | ^~~~~~~ ../inst/include/Stats.h:1185:16: warning: variable 'deg' set but not used [-Wunused-but-set-variable] 1185 | double deg = net.degree(from); | ^ ../inst/include/Stats.h:2450:16: warning: unused variable 'netSize' [-Wunused-variable] 2450 | double netSize = actorIndex + 1.0; | ^~~~~~~ ../inst/include/Stats.h:2451:16: warning: unused variable 'totDegree' [-Wunused-variable] 2451 | double totDegree = (net.nEdges() - hasEdge) * 2.0; | ^~~~~~~~~ ../inst/include/Stats.h:2457:16: warning: unused variable 'sdegs' [-Wunused-variable] 2457 | double sdegs = 0.0; | ^~~~~ ../inst/include/Stats.h:2791:12: warning: unused variable 'addingEdge' [-Wunused-variable] 2791 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ ../inst/include/Stats.h:2976:10: warning: unused variable 'addingEdge' [-Wunused-variable] 2976 | bool addingEdge = !net.hasEdge(from,to); | ^~~~~~~~~~ 11 warnings generated. In file included from test_Stats.cpp:2: In file included from ../inst/include/BinaryNet.h:12: In file included from ../inst/include/DirectedVertex.h:6: In file included from ../inst/include/Vertex.h:9: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/flat_set.hpp:29: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/flat_tree.hpp:29: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:32: In file included from /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/advanced_insert_int.hpp:28: /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:231:20: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'value_type' (aka 'std::pair<int, int>') [-Wnontrivial-memcall] 231 | std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:377:16: note: in instantiation of function template specialization 'boost::container::dtl::memmove<std::pair<int, int> *, std::pair<int, int> *>' requested here 377 | { return dtl::memmove(f, l, r); } | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:1306:35: note: in instantiation of function template specialization 'boost::container::uninitialized_move_alloc<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int> *, std::pair<int, int> *>' requested here 1306 | O d_last = ::boost::container::uninitialized_move_alloc(a, first, pos, d_first); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3276:25: note: in instantiation of function template specialization 'boost::container::uninitialized_move_and_insert_alloc<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int> *, std::pair<int, int> *, boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3276 | boost::container::uninitialized_move_and_insert_alloc | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3034:13: note: in instantiation of function template specialization 'boost::container::vector<std::pair<int, int>>::priv_insert_forward_range_new_allocation<boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3034 | this->priv_insert_forward_range_new_allocation(new_buf, new_cap, raw_pos, n, insert_range_proxy); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:3099:23: note: in instantiation of function template specialization 'boost::container::vector<std::pair<int, int>>::priv_insert_forward_range_no_capacity<boost::container::dtl::insert_emplace_proxy<boost::container::new_allocator<std::pair<int, int>>, std::pair<int, int>>>' requested here 3099 | return this->priv_insert_forward_range_no_capacity(p, n, insert_range_proxy, alloc_version()); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/vector.hpp:1952:20: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 1952 | return this->priv_insert_forward_range( vector_iterator_get_ptr(position), 1 | ^ ../inst/include/Stats.h:1495:13: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::setSharedValue' requested here 1495 | setSharedValue(net,from,to,sn); | ^ ../inst/include/Stats.h:1408:5: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::calculate' requested here 1408 | Gwesp(List params) : sharedValues(), lastFrom(0), lastTo(0){ | ^ ../inst/include/Stat.h:171:31: note: in instantiation of member function 'lolog::Gwesp<lolog::Directed>::Gwesp' requested here 171 | Stat(Rcpp::List params) : stat(params){} | ^ test_Stats.cpp:139:21: note: in instantiation of member function 'lolog::Stat<lolog::Directed, lolog::Gwesp<lolog::Directed>>::Stat' requested here 139 | new Stat<Engine, Gwesp<Engine> >(ncpar)); | ^ test_Stats.cpp:218:14: note: in instantiation of function template specialization 'lolog::tests::changeStatTest<lolog::Directed>' requested here 218 | RUN_TEST(changeStatTest<Directed>("NodeMatch")); | ^ /data/gannet/ripley/R/test-clang/BH/include/boost/container/detail/copy_move_algo.hpp:231:20: note: explicitly cast the pointer to silence this warning 231 | std::memmove(dest_raw, beg_raw, sizeof(value_type)*n); | ^ | (void*) 9 warnings generated. 4 warnings generated. 9 warnings generated. /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o lolog.so RcppExports.o RcppModule.o StatController.o main.o test_BinaryNet.o test_Constraints.o test_LatentOrderLikelhood.o test_ParamParser.o test_Stats.o tests.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lolog/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lolog/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lolog/src' installing to /data/gannet/ripley/R/packages/tests-clang/lolog.Rcheck/00LOCK-lolog/00new/lolog/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading in method for ‘[’ with signature ‘"Rcpp_DirectedNet"’: no definition for class “Rcpp_DirectedNet” in method for ‘[’ with signature ‘"Rcpp_UndirectedNet"’: no definition for class “Rcpp_UndirectedNet” in method for ‘[<-’ with signature ‘"Rcpp_DirectedNet"’: no definition for class “Rcpp_DirectedNet” in method for ‘[<-’ with signature ‘"Rcpp_UndirectedNet"’: no definition for class “Rcpp_UndirectedNet” ** 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 (lolog)