* installing *source* package ‘seine’ ...
** this is package ‘seine’ version ‘0.1.2’
** package ‘seine’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++20
using C++ compiler: ‘clang version 22.1.7 (https://github.com/llvm/llvm-project a255c1ed36a1d06f79bd2633ba9f8d900153007c)’
using C++20
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/seine/src'
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c R_interface.cpp -o R_interface.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c bounds.cpp -o bounds.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c cpp11.cpp -o cpp11.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c epmgp.cpp -o epmgp.o
epmgp.cpp:169:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
169 | context("EPMGP Tests") {
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/testthat.h:180:25: note: expanded from macro 'context'
180 | # define context(__X__) CATCH_TEST_CASE(__X__ " | " __FILE__)
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:11403:36: note: expanded from macro 'CATCH_TEST_CASE'
11403 | #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:787:35: note: expanded from macro 'INTERNAL_CATCH_TESTCASE'
787 | INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:369:85: note: expanded from macro 'INTERNAL_CATCH_UNIQUE_NAME'
369 | # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ )
| ^
epmgp.cpp:169:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
/data/gannet/ripley/R/test-clang/testthat/include/testthat/testthat.h:180:25: note: expanded from macro 'context'
180 | # define context(__X__) CATCH_TEST_CASE(__X__ " | " __FILE__)
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:11403:36: note: expanded from macro 'CATCH_TEST_CASE'
11403 | #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:787:9: note: expanded from macro 'INTERNAL_CATCH_TESTCASE'
787 | INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:783:35: note: expanded from macro 'INTERNAL_CATCH_TESTCASE2'
783 | namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &TestName, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( __VA_ARGS__ ) ); } \
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:369:85: note: expanded from macro 'INTERNAL_CATCH_UNIQUE_NAME'
369 | # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ )
| ^
epmgp.cpp:170:5: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
170 | test_that("Log erf difference is correctly calculated") {
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/testthat.h:181:20: note: expanded from macro 'test_that'
181 | # define test_that CATCH_SECTION
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:11407:34: note: expanded from macro 'CATCH_SECTION'
11407 | #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:2479:35: note: expanded from macro 'INTERNAL_CATCH_SECTION'
2479 | if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:369:85: note: expanded from macro 'INTERNAL_CATCH_UNIQUE_NAME'
369 | # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ )
| ^
epmgp.cpp:186:5: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
186 | test_that("Truncated Normal moments are correctly calculated") {
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/testthat.h:181:20: note: expanded from macro 'test_that'
181 | # define test_that CATCH_SECTION
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:11407:34: note: expanded from macro 'CATCH_SECTION'
11407 | #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:2479:35: note: expanded from macro 'INTERNAL_CATCH_SECTION'
2479 | if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:369:85: note: expanded from macro 'INTERNAL_CATCH_UNIQUE_NAME'
369 | # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ )
| ^
epmgp.cpp:201:5: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
201 | test_that("Gaussian moments are correctly calculated") {
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/testthat.h:181:20: note: expanded from macro 'test_that'
181 | # define test_that CATCH_SECTION
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:11407:34: note: expanded from macro 'CATCH_SECTION'
11407 | #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:2479:35: note: expanded from macro 'INTERNAL_CATCH_SECTION'
2479 | if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) )
| ^
/data/gannet/ripley/R/test-clang/testthat/include/testthat/vendor/catch.h:369:85: note: expanded from macro 'INTERNAL_CATCH_UNIQUE_NAME'
369 | # define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ )
| ^
5 warnings generated.
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c lp.cpp -o lp.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c random.cpp -o random.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c test-runner.cpp -o test-runner.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DARMA_DONT_USE_BLAS -DPRINT_LN='std::cout << __func__ << "(), " << __FILE__ << ":" << __LINE__ << "\n";' -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/cpp11armadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include -fopenmp -fno-math-errno -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c tmvn.cpp -o tmvn.o
clang++-22 -stdlib=libc++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o seine.so R_interface.o bounds.o cpp11.o epmgp.o lp.o random.o test-runner.o tmvn.o -fopenmp -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/seine/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/seine/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/seine/src'
installing to /data/gannet/ripley/R/packages/tests-clang/seine.Rcheck/00LOCK-seine/00new/seine/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (seine)