Last updated on 2020-09-17 02:08:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.4.4 | 6.31 | 87.04 | 93.35 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 3.4.4 | 6.36 | 70.96 | 77.32 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.4.4 | 126.07 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.4.4 | 117.78 | ERROR | |||
r-devel-windows-ix86+x86_64 | 3.4.4 | 12.00 | 98.00 | 110.00 | ERROR | |
r-patched-linux-x86_64 | 3.4.4 | 7.21 | 88.39 | 95.60 | OK | |
r-patched-solaris-x86 | 3.4.4 | 60.40 | OK | |||
r-release-linux-x86_64 | 3.4.4 | 6.89 | 88.94 | 95.83 | OK | |
r-release-macos-x86_64 | 3.4.4 | OK | ||||
r-release-windows-ix86+x86_64 | 3.4.4 | 14.00 | 104.00 | 118.00 | OK | |
r-oldrel-macos-x86_64 | 3.4.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 3.4.4 | 7.00 | 99.00 | 106.00 | OK |
Version: 3.4.4
Check: tests
Result: ERROR
Running 'testthat.R' [58s/91s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(callr)
>
> Sys.unsetenv("R_TESTS")
>
> if (ps::ps_is_supported() && Sys.getenv("ON_CRAN") == "true") {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ results <- test_check("callr", reporter = reporter)
+ failed <- sum(vapply(results, FUN.VALUE = integer(1), function(r) {
+ sum(vapply(
+ r$results,
+ FUN.VALUE = logical(1),
+ inherits, "expectation_error"))
+ }))
+ if (failed) stop("Test failures", call. = FALSE)
+
+ } else {
+ ## ps does not support this platform
+
+ sysname <- tolower(Sys.info()[["sysname"]])
+ if (sysname != "sunos" || Sys.getenv("NOT_CRAN") == "true") {
+ test_check("callr", reporter = "summary")
+ }
+ }
various bug fixes: .
callbacks: ....
clean-subprocess: ......
errors: .......................SSS.......................
r: .........................S..
library path setup: .............................................S
messages: .S
options: ..
presets: .....
calling quit(): ....
r_bg: .........S
r_process: .
r_session messages: ...........
r_session: ..................................S..............S......1...
rcmd_bg: .....
rcmd_process: ..S
rcmd: ..................S
rscript: .........SS
spelling: S
timeout: ..
utils: .......................
== Skipped =====================================================================
1. error traces are merged (@test-error.R#117) - Reason: On CRAN
2. errors in r_bg() are merged (@test-error.R#152) - Reason: On CRAN
3. errors in r_process are merged (@test-error.R#176) - Reason: On CRAN
4. cleans up temp files (@test-eval.R#205) - Reason: On CRAN
5. libpath in system, in R CMD INSTALL (@test-libpath.R#210) - Reason: On CRAN
6. messages in callr::r_bg do not crash session (@test-messages.R#12) - Reason: On CRAN
7. cleans up temporary files (@test-r-bg.R#64) - Reason: On CRAN
8. stdout/stderr from pipe (@test-r-session.R#79) - Reason: On CRAN
9. crash (@test-r-session.R#214) - Reason: On CRAN
10. cleans up temp files (@test-rcmd-process.R#17) - Reason: On CRAN
11. cleans up temp files (@test-rcmd.R#91) - Reason: On CRAN
12. cleans up temporary files (@test-rscript.R#46) - Reason: On CRAN
13. bg process cleans up temporary files (@test-rscript.R#69) - Reason: On CRAN
14. spell check (@test-spelling.R#5) - Reason: On CRAN
== Failed ======================================================================
-- 1. Error: traceback (@test-r-session.R#271) --------------------------------
subscript out of bounds
Backtrace:
1. testthat::expect_match(c(tb[[4]]), "f()", fixed = TRUE) test-r-session.R:271:4
2. testthat::quasi_label(enquo(object), label, arg = "object")
3. rlang::eval_bare(expr, quo_get_env(quo))
== DONE ========================================================================
Frustration is a natural part of programming :)
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 3.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [49s/110s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(callr)
>
> Sys.unsetenv("R_TESTS")
>
> if (ps::ps_is_supported() && Sys.getenv("ON_CRAN") == "true") {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ results <- test_check("callr", reporter = reporter)
+ failed <- sum(vapply(results, FUN.VALUE = integer(1), function(r) {
+ sum(vapply(
+ r$results,
+ FUN.VALUE = logical(1),
+ inherits, "expectation_error"))
+ }))
+ if (failed) stop("Test failures", call. = FALSE)
+
+ } else {
+ ## ps does not support this platform
+
+ sysname <- tolower(Sys.info()[["sysname"]])
+ if (sysname != "sunos" || Sys.getenv("NOT_CRAN") == "true") {
+ test_check("callr", reporter = "summary")
+ }
+ }
various bug fixes: .
callbacks: ....
clean-subprocess: ......
errors: .......................SSS.......................
r: .........................S..
library path setup: .............................................S
messages: .S
options: ..
presets: .....
calling quit(): ....
r_bg: .........S
r_process: .
r_session messages: ...........
r_session: ..................................S..............S......1...
rcmd_bg: .....
rcmd_process: ..S
rcmd: ..................S
rscript: .........SS
spelling: S
timeout: ..
utils: .......................
══ Skipped ═════════════════════════════════════════════════════════════════════
1. error traces are merged (@test-error.R#117) - Reason: On CRAN
2. errors in r_bg() are merged (@test-error.R#152) - Reason: On CRAN
3. errors in r_process are merged (@test-error.R#176) - Reason: On CRAN
4. cleans up temp files (@test-eval.R#205) - Reason: On CRAN
5. libpath in system, in R CMD INSTALL (@test-libpath.R#210) - Reason: On CRAN
6. messages in callr::r_bg do not crash session (@test-messages.R#12) - Reason: On CRAN
7. cleans up temporary files (@test-r-bg.R#64) - Reason: On CRAN
8. stdout/stderr from pipe (@test-r-session.R#79) - Reason: On CRAN
9. crash (@test-r-session.R#214) - Reason: On CRAN
10. cleans up temp files (@test-rcmd-process.R#17) - Reason: On CRAN
11. cleans up temp files (@test-rcmd.R#91) - Reason: On CRAN
12. cleans up temporary files (@test-rscript.R#46) - Reason: On CRAN
13. bg process cleans up temporary files (@test-rscript.R#69) - Reason: On CRAN
14. spell check (@test-spelling.R#5) - Reason: On CRAN
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error: traceback (@test-r-session.R#271) ────────────────────────────────
subscript out of bounds
Backtrace:
1. testthat::expect_match(c(tb[[4]]), "f()", fixed = TRUE) test-r-session.R:271:4
2. testthat::quasi_label(enquo(object), label, arg = "object")
3. rlang::eval_bare(expr, quo_get_env(quo))
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [72s/77s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(callr)
>
> Sys.unsetenv("R_TESTS")
>
> if (ps::ps_is_supported() && Sys.getenv("ON_CRAN") == "true") {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ results <- test_check("callr", reporter = reporter)
+ failed <- sum(vapply(results, FUN.VALUE = integer(1), function(r) {
+ sum(vapply(
+ r$results,
+ FUN.VALUE = logical(1),
+ inherits, "expectation_error"))
+ }))
+ if (failed) stop("Test failures", call. = FALSE)
+
+ } else {
+ ## ps does not support this platform
+
+ sysname <- tolower(Sys.info()[["sysname"]])
+ if (sysname != "sunos" || Sys.getenv("NOT_CRAN") == "true") {
+ test_check("callr", reporter = "summary")
+ }
+ }
various bug fixes: .
callbacks: ....
clean-subprocess: ......
errors: .......................SSS.......................
r: .........................S..
library path setup: .............................................S
messages: .S
options: ..
presets: .....
calling quit(): ....
r_bg: .........S
r_process: .
r_session messages: ...........
r_session: ..................................S..............S......1...
rcmd_bg: .....
rcmd_process: ..S
rcmd: ..................S
rscript: .........SS
spelling: S
timeout: ..
utils: .......................
══ Skipped ═════════════════════════════════════════════════════════════════════
1. error traces are merged (@test-error.R#117) - Reason: On CRAN
2. errors in r_bg() are merged (@test-error.R#152) - Reason: On CRAN
3. errors in r_process are merged (@test-error.R#176) - Reason: On CRAN
4. cleans up temp files (@test-eval.R#205) - Reason: On CRAN
5. libpath in system, in R CMD INSTALL (@test-libpath.R#210) - Reason: On CRAN
6. messages in callr::r_bg do not crash session (@test-messages.R#12) - Reason: On CRAN
7. cleans up temporary files (@test-r-bg.R#64) - Reason: On CRAN
8. stdout/stderr from pipe (@test-r-session.R#79) - Reason: On CRAN
9. crash (@test-r-session.R#214) - Reason: On CRAN
10. cleans up temp files (@test-rcmd-process.R#17) - Reason: On CRAN
11. cleans up temp files (@test-rcmd.R#91) - Reason: On CRAN
12. cleans up temporary files (@test-rscript.R#46) - Reason: On CRAN
13. bg process cleans up temporary files (@test-rscript.R#69) - Reason: On CRAN
14. spell check (@test-spelling.R#5) - Reason: On CRAN
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error: traceback (@test-r-session.R#271) ────────────────────────────────
subscript out of bounds
Backtrace:
1. testthat::expect_match(c(tb[[4]]), "f()", fixed = TRUE) test-r-session.R:271:4
2. testthat::quasi_label(enquo(object), label, arg = "object")
3. rlang::eval_bare(expr, quo_get_env(quo))
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [75s/81s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(callr)
>
> Sys.unsetenv("R_TESTS")
>
> if (ps::ps_is_supported() && Sys.getenv("ON_CRAN") == "true") {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ results <- test_check("callr", reporter = reporter)
+ failed <- sum(vapply(results, FUN.VALUE = integer(1), function(r) {
+ sum(vapply(
+ r$results,
+ FUN.VALUE = logical(1),
+ inherits, "expectation_error"))
+ }))
+ if (failed) stop("Test failures", call. = FALSE)
+
+ } else {
+ ## ps does not support this platform
+
+ sysname <- tolower(Sys.info()[["sysname"]])
+ if (sysname != "sunos" || Sys.getenv("NOT_CRAN") == "true") {
+ test_check("callr", reporter = "summary")
+ }
+ }
various bug fixes: .
callbacks: ....
clean-subprocess: ......
errors: .......................SSS.......................
r: .........................S..
library path setup: .............................................S
messages: .S
options: ..
presets: .....
calling quit(): ....
r_bg: .........S
r_process: .
r_session messages: ...........
r_session: ..................................S..............S......1...
rcmd_bg: .....
rcmd_process: ..S
rcmd: ..................S
rscript: .........SS
spelling: S
timeout: ..
utils: .......................
══ Skipped ═════════════════════════════════════════════════════════════════════
1. error traces are merged (@test-error.R#117) - Reason: On CRAN
2. errors in r_bg() are merged (@test-error.R#152) - Reason: On CRAN
3. errors in r_process are merged (@test-error.R#176) - Reason: On CRAN
4. cleans up temp files (@test-eval.R#205) - Reason: On CRAN
5. libpath in system, in R CMD INSTALL (@test-libpath.R#210) - Reason: On CRAN
6. messages in callr::r_bg do not crash session (@test-messages.R#12) - Reason: On CRAN
7. cleans up temporary files (@test-r-bg.R#64) - Reason: On CRAN
8. stdout/stderr from pipe (@test-r-session.R#79) - Reason: On CRAN
9. crash (@test-r-session.R#214) - Reason: On CRAN
10. cleans up temp files (@test-rcmd-process.R#17) - Reason: On CRAN
11. cleans up temp files (@test-rcmd.R#91) - Reason: On CRAN
12. cleans up temporary files (@test-rscript.R#46) - Reason: On CRAN
13. bg process cleans up temporary files (@test-rscript.R#69) - Reason: On CRAN
14. spell check (@test-spelling.R#5) - Reason: On CRAN
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error: traceback (@test-r-session.R#271) ────────────────────────────────
subscript out of bounds
Backtrace:
1. testthat::expect_match(c(tb[[4]]), "f()", fixed = TRUE) test-r-session.R:271:4
2. testthat::quasi_label(enquo(object), label, arg = "object")
3. rlang::eval_bare(expr, quo_get_env(quo))
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 3.4.4
Check: tests
Result: ERROR
Running 'testthat.R' [62s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(callr)
>
> Sys.unsetenv("R_TESTS")
>
> if (ps::ps_is_supported() && Sys.getenv("ON_CRAN") == "true") {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ results <- test_check("callr", reporter = reporter)
+ failed <- sum(vapply(results, FUN.VALUE = integer(1), function(r) {
+ sum(vapply(
+ r$results,
+ FUN.VALUE = logical(1),
+ inherits, "expectation_error"))
+ }))
+ if (failed) stop("Test failures", call. = FALSE)
+
+ } else {
+ ## ps does not support this platform
+
+ sysname <- tolower(Sys.info()[["sysname"]])
+ if (sysname != "sunos" || Sys.getenv("NOT_CRAN") == "true") {
+ test_check("callr", reporter = "summary")
+ }
+ }
various bug fixes: .
callbacks: ....
clean-subprocess: ......
errors: .......................SSS.......................
r: .........................S..
library path setup: ............................................SS
messages: .S
options: ..
presets: .....
calling quit(): ....
r_bg: .........S
r_process: .
r_session messages: ...........
r_session: ..................................S..............S......1...
rcmd_bg: .....
rcmd_process: ..S
rcmd: ..................S
rscript: .........SS
spelling: S
timeout: ..
utils: ...............
== Skipped =====================================================================
1. error traces are merged (@test-error.R#117) - Reason: On CRAN
2. errors in r_bg() are merged (@test-error.R#152) - Reason: On CRAN
3. errors in r_process are merged (@test-error.R#176) - Reason: On CRAN
4. cleans up temp files (@test-eval.R#205) - Reason: On CRAN
5. libpath in system, if subprocess changes R_LIBS #2 (@test-libpath.R#179) - Reason: Unix only
6. libpath in system, in R CMD INSTALL (@test-libpath.R#210) - Reason: On CRAN
7. messages in callr::r_bg do not crash session (@test-messages.R#12) - Reason: On CRAN
8. cleans up temporary files (@test-r-bg.R#64) - Reason: On CRAN
9. stdout/stderr from pipe (@test-r-session.R#79) - Reason: On CRAN
10. crash (@test-r-session.R#214) - Reason: On CRAN
11. cleans up temp files (@test-rcmd-process.R#17) - Reason: On CRAN
12. cleans up temp files (@test-rcmd.R#91) - Reason: On CRAN
13. cleans up temporary files (@test-rscript.R#46) - Reason: On CRAN
14. bg process cleans up temporary files (@test-rscript.R#69) - Reason: On CRAN
15. spell check (@test-spelling.R#5) - Reason: On CRAN
== Failed ======================================================================
-- 1. Error: traceback (@test-r-session.R#271) --------------------------------
subscript out of bounds
Backtrace:
1. testthat::expect_match(c(tb[[4]]), "f()", fixed = TRUE) test-r-session.R:271:4
2. testthat::quasi_label(enquo(object), label, arg = "object")
3. rlang::eval_bare(expr, quo_get_env(quo))
== DONE ========================================================================
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64