* installing *source* package ‘psqn’ ...
** this is package ‘psqn’ version ‘0.3.2’
** package ‘psqn’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 23.1.1’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/psqn/src'
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c r-api.cpp -o r-api.o
In file included from RcppExports.cpp:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/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:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/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/localhost/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:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/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:5:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/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 r-api.cpp:6:
In file included from ../inst/include/psqn-Rcpp-wrapper.h:9:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:26:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseCore:61:
/data/localhost/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 r-api.cpp:6:
In file included from ../inst/include/psqn-Rcpp-wrapper.h:9:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/Sparse:29:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/Eigen/SparseLU:35:
/data/localhost/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/localhost/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 r-api.cpp:6:
In file included from ../inst/include/psqn-Rcpp-wrapper.h:9:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:31:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/data/localhost/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 r-api.cpp:6:
In file included from ../inst/include/psqn-Rcpp-wrapper.h:9:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:37:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/unsupported/Eigen/SparseExtra:45:
/data/localhost/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/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c test-intrapolate.cpp -o test-intrapolate.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c test-lp.cpp -o test-lp.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c test-richardson-extrapolation.cpp -o test-richardson-extrapolation.o
In file included from r-api.cpp:6:
In file included from ../inst/include/psqn-Rcpp-wrapper.h:9:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigen.h:25:
In file included from /data/localhost/ripley/R/test-clang/RcppEigen/include/RcppEigenForward.h:25:
In file included from /usr/local/clang23/bin/../include/c++/v1/iterator:693:
In file included from /usr/local/clang23/bin/../include/c++/v1/__iterator/istreambuf_iterator.h:19:
In file included from /usr/local/clang23/bin/../include/c++/v1/__string/char_traits.h:13:
In file included from /usr/local/clang23/bin/../include/c++/v1/__algorithm/find.h:25:
In file included from /usr/local/clang23/bin/../include/c++/v1/__string/constexpr_c_functions.h:15:
/usr/local/clang23/bin/../include/c++/v1/__memory/construct_at.h:67:5: warning: destructor called on non-final 'r_worker_psqn' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
67 | __loc->~_Tp();
| ^
/usr/local/clang23/bin/../include/c++/v1/__memory/allocator_traits.h:373:10: note: in instantiation of function template specialization 'std::__destroy_at<r_worker_psqn>' requested here
373 | std::__destroy_at(__p);
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:776:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_psqn>>::destroy<r_worker_psqn, 0>' requested here
776 | __alloc_traits::destroy(this->__layout_.__alloc(), std::__to_address(--__soon_to_be_end));
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:560:5: note: in instantiation of member function 'std::vector<r_worker_psqn>::__base_destruct_at_end' requested here
560 | __base_destruct_at_end(this->__layout_.__begin_ptr());
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<r_worker_psqn>::clear' requested here
248 | __vec_.clear();
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:261:67: note: in instantiation of member function 'std::vector<r_worker_psqn>::__destroy_vector::operator()' requested here
261 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
| ^
r-api.cpp:404:30: note: in instantiation of member function 'std::vector<r_worker_psqn>::~vector' requested here
404 | std::vector<r_worker_psqn> funcs;
| ^
/usr/local/clang23/bin/../include/c++/v1/__memory/construct_at.h:67:13: note: qualify call to silence this warning
67 | __loc->~_Tp();
| ^
/usr/local/clang23/bin/../include/c++/v1/__memory/construct_at.h:67:5: warning: destructor called on non-final 'r_worker_optimizer_generic' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
67 | __loc->~_Tp();
| ^
/usr/local/clang23/bin/../include/c++/v1/__memory/allocator_traits.h:373:10: note: in instantiation of function template specialization 'std::__destroy_at<r_worker_optimizer_generic>' requested here
373 | std::__destroy_at(__p);
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:776:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_optimizer_generic>>::destroy<r_worker_optimizer_generic, 0>' requested here
776 | __alloc_traits::destroy(this->__layout_.__alloc(), std::__to_address(--__soon_to_be_end));
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:560:5: note: in instantiation of member function 'std::vector<r_worker_optimizer_generic>::__base_destruct_at_end' requested here
560 | __base_destruct_at_end(this->__layout_.__begin_ptr());
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<r_worker_optimizer_generic>::clear' requested here
248 | __vec_.clear();
| ^
/usr/local/clang23/bin/../include/c++/v1/__vector/vector.h:261:67: note: in instantiation of member function 'std::vector<r_worker_optimizer_generic>::__destroy_vector::operator()' requested here
261 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector (*this)(); }
| ^
r-api.cpp:1284:43: note: in instantiation of member function 'std::vector<r_worker_optimizer_generic>::~vector' requested here
1284 | std::vector<r_worker_optimizer_generic> funcs;
| ^
/usr/local/clang23/bin/../include/c++/v1/__memory/construct_at.h:67:13: note: qualify call to silence this warning
67 | __loc->~_Tp();
| ^
5 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppEigen/include' -I'/data/localhost/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -I../inst/include/ -fopenmp -DPSQN_W_LAPACK -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c test-runner.cpp -o test-runner.o
7 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o psqn.so RcppExports.o r-api.o test-intrapolate.o test-lp.o test-richardson-extrapolation.o test-runner.o -L/data/localhost/ripley/R/R-clang/lib -lRlapack -L/data/localhost/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -fopenmp
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/psqn/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/psqn/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/psqn/src'
installing to /data/localhost/ripley/R/packages/tests-clang/psqn.Rcheck/00LOCK-psqn/00new/psqn/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** 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 (psqn)