[INFO] crate kurobako 0.0.15 is already in cache [INFO] testing kurobako-0.0.15 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate kurobako 0.0.15 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate kurobako 0.0.15 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kurobako 0.0.15 [INFO] finished tweaking crates.io crate kurobako 0.0.15 [INFO] tweaked toml for crates.io crate kurobako 0.0.15 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] addc3d94c90ca4867bf01b53a4b0b8dd60466dba1f4da517a2fa44472b4510e9 [INFO] running `"docker" "start" "-a" "addc3d94c90ca4867bf01b53a4b0b8dd60466dba1f4da517a2fa44472b4510e9"` [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling bytecodec v0.4.12 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling rulinalg v0.3.7 [INFO] [stderr] Compiling kurobako_core v0.0.11 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling rusty-machine v0.5.4 [INFO] [stderr] Compiling protobuf_codec v0.2.8 [INFO] [stderr] Compiling kurobako_solvers v0.0.7 [INFO] [stderr] Compiling nasbench v0.1.1 [INFO] [stderr] Compiling hdf5file v0.1.1 [INFO] [stderr] Compiling kurobako_problems v0.0.11 [INFO] [stderr] Compiling kurobako v0.0.15 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `exam::ExamProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/exam.rs:76:6 [INFO] [stderr] | [INFO] [stderr] 76 | impl ProblemRecipe for ExamProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `exam::ExamProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `filter::KurobakoFilterRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/filter.rs:13:6 [INFO] [stderr] | [INFO] [stderr] 13 | impl FilterRecipe for KurobakoFilterRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `filter::KurobakoFilterRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `filters::GaussianNoiseFilterRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/filters.rs:18:6 [INFO] [stderr] | [INFO] [stderr] 18 | impl FilterRecipe for GaussianNoiseFilterRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `filters::GaussianNoiseFilterRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `homonym::HomonymProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/homonym.rs:27:6 [INFO] [stderr] | [INFO] [stderr] 27 | impl ProblemRecipe for HomonymProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `homonym::HomonymProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `multi_exam::MultiExamProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/multi_exam.rs:100:6 [INFO] [stderr] | [INFO] [stderr] 100 | impl ProblemRecipe for MultiExamProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `multi_exam::MultiExamProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `problem::KurobakoProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/problem.rs:27:6 [INFO] [stderr] | [INFO] [stderr] 27 | impl ProblemRecipe for KurobakoProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `problem::KurobakoProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `problem::KurobakoProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/problem_suites.rs:25:6 [INFO] [stderr] | [INFO] [stderr] 25 | impl ProblemSuite for KurobakoProblemSuite { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `problem::KurobakoProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `solver::KurobakoSolverRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/solver.rs:37:6 [INFO] [stderr] | [INFO] [stderr] 37 | impl SolverRecipe for KurobakoSolverRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `solver::KurobakoSolverRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `solver::InnerRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/solver.rs:68:6 [INFO] [stderr] | [INFO] [stderr] 68 | impl SolverRecipe for InnerRecipe { [INFO] [stderr] | ^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `solver::InnerRecipe` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kurobako`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "addc3d94c90ca4867bf01b53a4b0b8dd60466dba1f4da517a2fa44472b4510e9"` [INFO] running `"docker" "rm" "-f" "addc3d94c90ca4867bf01b53a4b0b8dd60466dba1f4da517a2fa44472b4510e9"` [INFO] [stdout] addc3d94c90ca4867bf01b53a4b0b8dd60466dba1f4da517a2fa44472b4510e9