* installing *source* package ‘psqn’ ... ** package ‘psqn’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c r-api.cpp -o r-api.o In file included from r-api.cpp:6: In file included from ../inst/include/psqn-Rcpp-wrapper.h:9: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include/RcppEigen.h:25: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include/RcppEigenForward.h:26: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include/RcppCommon.h:30: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include/Rcpp/r/headers.h:66: In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include/Rcpp/platform/compiler.h:153: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/unordered_map:411: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__hash_table:15: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'r_worker_psqn' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<r_worker_psqn>::destroy' requested here __a.destroy(__p); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_psqn>>::__destroy<r_worker_psqn>' requested here {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_psqn>>::destroy<r_worker_psqn>' requested here __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<r_worker_psqn, std::allocator<r_worker_psqn>>::__destruct_at_end' requested here void clear() _NOEXCEPT {__destruct_at_end(__begin_);} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<r_worker_psqn, std::allocator<r_worker_psqn>>::clear' requested here clear(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:497:5: note: in instantiation of member function 'std::__vector_base<r_worker_psqn, std::allocator<r_worker_psqn>>::~__vector_base' requested here vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) ^ r-api.cpp:404:30: note: in instantiation of member function 'std::vector<r_worker_psqn>::vector' requested here std::vector<r_worker_psqn> funcs; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:86: warning: destructor called on non-final 'r_worker_optimizer_generic' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1578:21: note: in instantiation of member function 'std::allocator<r_worker_optimizer_generic>::destroy' requested here __a.destroy(__p); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1419:14: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_optimizer_generic>>::__destroy<r_worker_optimizer_generic>' requested here {__destroy(__has_destroy<allocator_type, _Tp*>(), __a, __p);} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:428:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<r_worker_optimizer_generic>>::destroy<r_worker_optimizer_generic>' requested here __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:371:29: note: in instantiation of member function 'std::__vector_base<r_worker_optimizer_generic, std::allocator<r_worker_optimizer_generic>>::__destruct_at_end' requested here void clear() _NOEXCEPT {__destruct_at_end(__begin_);} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:465:9: note: in instantiation of member function 'std::__vector_base<r_worker_optimizer_generic, std::allocator<r_worker_optimizer_generic>>::clear' requested here clear(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/vector:497:5: note: in instantiation of member function 'std::__vector_base<r_worker_optimizer_generic, std::allocator<r_worker_optimizer_generic>>::~__vector_base' requested here vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) ^ r-api.cpp:1284:43: note: in instantiation of member function 'std::vector<r_worker_optimizer_generic>::vector' requested here std::vector<r_worker_optimizer_generic> funcs; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1686:92: note: qualify call to silence this warning _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_INLINE_VISIBILITY void destroy(pointer __p) {__p->~_Tp();} ^ 2 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c test-intrapolate.cpp -o test-intrapolate.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c test-lp.cpp -o test-lp.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c test-richardson-extrapolation.cpp -o test-richardson-extrapolation.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/RcppEigen/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/testthat/include' -I/opt/R/arm64/include -I../inst/include/ -DPSQN_W_LAPACK -fPIC -falign-functions=64 -Wall -g -O2 -c test-runner.cpp -o test-runner.o clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o psqn.so RcppExports.o r-api.o test-intrapolate.o test-lp.o test-richardson-extrapolation.o test-runner.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/psqn.Rcheck/00LOCK-psqn/00new/psqn/libs ** generating debug symbols (dSYM) ** 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)