Sep 02 01:29:19.364 INFO checking rust_inbox-0.0.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:29:19.364 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:29:19.364 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:29:19.610 INFO blam! 0e5973e2d0cded91d0291f0dca8e8cbef97e3d4cba9f11931d918065773f6dab Sep 02 01:29:19.612 INFO running `"docker" "start" "-a" "0e5973e2d0cded91d0291f0dca8e8cbef97e3d4cba9f11931d918065773f6dab"` Sep 02 01:29:20.587 INFO kablam! Checking base64 v0.2.1 Sep 02 01:29:20.603 INFO kablam! Checking rust_inbox v0.0.5 (file:///source) Sep 02 01:29:23.161 INFO kablam! error[E0463]: can't find crate for `imap` Sep 02 01:29:23.161 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 02 01:29:23.161 INFO kablam! | Sep 02 01:29:23.161 INFO kablam! 1 | extern crate imap; Sep 02 01:29:23.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 01:29:23.161 INFO kablam! Sep 02 01:29:23.162 INFO kablam! error: aborting due to previous error Sep 02 01:29:23.162 INFO kablam! Sep 02 01:29:23.163 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 01:29:23.170 INFO kablam! error: Could not compile `rust_inbox`. Sep 02 01:29:23.171 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:29:23.233 INFO kablam! error[E0463]: can't find crate for `imap` Sep 02 01:29:23.234 INFO kablam! --> examples/basic.rs:1:1 Sep 02 01:29:23.234 INFO kablam! | Sep 02 01:29:23.234 INFO kablam! 1 | extern crate imap; Sep 02 01:29:23.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 02 01:29:23.234 INFO kablam! Sep 02 01:29:23.234 INFO kablam! error: aborting due to previous error Sep 02 01:29:23.234 INFO kablam! Sep 02 01:29:23.234 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 02 01:29:23.239 INFO kablam! error: Could not compile `rust_inbox`. Sep 02 01:29:23.239 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:29:24.086 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.086 INFO kablam! --> src/client.rs:832:29 Sep 02 01:29:24.086 INFO kablam! | Sep 02 01:29:24.086 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 02 01:29:24.086 INFO kablam! | ----^ Sep 02 01:29:24.086 INFO kablam! | | Sep 02 01:29:24.086 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.086 INFO kablam! | Sep 02 01:29:24.086 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 01:29:24.086 INFO kablam! Sep 02 01:29:24.087 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.087 INFO kablam! --> src/client.rs:837:33 Sep 02 01:29:24.087 INFO kablam! | Sep 02 01:29:24.087 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 02 01:29:24.087 INFO kablam! | ----^ Sep 02 01:29:24.087 INFO kablam! | | Sep 02 01:29:24.087 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.087 INFO kablam! Sep 02 01:29:24.089 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.089 INFO kablam! --> src/client.rs:855:28 Sep 02 01:29:24.089 INFO kablam! | Sep 02 01:29:24.089 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 02 01:29:24.090 INFO kablam! | ----^ Sep 02 01:29:24.090 INFO kablam! | | Sep 02 01:29:24.090 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.090 INFO kablam! Sep 02 01:29:24.091 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.091 INFO kablam! --> src/client.rs:860:32 Sep 02 01:29:24.091 INFO kablam! | Sep 02 01:29:24.091 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 02 01:29:24.091 INFO kablam! | ----^ Sep 02 01:29:24.091 INFO kablam! | | Sep 02 01:29:24.091 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.091 INFO kablam! Sep 02 01:29:24.093 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.093 INFO kablam! --> src/client.rs:880:29 Sep 02 01:29:24.093 INFO kablam! | Sep 02 01:29:24.093 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 02 01:29:24.093 INFO kablam! | ----^ Sep 02 01:29:24.093 INFO kablam! | | Sep 02 01:29:24.093 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.093 INFO kablam! Sep 02 01:29:24.094 INFO kablam! warning: variable does not need to be mutable Sep 02 01:29:24.094 INFO kablam! --> src/client.rs:885:33 Sep 02 01:29:24.094 INFO kablam! | Sep 02 01:29:24.094 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 02 01:29:24.094 INFO kablam! | ----^ Sep 02 01:29:24.094 INFO kablam! | | Sep 02 01:29:24.094 INFO kablam! | help: remove this `mut` Sep 02 01:29:24.094 INFO kablam! Sep 02 01:29:24.254 INFO kablam! error: build failed Sep 02 01:29:24.256 INFO kablam! su: No module specific data is present Sep 02 01:29:24.895 INFO running `"docker" "rm" "-f" "0e5973e2d0cded91d0291f0dca8e8cbef97e3d4cba9f11931d918065773f6dab"` Sep 02 01:29:25.100 INFO blam! 0e5973e2d0cded91d0291f0dca8e8cbef97e3d4cba9f11931d918065773f6dab