Sep 06 04:37:29.751 INFO checking lewton-0.5.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:37:29.751 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:37:29.751 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/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 04:37:29.898 INFO blam! 85308335704dd22946c978af29611aebe1bba5d1b064d1b209397dcd393a1859 Sep 06 04:37:29.900 INFO running `"docker" "start" "-a" "85308335704dd22946c978af29611aebe1bba5d1b064d1b209397dcd393a1859"` Sep 06 04:37:30.868 INFO kablam! usermod: no changes Sep 06 04:37:30.966 INFO kablam! Compiling procedural-masquerade v0.1.5 Sep 06 04:37:30.966 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 06 04:37:30.966 INFO kablam! Checking ogg v0.4.1 Sep 06 04:37:31.670 INFO kablam! Checking lewton v0.5.2 (file:///source) Sep 06 04:37:32.010 INFO kablam! Compiling rental-impl v0.4.15 Sep 06 04:37:33.558 INFO kablam! warning: variable does not need to be mutable Sep 06 04:37:33.558 INFO kablam! --> src/huffman_tree.rs:96:8 Sep 06 04:37:33.558 INFO kablam! | Sep 06 04:37:33.558 INFO kablam! 96 | let mut left = self.l.as_mut().unwrap(); Sep 06 04:37:33.558 INFO kablam! | ----^^^^ Sep 06 04:37:33.558 INFO kablam! | | Sep 06 04:37:33.558 INFO kablam! | help: remove this `mut` Sep 06 04:37:33.558 INFO kablam! | Sep 06 04:37:33.558 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 04:37:33.558 INFO kablam! Sep 06 04:37:33.603 INFO kablam! warning: variable does not need to be mutable Sep 06 04:37:33.603 INFO kablam! --> src/imdct.rs:379:7 Sep 06 04:37:33.603 INFO kablam! | Sep 06 04:37:33.603 INFO kablam! 379 | let mut u = &mut *buffer; Sep 06 04:37:33.603 INFO kablam! | ----^ Sep 06 04:37:33.603 INFO kablam! | | Sep 06 04:37:33.603 INFO kablam! | help: remove this `mut` Sep 06 04:37:33.603 INFO kablam! Sep 06 04:37:33.603 INFO kablam! warning: variable does not need to be mutable Sep 06 04:37:33.603 INFO kablam! --> src/imdct.rs:380:7 Sep 06 04:37:33.603 INFO kablam! | Sep 06 04:37:33.603 INFO kablam! 380 | let mut v = &mut *buf2; Sep 06 04:37:33.603 INFO kablam! | ----^ Sep 06 04:37:33.603 INFO kablam! | | Sep 06 04:37:33.603 INFO kablam! | help: remove this `mut` Sep 06 04:37:33.603 INFO kablam! Sep 06 04:37:39.885 INFO kablam! Checking rental v0.4.16 Sep 06 04:37:40.382 INFO kablam! Checking al-sys v0.4.1 Sep 06 04:37:41.643 INFO kablam! Checking alto v1.1.4 Sep 06 04:37:48.116 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 04:37:48.116 INFO kablam! --> examples/player.rs:66:3 Sep 06 04:37:48.116 INFO kablam! | Sep 06 04:37:48.116 INFO kablam! 66 | str_src.queue_buffer(buf); Sep 06 04:37:48.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:37:48.116 INFO kablam! | Sep 06 04:37:48.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 04:37:48.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 04:37:48.116 INFO kablam! Sep 06 04:37:49.619 INFO kablam! error: variable does not need to be mutable Sep 06 04:37:49.619 INFO kablam! --> src/huffman_tree.rs:96:8 Sep 06 04:37:49.619 INFO kablam! | Sep 06 04:37:49.619 INFO kablam! 96 | let mut left = self.l.as_mut().unwrap(); Sep 06 04:37:49.619 INFO kablam! | ----^^^^ Sep 06 04:37:49.619 INFO kablam! | | Sep 06 04:37:49.619 INFO kablam! | help: remove this `mut` Sep 06 04:37:49.620 INFO kablam! | Sep 06 04:37:49.620 INFO kablam! note: lint level defined here Sep 06 04:37:49.620 INFO kablam! --> src/lib.rs:10:24 Sep 06 04:37:49.620 INFO kablam! | Sep 06 04:37:49.620 INFO kablam! 10 | #![cfg_attr(test, deny(warnings))] Sep 06 04:37:49.620 INFO kablam! | ^^^^^^^^ Sep 06 04:37:49.620 INFO kablam! = note: #[deny(unused_mut)] implied by #[deny(warnings)] Sep 06 04:37:49.620 INFO kablam! Sep 06 04:37:49.657 INFO kablam! error: variable does not need to be mutable Sep 06 04:37:49.657 INFO kablam! --> src/imdct.rs:379:7 Sep 06 04:37:49.657 INFO kablam! | Sep 06 04:37:49.657 INFO kablam! 379 | let mut u = &mut *buffer; Sep 06 04:37:49.657 INFO kablam! | ----^ Sep 06 04:37:49.657 INFO kablam! | | Sep 06 04:37:49.657 INFO kablam! | help: remove this `mut` Sep 06 04:37:49.657 INFO kablam! Sep 06 04:37:49.657 INFO kablam! error: variable does not need to be mutable Sep 06 04:37:49.657 INFO kablam! --> src/imdct.rs:380:7 Sep 06 04:37:49.657 INFO kablam! | Sep 06 04:37:49.657 INFO kablam! 380 | let mut v = &mut *buf2; Sep 06 04:37:49.657 INFO kablam! | ----^ Sep 06 04:37:49.657 INFO kablam! | | Sep 06 04:37:49.657 INFO kablam! | help: remove this `mut` Sep 06 04:37:49.657 INFO kablam! Sep 06 04:37:49.888 INFO kablam! error: aborting due to 3 previous errors Sep 06 04:37:49.888 INFO kablam! Sep 06 04:37:49.898 INFO kablam! error: Could not compile `lewton`. Sep 06 04:37:49.899 INFO kablam! Sep 06 04:37:49.899 INFO kablam! To learn more, run the command again with --verbose. Sep 06 04:37:49.900 INFO kablam! su: No module specific data is present Sep 06 04:37:50.963 INFO running `"docker" "rm" "-f" "85308335704dd22946c978af29611aebe1bba5d1b064d1b209397dcd393a1859"` Sep 06 04:37:51.118 INFO blam! 85308335704dd22946c978af29611aebe1bba5d1b064d1b209397dcd393a1859