Oct 13 03:13:08.346 INFO checking OneEcho/minigrep against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:13:08.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 03:13:08.764 INFO blam! 14ef2c52632f6994796677f90192fb418956aacbafca20c7b67813963d7f0973 Oct 13 03:13:08.768 INFO running `"docker" "start" "-a" "14ef2c52632f6994796677f90192fb418956aacbafca20c7b67813963d7f0973"` Oct 13 03:13:10.455 INFO kablam! usermod: no changes Oct 13 03:13:10.516 INFO kablam! Checking minigrep v0.1.0 (/source) Oct 13 03:13:11.556 INFO kablam! warning: unused import: `std::io::prelude` Oct 13 03:13:11.557 INFO kablam! --> src/lib.rs:3:5 Oct 13 03:13:11.557 INFO kablam! | Oct 13 03:13:11.557 INFO kablam! 3 | use std::io::prelude::*; Oct 13 03:13:11.557 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:13:11.558 INFO kablam! | Oct 13 03:13:11.558 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:13:11.558 INFO kablam! Oct 13 03:13:11.572 INFO kablam! warning: function is never used: `case_insensitive` Oct 13 03:13:11.572 INFO kablam! --> src/lib.rs:79:5 Oct 13 03:13:11.572 INFO kablam! | Oct 13 03:13:11.573 INFO kablam! 79 | fn case_insensitive() { Oct 13 03:13:11.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:13:11.573 INFO kablam! | Oct 13 03:13:11.574 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:13:11.574 INFO kablam! Oct 13 03:13:11.617 INFO kablam! warning: unused import: `std::io::prelude` Oct 13 03:13:11.617 INFO kablam! --> src/lib.rs:3:5 Oct 13 03:13:11.618 INFO kablam! | Oct 13 03:13:11.618 INFO kablam! 3 | use std::io::prelude::*; Oct 13 03:13:11.624 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:13:11.625 INFO kablam! | Oct 13 03:13:11.625 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:13:11.625 INFO kablam! Oct 13 03:13:12.484 INFO kablam! error[E0308]: mismatched types Oct 13 03:13:12.484 INFO kablam! --> src/main.rs:11:30 Oct 13 03:13:12.484 INFO kablam! | Oct 13 03:13:12.484 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 13 03:13:12.484 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 13 03:13:12.484 INFO kablam! | Oct 13 03:13:12.484 INFO kablam! = note: expected type `std::env::Args` Oct 13 03:13:12.484 INFO kablam! found type `&std::vec::Vec` Oct 13 03:13:12.484 INFO kablam! Oct 13 03:13:12.502 INFO kablam! error: aborting due to previous error Oct 13 03:13:12.502 INFO kablam! Oct 13 03:13:12.503 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 03:13:12.517 INFO kablam! error: Could not compile `minigrep`. Oct 13 03:13:12.518 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 03:13:12.575 INFO kablam! error[E0308]: mismatched types Oct 13 03:13:12.576 INFO kablam! --> src/main.rs:11:30 Oct 13 03:13:12.576 INFO kablam! | Oct 13 03:13:12.580 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 13 03:13:12.581 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 13 03:13:12.581 INFO kablam! | Oct 13 03:13:12.581 INFO kablam! = note: expected type `std::env::Args` Oct 13 03:13:12.581 INFO kablam! found type `&std::vec::Vec` Oct 13 03:13:12.582 INFO kablam! Oct 13 03:13:12.584 INFO kablam! error: aborting due to previous error Oct 13 03:13:12.584 INFO kablam! Oct 13 03:13:12.585 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 03:13:12.592 INFO kablam! error: Could not compile `minigrep`. Oct 13 03:13:12.592 INFO kablam! Oct 13 03:13:12.593 INFO kablam! To learn more, run the command again with --verbose. Oct 13 03:13:12.593 INFO kablam! su: No module specific data is present Oct 13 03:13:13.336 INFO running `"docker" "rm" "-f" "14ef2c52632f6994796677f90192fb418956aacbafca20c7b67813963d7f0973"` Oct 13 03:13:13.660 INFO blam! 14ef2c52632f6994796677f90192fb418956aacbafca20c7b67813963d7f0973