[INFO] fetching crate kurobako_problems 0.0.9... [INFO] checking kurobako_problems-0.0.9 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate kurobako_problems 0.0.9 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate kurobako_problems 0.0.9 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kurobako_problems 0.0.9 [INFO] finished tweaking crates.io crate kurobako_problems 0.0.9 [INFO] tweaked toml for crates.io crate kurobako_problems 0.0.9 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hdf5file v0.1.1 [INFO] [stderr] Downloaded nasbench v0.1.1 [INFO] [stderr] Downloaded protobuf_codec v0.2.8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 62f8ac2330d135b65cf0c9b59bfa603fad0f8a10e0f6dcc58bff9b2002970a9f [INFO] running `"docker" "start" "-a" "62f8ac2330d135b65cf0c9b59bfa603fad0f8a10e0f6dcc58bff9b2002970a9f"` [INFO] [stderr] Compiling libm v0.1.4 [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 serde v1.0.101 [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 bytecodec v0.4.12 [INFO] [stderr] Checking hdf5file v0.1.1 [INFO] [stderr] Checking protobuf_codec v0.2.8 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking rustats v0.0.10 [INFO] [stderr] Checking yamakan v0.0.18 [INFO] [stderr] Checking nasbench v0.1.1 [INFO] [stderr] Checking kurobako_core v0.0.11 [INFO] [stderr] Checking kurobako_problems v0.0.9 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `deepobs::DeepobsProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/deepobs.rs:131:6 [INFO] [stderr] | [INFO] [stderr] 131 | impl ProblemRecipe for DeepobsProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `deepobs::DeepobsProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `fc_net::FcNetProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/fc_net.rs:31:6 [INFO] [stderr] | [INFO] [stderr] 31 | impl ProblemRecipe for FcNetProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `fc_net::FcNetProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ffmpeg::FfmpegProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/ffmpeg.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 79 | impl ProblemRecipe for FfmpegProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `ffmpeg::FfmpegProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `lightgbm::LightgbmProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/lightgbm.rs:29:6 [INFO] [stderr] | [INFO] [stderr] 29 | impl ProblemRecipe for LightgbmProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `lightgbm::LightgbmProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nasbench::NasbenchProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/nasbench.rs:179:6 [INFO] [stderr] | [INFO] [stderr] 179 | impl ProblemRecipe for NasbenchProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `nasbench::NasbenchProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sigopt::SigoptProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/sigopt.rs:37:6 [INFO] [stderr] | [INFO] [stderr] 37 | impl ProblemRecipe for SigoptProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `sigopt::SigoptProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `synthetic::mfb::MfbProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/synthetic/mfb.rs:32:6 [INFO] [stderr] | [INFO] [stderr] 32 | impl ProblemRecipe for MfbProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `synthetic::mfb::MfbProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `synthetic::SyntheticProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/synthetic.rs:18:6 [INFO] [stderr] | [INFO] [stderr] 18 | impl ProblemRecipe for SyntheticProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `synthetic::SyntheticProblemRecipe` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `deepobs::DeepobsProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/deepobs.rs:131:6 [INFO] [stderr] | [INFO] [stderr] 131 | impl ProblemRecipe for DeepobsProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `deepobs::DeepobsProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `fc_net::FcNetProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/fc_net.rs:31:6 [INFO] [stderr] | [INFO] [stderr] 31 | impl ProblemRecipe for FcNetProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `fc_net::FcNetProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ffmpeg::FfmpegProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/ffmpeg.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 79 | impl ProblemRecipe for FfmpegProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `ffmpeg::FfmpegProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `lightgbm::LightgbmProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/lightgbm.rs:29:6 [INFO] [stderr] | [INFO] [stderr] 29 | impl ProblemRecipe for LightgbmProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `lightgbm::LightgbmProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nasbench::NasbenchProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/nasbench.rs:179:6 [INFO] [stderr] | [INFO] [stderr] 179 | impl ProblemRecipe for NasbenchProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `nasbench::NasbenchProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sigopt::SigoptProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/sigopt.rs:37:6 [INFO] [stderr] | [INFO] [stderr] 37 | impl ProblemRecipe for SigoptProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `sigopt::SigoptProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `synthetic::mfb::MfbProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/synthetic/mfb.rs:32:6 [INFO] [stderr] | [INFO] [stderr] 32 | impl ProblemRecipe for MfbProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `synthetic::mfb::MfbProblemRecipe` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `synthetic::SyntheticProblemRecipe: structopt::StructOpt` is not satisfied [INFO] [stderr] --> src/synthetic.rs:18:6 [INFO] [stderr] | [INFO] [stderr] 18 | impl ProblemRecipe for SyntheticProblemRecipe { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `structopt::StructOpt` is not implemented for `synthetic::SyntheticProblemRecipe` [INFO] [stderr] [INFO] [stderr] error: could not compile `kurobako_problems`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kurobako_problems`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "62f8ac2330d135b65cf0c9b59bfa603fad0f8a10e0f6dcc58bff9b2002970a9f"` [INFO] running `"docker" "rm" "-f" "62f8ac2330d135b65cf0c9b59bfa603fad0f8a10e0f6dcc58bff9b2002970a9f"` [INFO] [stdout] 62f8ac2330d135b65cf0c9b59bfa603fad0f8a10e0f6dcc58bff9b2002970a9f