Last updated on 2023-01-25 04:51:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.6 | 6.75 | 53.25 | 60.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.6 | 5.73 | 40.72 | 46.45 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.6 | 74.76 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.6 | 72.21 | NOTE | |||
r-patched-linux-x86_64 | 0.1.6 | 8.18 | 53.09 | 61.27 | NOTE | |
r-release-linux-x86_64 | 0.1.6 | 6.06 | 53.43 | 59.49 | NOTE | |
r-release-macos-arm64 | 0.1.6 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.6 | 46.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.6 | 34.00 | 98.00 | 132.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.6 | 39.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.6 | 48.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.6 | 16.00 | 88.00 | 104.00 | NOTE |
Version: 0.1.6
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DBI)
> library(pool)
>
> test_check("pool")
Error in value[[3L]](cond) :
(converted from warning) Object of class MockPooledObj could not be destroyed properly, but was successfully removed from pool. Error message: Destruction failed...
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 258 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-create-destroy.R:39'): destroyObject: throws if onDestroy fails ──
`{ ... }` threw an error with unexpected message.
Expected match: "Object of class MockPooledObj could not be destroyed properly, but was successfully removed from pool."
Actual message: "invoke_wrapped: throwing std::runtime_error"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-create-destroy.R:39:4
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─later::run_now() at test-create-destroy.R:41:8
7. └─later:::execCallbacks(timeoutSecs, all, loop$id)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 258 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DBI)
> library(pool)
>
> test_check("pool")
Error in value[[3L]](cond) :
(converted from warning) Object of class MockPooledObj could not be destroyed properly, but was successfully removed from pool. Error message: Destruction failed...
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 258 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-create-destroy.R:39'): destroyObject: throws if onDestroy fails ──
`{ ... }` threw an error with unexpected message.
Expected match: "Object of class MockPooledObj could not be destroyed properly, but was successfully removed from pool."
Actual message: "invoke_wrapped: throwing std::runtime_error"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-create-destroy.R:39:4
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─later::run_now() at test-create-destroy.R:41:8
7. └─later:::execCallbacks(timeoutSecs, all, loop$id)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 258 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc