* using log directory 'd:/Rcompile/CRANpkg/local/4.4/brickster.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'brickster/DESCRIPTION' ... OK * this is package 'brickster' version '0.2.8.1' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'brickster' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [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 ... [12s] OK * checking Rd files ... [5s] OK * checking Rd metadata ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [10s] ERROR Running 'testthat.R' [9s] 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 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [10s] OK * checking PDF version of manual ... [34s] OK * checking HTML version of manual ... [46s] OK * DONE Status: 1 ERROR