Sep 04 07:59:42.901 INFO checking rust_inbox-0.0.5 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 07:59:42.901 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 07:59:42.901 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:59:43.187 INFO blam! 53a8721bc02771014321aa47adc558932ce958408c6c2cd7a7c14aa8b03ec6ca Sep 04 07:59:43.189 INFO running `"docker" "start" "-a" "53a8721bc02771014321aa47adc558932ce958408c6c2cd7a7c14aa8b03ec6ca"` Sep 04 07:59:44.464 INFO kablam! Checking base64 v0.2.1 Sep 04 07:59:44.469 INFO kablam! Checking rust_inbox v0.0.5 (file:///source) Sep 04 07:59:46.880 INFO kablam! error[E0463]: can't find crate for `imap` Sep 04 07:59:46.880 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 04 07:59:46.880 INFO kablam! | Sep 04 07:59:46.880 INFO kablam! 1 | extern crate imap; Sep 04 07:59:46.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 07:59:46.882 INFO kablam! Sep 04 07:59:46.882 INFO kablam! error: aborting due to previous error Sep 04 07:59:46.882 INFO kablam! Sep 04 07:59:46.882 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 07:59:46.886 INFO kablam! error: Could not compile `rust_inbox`. Sep 04 07:59:46.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:59:46.955 INFO kablam! error[E0463]: can't find crate for `imap` Sep 04 07:59:46.955 INFO kablam! --> examples/basic.rs:1:1 Sep 04 07:59:46.955 INFO kablam! | Sep 04 07:59:46.955 INFO kablam! 1 | extern crate imap; Sep 04 07:59:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 07:59:46.955 INFO kablam! Sep 04 07:59:46.955 INFO kablam! error: aborting due to previous error Sep 04 07:59:46.956 INFO kablam! Sep 04 07:59:46.956 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 07:59:46.961 INFO kablam! error: Could not compile `rust_inbox`. Sep 04 07:59:46.961 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:59:47.618 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.618 INFO kablam! --> src/client.rs:832:29 Sep 04 07:59:47.618 INFO kablam! | Sep 04 07:59:47.618 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 04 07:59:47.618 INFO kablam! | ----^ Sep 04 07:59:47.618 INFO kablam! | | Sep 04 07:59:47.618 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.624 INFO kablam! | Sep 04 07:59:47.624 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:59:47.624 INFO kablam! Sep 04 07:59:47.626 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.626 INFO kablam! --> src/client.rs:837:33 Sep 04 07:59:47.626 INFO kablam! | Sep 04 07:59:47.626 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 04 07:59:47.626 INFO kablam! | ----^ Sep 04 07:59:47.626 INFO kablam! | | Sep 04 07:59:47.626 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.626 INFO kablam! Sep 04 07:59:47.628 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.628 INFO kablam! --> src/client.rs:855:28 Sep 04 07:59:47.628 INFO kablam! | Sep 04 07:59:47.628 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 04 07:59:47.628 INFO kablam! | ----^ Sep 04 07:59:47.628 INFO kablam! | | Sep 04 07:59:47.628 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.628 INFO kablam! Sep 04 07:59:47.630 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.630 INFO kablam! --> src/client.rs:860:32 Sep 04 07:59:47.630 INFO kablam! | Sep 04 07:59:47.630 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 04 07:59:47.630 INFO kablam! | ----^ Sep 04 07:59:47.630 INFO kablam! | | Sep 04 07:59:47.630 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.630 INFO kablam! Sep 04 07:59:47.631 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.631 INFO kablam! --> src/client.rs:880:29 Sep 04 07:59:47.631 INFO kablam! | Sep 04 07:59:47.631 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 04 07:59:47.631 INFO kablam! | ----^ Sep 04 07:59:47.631 INFO kablam! | | Sep 04 07:59:47.631 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.631 INFO kablam! Sep 04 07:59:47.633 INFO kablam! warning: variable does not need to be mutable Sep 04 07:59:47.633 INFO kablam! --> src/client.rs:885:33 Sep 04 07:59:47.633 INFO kablam! | Sep 04 07:59:47.633 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 04 07:59:47.633 INFO kablam! | ----^ Sep 04 07:59:47.633 INFO kablam! | | Sep 04 07:59:47.633 INFO kablam! | help: remove this `mut` Sep 04 07:59:47.633 INFO kablam! Sep 04 07:59:47.754 INFO kablam! error: build failed Sep 04 07:59:47.756 INFO kablam! su: No module specific data is present Sep 04 07:59:48.335 INFO running `"docker" "rm" "-f" "53a8721bc02771014321aa47adc558932ce958408c6c2cd7a7c14aa8b03ec6ca"` Sep 04 07:59:48.492 INFO blam! 53a8721bc02771014321aa47adc558932ce958408c6c2cd7a7c14aa8b03ec6ca