Sep 06 00:49:32.071 INFO checking rust_inbox-0.0.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:49:32.071 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:49:32.071 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:49:33.255 INFO blam! 29b5bd86e7750490c261ff5813d2a94a8511d717a5340fcd829cd43cf01c2799 Sep 06 00:49:33.256 INFO running `"docker" "start" "-a" "29b5bd86e7750490c261ff5813d2a94a8511d717a5340fcd829cd43cf01c2799"` Sep 06 00:49:34.011 INFO kablam! usermod: no changes Sep 06 00:49:34.090 INFO kablam! Checking base64 v0.2.1 Sep 06 00:49:34.126 INFO kablam! Checking rust_inbox v0.0.5 (file:///source) Sep 06 00:49:35.438 INFO kablam! error[E0463]: can't find crate for `imap` Sep 06 00:49:35.438 INFO kablam! --> examples/basic.rs:1:1 Sep 06 00:49:35.438 INFO kablam! | Sep 06 00:49:35.438 INFO kablam! 1 | extern crate imap; Sep 06 00:49:35.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 06 00:49:35.438 INFO kablam! Sep 06 00:49:35.443 INFO kablam! error: aborting due to previous error Sep 06 00:49:35.443 INFO kablam! Sep 06 00:49:35.443 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 00:49:35.454 INFO kablam! error: Could not compile `rust_inbox`. Sep 06 00:49:35.454 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:49:35.510 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.510 INFO kablam! --> src/client.rs:832:29 Sep 06 00:49:35.510 INFO kablam! | Sep 06 00:49:35.510 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 06 00:49:35.510 INFO kablam! | ----^ Sep 06 00:49:35.510 INFO kablam! | | Sep 06 00:49:35.510 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.510 INFO kablam! | Sep 06 00:49:35.510 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:49:35.510 INFO kablam! Sep 06 00:49:35.510 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.510 INFO kablam! --> src/client.rs:837:33 Sep 06 00:49:35.510 INFO kablam! | Sep 06 00:49:35.510 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 06 00:49:35.510 INFO kablam! | ----^ Sep 06 00:49:35.510 INFO kablam! | | Sep 06 00:49:35.510 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.510 INFO kablam! Sep 06 00:49:35.510 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.510 INFO kablam! --> src/client.rs:855:28 Sep 06 00:49:35.510 INFO kablam! | Sep 06 00:49:35.510 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 06 00:49:35.510 INFO kablam! | ----^ Sep 06 00:49:35.510 INFO kablam! | | Sep 06 00:49:35.510 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.510 INFO kablam! Sep 06 00:49:35.510 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.510 INFO kablam! --> src/client.rs:860:32 Sep 06 00:49:35.510 INFO kablam! | Sep 06 00:49:35.510 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 06 00:49:35.510 INFO kablam! | ----^ Sep 06 00:49:35.510 INFO kablam! | | Sep 06 00:49:35.511 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.511 INFO kablam! Sep 06 00:49:35.512 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.512 INFO kablam! --> src/client.rs:880:29 Sep 06 00:49:35.512 INFO kablam! | Sep 06 00:49:35.512 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 06 00:49:35.512 INFO kablam! | ----^ Sep 06 00:49:35.512 INFO kablam! | | Sep 06 00:49:35.512 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.512 INFO kablam! Sep 06 00:49:35.512 INFO kablam! warning: variable does not need to be mutable Sep 06 00:49:35.512 INFO kablam! --> src/client.rs:885:33 Sep 06 00:49:35.512 INFO kablam! | Sep 06 00:49:35.512 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 06 00:49:35.512 INFO kablam! | ----^ Sep 06 00:49:35.512 INFO kablam! | | Sep 06 00:49:35.512 INFO kablam! | help: remove this `mut` Sep 06 00:49:35.512 INFO kablam! Sep 06 00:49:35.517 INFO kablam! error[E0463]: can't find crate for `imap` Sep 06 00:49:35.517 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 06 00:49:35.517 INFO kablam! | Sep 06 00:49:35.517 INFO kablam! 1 | extern crate imap; Sep 06 00:49:35.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 06 00:49:35.517 INFO kablam! Sep 06 00:49:35.518 INFO kablam! error: aborting due to previous error Sep 06 00:49:35.518 INFO kablam! Sep 06 00:49:35.518 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 00:49:35.531 INFO kablam! error: Could not compile `rust_inbox`. Sep 06 00:49:35.531 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:49:35.608 INFO kablam! error: build failed Sep 06 00:49:35.609 INFO kablam! su: No module specific data is present Sep 06 00:49:36.670 INFO running `"docker" "rm" "-f" "29b5bd86e7750490c261ff5813d2a94a8511d717a5340fcd829cd43cf01c2799"` Sep 06 00:49:36.794 INFO blam! 29b5bd86e7750490c261ff5813d2a94a8511d717a5340fcd829cd43cf01c2799