Sep 01 08:09:15.008 INFO checking rust_inbox-0.0.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 08:09:15.008 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 08:09:15.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:09:15.300 INFO blam! 8ec9615e048958da2f482944ef1c532c8c09c9492e9a080463c51de6272173f4 Sep 01 08:09:15.301 INFO running `"docker" "start" "-a" "8ec9615e048958da2f482944ef1c532c8c09c9492e9a080463c51de6272173f4"` Sep 01 08:09:16.196 INFO kablam! Checking rust_inbox v0.0.5 (file:///source) Sep 01 08:09:18.502 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.502 INFO kablam! --> src/client.rs:832:29 Sep 01 08:09:18.502 INFO kablam! | Sep 01 08:09:18.502 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 01 08:09:18.502 INFO kablam! | ----^ Sep 01 08:09:18.502 INFO kablam! | | Sep 01 08:09:18.502 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.506 INFO kablam! | Sep 01 08:09:18.506 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 08:09:18.506 INFO kablam! Sep 01 08:09:18.507 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.507 INFO kablam! --> src/client.rs:837:33 Sep 01 08:09:18.507 INFO kablam! | Sep 01 08:09:18.507 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 01 08:09:18.507 INFO kablam! | ----^ Sep 01 08:09:18.507 INFO kablam! | | Sep 01 08:09:18.507 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.507 INFO kablam! Sep 01 08:09:18.509 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.509 INFO kablam! --> src/client.rs:855:28 Sep 01 08:09:18.509 INFO kablam! | Sep 01 08:09:18.509 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 01 08:09:18.509 INFO kablam! | ----^ Sep 01 08:09:18.509 INFO kablam! | | Sep 01 08:09:18.509 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.509 INFO kablam! Sep 01 08:09:18.510 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.510 INFO kablam! --> src/client.rs:860:32 Sep 01 08:09:18.510 INFO kablam! | Sep 01 08:09:18.510 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 01 08:09:18.510 INFO kablam! | ----^ Sep 01 08:09:18.510 INFO kablam! | | Sep 01 08:09:18.510 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.510 INFO kablam! Sep 01 08:09:18.511 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.511 INFO kablam! --> src/client.rs:880:29 Sep 01 08:09:18.512 INFO kablam! | Sep 01 08:09:18.512 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 01 08:09:18.512 INFO kablam! | ----^ Sep 01 08:09:18.512 INFO kablam! | | Sep 01 08:09:18.512 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.512 INFO kablam! Sep 01 08:09:18.512 INFO kablam! warning: variable does not need to be mutable Sep 01 08:09:18.512 INFO kablam! --> src/client.rs:885:33 Sep 01 08:09:18.512 INFO kablam! | Sep 01 08:09:18.513 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 01 08:09:18.513 INFO kablam! | ----^ Sep 01 08:09:18.513 INFO kablam! | | Sep 01 08:09:18.513 INFO kablam! | help: remove this `mut` Sep 01 08:09:18.513 INFO kablam! Sep 01 08:09:18.645 INFO kablam! error[E0463]: can't find crate for `imap` Sep 01 08:09:18.645 INFO kablam! --> examples/basic.rs:1:1 Sep 01 08:09:18.645 INFO kablam! | Sep 01 08:09:18.645 INFO kablam! 1 | extern crate imap; Sep 01 08:09:18.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 08:09:18.645 INFO kablam! Sep 01 08:09:18.646 INFO kablam! error: aborting due to previous error Sep 01 08:09:18.646 INFO kablam! Sep 01 08:09:18.647 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 08:09:18.654 INFO kablam! error: Could not compile `rust_inbox`. Sep 01 08:09:18.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:09:18.712 INFO kablam! error[E0463]: can't find crate for `imap` Sep 01 08:09:18.712 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 01 08:09:18.712 INFO kablam! | Sep 01 08:09:18.712 INFO kablam! 1 | extern crate imap; Sep 01 08:09:18.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 08:09:18.713 INFO kablam! Sep 01 08:09:18.713 INFO kablam! error: aborting due to previous error Sep 01 08:09:18.713 INFO kablam! Sep 01 08:09:18.713 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 08:09:18.723 INFO kablam! error: Could not compile `rust_inbox`. Sep 01 08:09:18.723 INFO kablam! Sep 01 08:09:18.723 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:09:18.724 INFO kablam! su: No module specific data is present Sep 01 08:09:19.266 INFO running `"docker" "rm" "-f" "8ec9615e048958da2f482944ef1c532c8c09c9492e9a080463c51de6272173f4"` Sep 01 08:09:19.413 INFO blam! 8ec9615e048958da2f482944ef1c532c8c09c9492e9a080463c51de6272173f4