Oct 27 10:21:30.083 INFO checking OneEcho/minigrep against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:21:30.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 10:21:30.483 INFO blam! 120bb2f161b126628addf294c43344bd7abe5842b6395a3a87c09590d255f818 Oct 27 10:21:30.487 INFO running `"docker" "start" "-a" "120bb2f161b126628addf294c43344bd7abe5842b6395a3a87c09590d255f818"` Oct 27 10:21:32.033 INFO kablam! usermod: no changes Oct 27 10:21:32.111 INFO kablam! Checking minigrep v0.1.0 (/source) Oct 27 10:21:33.063 INFO kablam! warning: unused import: `std::io::prelude` Oct 27 10:21:33.063 INFO kablam! --> src/lib.rs:3:5 Oct 27 10:21:33.063 INFO kablam! | Oct 27 10:21:33.063 INFO kablam! 3 | use std::io::prelude::*; Oct 27 10:21:33.063 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 10:21:33.063 INFO kablam! | Oct 27 10:21:33.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:21:33.063 INFO kablam! Oct 27 10:21:33.135 INFO kablam! warning: unused import: `std::io::prelude` Oct 27 10:21:33.135 INFO kablam! --> src/lib.rs:3:5 Oct 27 10:21:33.135 INFO kablam! | Oct 27 10:21:33.135 INFO kablam! 3 | use std::io::prelude::*; Oct 27 10:21:33.135 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 10:21:33.135 INFO kablam! | Oct 27 10:21:33.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:21:33.135 INFO kablam! Oct 27 10:21:33.151 INFO kablam! warning: function is never used: `case_insensitive` Oct 27 10:21:33.151 INFO kablam! --> src/lib.rs:79:5 Oct 27 10:21:33.151 INFO kablam! | Oct 27 10:21:33.151 INFO kablam! 79 | fn case_insensitive() { Oct 27 10:21:33.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:21:33.151 INFO kablam! | Oct 27 10:21:33.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:21:33.151 INFO kablam! Oct 27 10:21:33.863 INFO kablam! error[E0308]: mismatched types Oct 27 10:21:33.863 INFO kablam! --> src/main.rs:11:30 Oct 27 10:21:33.863 INFO kablam! | Oct 27 10:21:33.863 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 27 10:21:33.863 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 27 10:21:33.863 INFO kablam! | Oct 27 10:21:33.863 INFO kablam! = note: expected type `std::env::Args` Oct 27 10:21:33.863 INFO kablam! found type `&std::vec::Vec` Oct 27 10:21:33.863 INFO kablam! Oct 27 10:21:33.870 INFO kablam! error: aborting due to previous error Oct 27 10:21:33.870 INFO kablam! Oct 27 10:21:33.870 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 10:21:33.875 INFO kablam! error[E0308]: mismatched types Oct 27 10:21:33.875 INFO kablam! --> src/main.rs:11:30 Oct 27 10:21:33.875 INFO kablam! | Oct 27 10:21:33.875 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 27 10:21:33.875 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 27 10:21:33.875 INFO kablam! | Oct 27 10:21:33.875 INFO kablam! = note: expected type `std::env::Args` Oct 27 10:21:33.875 INFO kablam! found type `&std::vec::Vec` Oct 27 10:21:33.875 INFO kablam! Oct 27 10:21:33.879 INFO kablam! error: Could not compile `minigrep`. Oct 27 10:21:33.879 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 10:21:33.880 INFO kablam! error: aborting due to previous error Oct 27 10:21:33.880 INFO kablam! Oct 27 10:21:33.880 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 10:21:33.888 INFO kablam! error: Could not compile `minigrep`. Oct 27 10:21:33.888 INFO kablam! Oct 27 10:21:33.888 INFO kablam! To learn more, run the command again with --verbose. Oct 27 10:21:33.890 INFO kablam! su: No module specific data is present Oct 27 10:21:34.637 INFO running `"docker" "rm" "-f" "120bb2f161b126628addf294c43344bd7abe5842b6395a3a87c09590d255f818"` Oct 27 10:21:35.029 INFO blam! 120bb2f161b126628addf294c43344bd7abe5842b6395a3a87c09590d255f818