[INFO] crate kurobako_solvers 0.0.6 is already in cache [INFO] checking kurobako_solvers-0.0.6 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate kurobako_solvers 0.0.6 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate kurobako_solvers 0.0.6 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kurobako_solvers 0.0.6 [INFO] finished tweaking crates.io crate kurobako_solvers 0.0.6 [INFO] tweaked toml for crates.io crate kurobako_solvers 0.0.6 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 91f8cf3b1b643c91b82ff5734e7397f1fbc89c07a87b4fb60f11de7400edc487 [INFO] running `"docker" "start" "-a" "91f8cf3b1b643c91b82ff5734e7397f1fbc89c07a87b4fb60f11de7400edc487"` [INFO] [stderr] Checking factory v0.1.2 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Checking trackable v0.2.23 [INFO] [stderr] Checking rustats v0.0.10 [INFO] [stderr] Checking yamakan v0.0.18 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking kurobako_core v0.0.11 [INFO] [stderr] Checking kurobako_solvers v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `asha::AshaSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/asha.rs:34:6 [INFO] [stderr] | [INFO] [stderr] 34 | impl SolverRecipe for AshaSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `asha::AshaSolverRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `optuna::OptunaSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/optuna.rs:188:6 [INFO] [stderr] | [INFO] [stderr] 188 | impl SolverRecipe for OptunaSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `optuna::OptunaSolverRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `random::RandomSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/random.rs:16:6 [INFO] [stderr] | [INFO] [stderr] 16 | impl SolverRecipe for RandomSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `random::RandomSolverRecipe` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kurobako_solvers`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `asha::AshaSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/asha.rs:34:6 [INFO] [stderr] | [INFO] [stderr] 34 | impl SolverRecipe for AshaSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `asha::AshaSolverRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `optuna::OptunaSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/optuna.rs:188:6 [INFO] [stderr] | [INFO] [stderr] 188 | impl SolverRecipe for OptunaSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `optuna::OptunaSolverRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `random::RandomSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/random.rs:16:6 [INFO] [stderr] | [INFO] [stderr] 16 | impl SolverRecipe for RandomSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `random::RandomSolverRecipe` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kurobako_solvers`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "91f8cf3b1b643c91b82ff5734e7397f1fbc89c07a87b4fb60f11de7400edc487"` [INFO] running `"docker" "rm" "-f" "91f8cf3b1b643c91b82ff5734e7397f1fbc89c07a87b4fb60f11de7400edc487"` [INFO] [stdout] 91f8cf3b1b643c91b82ff5734e7397f1fbc89c07a87b4fb60f11de7400edc487