Last updated on 2025-03-06 01:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8 | 7.68 | 450.57 | 458.25 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.9 | 5.75 | 318.88 | 324.63 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.9 | 742.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.9 | 560.55 | OK | |||
r-devel-macos-arm64 | 0.2.9 | 179.00 | OK | |||
r-devel-macos-x86_64 | 0.2.9 | 327.00 | OK | |||
r-devel-windows-x86_64 | 0.2.8 | 13.00 | 420.00 | 433.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.9 | OK | ||||
r-release-linux-x86_64 | 0.2.8 | 6.62 | 404.88 | 411.50 | OK | |
r-release-macos-arm64 | 0.2.9 | 192.00 | OK | |||
r-release-macos-x86_64 | 0.2.9 | 349.00 | OK | |||
r-release-windows-x86_64 | 0.2.8 | 12.00 | 408.00 | 420.00 | OK | |
r-oldrel-macos-arm64 | 0.2.9 | 184.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.9 | 330.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.8 | 13.00 | 574.00 | 587.00 | OK |
Version: 0.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [347s/421s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(mlr3mbo)
+ test_check("mlr3mbo")
+ }
Loading required package: mlr3tuning
Loading required package: mlr3
Loading required package: paradox
Loading required namespace: mlr3learners
Loading required namespace: DiceKriging
Loading required namespace: rgenoud
WARN [02:23:20.775] [bbotk] Optimizer Error.
WARN [02:23:44.262] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [02:24:39.734] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [02:24:39.737] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [02:25:46.519] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [02:25:46.521] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [02:26:43.632] [bbotk] Surrogate Train Error.
WARN [02:26:52.699] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:26:58.127] [bbotk] Surrogate Train Error.
WARN [02:27:13.084] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:27:57.358] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:28:01.062] [bbotk] Optimizer Error.
WARN [02:28:01.572] [bbotk] Surrogate Train Error.
WARN [02:28:02.133] [bbotk] Surrogate Predict Error.
ERROR [02:28:55.305] [mlr3] train: Surrogate Train Error.
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 1047 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (17): 'test_AcqFunctionEHVIGH.R:35:3',
'test_AcqFunctionStochasticCB.R:2:3', 'test_AcqFunctionStochasticCB.R:29:3',
'test_AcqFunctionStochasticCB.R:57:3', 'test_AcqFunctionStochasticCB.R:86:3',
'test_AcqFunctionStochasticCB.R:115:3', 'test_AcqFunctionStochasticEI.R:2:3',
'test_AcqFunctionStochasticEI.R:30:3', 'test_AcqFunctionStochasticEI.R:58:3',
'test_OptimizerADBO.R:2:3', 'test_OptimizerAsyncMbo.R:2:3',
'test_OptimizerAsyncMbo.R:23:3', 'test_OptimizerMbo.R:2:3',
'test_ResultAssignerSurrogate.R:16:3', 'test_TunerADBO.R:2:3',
'test_TunerAsyncMbo.R:2:3', 'test_TunerMbo.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_AcqFunctionMulti.R:73:3'): AcqFunctionMulti API works ──────────
Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed,
useBytes, FALSE)`: NA in coercion to boolean
Backtrace:
▆
1. ├─testthat::expect_true(...) at test_AcqFunctionMulti.R:73:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─base::grepl("mlr_acqfunctions_multi", x = acqf$man, "man")
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 1047 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.8
Check: tests
Result: ERROR
Running 'testthat.R' [297s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(mlr3mbo)
+ test_check("mlr3mbo")
+ }
Loading required package: mlr3tuning
Loading required package: mlr3
Loading required package: paradox
Loading required namespace: mlr3learners
Loading required namespace: DiceKriging
Loading required namespace: rgenoud
WARN [19:16:17.960] [bbotk] Optimizer Error.
WARN [19:16:37.436] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [19:17:17.377] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [19:17:17.379] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [19:17:58.501] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [19:17:58.503] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [19:18:33.776] [bbotk] Surrogate Train Error.
WARN [19:18:41.635] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [19:18:46.107] [bbotk] Surrogate Train Error.
WARN [19:18:58.904] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [19:19:32.576] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [19:19:35.362] [bbotk] Optimizer Error.
WARN [19:19:35.640] [bbotk] Surrogate Train Error.
WARN [19:19:36.015] [bbotk] Surrogate Predict Error.
ERROR [19:20:16.172] [mlr3] train: Surrogate Train Error.
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 1047 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (17): 'test_AcqFunctionEHVIGH.R:35:3',
'test_AcqFunctionStochasticCB.R:2:3', 'test_AcqFunctionStochasticCB.R:29:3',
'test_AcqFunctionStochasticCB.R:57:3', 'test_AcqFunctionStochasticCB.R:86:3',
'test_AcqFunctionStochasticCB.R:115:3', 'test_AcqFunctionStochasticEI.R:2:3',
'test_AcqFunctionStochasticEI.R:30:3', 'test_AcqFunctionStochasticEI.R:58:3',
'test_OptimizerADBO.R:2:3', 'test_OptimizerAsyncMbo.R:2:3',
'test_OptimizerAsyncMbo.R:23:3', 'test_OptimizerMbo.R:2:3',
'test_ResultAssignerSurrogate.R:16:3', 'test_TunerADBO.R:2:3',
'test_TunerAsyncMbo.R:2:3', 'test_TunerMbo.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_AcqFunctionMulti.R:73:3'): AcqFunctionMulti API works ──────────
Error in `grepl(as.character(pattern), x, ignore.case, FALSE, perl, fixed,
useBytes, FALSE)`: NA in coercion to Rboolean
Backtrace:
▆
1. ├─testthat::expect_true(...) at test_AcqFunctionMulti.R:73:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─base::grepl("mlr_acqfunctions_multi", x = acqf$man, "man")
[ FAIL 1 | WARN 0 | SKIP 17 | PASS 1047 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64