Last updated on 2025-03-04 06:54:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8 | 7.14 | 460.45 | 467.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.8 | 5.54 | 323.61 | 329.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.8 | 723.20 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 724.57 | ERROR | |||
r-devel-macos-arm64 | 0.2.8 | 202.00 | OK | |||
r-devel-macos-x86_64 | 0.2.8 | 390.00 | OK | |||
r-devel-windows-x86_64 | 0.2.8 | 13.00 | 420.00 | 433.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.8 | 9.54 | 407.36 | 416.90 | OK | |
r-release-linux-x86_64 | 0.2.8 | 6.62 | 404.88 | 411.50 | OK | |
r-release-macos-arm64 | 0.2.8 | 190.00 | OK | |||
r-release-macos-x86_64 | 0.2.8 | 357.00 | OK | |||
r-release-windows-x86_64 | 0.2.8 | 12.00 | 421.00 | 433.00 | OK | |
r-oldrel-macos-arm64 | 0.2.8 | OK | ||||
r-oldrel-macos-x86_64 | 0.2.8 | 337.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’ [357s/464s]
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:21:20.745] [bbotk] Optimizer Error.
WARN [02:21:47.500] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [02:22:46.290] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [02:22:46.297] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [02:23:57.390] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [02:23:57.393] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [02:25:02.887] [bbotk] Surrogate Train Error.
WARN [02:25:13.369] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:25:20.282] [bbotk] Surrogate Train Error.
WARN [02:25:41.060] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:26:33.862] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [02:26:38.128] [bbotk] Optimizer Error.
WARN [02:26:38.724] [bbotk] Surrogate Train Error.
WARN [02:26:39.374] [bbotk] Surrogate Predict Error.
ERROR [02:27:39.042] [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-linux-x86_64-debian-clang
Version: 0.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [256s/275s]
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 [16:34:48.797] [bbotk] Optimizer Error.
WARN [16:35:06.249] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [16:35:42.018] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [16:35:42.021] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [16:36:20.294] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [16:36:20.296] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [16:36:52.938] [bbotk] Surrogate Train Error.
WARN [16:37:00.161] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [16:37:04.145] [bbotk] Surrogate Train Error.
WARN [16:37:15.815] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [16:37:49.366] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [16:37:51.808] [bbotk] Optimizer Error.
WARN [16:37:52.172] [bbotk] Surrogate Train Error.
WARN [16:37:52.567] [bbotk] Surrogate Predict Error.
ERROR [16:38:31.427] [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-gcc
Version: 0.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [9m/10m]
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 [07:17:12.006] [bbotk] Optimizer Error.
WARN [07:17:53.457] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [07:19:11.028] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [07:19:11.032] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [07:19:38.223] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:19:38.227] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:19:38.230] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:20:31.092] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [07:20:31.096] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [07:21:42.003] [bbotk] Surrogate Train Error.
WARN [07:21:54.973] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:22:02.548] [bbotk] Surrogate Train Error.
WARN [07:22:25.051] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:22:28.494] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:22:28.497] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:22:28.500] [mlr3] train: BFGS hit on best individual produced Out of Boundary individual.
WARN [07:23:27.311] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:23:32.054] [bbotk] Optimizer Error.
WARN [07:23:32.718] [bbotk] Surrogate Train Error.
WARN [07:23:33.433] [bbotk] Surrogate Predict Error.
ERROR [07:24:47.288] [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-fedora-clang
Version: 0.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [9m/30m]
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 [07:08:53.342] [bbotk] Optimizer Error.
WARN [07:11:32.100] [bbotk] Less then `n_select` (1) candidate points found during acquisition function optimization were not already evaluated.
WARN [07:18:18.581] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [07:18:18.606] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [07:23:24.523] [bbotk] Task 'surrogate_task' has missing values in column(s) 'y_scal', but learner 'regr.km' does not support this
WARN [07:23:24.540] [bbotk] Could not update the surrogate a final time after the optimization process has terminated.
WARN [07:26:25.840] [bbotk] Surrogate Train Error.
WARN [07:27:06.775] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:27:24.206] [bbotk] Surrogate Train Error.
WARN [07:28:13.479] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:28:22.473] [mlr3] train: NAs produced
ERROR [07:28:22.478] [mlr3] train: the leading minor of order 1 is not positive
WARN [07:31:03.462] [bbotk] Current insample performance of the Surrogate Model does not meet the performance threshold.
WARN [07:31:17.158] [bbotk] Optimizer Error.
WARN [07:31:19.518] [bbotk] Surrogate Train Error.
WARN [07:31:21.893] [bbotk] Surrogate Predict Error.
ERROR [07:34:22.451] [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-fedora-gcc
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