Oct 21 20:47:10.209 INFO checking OneEcho/minigrep against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:47:10.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 20:47:10.590 INFO blam! 30f973ab622b2a82a16e020c01be4c00284e790b5c8812324bf7452a9b09833a Oct 21 20:47:10.592 INFO running `"docker" "start" "-a" "30f973ab622b2a82a16e020c01be4c00284e790b5c8812324bf7452a9b09833a"` Oct 21 20:47:12.297 INFO kablam! usermod: no changes Oct 21 20:47:12.381 INFO kablam! Checking minigrep v0.1.0 (/source) Oct 21 20:47:13.268 INFO kablam! warning: unused import: `std::io::prelude` Oct 21 20:47:13.268 INFO kablam! --> src/lib.rs:3:5 Oct 21 20:47:13.268 INFO kablam! | Oct 21 20:47:13.268 INFO kablam! 3 | use std::io::prelude::*; Oct 21 20:47:13.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:47:13.268 INFO kablam! | Oct 21 20:47:13.268 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:47:13.268 INFO kablam! Oct 21 20:47:13.304 INFO kablam! warning: unused import: `std::io::prelude` Oct 21 20:47:13.304 INFO kablam! --> src/lib.rs:3:5 Oct 21 20:47:13.304 INFO kablam! | Oct 21 20:47:13.304 INFO kablam! 3 | use std::io::prelude::*; Oct 21 20:47:13.304 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:47:13.304 INFO kablam! | Oct 21 20:47:13.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:47:13.304 INFO kablam! Oct 21 20:47:13.320 INFO kablam! warning: function is never used: `case_insensitive` Oct 21 20:47:13.320 INFO kablam! --> src/lib.rs:79:5 Oct 21 20:47:13.320 INFO kablam! | Oct 21 20:47:13.320 INFO kablam! 79 | fn case_insensitive() { Oct 21 20:47:13.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:47:13.320 INFO kablam! | Oct 21 20:47:13.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:47:13.320 INFO kablam! Oct 21 20:47:14.508 INFO kablam! error[E0308]: mismatched types Oct 21 20:47:14.508 INFO kablam! --> src/main.rs:11:30 Oct 21 20:47:14.508 INFO kablam! | Oct 21 20:47:14.508 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 21 20:47:14.508 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 21 20:47:14.508 INFO kablam! | Oct 21 20:47:14.508 INFO kablam! = note: expected type `std::env::Args` Oct 21 20:47:14.508 INFO kablam! found type `&std::vec::Vec` Oct 21 20:47:14.508 INFO kablam! Oct 21 20:47:14.508 INFO kablam! error: aborting due to previous error Oct 21 20:47:14.508 INFO kablam! Oct 21 20:47:14.508 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 20:47:14.520 INFO kablam! error[E0308]: mismatched types Oct 21 20:47:14.520 INFO kablam! --> src/main.rs:11:30 Oct 21 20:47:14.520 INFO kablam! | Oct 21 20:47:14.520 INFO kablam! 11 | let config = Config::new(&args).unwrap_or_else(|err| { Oct 21 20:47:14.520 INFO kablam! | ^^^^^ expected struct `std::env::Args`, found reference Oct 21 20:47:14.520 INFO kablam! | Oct 21 20:47:14.520 INFO kablam! = note: expected type `std::env::Args` Oct 21 20:47:14.520 INFO kablam! found type `&std::vec::Vec` Oct 21 20:47:14.520 INFO kablam! Oct 21 20:47:14.522 INFO kablam! error: Could not compile `minigrep`. Oct 21 20:47:14.522 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 20:47:14.532 INFO kablam! error: aborting due to previous error Oct 21 20:47:14.532 INFO kablam! Oct 21 20:47:14.532 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 20:47:14.538 INFO kablam! error: Could not compile `minigrep`. Oct 21 20:47:14.538 INFO kablam! Oct 21 20:47:14.538 INFO kablam! To learn more, run the command again with --verbose. Oct 21 20:47:14.548 INFO kablam! su: No module specific data is present Oct 21 20:47:15.616 INFO running `"docker" "rm" "-f" "30f973ab622b2a82a16e020c01be4c00284e790b5c8812324bf7452a9b09833a"` Oct 21 20:47:15.834 INFO blam! 30f973ab622b2a82a16e020c01be4c00284e790b5c8812324bf7452a9b09833a