Sep 19 21:06:01.044 INFO checking rust_inbox-0.0.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:06:01.044 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:06:01.044 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:06:03.807 INFO blam! 0c53df690b45b3a40c525e78a8bf9e72c45773b296b5d5d966f632ff2103b5e8 Sep 19 21:06:03.808 INFO running `"docker" "start" "-a" "0c53df690b45b3a40c525e78a8bf9e72c45773b296b5d5d966f632ff2103b5e8"` Sep 19 21:06:04.247 INFO kablam! usermod: no changes Sep 19 21:06:04.301 INFO kablam! Checking base64 v0.2.1 Sep 19 21:06:04.302 INFO kablam! Checking rust_inbox v0.0.5 (/source) Sep 19 21:06:05.401 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.401 INFO kablam! --> src/client.rs:832:29 Sep 19 21:06:05.401 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 19 21:06:05.402 INFO kablam! | ----^ Sep 19 21:06:05.402 INFO kablam! | | Sep 19 21:06:05.402 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.402 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 21:06:05.402 INFO kablam! Sep 19 21:06:05.402 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.402 INFO kablam! --> src/client.rs:837:33 Sep 19 21:06:05.402 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 19 21:06:05.402 INFO kablam! | ----^ Sep 19 21:06:05.402 INFO kablam! | | Sep 19 21:06:05.402 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.402 INFO kablam! Sep 19 21:06:05.402 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.402 INFO kablam! --> src/client.rs:855:28 Sep 19 21:06:05.402 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 19 21:06:05.402 INFO kablam! | ----^ Sep 19 21:06:05.402 INFO kablam! | | Sep 19 21:06:05.402 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.402 INFO kablam! Sep 19 21:06:05.402 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.402 INFO kablam! --> src/client.rs:860:32 Sep 19 21:06:05.402 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 19 21:06:05.402 INFO kablam! | ----^ Sep 19 21:06:05.402 INFO kablam! | | Sep 19 21:06:05.402 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.402 INFO kablam! Sep 19 21:06:05.402 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.402 INFO kablam! --> src/client.rs:880:29 Sep 19 21:06:05.402 INFO kablam! | Sep 19 21:06:05.402 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 19 21:06:05.402 INFO kablam! | ----^ Sep 19 21:06:05.402 INFO kablam! | | Sep 19 21:06:05.402 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.402 INFO kablam! Sep 19 21:06:05.405 INFO kablam! warning: variable does not need to be mutable Sep 19 21:06:05.405 INFO kablam! --> src/client.rs:885:33 Sep 19 21:06:05.405 INFO kablam! | Sep 19 21:06:05.405 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 19 21:06:05.405 INFO kablam! | ----^ Sep 19 21:06:05.405 INFO kablam! | | Sep 19 21:06:05.405 INFO kablam! | help: remove this `mut` Sep 19 21:06:05.405 INFO kablam! error[E0463]: can't find crate for `imap` Sep 19 21:06:05.405 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 19 21:06:05.405 INFO kablam! | Sep 19 21:06:05.405 INFO kablam! 1 | extern crate imap; Sep 19 21:06:05.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 21:06:05.405 INFO kablam! Sep 19 21:06:05.405 INFO kablam! error: aborting due to previous error Sep 19 21:06:05.405 INFO kablam! Sep 19 21:06:05.405 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 21:06:05.405 INFO kablam! Sep 19 21:06:05.405 INFO kablam! error: Could not compile `rust_inbox`. Sep 19 21:06:05.405 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:06:05.493 INFO kablam! error[E0463]: can't find crate for `imap` Sep 19 21:06:05.493 INFO kablam! --> examples/basic.rs:1:1 Sep 19 21:06:05.493 INFO kablam! | Sep 19 21:06:05.493 INFO kablam! 1 | extern crate imap; Sep 19 21:06:05.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 21:06:05.493 INFO kablam! Sep 19 21:06:05.493 INFO kablam! error: aborting due to previous error Sep 19 21:06:05.493 INFO kablam! Sep 19 21:06:05.493 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 21:06:05.498 INFO kablam! error: Could not compile `rust_inbox`. Sep 19 21:06:05.498 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:06:05.506 INFO kablam! error: build failed Sep 19 21:06:05.506 INFO kablam! su: No module specific data is present Sep 19 21:06:06.309 INFO running `"docker" "rm" "-f" "0c53df690b45b3a40c525e78a8bf9e72c45773b296b5d5d966f632ff2103b5e8"` Sep 19 21:06:06.420 INFO blam! 0c53df690b45b3a40c525e78a8bf9e72c45773b296b5d5d966f632ff2103b5e8