Sep 19 19:10:19.186 INFO checking rust_inbox-0.0.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:10:19.186 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:10:19.187 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:10:19.515 INFO blam! ff03e92b289ba48a17bae6868cc9073cfbc9aa8cd0a84c199ee912a973c755ac Sep 19 19:10:19.517 INFO running `"docker" "start" "-a" "ff03e92b289ba48a17bae6868cc9073cfbc9aa8cd0a84c199ee912a973c755ac"` Sep 19 19:10:20.828 INFO kablam! usermod: no changes Sep 19 19:10:20.985 INFO kablam! Checking rust_inbox v0.0.5 (/source) Sep 19 19:10:22.247 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.247 INFO kablam! --> src/client.rs:832:29 Sep 19 19:10:22.247 INFO kablam! | Sep 19 19:10:22.247 INFO kablam! 832 | generic_store(" ", |mut c, set, query| c.store(set, query)); Sep 19 19:10:22.247 INFO kablam! | ----^ Sep 19 19:10:22.247 INFO kablam! | | Sep 19 19:10:22.247 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.247 INFO kablam! | Sep 19 19:10:22.247 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:10:22.247 INFO kablam! Sep 19 19:10:22.247 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.247 INFO kablam! --> src/client.rs:837:33 Sep 19 19:10:22.247 INFO kablam! | Sep 19 19:10:22.247 INFO kablam! 837 | generic_store(" UID ", |mut c, set, query| c.uid_store(set, query)); Sep 19 19:10:22.247 INFO kablam! | ----^ Sep 19 19:10:22.247 INFO kablam! | | Sep 19 19:10:22.247 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.247 INFO kablam! Sep 19 19:10:22.249 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.249 INFO kablam! --> src/client.rs:855:28 Sep 19 19:10:22.249 INFO kablam! | Sep 19 19:10:22.250 INFO kablam! 855 | generic_copy(" ", |mut c, set, query| c.copy(set, query)) Sep 19 19:10:22.250 INFO kablam! | ----^ Sep 19 19:10:22.250 INFO kablam! | | Sep 19 19:10:22.250 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.250 INFO kablam! Sep 19 19:10:22.250 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.250 INFO kablam! --> src/client.rs:860:32 Sep 19 19:10:22.250 INFO kablam! | Sep 19 19:10:22.250 INFO kablam! 860 | generic_copy(" UID ", |mut c, set, query| c.uid_copy(set, query)) Sep 19 19:10:22.250 INFO kablam! | ----^ Sep 19 19:10:22.250 INFO kablam! | | Sep 19 19:10:22.250 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.250 INFO kablam! Sep 19 19:10:22.250 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.250 INFO kablam! --> src/client.rs:880:29 Sep 19 19:10:22.250 INFO kablam! | Sep 19 19:10:22.250 INFO kablam! 880 | generic_fetch(" ", |mut c, seq, query| c.fetch(seq, query)) Sep 19 19:10:22.250 INFO kablam! | ----^ Sep 19 19:10:22.250 INFO kablam! | | Sep 19 19:10:22.250 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.259 INFO kablam! Sep 19 19:10:22.259 INFO kablam! warning: variable does not need to be mutable Sep 19 19:10:22.259 INFO kablam! --> src/client.rs:885:33 Sep 19 19:10:22.259 INFO kablam! | Sep 19 19:10:22.259 INFO kablam! 885 | generic_fetch(" UID ", |mut c, seq, query| c.uid_fetch(seq, query)) Sep 19 19:10:22.259 INFO kablam! | ----^ Sep 19 19:10:22.259 INFO kablam! | | Sep 19 19:10:22.259 INFO kablam! | help: remove this `mut` Sep 19 19:10:22.259 INFO kablam! Sep 19 19:10:22.923 INFO kablam! error[E0463]: can't find crate for `imap` Sep 19 19:10:22.923 INFO kablam! --> examples/gmail_oauth2.rs:1:1 Sep 19 19:10:22.923 INFO kablam! | Sep 19 19:10:22.923 INFO kablam! 1 | extern crate imap; Sep 19 19:10:22.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 19:10:22.923 INFO kablam! Sep 19 19:10:22.923 INFO kablam! error: aborting due to previous error Sep 19 19:10:22.923 INFO kablam! Sep 19 19:10:22.923 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:10:22.927 INFO kablam! error: Could not compile `rust_inbox`. Sep 19 19:10:22.927 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:10:22.951 INFO kablam! error[E0463]: can't find crate for `imap` Sep 19 19:10:22.951 INFO kablam! --> examples/basic.rs:1:1 Sep 19 19:10:22.951 INFO kablam! | Sep 19 19:10:22.951 INFO kablam! 1 | extern crate imap; Sep 19 19:10:22.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 19:10:22.951 INFO kablam! Sep 19 19:10:22.951 INFO kablam! error: aborting due to previous error Sep 19 19:10:22.951 INFO kablam! Sep 19 19:10:22.951 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:10:22.958 INFO kablam! error: Could not compile `rust_inbox`. Sep 19 19:10:22.958 INFO kablam! Sep 19 19:10:22.958 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:10:22.959 INFO kablam! su: No module specific data is present Sep 19 19:10:24.487 INFO running `"docker" "rm" "-f" "ff03e92b289ba48a17bae6868cc9073cfbc9aa8cd0a84c199ee912a973c755ac"` Sep 19 19:10:24.788 INFO blam! ff03e92b289ba48a17bae6868cc9073cfbc9aa8cd0a84c199ee912a973c755ac