* installing *source* package ‘RprobitB’ ...
** this is package ‘RprobitB’ version ‘1.2.0’
** package ‘RprobitB’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RprobitB/src'
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/oeli/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/oeli/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gibbs_sampler.cpp -o gibbs_sampler.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/oeli/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c test-gibbs_sampler.cpp -o test-gibbs_sampler.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/oeli/include' -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/testthat/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include   -fopenmp -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
test-gibbs_sampler.cpp:4:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
    4 | context("gibbs_sampler") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:4: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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:6:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
    6 | test_that("allocation can be sampled") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:16:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
   16 | test_that("concentration can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:26:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
   26 | test_that("class allocation can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:44:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
   44 | test_that("class sizes can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:65:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
   65 | test_that("class means can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:104:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  104 | test_that("class covariances can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:141:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  141 | test_that("coefficient vector can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:176:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  176 | test_that("error covariance matrix can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:223:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  223 | test_that("utility vector can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:236:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  236 | test_that("threshold increments can be transformed to thresholds") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:242:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  242 | test_that("ordered probit log-likelihood value can be computed") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:262:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  262 | test_that("threshold increments can be updated") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:314:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  314 | test_that("weight-based updating scheme works") {
      | ^
/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__ )
      |                                                                                     ^
test-gibbs_sampler.cpp:356:1: warning: '__COUNTER__' is a C2y extension [-Wc2y-extensions]
  356 | test_that("Dirichlet process class updates can be computed") {
      | ^
/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__ )
      |                                                                                     ^
16 warnings generated.
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 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o RprobitB.so RcppExports.o gibbs_sampler.o test-gibbs_sampler.o test-runner.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/RprobitB/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RprobitB/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RprobitB/src'
installing to /data/gannet/ripley/R/packages/tests-clang/RprobitB.Rcheck/00LOCK-RprobitB/00new/RprobitB/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 (RprobitB)