Oct 14 21:42:50.979 INFO testing emawutor/minigrep_emmanuel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:42:50.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 21:42:51.463 INFO blam! 7921e735ca47e25097a95fc27d259765219d500b435381d960120b4f63af4f00 Oct 14 21:42:51.479 INFO running `"docker" "start" "-a" "7921e735ca47e25097a95fc27d259765219d500b435381d960120b4f63af4f00"` Oct 14 21:42:52.859 INFO kablam! usermod: no changes Oct 14 21:42:52.923 INFO kablam! Compiling minigrep_emmanuel v0.1.0 (/source) Oct 14 21:42:53.219 INFO kablam! warning: unused import: `super::*` Oct 14 21:42:53.219 INFO kablam! --> src/lib.rs:67:9 Oct 14 21:42:53.219 INFO kablam! | Oct 14 21:42:53.219 INFO kablam! 67 | use super::*; Oct 14 21:42:53.219 INFO kablam! | ^^^^^^^^ Oct 14 21:42:53.219 INFO kablam! | Oct 14 21:42:53.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:42:53.219 INFO kablam! Oct 14 21:42:53.259 INFO kablam! warning: variable does not need to be mutable Oct 14 21:42:53.259 INFO kablam! --> src/lib.rs:58:36 Oct 14 21:42:53.259 INFO kablam! | Oct 14 21:42:53.259 INFO kablam! 58 | pub fn search_case_insensitive<'a>(mut query: &str, contents: &'a str) -> Vec<&'a str> { Oct 14 21:42:53.259 INFO kablam! | ----^^^^^ Oct 14 21:42:53.259 INFO kablam! | | Oct 14 21:42:53.259 INFO kablam! | help: remove this `mut` Oct 14 21:42:53.259 INFO kablam! | Oct 14 21:42:53.259 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:42:53.259 INFO kablam! Oct 14 21:42:54.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 14 21:42:54.579 INFO kablam! su: No module specific data is present Oct 14 21:42:55.111 INFO running `"docker" "rm" "-f" "7921e735ca47e25097a95fc27d259765219d500b435381d960120b4f63af4f00"` Oct 14 21:42:55.407 INFO blam! 7921e735ca47e25097a95fc27d259765219d500b435381d960120b4f63af4f00 Oct 14 21:42:55.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 21:42:55.793 INFO blam! 3a352b5ee8e2b13174f48df340ddfdc017cf9886d266a41765f3017126dfe5ec Oct 14 21:42:55.796 INFO running `"docker" "start" "-a" "3a352b5ee8e2b13174f48df340ddfdc017cf9886d266a41765f3017126dfe5ec"` Oct 14 21:42:56.952 INFO kablam! usermod: no changes Oct 14 21:42:57.039 INFO kablam! Compiling minigrep_emmanuel v0.1.0 (/source) Oct 14 21:42:57.659 INFO kablam! warning: variable does not need to be mutable Oct 14 21:42:57.659 INFO kablam! --> src/lib.rs:58:36 Oct 14 21:42:57.659 INFO kablam! | Oct 14 21:42:57.659 INFO kablam! 58 | pub fn search_case_insensitive<'a>(mut query: &str, contents: &'a str) -> Vec<&'a str> { Oct 14 21:42:57.659 INFO kablam! | ----^^^^^ Oct 14 21:42:57.659 INFO kablam! | | Oct 14 21:42:57.659 INFO kablam! | help: remove this `mut` Oct 14 21:42:57.659 INFO kablam! | Oct 14 21:42:57.659 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:42:57.659 INFO kablam! Oct 14 21:42:58.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 14 21:42:58.611 INFO kablam! su: No module specific data is present Oct 14 21:42:59.223 INFO running `"docker" "rm" "-f" "3a352b5ee8e2b13174f48df340ddfdc017cf9886d266a41765f3017126dfe5ec"` Oct 14 21:42:59.434 INFO blam! 3a352b5ee8e2b13174f48df340ddfdc017cf9886d266a41765f3017126dfe5ec