* installing *source* package ‘rlemon’ ... ** package ‘rlemon’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rlemon/src' /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RInterfaces.cpp -o RInterfaces.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RcppExports.cpp -o RcppExports.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c base.cpp -o base.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c random.cpp -o random.o In file included from RInterfaces.cpp:2: In file included from ./connectivity.h:4: ../inst/lemon/connectivity.h:268:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 268 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/connectivity.h:338:37: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 338 | typedef typename Digraph::ArcIt ArcIt; | ^ ../inst/lemon/connectivity.h:336:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 336 | typedef typename Digraph::Arc Arc; | ^ ../inst/lemon/connectivity.h:1348:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 1348 | typedef typename Digraph::Arc Arc; | ^ ../inst/lemon/connectivity.h:1346:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 1346 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/connectivity.h:1561:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1561 | typedef typename Graph::ArcIt ArcIt; | ^ ../inst/lemon/connectivity.h:1606:34: warning: unused typedef 'Node' [-Wunused-local-typedef] 1606 | typedef typename Graph::Node Node; | ^ ../inst/lemon/connectivity.h:1608:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1608 | typedef typename Graph::ArcIt ArcIt; | ^ In file included from RInterfaces.cpp:7: In file included from ./min_cost_flow.h:4: In file included from ../inst/lemon/cost_scaling.h:33: ../inst/lemon/static_graph.h:147:38: warning: unused typedef 'GNode' [-Wunused-local-typedef] 147 | typedef typename Digraph::Node GNode; | ^ In file included from RInterfaces.cpp:10: In file included from ./min_span_tree.h:2: ../inst/lemon/kruskal.h:46:38: warning: unused typedef 'Node' [-Wunused-local-typedef] 46 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/kruskal.h:75:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 75 | typedef typename Graph::Node Node; | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntEdgeMap' [-Wunused-local-typedef] 2103 | TEMPLATE_GRAPH_TYPEDEFS(AuxGraph); | ^ ../inst/lemon/core.h:159:49: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 159 | typedef typename Graph::template EdgeMap IntEdgeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:124:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 124 | typedef typename Digraph::template ArcMap BoolArcMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:125:50: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 125 | typedef typename Digraph::template ArcMap IntArcMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'InArcIt' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:119:37: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 119 | typedef typename Digraph::InArcIt InArcIt; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolEdgeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:158:50: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 158 | typedef typename Graph::template EdgeMap BoolEdgeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IncEdgeIt' [-Wunused-local-typedef] ../inst/lemon/core.h:157:37: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 157 | typedef typename Graph::IncEdgeIt IncEdgeIt; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleNodeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:123:54: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 123 | typedef typename Digraph::template NodeMap DoubleNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolNodeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:121:52: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 121 | typedef typename Digraph::template NodeMap BoolNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'Edge' [-Wunused-local-typedef] ../inst/lemon/core.h:155:32: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 155 | typedef typename Graph::Edge Edge; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'EdgeIt' [-Wunused-local-typedef] ../inst/lemon/core.h:156:34: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 156 | typedef typename Graph::EdgeIt EdgeIt; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntNodeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:122:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 122 | typedef typename Digraph::template NodeMap IntNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:126:53: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 126 | typedef typename Digraph::template ArcMap DoubleArcMap | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleEdgeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:160:52: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 160 | typedef typename Graph::template EdgeMap DoubleEdgeMap | ^ 24 warnings generated. /usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o rlemon.so RInterfaces.o RcppExports.o base.o random.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rlemon/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rlemon/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rlemon/src' installing to /data/gannet/ripley/R/packages/tests-clang/rlemon.Rcheck/00LOCK-rlemon/00new/rlemon/libs ** R ** data *** moving datasets to lazyload DB ** 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 (rlemon)