* using log directory 'd:/Rcompile/CRANpkg/local/4.5/autodb.Rcheck' * using R version 4.5.3 (2026-03-11 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'autodb/DESCRIPTION' ... OK * this is package 'autodb' version '3.3.0' * 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 'autodb' can be installed ... OK * checking installed package size ... INFO installed size is 16.5Mb sub-directories of 1Mb or more: doc 15.8Mb * 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 ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] 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 ... [18s] OK * checking Rd files ... [1s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [5s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [12m] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [12m] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(autodb) Attaching package: 'autodb' The following object is masked from 'package:stats': decompose > > test_check("autodb") Saving _problems/test-database-939.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-database.r:930:5'): database / concatenates to a valid database ── Falsifiable after 14 tests, and 100 shrinks foreign key 36 has differing child/join record counts: 1 vs 0 Backtrace: x 1. \-hedgehog::forall(...) at test-database.r:930:5 2. \-hedgehog:::run.prop(property, counterexample$smallest, curry) 3. +-base::tryCatch(...) 4. | \-base (local) tryCatchList(expr, classes, parentenv, handlers) 5. | \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. | \-base (local) doTryCatch(return(expr), name, parentenv, handler) 7. +-base::withCallingHandlers(...) 8. +-base::do.call(property, arguments) 9. \-autodb (local) ``(FALSE, ``) 10. \-autodb:::expect_valid_database(do.call(c, dss), same_attr_name = san) at test-database.r:937:7 Counterexample: [[1]] [1] FALSE [[2]] [[2]][[1]] database with 6 relations 6 attributes: a, b, c, d, e, f relation X: ; 1 record key 1: relation X.1: ; 1 record key 1: relation X.2: ; 1 record key 1: relation X.3: ; 1 record key 1: relation X.4: ; 0 records key 1: relation X.5: ; 1 record key 1: no references [[2]][[2]] database with 8 relations 6 attributes: a, b, c, d, e, f relation X: b, d, e, f; 0 records key 1: relation b_d_f: b, d, f, e; 0 records key 1: b, d, f key 2: b, e, f relation e: e, b, d, f; 0 records key 1: e relation d_f: d, f, e, b; 0 records key 1: d, f key 2: e, f relation b: b, d, e, f; 0 records key 1: b relation b.1: b, e, f, d; 0 records key 1: b key 2: e, f relation b.2: b, d, e, f; 0 records key 1: b key 2: d, e relation d_e_f: d, e, f, b; 0 records key 1: d, e, f references: X.{b, d, f} -> b_d_f.{b, d, f} b.1.{b, d, f} -> b_d_f.{b, d, f} b.2.{b, d, f} -> b_d_f.{b, d, f} e.{b, e, f} -> b_d_f.{b, e, f} d_f.{b, e, f} -> b_d_f.{b, e, f} b.{b, e, f} -> b_d_f.{b, e, f} d_e_f.{b, e, f} -> b_d_f.{b, e, f} b_d_f.{e} -> e.{e} d_f.{e} -> e.{e} X.{d, f} -> d_f.{d, f} ... and 25 other references [[2]][[3]] database with 4 relations 6 attributes: a, b, c, d, e, f relation X: a, b, f; 0 records key 1: relation X.1: a, b, f; 1 record key 1: relation b_f: b, f, a; 8 records key 1: b, f relation b: b, a, f; 1 record key 1: b references: b.{a, b} -> b_f.{b, f} X.{b} -> b.{b} [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [197s] OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [11s] OK * DONE Status: 1 ERROR