* using log directory ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/brickster.Rcheck’ * using R Under development (unstable) (2025-07-15 r88411) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-14 (Debian 14.2.0-19) 14.2.0 GNU Fortran (Debian 14.2.0-19) 14.2.0 * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘brickster/DESCRIPTION’ ... OK * this is package ‘brickster’ version ‘0.2.8’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [2s/3s] OK * 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 ‘brickster’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/brickster-00install.html' for details. * checking package directory ... OK * checking for future file timestamps ... 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 ... [0s/1s] OK * checking whether the package can be loaded with stated dependencies ... [0s/1s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/1s] 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 ... [8s/10s] OK * checking Rd files ... [1s/2s] 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [8s/11s] ERROR Running ‘testthat.R’ [8s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(brickster) > library(withr) > > test_check("brickster") [ FAIL 1 | WARN 0 | SKIP 20 | PASS 517 ] ══ 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-request-helpers.R:30:3'): request helpers - building requests ── req$headers$Authorization (`actual`) not equal to paste("Bearer", token) (`expected`). `actual` is a weak reference `expected` is a character vector ('Bearer some_token') [ FAIL 1 | WARN 0 | SKIP 20 | PASS 517 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [7s/10s] OK * checking PDF version of manual ... [12s/16s] OK * checking HTML version of manual ... [6s/12s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 ERROR