[INFO] fetching crate kurobako_solvers 0.0.6... [INFO] checking kurobako_solvers-0.0.6 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate kurobako_solvers 0.0.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate kurobako_solvers 0.0.6 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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 /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kurobako_core v0.0.11 [INFO] [stderr] Downloaded yamakan v0.0.18 [INFO] [stderr] Downloaded rustats v0.0.10 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 382e324abfd5b21e6d23c21502ed51cd9d1fc7f3c55f1590c53c442564edf6f9 [INFO] running `"docker" "start" "-a" "382e324abfd5b21e6d23c21502ed51cd9d1fc7f3c55f1590c53c442564edf6f9"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking trackable v0.2.23 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking rustats v0.0.10 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking yamakan v0.0.18 [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[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: 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" "382e324abfd5b21e6d23c21502ed51cd9d1fc7f3c55f1590c53c442564edf6f9"` [INFO] running `"docker" "rm" "-f" "382e324abfd5b21e6d23c21502ed51cd9d1fc7f3c55f1590c53c442564edf6f9"` [INFO] [stdout] 382e324abfd5b21e6d23c21502ed51cd9d1fc7f3c55f1590c53c442564edf6f9