Source: r-cran-rstantools Version: 2.2.0-1 Severity: serious Hi Maintainer
Since the upload of r-cran-rcppparallel 5.1.5+dfsg-2, the autopkgtests of r-cran-rstantools have been failing [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/r/r-cran-rstantools/testing/amd64/ == Failed tests ================================================================ -- Error (test-rstan_config.R:62:1): (code run outside of `test_that()`) ------- Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/usr/lib/R/site-library/rstan/libs/rstan.so': /usr/lib/R/site-library/rstan/libs/rstan.so: undefined symbol: _ZN3tbb8internal26task_scheduler_observer_v37observeEb Backtrace: x 1. +-rstantools::rstan_config(pkg_dest_path) at test-rstan_config.R:62:0 2. | \-base::sapply(stan_files, .make_cc, pkgdir = pkgdir) 3. | \-base::lapply(X = X, FUN = FUN, ...) 4. | \-rstantools FUN(X[[i]], ...) 5. \-base::loadNamespace(x) 6. \-base::library.dynam(lib, package, package.lib) 7. \-base::dyn.load(file, DLLpath = DLLpath, ...) -- Error (test-rstan_create_package.R:89:3): (code run outside of `test_that()`) -- Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/usr/lib/R/site-library/rstan/libs/rstan.so': /usr/lib/R/site-library/rstan/libs/rstan.so: undefined symbol: _ZN3tbb8internal26task_scheduler_observer_v37observeEb Backtrace: x 1. +-rstantools::rstan_config(pkg_dest_path) at test-rstan_create_package.R:89:2 2. | \-base::sapply(stan_files, .make_cc, pkgdir = pkgdir) 3. | \-base::lapply(X = X, FUN = FUN, ...) 4. | \-rstantools FUN(X[[i]], ...) 5. \-base::loadNamespace(x) 6. \-base::library.dynam(lib, package, package.lib) 7. \-base::dyn.load(file, DLLpath = DLLpath, ...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 41 ] Error: Test failures Execution halted