[INFO] crate kurobako 0.0.8 is already in cache [INFO] extracting crate kurobako 0.0.8 into work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/reg/kurobako/0.0.8 [INFO] extracting crate kurobako 0.0.8 into work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/kurobako/0.0.8 [INFO] validating manifest of kurobako-0.0.8 on toolchain master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kurobako-0.0.8 on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kurobako-0.0.8 [INFO] finished frobbing kurobako-0.0.8 [INFO] frobbed toml for kurobako-0.0.8 written to work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/reg/kurobako/0.0.8/Cargo.toml [INFO] started frobbing kurobako-0.0.8 [INFO] finished frobbing kurobako-0.0.8 [INFO] frobbed toml for kurobako-0.0.8 written to work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/kurobako/0.0.8/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking kurobako-0.0.8 against try#58b21121d0b447ceb3f1a655155d802191acf044 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-1/try#58b21121d0b447ceb3f1a655155d802191acf044:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/reg/kurobako/0.0.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3f0cd2ef3ce7a8b579a49ee832e9fa1f4614d9091d60484069e2481b47539b85 [INFO] running `"docker" "start" "-a" "3f0cd2ef3ce7a8b579a49ee832e9fa1f4614d9091d60484069e2481b47539b85"` [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking trackable v0.2.22 [INFO] [stderr] Checking bytecodec v0.4.11 [INFO] [stderr] Checking rustats v0.0.4 [INFO] [stderr] Checking yamakan v0.0.14 [INFO] [stderr] Checking protobuf_codec v0.2.7 [INFO] [stderr] Checking kurobako_core v0.0.6 [INFO] [stderr] Checking nasbench v0.1.1 [INFO] [stderr] Checking kurobako_problems v0.0.5 [INFO] [stderr] Checking kurobako v0.0.8 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::distribution` [INFO] [stderr] --> src/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub use kurobako_core::distribution; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `distribution` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::problem::ProblemSpace` [INFO] [stderr] --> src/lib.rs:9:53 [INFO] [stderr] | [INFO] [stderr] 9 | pub use kurobako_core::problem::{Evaluate, Problem, ProblemSpace, ProblemSpec}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `ProblemSpace` in `problem` [INFO] [stderr] | help: a similar name exists in the module: `ProblemSpec` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::ValueRange` [INFO] [stderr] --> src/lib.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub use kurobako_core::ValueRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValueRange` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `yamakan::optimizers::knn`, `yamakan::optimizers::tpe` [INFO] [stderr] --> src/optimizer.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | use yamakan::optimizers::{knn, tpe}; [INFO] [stderr] | ^^^ ^^^ no `tpe` in `optimizers` [INFO] [stderr] | | [INFO] [stderr] | no `knn` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::spaces` [INFO] [stderr] --> src/optimizer.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::spaces::F64; [INFO] [stderr] | ^^^^^^ could not find `spaces` in `yamakan` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::asha::RungValue` [INFO] [stderr] --> src/optimizer/asha.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::optimizers::asha::RungValue; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RungValue` in `optimizers::asha` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/asha.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/external_command.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/gpyopt.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `problems` in `kurobako_problems` [INFO] [stderr] --> src/problem_suites.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::sigopt::SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `problems` in `kurobako_problems` [INFO] [stderr] --> src/problem_suites.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use kurobako_problems::problems::sigopt::SigoptProblemSpec::*; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/optuna.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::problems` [INFO] [stderr] --> src/problems.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use kurobako_core::problems::command; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_problems::problems` [INFO] [stderr] --> src/problems.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::{nasbench, sigopt}; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/runner.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::ValueRange` [INFO] [stderr] --> src/study.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use kurobako_core::ValueRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValueRange` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::distribution` [INFO] [stderr] --> src/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub use kurobako_core::distribution; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `distribution` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::problem::ProblemSpace` [INFO] [stderr] --> src/lib.rs:9:53 [INFO] [stderr] | [INFO] [stderr] 9 | pub use kurobako_core::problem::{Evaluate, Problem, ProblemSpace, ProblemSpec}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `ProblemSpace` in `problem` [INFO] [stderr] | help: a similar name exists in the module: `ProblemSpec` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::ValueRange` [INFO] [stderr] --> src/lib.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub use kurobako_core::ValueRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValueRange` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:276:21 [INFO] [stderr] | [INFO] [stderr] 276 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tpe` in `optimizers` [INFO] [stderr] --> src/optimizer.rs:277:55 [INFO] [stderr] | [INFO] [stderr] 277 | let strategy = ::yamakan::optimizers::tpe::DefaultStrategy::default(); [INFO] [stderr] | ^^^ could not find `tpe` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:297:21 [INFO] [stderr] | [INFO] [stderr] 297 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tpe` in `optimizers` [INFO] [stderr] --> src/optimizer.rs:298:55 [INFO] [stderr] | [INFO] [stderr] 298 | let strategy = ::yamakan::optimizers::tpe::DefaultStrategy::default(); [INFO] [stderr] | ^^^ could not find `tpe` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:389:21 [INFO] [stderr] | [INFO] [stderr] 389 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:408:21 [INFO] [stderr] | [INFO] [stderr] 408 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:484:21 [INFO] [stderr] | [INFO] [stderr] 484 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `yamakan::optimizers::knn`, `yamakan::optimizers::tpe` [INFO] [stderr] --> src/optimizer.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | use yamakan::optimizers::{knn, tpe}; [INFO] [stderr] | ^^^ ^^^ no `tpe` in `optimizers` [INFO] [stderr] | | [INFO] [stderr] | no `knn` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::spaces` [INFO] [stderr] --> src/optimizer.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::spaces::F64; [INFO] [stderr] | ^^^^^^ could not find `spaces` in `yamakan` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::asha::RungValue` [INFO] [stderr] --> src/optimizer/asha.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::optimizers::asha::RungValue; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RungValue` in `optimizers::asha` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/asha.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/external_command.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/gpyopt.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `problems` in `kurobako_problems` [INFO] [stderr] --> src/problem_suites.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::sigopt::SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `problems` in `kurobako_problems` [INFO] [stderr] --> src/problem_suites.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | use kurobako_problems::problems::sigopt::SigoptProblemSpec::*; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/optimizer/optuna.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::problems` [INFO] [stderr] --> src/problems.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use kurobako_core::problems::command; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_problems::problems` [INFO] [stderr] --> src/problems.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::{nasbench, sigopt}; [INFO] [stderr] | ^^^^^^^^ could not find `problems` in `kurobako_problems` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yamakan::optimizers::Optimizer` [INFO] [stderr] --> src/runner.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use yamakan::optimizers::Optimizer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Optimizer` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kurobako_core::ValueRange` [INFO] [stderr] --> src/study.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use kurobako_core::ValueRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValueRange` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:276:21 [INFO] [stderr] | [INFO] [stderr] 276 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tpe` in `optimizers` [INFO] [stderr] --> src/optimizer.rs:277:55 [INFO] [stderr] | [INFO] [stderr] 277 | let strategy = ::yamakan::optimizers::tpe::DefaultStrategy::default(); [INFO] [stderr] | ^^^ could not find `tpe` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:297:21 [INFO] [stderr] | [INFO] [stderr] 297 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tpe` in `optimizers` [INFO] [stderr] --> src/optimizer.rs:298:55 [INFO] [stderr] | [INFO] [stderr] 298 | let strategy = ::yamakan::optimizers::tpe::DefaultStrategy::default(); [INFO] [stderr] | ^^^ could not find `tpe` in `optimizers` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:389:21 [INFO] [stderr] | [INFO] [stderr] 389 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:408:21 [INFO] [stderr] | [INFO] [stderr] 408 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Distribution` [INFO] [stderr] --> src/optimizer.rs:484:21 [INFO] [stderr] | [INFO] [stderr] 484 | let Distribution::Uniform { low, high } = *d; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Distribution` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `problem_space` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / fn problem_space(&self) -> ProblemSpace { [INFO] [stderr] 38 | | match self { [INFO] [stderr] 39 | | BuiltinProblem::Command(p) => p.problem_space(), [INFO] [stderr] 40 | | BuiltinProblem::Sigopt(p) => p.problem_space(), [INFO] [stderr] 41 | | BuiltinProblem::Nasbench(p) => p.problem_space(), [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `evaluation_cost` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | / fn evaluation_cost(&self) -> u64 { [INFO] [stderr] 46 | | match self { [INFO] [stderr] 47 | | BuiltinProblem::Command(p) => p.evaluation_cost(), [INFO] [stderr] 48 | | BuiltinProblem::Sigopt(p) => p.evaluation_cost(), [INFO] [stderr] 49 | | BuiltinProblem::Nasbench(p) => p.evaluation_cost(), [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `value_range` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | / fn value_range(&self) -> ValueRange { [INFO] [stderr] 54 | | match self { [INFO] [stderr] 55 | | BuiltinProblem::Command(p) => p.value_range(), [INFO] [stderr] 56 | | BuiltinProblem::Sigopt(p) => p.value_range(), [INFO] [stderr] 57 | | BuiltinProblem::Nasbench(p) => p.value_range(), [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `make_evaluator` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | / fn make_evaluator(&mut self, params: &[f64]) -> Result> { [INFO] [stderr] 62 | | match self { [INFO] [stderr] 63 | | BuiltinProblem::Command(p) => track!(p [INFO] [stderr] 64 | | .make_evaluator(params) [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AshaOptions` in module `inner` [INFO] [stderr] --> src/optimizer/asha.rs:93:45 [INFO] [stderr] | [INFO] [stderr] 93 | fn asha_options(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ not found in `inner` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::optimizer::asha::AshaOptions; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `AshaOptions` in module `inner` [INFO] [stderr] --> src/optimizer/asha.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | Ok(inner::AshaOptions { [INFO] [stderr] | ^^^^^^^^^^^ not found in `inner` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::optimizer::asha::AshaOptions; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/problem_suites.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | type ProblemSpec: ProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SigoptProblemSpec` in this scope [INFO] [stderr] --> src/problem_suites.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | type ProblemSpec = SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `SigoptProblemSuite` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | Ackley { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | Ackley { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Adjiman` in this scope [INFO] [stderr] --> src/problem_suites.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | Adjiman { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Adjiman; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Alpine02` in this scope [INFO] [stderr] --> src/problem_suites.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | Alpine02 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Alpine02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CarromTable` in this scope [INFO] [stderr] --> src/problem_suites.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | CarromTable { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::CarromTable; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Csendes` in this scope [INFO] [stderr] --> src/problem_suites.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | Csendes { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Csendes; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | DeflectedCorrugatedSpring { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | DeflectedCorrugatedSpring { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | Easom { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | Easom { dim: 4, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | Easom { dim: 5, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann3` in this scope [INFO] [stderr] --> src/problem_suites.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | Hartmann3 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann3; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann6` in this scope [INFO] [stderr] --> src/problem_suites.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | Hartmann6 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `HelicalValley` in this scope [INFO] [stderr] --> src/problem_suites.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | HelicalValley { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::HelicalValley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LennardJones6` in this scope [INFO] [stderr] --> src/problem_suites.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | LennardJones6 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::LennardJones6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt01` in this scope [INFO] [stderr] --> src/problem_suites.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | McCourt01 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt03` in this scope [INFO] [stderr] --> src/problem_suites.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | McCourt03 { dim: 9, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt03; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt06` in this scope [INFO] [stderr] --> src/problem_suites.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | McCourt06 { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt07` in this scope [INFO] [stderr] --> src/problem_suites.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | McCourt07 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt08` in this scope [INFO] [stderr] --> src/problem_suites.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | McCourt08 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt08; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt09` in this scope [INFO] [stderr] --> src/problem_suites.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | McCourt09 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt09; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt10` in this scope [INFO] [stderr] --> src/problem_suites.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | McCourt10 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt10; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt11` in this scope [INFO] [stderr] --> src/problem_suites.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | McCourt11 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt11; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt12` in this scope [INFO] [stderr] --> src/problem_suites.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | McCourt12 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt12; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt13` in this scope [INFO] [stderr] --> src/problem_suites.rs:79:17 [INFO] [stderr] | [INFO] [stderr] 79 | McCourt13 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt13; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt14` in this scope [INFO] [stderr] --> src/problem_suites.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | McCourt14 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt14; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt16` in this scope [INFO] [stderr] --> src/problem_suites.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | McCourt16 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt16` in this scope [INFO] [stderr] --> src/problem_suites.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | McCourt16 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt17` in this scope [INFO] [stderr] --> src/problem_suites.rs:86:17 [INFO] [stderr] | [INFO] [stderr] 86 | McCourt17 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt17; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt18` in this scope [INFO] [stderr] --> src/problem_suites.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | McCourt18 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt18; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt19` in this scope [INFO] [stderr] --> src/problem_suites.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | McCourt19 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt19; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt20` in this scope [INFO] [stderr] --> src/problem_suites.rs:89:17 [INFO] [stderr] | [INFO] [stderr] 89 | McCourt20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt23` in this scope [INFO] [stderr] --> src/problem_suites.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | McCourt23 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt23; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt26` in this scope [INFO] [stderr] --> src/problem_suites.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | McCourt26 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt26; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt28` in this scope [INFO] [stderr] --> src/problem_suites.rs:92:17 [INFO] [stderr] | [INFO] [stderr] 92 | McCourt28 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt28; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | Michalewicz { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:94:17 [INFO] [stderr] | [INFO] [stderr] 94 | Michalewicz { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | Michalewicz { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Mishra06` in this scope [INFO] [stderr] --> src/problem_suites.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | Mishra06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Mishra06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ned01` in this scope [INFO] [stderr] --> src/problem_suites.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | Ned01 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ned01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `OddSquare` in this scope [INFO] [stderr] --> src/problem_suites.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | OddSquare { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::OddSquare; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Parsopoulos` in this scope [INFO] [stderr] --> src/problem_suites.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | Parsopoulos { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Parsopoulos; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Pinter` in this scope [INFO] [stderr] --> src/problem_suites.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | Pinter { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Pinter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Plateau` in this scope [INFO] [stderr] --> src/problem_suites.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | Plateau { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Plateau; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Problem03` in this scope [INFO] [stderr] --> src/problem_suites.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | Problem03 { dim: 1, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Problem03; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RosenbrockLog` in this scope [INFO] [stderr] --> src/problem_suites.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | RosenbrockLog { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::RosenbrockLog; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | Sargan { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | Sargan { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel20` in this scope [INFO] [stderr] --> src/problem_suites.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | Schwefel20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel36` in this scope [INFO] [stderr] --> src/problem_suites.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | Schwefel36 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel36; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel05` in this scope [INFO] [stderr] --> src/problem_suites.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | Shekel05 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel05; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sphere` in this scope [INFO] [stderr] --> src/problem_suites.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | Sphere { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sphere; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `StyblinskiTang` in this scope [INFO] [stderr] --> src/problem_suites.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | StyblinskiTang { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::StyblinskiTang; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Tripod` in this scope [INFO] [stderr] --> src/problem_suites.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | Tripod { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Tripod; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Xor` in this scope [INFO] [stderr] --> src/problem_suites.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | Xor { dim: 9, res: None }, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Xor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:118:17 [INFO] [stderr] | [INFO] [stderr] 118 | Ackley { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | Ackley { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | Ackley { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:121:17 [INFO] [stderr] | [INFO] [stderr] 121 | Ackley { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Branin02` in this scope [INFO] [stderr] --> src/problem_suites.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | Branin02 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Branin02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Bukin06` in this scope [INFO] [stderr] --> src/problem_suites.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | Bukin06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Bukin06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CarromTable` in this scope [INFO] [stderr] --> src/problem_suites.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | CarromTable { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::CarromTable; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Deb02` in this scope [INFO] [stderr] --> src/problem_suites.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | Deb02 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Deb02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:129:17 [INFO] [stderr] | [INFO] [stderr] 129 | DeflectedCorrugatedSpring { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | Easom { dim: 4, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:131:17 [INFO] [stderr] | [INFO] [stderr] 131 | Easom { dim: 5, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Exponential` in this scope [INFO] [stderr] --> src/problem_suites.rs:132:17 [INFO] [stderr] | [INFO] [stderr] 132 | Exponential { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Exponential; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann3` in this scope [INFO] [stderr] --> src/problem_suites.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | Hartmann3 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann3; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LennardJones6` in this scope [INFO] [stderr] --> src/problem_suites.rs:134:17 [INFO] [stderr] | [INFO] [stderr] 134 | LennardJones6 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::LennardJones6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt01` in this scope [INFO] [stderr] --> src/problem_suites.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | McCourt01 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt02` in this scope [INFO] [stderr] --> src/problem_suites.rs:139:17 [INFO] [stderr] | [INFO] [stderr] 139 | McCourt02 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt06` in this scope [INFO] [stderr] --> src/problem_suites.rs:140:17 [INFO] [stderr] | [INFO] [stderr] 140 | McCourt06 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt07` in this scope [INFO] [stderr] --> src/problem_suites.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | McCourt07 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt19` in this scope [INFO] [stderr] --> src/problem_suites.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | McCourt19 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt19; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt22` in this scope [INFO] [stderr] --> src/problem_suites.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | McCourt22 { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt22; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt27` in this scope [INFO] [stderr] --> src/problem_suites.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | McCourt27 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt27; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | Michalewicz { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Mishra06` in this scope [INFO] [stderr] --> src/problem_suites.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | Mishra06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Mishra06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ned01` in this scope [INFO] [stderr] --> src/problem_suites.rs:153:17 [INFO] [stderr] | [INFO] [stderr] 153 | Ned01 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ned01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Plateau` in this scope [INFO] [stderr] --> src/problem_suites.rs:154:17 [INFO] [stderr] | [INFO] [stderr] 154 | Plateau { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Plateau; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rastrigin` in this scope [INFO] [stderr] --> src/problem_suites.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | Rastrigin { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Rastrigin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rastrigin` in this scope [INFO] [stderr] --> src/problem_suites.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | Rastrigin { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Rastrigin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | Sargan { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel20` in this scope [INFO] [stderr] --> src/problem_suites.rs:161:17 [INFO] [stderr] | [INFO] [stderr] 161 | Schwefel20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel05` in this scope [INFO] [stderr] --> src/problem_suites.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | Shekel05 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel05; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel07` in this scope [INFO] [stderr] --> src/problem_suites.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | Shekel07 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sphere` in this scope [INFO] [stderr] --> src/problem_suites.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | Sphere { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sphere; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `StyblinskiTang` in this scope [INFO] [stderr] --> src/problem_suites.rs:165:17 [INFO] [stderr] | [INFO] [stderr] 165 | StyblinskiTang { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::StyblinskiTang; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Trid` in this scope [INFO] [stderr] --> src/problem_suites.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | Trid { dim: 6, res: None }, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Trid; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Tripod` in this scope [INFO] [stderr] --> src/problem_suites.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | Tripod { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Tripod; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Weierstrass` in this scope [INFO] [stderr] --> src/problem_suites.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | Weierstrass { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Weierstrass; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Xor` in this scope [INFO] [stderr] --> src/problem_suites.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | Xor { dim: 9, res: None }, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Xor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `YaoLiu` in this scope [INFO] [stderr] --> src/problem_suites.rs:170:17 [INFO] [stderr] | [INFO] [stderr] 170 | YaoLiu { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::YaoLiu; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/problems.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | impl ProblemSpec for BuiltinProblemSpec { [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/runner.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | P: ProblemSpec, [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/study.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | P: ProblemSpec, [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::distribution::Distribution` [INFO] [stderr] --> src/optimizer.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::distribution::Distribution; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `kurobako_problems::problems::sigopt::SigoptProblemSpec` [INFO] [stderr] --> src/problem_suites.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::sigopt::SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `kurobako_problems::problems::sigopt::SigoptProblemSpec::*` [INFO] [stderr] --> src/problem_suites.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | use kurobako_problems::problems::sigopt::SigoptProblemSpec::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Problem` [INFO] [stderr] --> src/runner.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{Error, Evaluate, Problem, ProblemSpec}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 128 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0404, E0407, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0404`. [INFO] [stderr] error: Could not compile `kurobako`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0407]: method `problem_space` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / fn problem_space(&self) -> ProblemSpace { [INFO] [stderr] 38 | | match self { [INFO] [stderr] 39 | | BuiltinProblem::Command(p) => p.problem_space(), [INFO] [stderr] 40 | | BuiltinProblem::Sigopt(p) => p.problem_space(), [INFO] [stderr] 41 | | BuiltinProblem::Nasbench(p) => p.problem_space(), [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `evaluation_cost` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | / fn evaluation_cost(&self) -> u64 { [INFO] [stderr] 46 | | match self { [INFO] [stderr] 47 | | BuiltinProblem::Command(p) => p.evaluation_cost(), [INFO] [stderr] 48 | | BuiltinProblem::Sigopt(p) => p.evaluation_cost(), [INFO] [stderr] 49 | | BuiltinProblem::Nasbench(p) => p.evaluation_cost(), [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `value_range` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | / fn value_range(&self) -> ValueRange { [INFO] [stderr] 54 | | match self { [INFO] [stderr] 55 | | BuiltinProblem::Command(p) => p.value_range(), [INFO] [stderr] 56 | | BuiltinProblem::Sigopt(p) => p.value_range(), [INFO] [stderr] 57 | | BuiltinProblem::Nasbench(p) => p.value_range(), [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `make_evaluator` is not a member of trait `Problem` [INFO] [stderr] --> src/problems.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | / fn make_evaluator(&mut self, params: &[f64]) -> Result> { [INFO] [stderr] 62 | | match self { [INFO] [stderr] 63 | | BuiltinProblem::Command(p) => track!(p [INFO] [stderr] 64 | | .make_evaluator(params) [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____^ not a member of trait `Problem` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AshaOptions` in module `inner` [INFO] [stderr] --> src/optimizer/asha.rs:93:45 [INFO] [stderr] | [INFO] [stderr] 93 | fn asha_options(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ not found in `inner` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::optimizer::asha::AshaOptions; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `AshaOptions` in module `inner` [INFO] [stderr] --> src/optimizer/asha.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | Ok(inner::AshaOptions { [INFO] [stderr] | ^^^^^^^^^^^ not found in `inner` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::optimizer::asha::AshaOptions; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/problem_suites.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | type ProblemSpec: ProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SigoptProblemSpec` in this scope [INFO] [stderr] --> src/problem_suites.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | type ProblemSpec = SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `SigoptProblemSuite` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | Ackley { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | Ackley { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Adjiman` in this scope [INFO] [stderr] --> src/problem_suites.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | Adjiman { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Adjiman; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Alpine02` in this scope [INFO] [stderr] --> src/problem_suites.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | Alpine02 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Alpine02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CarromTable` in this scope [INFO] [stderr] --> src/problem_suites.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | CarromTable { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::CarromTable; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Csendes` in this scope [INFO] [stderr] --> src/problem_suites.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | Csendes { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Csendes; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | DeflectedCorrugatedSpring { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | DeflectedCorrugatedSpring { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | Easom { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | Easom { dim: 4, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | Easom { dim: 5, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann3` in this scope [INFO] [stderr] --> src/problem_suites.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | Hartmann3 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann3; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann6` in this scope [INFO] [stderr] --> src/problem_suites.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | Hartmann6 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `HelicalValley` in this scope [INFO] [stderr] --> src/problem_suites.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | HelicalValley { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::HelicalValley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LennardJones6` in this scope [INFO] [stderr] --> src/problem_suites.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | LennardJones6 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::LennardJones6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt01` in this scope [INFO] [stderr] --> src/problem_suites.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | McCourt01 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt03` in this scope [INFO] [stderr] --> src/problem_suites.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | McCourt03 { dim: 9, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt03; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt06` in this scope [INFO] [stderr] --> src/problem_suites.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | McCourt06 { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt07` in this scope [INFO] [stderr] --> src/problem_suites.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | McCourt07 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt08` in this scope [INFO] [stderr] --> src/problem_suites.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | McCourt08 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt08; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt09` in this scope [INFO] [stderr] --> src/problem_suites.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | McCourt09 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt09; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt10` in this scope [INFO] [stderr] --> src/problem_suites.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | McCourt10 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt10; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt11` in this scope [INFO] [stderr] --> src/problem_suites.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | McCourt11 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt11; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt12` in this scope [INFO] [stderr] --> src/problem_suites.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | McCourt12 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt12; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt13` in this scope [INFO] [stderr] --> src/problem_suites.rs:79:17 [INFO] [stderr] | [INFO] [stderr] 79 | McCourt13 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt13; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt14` in this scope [INFO] [stderr] --> src/problem_suites.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | McCourt14 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt14; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt16` in this scope [INFO] [stderr] --> src/problem_suites.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | McCourt16 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt16` in this scope [INFO] [stderr] --> src/problem_suites.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | McCourt16 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt17` in this scope [INFO] [stderr] --> src/problem_suites.rs:86:17 [INFO] [stderr] | [INFO] [stderr] 86 | McCourt17 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt17; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt18` in this scope [INFO] [stderr] --> src/problem_suites.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | McCourt18 { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt18; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt19` in this scope [INFO] [stderr] --> src/problem_suites.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | McCourt19 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt19; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt20` in this scope [INFO] [stderr] --> src/problem_suites.rs:89:17 [INFO] [stderr] | [INFO] [stderr] 89 | McCourt20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt23` in this scope [INFO] [stderr] --> src/problem_suites.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | McCourt23 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt23; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt26` in this scope [INFO] [stderr] --> src/problem_suites.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | McCourt26 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt26; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt28` in this scope [INFO] [stderr] --> src/problem_suites.rs:92:17 [INFO] [stderr] | [INFO] [stderr] 92 | McCourt28 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt28; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | Michalewicz { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:94:17 [INFO] [stderr] | [INFO] [stderr] 94 | Michalewicz { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | Michalewicz { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Mishra06` in this scope [INFO] [stderr] --> src/problem_suites.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | Mishra06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Mishra06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ned01` in this scope [INFO] [stderr] --> src/problem_suites.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | Ned01 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ned01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `OddSquare` in this scope [INFO] [stderr] --> src/problem_suites.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | OddSquare { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::OddSquare; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Parsopoulos` in this scope [INFO] [stderr] --> src/problem_suites.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | Parsopoulos { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Parsopoulos; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Pinter` in this scope [INFO] [stderr] --> src/problem_suites.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | Pinter { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Pinter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Plateau` in this scope [INFO] [stderr] --> src/problem_suites.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | Plateau { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Plateau; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Problem03` in this scope [INFO] [stderr] --> src/problem_suites.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | Problem03 { dim: 1, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Problem03; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RosenbrockLog` in this scope [INFO] [stderr] --> src/problem_suites.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | RosenbrockLog { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::RosenbrockLog; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | Sargan { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | Sargan { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel20` in this scope [INFO] [stderr] --> src/problem_suites.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | Schwefel20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel36` in this scope [INFO] [stderr] --> src/problem_suites.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | Schwefel36 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel36; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel05` in this scope [INFO] [stderr] --> src/problem_suites.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | Shekel05 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel05; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sphere` in this scope [INFO] [stderr] --> src/problem_suites.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | Sphere { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sphere; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `StyblinskiTang` in this scope [INFO] [stderr] --> src/problem_suites.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | StyblinskiTang { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::StyblinskiTang; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Tripod` in this scope [INFO] [stderr] --> src/problem_suites.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | Tripod { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Tripod; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Xor` in this scope [INFO] [stderr] --> src/problem_suites.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | Xor { dim: 9, res: None }, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Xor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:118:17 [INFO] [stderr] | [INFO] [stderr] 118 | Ackley { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | Ackley { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | Ackley { dim: 11, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ackley` in this scope [INFO] [stderr] --> src/problem_suites.rs:121:17 [INFO] [stderr] | [INFO] [stderr] 121 | Ackley { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ackley; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Branin02` in this scope [INFO] [stderr] --> src/problem_suites.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | Branin02 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Branin02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Bukin06` in this scope [INFO] [stderr] --> src/problem_suites.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | Bukin06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Bukin06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CarromTable` in this scope [INFO] [stderr] --> src/problem_suites.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | CarromTable { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::CarromTable; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Deb02` in this scope [INFO] [stderr] --> src/problem_suites.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | Deb02 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Deb02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeflectedCorrugatedSpring` in this scope [INFO] [stderr] --> src/problem_suites.rs:129:17 [INFO] [stderr] | [INFO] [stderr] 129 | DeflectedCorrugatedSpring { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::DeflectedCorrugatedSpring; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | Easom { dim: 4, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Easom` in this scope [INFO] [stderr] --> src/problem_suites.rs:131:17 [INFO] [stderr] | [INFO] [stderr] 131 | Easom { dim: 5, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Easom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Exponential` in this scope [INFO] [stderr] --> src/problem_suites.rs:132:17 [INFO] [stderr] | [INFO] [stderr] 132 | Exponential { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Exponential; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Hartmann3` in this scope [INFO] [stderr] --> src/problem_suites.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | Hartmann3 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Hartmann3; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LennardJones6` in this scope [INFO] [stderr] --> src/problem_suites.rs:134:17 [INFO] [stderr] | [INFO] [stderr] 134 | LennardJones6 { dim: 6, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::LennardJones6; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt01` in this scope [INFO] [stderr] --> src/problem_suites.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | McCourt01 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt02` in this scope [INFO] [stderr] --> src/problem_suites.rs:139:17 [INFO] [stderr] | [INFO] [stderr] 139 | McCourt02 { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt06` in this scope [INFO] [stderr] --> src/problem_suites.rs:140:17 [INFO] [stderr] | [INFO] [stderr] 140 | McCourt06 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt07` in this scope [INFO] [stderr] --> src/problem_suites.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | McCourt07 { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt19` in this scope [INFO] [stderr] --> src/problem_suites.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | McCourt19 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt19; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt22` in this scope [INFO] [stderr] --> src/problem_suites.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | McCourt22 { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt22; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `McCourt27` in this scope [INFO] [stderr] --> src/problem_suites.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | McCourt27 { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::McCourt27; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Michalewicz` in this scope [INFO] [stderr] --> src/problem_suites.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | Michalewicz { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Michalewicz; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Mishra06` in this scope [INFO] [stderr] --> src/problem_suites.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | Mishra06 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Mishra06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Ned01` in this scope [INFO] [stderr] --> src/problem_suites.rs:153:17 [INFO] [stderr] | [INFO] [stderr] 153 | Ned01 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Ned01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Plateau` in this scope [INFO] [stderr] --> src/problem_suites.rs:154:17 [INFO] [stderr] | [INFO] [stderr] 154 | Plateau { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Plateau; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rastrigin` in this scope [INFO] [stderr] --> src/problem_suites.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | Rastrigin { dim: 8, res: None }, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Rastrigin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rastrigin` in this scope [INFO] [stderr] --> src/problem_suites.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | Rastrigin { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Rastrigin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sargan` in this scope [INFO] [stderr] --> src/problem_suites.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | Sargan { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sargan; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Schwefel20` in this scope [INFO] [stderr] --> src/problem_suites.rs:161:17 [INFO] [stderr] | [INFO] [stderr] 161 | Schwefel20 { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Schwefel20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel05` in this scope [INFO] [stderr] --> src/problem_suites.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | Shekel05 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel05; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Shekel07` in this scope [INFO] [stderr] --> src/problem_suites.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | Shekel07 { dim: 4, res: None }, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Shekel07; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Sphere` in this scope [INFO] [stderr] --> src/problem_suites.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | Sphere { dim: 7, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Sphere; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `StyblinskiTang` in this scope [INFO] [stderr] --> src/problem_suites.rs:165:17 [INFO] [stderr] | [INFO] [stderr] 165 | StyblinskiTang { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::StyblinskiTang; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Trid` in this scope [INFO] [stderr] --> src/problem_suites.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | Trid { dim: 6, res: None }, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Trid; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Tripod` in this scope [INFO] [stderr] --> src/problem_suites.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | Tripod { dim: 2, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Tripod; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Weierstrass` in this scope [INFO] [stderr] --> src/problem_suites.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | Weierstrass { dim: 3, res: None }, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Weierstrass; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Xor` in this scope [INFO] [stderr] --> src/problem_suites.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | Xor { dim: 9, res: None }, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::Xor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `YaoLiu` in this scope [INFO] [stderr] --> src/problem_suites.rs:170:17 [INFO] [stderr] | [INFO] [stderr] 170 | YaoLiu { dim: 5, res: None }, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use kurobako_problems::sigopt::Name::YaoLiu; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/problems.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | impl ProblemSpec for BuiltinProblemSpec { [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/runner.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | P: ProblemSpec, [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] error[E0404]: expected trait, found struct `ProblemSpec` [INFO] [stderr] --> src/study.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | P: ProblemSpec, [INFO] [stderr] | ^^^^^^^^^^^ not a trait [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::distribution::Distribution` [INFO] [stderr] --> src/optimizer.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::distribution::Distribution; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `kurobako_problems::problems::sigopt::SigoptProblemSpec` [INFO] [stderr] --> src/problem_suites.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use kurobako_problems::problems::sigopt::SigoptProblemSpec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `kurobako_problems::problems::sigopt::SigoptProblemSpec::*` [INFO] [stderr] --> src/problem_suites.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | use kurobako_problems::problems::sigopt::SigoptProblemSpec::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Problem` [INFO] [stderr] --> src/runner.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{Error, Evaluate, Problem, ProblemSpec}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 128 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0404, E0407, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0404`. [INFO] [stderr] error: Could not compile `kurobako`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f0cd2ef3ce7a8b579a49ee832e9fa1f4614d9091d60484069e2481b47539b85"` [INFO] running `"docker" "rm" "-f" "3f0cd2ef3ce7a8b579a49ee832e9fa1f4614d9091d60484069e2481b47539b85"` [INFO] [stdout] 3f0cd2ef3ce7a8b579a49ee832e9fa1f4614d9091d60484069e2481b47539b85