* installing *source* package ‘dodgr’ ... ** this is package ‘dodgr’ version ‘0.4.3’ ** package ‘dodgr’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 23.1.0-rc2’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/dodgr/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 heaps/bheap.cpp -o heaps/bheap.o In file included from heaps/bheap.cpp:5: In file included from heaps/bheap.h:7: heaps/heap.h:32:17: error: unknown type name 'size_t' 32 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:33:29: error: unknown type name 'size_t' 33 | virtual void insert(size_t item, double key) = 0; | ^ heaps/heap.h:34:34: error: unknown type name 'size_t' 34 | virtual void decreaseKey(size_t item, double newKey) = 0; | ^ heaps/heap.h:35:17: error: unknown type name 'size_t' 35 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:47:17: error: unknown type name 'size_t' 47 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:48:29: error: unknown type name 'size_t' 48 | virtual void insert(size_t item, int key) = 0; | ^ heaps/heap.h:49:34: error: unknown type name 'size_t' 49 | virtual void decreaseKey(size_t item, int newKey) = 0; | ^ heaps/heap.h:50:17: error: unknown type name 'size_t' 50 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:58:35: error: unknown type name 'size_t' 58 | virtual Heap *newInstance(size_t n) const = 0; | ^ heaps/heap.h:64:27: error: unknown type name 'size_t' 64 | Heap *newInstance(size_t n) const { return new T(n); } | ^ In file included from heaps/bheap.cpp:5: heaps/bheap.h:23:9: error: unknown type name 'size_t' 23 | size_t item; | ^ heaps/bheap.h:29:9: error: unknown type name 'size_t' 29 | size_t item; | ^ heaps/bheap.h:42:15: error: unknown type name 'size_t' 42 | BHeap(size_t n); | ^ heaps/bheap.h:45:25: error: unknown type name 'size_t' 45 | void deleteItem(size_t item); | ^ heaps/bheap.h:46:9: error: unknown type name 'size_t' 46 | size_t deleteMin() { | ^ heaps/bheap.h:52:21: error: unknown type name 'size_t' 52 | void insert(size_t item, double key); | ^ heaps/bheap.h:53:26: error: unknown type name 'size_t' 53 | void decreaseKey(size_t item, double newKey); | ^ heaps/bheap.h:54:9: error: unknown type name 'size_t' 54 | size_t nItems() const { return itemCount; } | ^ heaps/bheap.h:62:9: error: unknown type name 'size_t' 62 | size_t min(); | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: heaps/bheap.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 heaps/fheap.cpp -o heaps/fheap.o In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:32:17: error: unknown type name 'size_t'; did you mean 'std::size_t'? 32 | virtual size_t deleteMin() = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:33:29: error: unknown type name 'size_t'; did you mean 'std::size_t'? 33 | virtual void insert(size_t item, double key) = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:34:34: error: unknown type name 'size_t'; did you mean 'std::size_t'? 34 | virtual void decreaseKey(size_t item, double newKey) = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:35:17: error: unknown type name 'size_t'; did you mean 'std::size_t'? 35 | virtual size_t nItems() const = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:47:17: error: unknown type name 'size_t'; did you mean 'std::size_t'? 47 | virtual size_t deleteMin() = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:48:29: error: unknown type name 'size_t'; did you mean 'std::size_t'? 48 | virtual void insert(size_t item, int key) = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:49:34: error: unknown type name 'size_t'; did you mean 'std::size_t'? 49 | virtual void decreaseKey(size_t item, int newKey) = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:50:17: error: unknown type name 'size_t'; did you mean 'std::size_t'? 50 | virtual size_t nItems() const = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:58:35: error: unknown type name 'size_t'; did you mean 'std::size_t'? 58 | virtual Heap *newInstance(size_t n) const = 0; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: In file included from heaps/fheap.h:7: heaps/heap.h:64:27: error: unknown type name 'size_t'; did you mean 'std::size_t'? 64 | Heap *newInstance(size_t n) const { return new T(n); } | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:35:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 35 | size_t rank; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:36:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 36 | size_t marked; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:38:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 38 | size_t item; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:63:15: error: unknown type name 'size_t'; did you mean 'std::size_t'? 63 | FHeap(size_t n); | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:66:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 66 | size_t deleteMin(); | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:67:21: error: unknown type name 'size_t'; did you mean 'std::size_t'? 67 | void insert(size_t item, double k); | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:68:26: error: unknown type name 'size_t'; did you mean 'std::size_t'? 68 | void decreaseKey(size_t item, double newValue); | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:69:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 69 | size_t nItems() const { return itemCount; } | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ In file included from heaps/fheap.cpp:9: heaps/fheap.h:81:9: error: unknown type name 'size_t'; did you mean 'std::size_t'? 81 | size_t maxNodes, maxTrees, itemCount, treeSum; | ^~~~~~ | std::size_t /usr/local/clang23/bin/../include/c++/v1/__cstddef/size_t.h:20:7: note: 'std::size_t' declared here 20 | using size_t = decltype(sizeof(int)); | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: heaps/fheap.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 heaps/heap23.cpp -o heaps/heap23.o heaps/heap23.cpp:41:53: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 41 | for(size_t i = 0; i < maxTrees; i++) trees[i] = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:44:46: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 44 | for(size_t i = 0; i < n; i++) nodes[i] = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:96:22: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 96 | newNode->child = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:97:38: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 97 | newNode->left = newNode->right = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:163:16: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 163 | trees[r] = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:175:37: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 175 | next->left = child->right = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:183:19: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 183 | nodes[item] = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:224:38: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 224 | cutNode->right = cutNode->left = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:256:17: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 256 | carryTree = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:271:16: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 271 | next = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:275:31: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 275 | addTree->parent = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:279:25: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 279 | carryTree = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:381:31: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 381 | ax = c; ap = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:384:31: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 384 | ap = p; ax = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:388:23: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 388 | ax = ap = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:400:31: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 400 | bx = c; bp = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:403:31: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 403 | bp = p; bx = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:407:23: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 407 | bx = bp = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ heaps/heap23.cpp:466:26: error: no member named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'? 466 | trees[d+1] = std::nullptr_t (); | ^ ~~~~~~~~~ /usr/local/clang23/bin/../include/c++/v1/stddef.h:45:27: note: 'nullptr_t' declared here 45 | typedef decltype(nullptr) nullptr_t; | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: heaps/heap23.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 heaps/triheap_ext.cpp -o heaps/triheap_ext.o In file included from heaps/triheap_ext.cpp:12: In file included from heaps/triheap_ext.h:7: heaps/heap.h:32:17: error: unknown type name 'size_t' 32 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:33:29: error: unknown type name 'size_t' 33 | virtual void insert(size_t item, double key) = 0; | ^ heaps/heap.h:34:34: error: unknown type name 'size_t' 34 | virtual void decreaseKey(size_t item, double newKey) = 0; | ^ heaps/heap.h:35:17: error: unknown type name 'size_t' 35 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:47:17: error: unknown type name 'size_t' 47 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:48:29: error: unknown type name 'size_t' 48 | virtual void insert(size_t item, int key) = 0; | ^ heaps/heap.h:49:34: error: unknown type name 'size_t' 49 | virtual void decreaseKey(size_t item, int newKey) = 0; | ^ heaps/heap.h:50:17: error: unknown type name 'size_t' 50 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:58:35: error: unknown type name 'size_t' 58 | virtual Heap *newInstance(size_t n) const = 0; | ^ heaps/heap.h:64:27: error: unknown type name 'size_t' 64 | Heap *newInstance(size_t n) const { return new T(n); } | ^ In file included from heaps/triheap_ext.cpp:12: heaps/triheap_ext.h:58:9: error: unknown type name 'size_t' 58 | size_t extra; | ^ heaps/triheap_ext.h:60:9: error: unknown type name 'size_t' 60 | size_t dim; | ^ heaps/triheap_ext.h:63:9: error: unknown type name 'size_t' 63 | size_t item; | ^ heaps/triheap_ext.h:72:9: error: unknown type name 'size_t' 72 | size_t dim; | ^ heaps/triheap_ext.h:82:9: error: unknown type name 'size_t' 82 | size_t position; | ^ heaps/triheap_ext.h:122:20: error: unknown type name 'size_t' 122 | TriHeapExt(size_t n); | ^ heaps/triheap_ext.h:125:21: error: unknown type name 'size_t' 125 | void insert(size_t item, double k); | ^ heaps/triheap_ext.h:126:9: error: unknown type name 'size_t' 126 | size_t deleteMin(); | ^ heaps/triheap_ext.h:127:26: error: unknown type name 'size_t' 127 | void decreaseKey(size_t item, double newValue); | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: heaps/triheap_ext.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 heaps/triheap.cpp -o heaps/triheap.o In file included from heaps/triheap.cpp:12: In file included from heaps/triheap.h:7: heaps/heap.h:32:17: error: unknown type name 'size_t' 32 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:33:29: error: unknown type name 'size_t' 33 | virtual void insert(size_t item, double key) = 0; | ^ heaps/heap.h:34:34: error: unknown type name 'size_t' 34 | virtual void decreaseKey(size_t item, double newKey) = 0; | ^ heaps/heap.h:35:17: error: unknown type name 'size_t' 35 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:47:17: error: unknown type name 'size_t' 47 | virtual size_t deleteMin() = 0; | ^ heaps/heap.h:48:29: error: unknown type name 'size_t' 48 | virtual void insert(size_t item, int key) = 0; | ^ heaps/heap.h:49:34: error: unknown type name 'size_t' 49 | virtual void decreaseKey(size_t item, int newKey) = 0; | ^ heaps/heap.h:50:17: error: unknown type name 'size_t' 50 | virtual size_t nItems() const = 0; | ^ heaps/heap.h:58:35: error: unknown type name 'size_t' 58 | virtual Heap *newInstance(size_t n) const = 0; | ^ heaps/heap.h:64:27: error: unknown type name 'size_t' 64 | Heap *newInstance(size_t n) const { return new T(n); } | ^ In file included from heaps/triheap.cpp:12: heaps/triheap.h:48:9: error: unknown type name 'size_t' 48 | size_t extra; | ^ heaps/triheap.h:49:9: error: unknown type name 'size_t' 49 | size_t dim; | ^ heaps/triheap.h:52:9: error: unknown type name 'size_t' 52 | size_t item; | ^ heaps/triheap.h:78:17: error: unknown type name 'size_t' 78 | TriHeap(size_t maxNodes); | ^ heaps/triheap.h:81:9: error: unknown type name 'size_t' 81 | size_t deleteMin(); | ^ heaps/triheap.h:82:21: error: unknown type name 'size_t' 82 | void insert(size_t item, double k); | ^ heaps/triheap.h:83:26: error: unknown type name 'size_t' 83 | void decreaseKey(size_t item, double newValue); | ^ heaps/triheap.h:84:9: error: unknown type name 'size_t' 84 | size_t nItems() const { return itemCount; } | ^ heaps/triheap.h:98:9: error: unknown type name 'size_t' 98 | size_t maxNodes, maxTrees, itemCount, treeSum; | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: heaps/triheap.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 centrality.cpp -o centrality.o In file included from centrality.cpp:1: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from centrality.cpp:1: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 concaveman.cpp -o concaveman.o In file included from concaveman.cpp:1: ./concaveman.h:694:38: warning: unused typedef 'circ_elem_type' [-Wunused-local-typedef] 694 | typedef CircularElement> circ_elem_type; | ^ 1 warning generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 deduplicate.cpp -o deduplicate.o In file included from deduplicate.cpp:2: In file included from ./deduplicate.h:11: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from deduplicate.cpp:2: In file included from ./deduplicate.h:11: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 dgraph.cpp -o dgraph.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 pathfinders.cpp -o pathfinders.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 dodgr-to-sf.cpp -o dodgr-to-sf.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 flows.cpp -o flows.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 fund-cycles.cpp -o fund-cycles.o In file included from flows.cpp:2: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from flows.cpp:2: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 graph-contract.cpp -o graph-contract.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 graph.cpp -o graph.o graph.cpp:198:10: warning: variable 'has_times' set but not used [-Wunused-but-set-variable] 198 | bool has_times = graph::graph_from_df (graph, vertices, edge_map, vert2edge_map); | ^ graph.cpp:202:12: warning: variable 'largest_component' set but not used [-Wunused-but-set-variable] 202 | size_t largest_component = | ^ /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 graph-sample.cpp -o graph-sample.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 match-points.cpp -o match-points.o 2 warnings generated. graph-sample.cpp:109:10: warning: variable 'has_times' set but not used [-Wunused-but-set-variable] 109 | bool has_times = graph::graph_from_df (graph, vertices, edge_map, vert2edge_map); | ^ 1 warning generated. match-points.cpp:99:17: warning: variable 'which_side' set but not used [-Wunused-but-set-variable] 99 | int which_side = INFINITE_INT; | ^ /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 match-points.cpp:1: In file included from ./match-points.h:6: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from match-points.cpp:1: In file included from ./match-points.h:6: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 3 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 run_sp.cpp -o run_sp.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 run_sp_categorical.cpp -o run_sp_categorical.o In file included from RcppExports.cpp:5: In file included from /data/localhost/ripley/R/test-clang/Rcpp/include/Rcpp.h:27: In file included from /data/localhost/ripley/R/test-clang/Rcpp/include/RcppCommon.h:29: /data/localhost/ripley/R/test-clang/Rcpp/include/Rcpp/r/check_r_headers.h:27:13: warning: R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410 [-W#pragma-messages] 27 | #pragma message "R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410" | ^ /data/localhost/ripley/R/test-clang/Rcpp/include/Rcpp/r/check_r_headers.h:35:13: warning: Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410 [-W#pragma-messages] 35 | #pragma message "Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410" | ^ /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 sc-as-network.cpp -o sc-as-network.o 2 warnings generated. run_sp.cpp:350:28: warning: unused variable 'st_prev' [-Wunused-variable] 350 | size_t st_prev = static_cast (prev [j]); | ^~~~~~~ In file included from run_sp.cpp:2: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from run_sp.cpp:2: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ In file included from run_sp_categorical.cpp:4: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from run_sp_categorical.cpp:4: In file included from ./run_sp.h:13: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. 3 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 sf-as-network.cpp -o sf-as-network.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -I'/data/localhost/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang23/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 turn_penalty.cpp -o turn_penalty.o In file included from sf-as-network.cpp:1: In file included from ./sf-as-network.h:6: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template] 89 | static void suspend_callback(void* user_callback, suspend_point sp) { | ^~~~~~~~~~~~~~~~ In file included from sf-as-network.cpp:1: In file included from ./sf-as-network.h:6: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27: In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47: /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template] 130 | d1::task* task_ptr_or_nullptr(F&& f){ | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/dodgr/src' ERROR: compilation failed for package ‘dodgr’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/dodgr.Rcheck/dodgr’