[INFO] fetching crate kurobako 0.0.15... [INFO] checking kurobako-0.0.15 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate kurobako 0.0.15 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate kurobako 0.0.15 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 2131fc3df8fb121cddd37cd86ae491976ee104ab65405c4a3e07c758371305d1 [INFO] running `"docker" "start" "-a" "2131fc3df8fb121cddd37cd86ae491976ee104ab65405c4a3e07c758371305d1"` [INFO] [stderr] Checking factory v0.1.2 [INFO] [stderr] Checking md5 v0.6.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Checking ndarray v0.12.1 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking rulinalg v0.3.7 [INFO] [stderr] Checking trackable v0.2.23 [INFO] [stderr] Checking bytecodec v0.4.12 [INFO] [stderr] Checking rusty-machine v0.5.4 [INFO] [stderr] Checking protobuf_codec v0.2.8 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking hdf5file v0.1.1 [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 serde_json v1.0.41 [INFO] [stderr] Checking rustats v0.0.10 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking yamakan v0.0.18 [INFO] [stderr] Checking kurobako_core v0.0.11 [INFO] [stderr] Checking nasbench v0.1.1 [INFO] [stderr] Checking kurobako_problems v0.0.11 [INFO] [stderr] Checking kurobako_solvers v0.0.7 [INFO] [stderr] Checking 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[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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2131fc3df8fb121cddd37cd86ae491976ee104ab65405c4a3e07c758371305d1"` [INFO] running `"docker" "rm" "-f" "2131fc3df8fb121cddd37cd86ae491976ee104ab65405c4a3e07c758371305d1"` [INFO] [stdout] 2131fc3df8fb121cddd37cd86ae491976ee104ab65405c4a3e07c758371305d1