- using R Under development (unstable) (2025-10-13 r88918)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘bbotk/DESCRIPTION’ ... OK
- this is package ‘bbotk’ version ‘1.7.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 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 ‘bbotk’ can be installed ... [36s/207s] OK
See the install log for details.
- used C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
- checking package 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... 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 ... [78s/429s] OK
- checking Rd files ... [3s/30s] 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 line endings in C/C++/Fortran sources/headers ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [21s/119s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [7m/36m] ERROR
Running ‘testthat.R’ [7m/36m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate")
+ test_check("bbotk")
+ }
Loading required package: bbotk
Loading required package: paradox
[ FAIL 1 | WARN 0 | SKIP 52 | PASS 961 ]
══ Skipped tests (52) ══════════════════════════════════════════════════════════
• On CRAN (51): 'test_ArchiveAsync.R:2:3', 'test_ArchiveAsync.R:61:3',
'test_ArchiveAsyncFrozen.R:2:3', 'test_ArchiveBatch.R:3:3',
'test_CallbackAsync.R:4:3', 'test_CallbackAsync.R:31:3',
'test_CallbackAsync.R:59:3', 'test_CallbackAsync.R:88:3',
'test_CallbackAsync.R:118:3', 'test_CallbackAsync.R:154:3',
'test_CallbackAsync.R:183:3', 'test_CallbackAsync.R:210:3',
'test_CallbackAsync.R:239:3', 'test_CallbackAsync.R:269:3',
'test_CallbackAsync.R:297:3', 'test_Objective.R:9:3',
'test_OptimInstanceAsyncSingleCrit.R:2:3',
'test_OptimInstanceAsyncSingleCrit.R:26:3',
'test_OptimInstanceAsyncSingleCrit.R:45:3',
'test_OptimInstanceAsyncSingleCrit.R:65:3',
'test_OptimInstanceAsyncSingleCrit.R:82:3',
'test_OptimInstanceAsyncSingleCrit.R:109:3',
'test_OptimInstanceBatchMultiCrit.R:3:3',
'test_OptimInstanceBatchSingleCrit.R:8:3',
'test_OptimizerAsynDesignPoints.R:2:3', 'test_OptimizerAsynGridSearch.R:2:3',
'test_OptimizerAsync.R:2:3', 'test_OptimizerAsync.R:26:3',
'test_OptimizerAsync.R:50:3', 'test_OptimizerAsync.R:73:3',
'test_OptimizerAsync.R:95:3', 'test_OptimizerAsync.R:124:3',
'test_OptimizerAsync.R:155:3', 'test_OptimizerAsyncRandomSearch.R:2:3',
'test_OptimizerBatchCmaes.R:28:3', 'test_OptimizerBatchDesignPoints.R:5:3',
'test_OptimizerBatchFocusSearch.R:4:3', 'test_OptimizerBatchGenSA.R:6:3',
'test_OptimizerBatchGridSearch.R:4:3', 'test_OptimizerBatchNLoptr.R:9:3',
'test_OptimizerBatchRandomSearch.R:4:3', 'test_TerminatorClockTime.R:5:3',
'test_TerminatorCombo.R:6:3', 'test_TerminatorEvals.R:5:3',
'test_TerminatorNone.R:5:3', 'test_TerminatorPerfReached.R:4:3',
'test_TerminatorRunTime.R:2:5', 'test_TerminatorStagnation.R:5:3',
'test_TerminatorStagnationBatch.R:5:3',
'test_TerminatorStagnationBatch.R:19:3', 'test_mlr_callbacks.R:58:3'
• TRUE is TRUE (1): 'test_mlr_callbacks.R:19:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_TerminatorClockTime.R:20:3'): status method works ────────────
inst$terminator$status(inst$archive)["max_steps"] (`actual`) not equal to c(max_steps = 3) (`expected`).
`actual`: 2.0
`expected`: 3.0
[ FAIL 1 | WARN 0 | SKIP 52 | PASS 961 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [19s/134s] OK
- checking HTML version of manual ... [13s/96s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR