- using R Under development (unstable) (2023-03-19 r84006)
- using platform: x86_64-pc-linux-gnu (64-bit)
- R was compiled by
Debian clang version 15.0.6
GNU Fortran (Debian 12.2.0-14) 12.2.0
- running under: Debian GNU/Linux bookworm/sid
- using session charset: UTF-8
- checking for file ‘av/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘av’ version ‘0.8.3’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘av’ can be installed ... OK
- used C compiler: ‘Debian clang version 15.0.6’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [5s/7s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [2s/3s] ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(av)
>
> if (ps::ps_is_supported()) {
+ # This sometimes has false positives on MacOS https://github.com/r-lib/ps/issues/90
+ reporter <- ps::CleanupReporter(testthat::CheckReporter)$new(proc_cleanup = FALSE, proc_fail = FALSE, conn_fail = FALSE)
+ test_check("av", reporter = reporter)
+ } else {
+ test_check("av")
+ }
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-audio.R:5:1'): (code run outside of `test_that()`) ─────────────
Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
Backtrace:
▆
1. └─testthat::test_that(...) at test-audio.R:5:0
2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
3. └─reporter$start_test(context = reporter$.context, test = test)
4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
5. └─base::lapply(objects, f)
6. └─testthat (local) FUN(X[[i]], ...)
7. └─x$start_test(...)
8. └─ps::ps_connections(ps_handle())
9. └─ps:::psl_connections(p)
10. └─ps:::not_null(.Call("psll_connections", p))
── Error ('test-fft.R:5:1'): (code run outside of `test_that()`) ───────────────
Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
Backtrace:
▆
1. └─testthat::test_that(...) at test-fft.R:5:0
2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
3. └─reporter$start_test(context = reporter$.context, test = test)
4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
5. └─base::lapply(objects, f)
6. └─testthat (local) FUN(X[[i]], ...)
7. └─x$start_test(...)
8. └─ps::ps_connections(ps_handle())
9. └─ps:::psl_connections(p)
10. └─ps:::not_null(.Call("psll_connections", p))
── Error ('test-formats.R:3:1'): (code run outside of `test_that()`) ───────────
Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
Backtrace:
▆
1. └─testthat::test_that(...) at test-formats.R:3:0
2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
3. └─reporter$start_test(context = reporter$.context, test = test)
4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
5. └─base::lapply(objects, f)
6. └─testthat (local) FUN(X[[i]], ...)
7. └─x$start_test(...)
8. └─ps::ps_connections(ps_handle())
9. └─ps:::psl_connections(p)
10. └─ps:::not_null(.Call("psll_connections", p))
── Error ('test-video.R:3:1'): (code run outside of `test_that()`) ─────────────
Error in `not_null(.Call("psll_connections", p))`: DLL requires the use of native symbols
Backtrace:
▆
1. └─testthat::test_that(...) at test-video.R:3:0
2. └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter)
3. └─reporter$start_test(context = reporter$.context, test = test)
4. └─testthat:::o_apply(self$reporters, "start_test", context, test)
5. └─base::lapply(objects, f)
6. └─testthat (local) FUN(X[[i]], ...)
7. └─x$start_test(...)
8. └─ps::ps_connections(ps_handle())
9. └─ps:::psl_connections(p)
10. └─ps:::not_null(.Call("psll_connections", p))
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [7s/11s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR