Last updated on 2025-08-20 02:52:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8.1 | 7.74 | 98.19 | 105.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.8.1 | 5.62 | 64.18 | 69.80 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.8.1 | 166.95 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8.1 | 160.56 | ERROR | |||
r-devel-windows-x86_64 | 0.2.8.1 | 12.00 | 140.00 | 152.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.8.1 | 14.10 | 90.17 | 104.27 | OK | |
r-release-linux-x86_64 | 0.2.8.1 | 7.72 | 90.54 | 98.26 | OK | |
r-release-macos-arm64 | 0.2.8.1 | 54.00 | OK | |||
r-release-macos-x86_64 | 0.2.8.1 | 145.00 | OK | |||
r-release-windows-x86_64 | 0.2.8.1 | 14.00 | 146.00 | 160.00 | OK | |
r-oldrel-macos-arm64 | 0.2.8.1 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.8.1 | 102.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.8.1 | 18.00 | 165.00 | 183.00 | OK |
Version: 0.2.8.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:144:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1',
'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1',
'test-query-history.R:17:1', 'test-secrets.R:79:1',
'test-sql-execution.R:34:1', 'test-uc-catalogs.R:19:1',
'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1',
'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1',
'test-workspace-folder.R:68:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-repl.R:63:5'): REPL - helpers ────────────────────────────────
Expected `db_context_command_parse(cmd_res, "py")` to run without any errors.
i Actually got a <simpleError> with text:
check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. └─testthat::expect_no_error(db_context_command_parse(cmd_res, "py")) at test-repl.R:63:5
── Error ('test-repl.R:64:5'): REPL - helpers ──────────────────────────────────
Error in `validate_prop(value, prop, check_fun, check_values, reset_na)`: check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─testthat::expect_null(db_context_command_parse(cmd_res, "py")) at test-repl.R:64:5
8. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
9. │ └─rlang::eval_bare(expr, quo_get_env(quo))
10. └─brickster:::db_context_command_parse(cmd_res, "py")
11. ├─huxtable::set_position(...)
12. │ └─huxtable:::prop_set_table(...)
13. │ ├─assertthat::assert_that(is_huxtable(ht))
14. │ │ └─assertthat::see_if(..., env = env, msg = msg)
15. │ │ ├─base::tryCatch(...)
16. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
17. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
18. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
19. │ │ └─base::eval(assertion, env)
20. │ │ └─base::eval(assertion, env)
21. │ └─huxtable::is_huxtable(ht)
22. ├─huxtable::set_font_size(...)
23. │ └─huxtable:::prop_set(...)
24. │ ├─assertthat::assert_that(is_huxtable(ht))
25. │ │ └─assertthat::see_if(..., env = env, msg = msg)
26. │ │ ├─base::tryCatch(...)
27. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
29. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
30. │ │ └─base::eval(assertion, env)
31. │ │ └─base::eval(assertion, env)
32. │ └─huxtable::is_huxtable(ht)
33. └─huxtable::set_all_borders(huxtable::hux(tbl), TRUE)
34. └─huxtable:::recall_ltrb(ht, "set_%s_border")
35. └─base::eval(call, list(ht = ht), parent.frame(2L))
36. └─base::eval(call, list(ht = ht), parent.frame(2L))
37. └─huxtable::set_left_border(ht, TRUE)
38. └─huxtable:::.border_set(...)
39. └─huxtable:::.border_prop_set(...)
40. └─huxtable:::prop_set(...)
41. └─huxtable:::validate_prop(...)
42. └─base::stopifnot(check_fun(value))
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.8.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:144:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1',
'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1',
'test-query-history.R:17:1', 'test-secrets.R:79:1',
'test-sql-execution.R:34:1', 'test-uc-catalogs.R:19:1',
'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1',
'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1',
'test-workspace-folder.R:68:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-repl.R:63:5'): REPL - helpers ────────────────────────────────
Expected `db_context_command_parse(cmd_res, "py")` to run without any errors.
i Actually got a <simpleError> with text:
check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. └─testthat::expect_no_error(db_context_command_parse(cmd_res, "py")) at test-repl.R:63:5
── Error ('test-repl.R:64:5'): REPL - helpers ──────────────────────────────────
Error in `validate_prop(value, prop, check_fun, check_values, reset_na)`: check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─testthat::expect_null(db_context_command_parse(cmd_res, "py")) at test-repl.R:64:5
8. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
9. │ └─rlang::eval_bare(expr, quo_get_env(quo))
10. └─brickster:::db_context_command_parse(cmd_res, "py")
11. ├─huxtable::set_position(...)
12. │ └─huxtable:::prop_set_table(...)
13. │ ├─assertthat::assert_that(is_huxtable(ht))
14. │ │ └─assertthat::see_if(..., env = env, msg = msg)
15. │ │ ├─base::tryCatch(...)
16. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
17. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
18. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
19. │ │ └─base::eval(assertion, env)
20. │ │ └─base::eval(assertion, env)
21. │ └─huxtable::is_huxtable(ht)
22. ├─huxtable::set_font_size(...)
23. │ └─huxtable:::prop_set(...)
24. │ ├─assertthat::assert_that(is_huxtable(ht))
25. │ │ └─assertthat::see_if(..., env = env, msg = msg)
26. │ │ ├─base::tryCatch(...)
27. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
29. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
30. │ │ └─base::eval(assertion, env)
31. │ │ └─base::eval(assertion, env)
32. │ └─huxtable::is_huxtable(ht)
33. └─huxtable::set_all_borders(huxtable::hux(tbl), TRUE)
34. └─huxtable:::recall_ltrb(ht, "set_%s_border")
35. └─base::eval(call, list(ht = ht), parent.frame(2L))
36. └─base::eval(call, list(ht = ht), parent.frame(2L))
37. └─huxtable::set_left_border(ht, TRUE)
38. └─huxtable:::.border_set(...)
39. └─huxtable:::.border_prop_set(...)
40. └─huxtable:::prop_set(...)
41. └─huxtable:::validate_prop(...)
42. └─base::stopifnot(check_fun(value))
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.8.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:144:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1',
'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1',
'test-query-history.R:17:1', 'test-secrets.R:79:1',
'test-sql-execution.R:34:1', 'test-uc-catalogs.R:19:1',
'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1',
'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1',
'test-workspace-folder.R:68:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-repl.R:63:5'): REPL - helpers ────────────────────────────────
Expected `db_context_command_parse(cmd_res, "py")` to run without any errors.
i Actually got a <simpleError> with text:
check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. └─testthat::expect_no_error(db_context_command_parse(cmd_res, "py")) at test-repl.R:63:5
── Error ('test-repl.R:64:5'): REPL - helpers ──────────────────────────────────
Error in `validate_prop(value, prop, check_fun, check_values, reset_na)`: check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─testthat::expect_null(db_context_command_parse(cmd_res, "py")) at test-repl.R:64:5
8. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
9. │ └─rlang::eval_bare(expr, quo_get_env(quo))
10. └─brickster:::db_context_command_parse(cmd_res, "py")
11. ├─huxtable::set_position(...)
12. │ └─huxtable:::prop_set_table(...)
13. │ ├─assertthat::assert_that(is_huxtable(ht))
14. │ │ └─assertthat::see_if(..., env = env, msg = msg)
15. │ │ ├─base::tryCatch(...)
16. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
17. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
18. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
19. │ │ └─base::eval(assertion, env)
20. │ │ └─base::eval(assertion, env)
21. │ └─huxtable::is_huxtable(ht)
22. ├─huxtable::set_font_size(...)
23. │ └─huxtable:::prop_set(...)
24. │ ├─assertthat::assert_that(is_huxtable(ht))
25. │ │ └─assertthat::see_if(..., env = env, msg = msg)
26. │ │ ├─base::tryCatch(...)
27. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
29. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
30. │ │ └─base::eval(assertion, env)
31. │ │ └─base::eval(assertion, env)
32. │ └─huxtable::is_huxtable(ht)
33. └─huxtable::set_all_borders(huxtable::hux(tbl), TRUE)
34. └─huxtable:::recall_ltrb(ht, "set_%s_border")
35. └─base::eval(call, list(ht = ht), parent.frame(2L))
36. └─base::eval(call, list(ht = ht), parent.frame(2L))
37. └─huxtable::set_left_border(ht, TRUE)
38. └─huxtable:::.border_set(...)
39. └─huxtable:::.border_prop_set(...)
40. └─huxtable:::prop_set(...)
41. └─huxtable:::validate_prop(...)
42. └─base::stopifnot(check_fun(value))
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.8.1
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(brickster)
> library(withr)
>
> test_check("brickster")
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-clusters.R:122:1', 'test-connection-pane.R:27:1',
'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1',
'test-jobs.R:144:1', 'test-libraries.R:51:1', 'test-misc-helpers.R:16:1',
'test-mlflow-dbrx.R:103:1', 'test-queries.R:32:1',
'test-query-history.R:17:1', 'test-secrets.R:79:1',
'test-sql-execution.R:34:1', 'test-uc-catalogs.R:19:1',
'test-uc-schemas.R:23:1', 'test-uc-tables.R:48:1', 'test-uc-volumes.R:61:1',
'test-unity-catalog.R:85:1', 'test-warehouses.R:59:1',
'test-workspace-folder.R:68:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-repl.R:63:5'): REPL - helpers ────────────────────────────────
Expected `db_context_command_parse(cmd_res, "py")` to run without any errors.
i Actually got a <simpleError> with text:
check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. └─testthat::expect_no_error(db_context_command_parse(cmd_res, "py")) at test-repl.R:63:5
── Error ('test-repl.R:64:5'): REPL - helpers ──────────────────────────────────
Error in `validate_prop(value, prop, check_fun, check_values, reset_na)`: check_fun(value) is not TRUE
Backtrace:
▆
1. ├─testthat::capture_output(...) at test-repl.R:62:3
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─testthat::expect_null(db_context_command_parse(cmd_res, "py")) at test-repl.R:64:5
8. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
9. │ └─rlang::eval_bare(expr, quo_get_env(quo))
10. └─brickster:::db_context_command_parse(cmd_res, "py")
11. ├─huxtable::set_position(...)
12. │ └─huxtable:::prop_set_table(...)
13. │ ├─assertthat::assert_that(is_huxtable(ht))
14. │ │ └─assertthat::see_if(..., env = env, msg = msg)
15. │ │ ├─base::tryCatch(...)
16. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
17. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
18. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
19. │ │ └─base::eval(assertion, env)
20. │ │ └─base::eval(assertion, env)
21. │ └─huxtable::is_huxtable(ht)
22. ├─huxtable::set_font_size(...)
23. │ └─huxtable:::prop_set(...)
24. │ ├─assertthat::assert_that(is_huxtable(ht))
25. │ │ └─assertthat::see_if(..., env = env, msg = msg)
26. │ │ ├─base::tryCatch(...)
27. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
29. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
30. │ │ └─base::eval(assertion, env)
31. │ │ └─base::eval(assertion, env)
32. │ └─huxtable::is_huxtable(ht)
33. └─huxtable::set_all_borders(huxtable::hux(tbl), TRUE)
34. └─huxtable:::recall_ltrb(ht, "set_%s_border")
35. └─base::eval(call, list(ht = ht), parent.frame(2L))
36. └─base::eval(call, list(ht = ht), parent.frame(2L))
37. └─huxtable::set_left_border(ht, TRUE)
38. └─huxtable:::.border_set(...)
39. └─huxtable:::.border_prop_set(...)
40. └─huxtable:::prop_set(...)
41. └─huxtable:::validate_prop(...)
42. └─base::stopifnot(check_fun(value))
[ FAIL 2 | WARN 0 | SKIP 20 | PASS 507 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64