Sep 04 12:30:42.515 INFO checking lewton-0.5.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:30:42.515 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:30:42.515 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:30:42.714 INFO blam! ff7e7775c839b6f89d0243daad138501fd8279d40b7642bf0be27be813dfc3ad Sep 04 12:30:42.717 INFO running `"docker" "start" "-a" "ff7e7775c839b6f89d0243daad138501fd8279d40b7642bf0be27be813dfc3ad"` Sep 04 12:30:43.486 INFO kablam! Compiling procedural-masquerade v0.1.5 Sep 04 12:30:43.486 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 04 12:30:43.489 INFO kablam! Checking lewton v0.5.2 (file:///source) Sep 04 12:30:44.338 INFO kablam! Compiling rental-impl v0.4.15 Sep 04 12:30:46.176 INFO kablam! warning: variable does not need to be mutable Sep 04 12:30:46.176 INFO kablam! --> src/huffman_tree.rs:96:8 Sep 04 12:30:46.176 INFO kablam! | Sep 04 12:30:46.176 INFO kablam! 96 | let mut left = self.l.as_mut().unwrap(); Sep 04 12:30:46.176 INFO kablam! | ----^^^^ Sep 04 12:30:46.176 INFO kablam! | | Sep 04 12:30:46.176 INFO kablam! | help: remove this `mut` Sep 04 12:30:46.176 INFO kablam! | Sep 04 12:30:46.177 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 12:30:46.177 INFO kablam! Sep 04 12:30:46.223 INFO kablam! warning: variable does not need to be mutable Sep 04 12:30:46.223 INFO kablam! --> src/imdct.rs:379:7 Sep 04 12:30:46.223 INFO kablam! | Sep 04 12:30:46.223 INFO kablam! 379 | let mut u = &mut *buffer; Sep 04 12:30:46.223 INFO kablam! | ----^ Sep 04 12:30:46.223 INFO kablam! | | Sep 04 12:30:46.223 INFO kablam! | help: remove this `mut` Sep 04 12:30:46.223 INFO kablam! Sep 04 12:30:46.223 INFO kablam! warning: variable does not need to be mutable Sep 04 12:30:46.223 INFO kablam! --> src/imdct.rs:380:7 Sep 04 12:30:46.223 INFO kablam! | Sep 04 12:30:46.223 INFO kablam! 380 | let mut v = &mut *buf2; Sep 04 12:30:46.224 INFO kablam! | ----^ Sep 04 12:30:46.224 INFO kablam! | | Sep 04 12:30:46.224 INFO kablam! | help: remove this `mut` Sep 04 12:30:46.224 INFO kablam! Sep 04 12:30:56.374 INFO kablam! Checking rental v0.4.16 Sep 04 12:30:57.257 INFO kablam! Checking al-sys v0.4.1 Sep 04 12:30:59.029 INFO kablam! Checking alto v1.1.4 Sep 04 12:31:09.426 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 12:31:09.426 INFO kablam! --> examples/player.rs:66:3 Sep 04 12:31:09.426 INFO kablam! | Sep 04 12:31:09.426 INFO kablam! 66 | str_src.queue_buffer(buf); Sep 04 12:31:09.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:31:09.427 INFO kablam! | Sep 04 12:31:09.427 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 12:31:09.427 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 12:31:09.427 INFO kablam! Sep 04 12:31:11.050 INFO kablam! error: variable does not need to be mutable Sep 04 12:31:11.050 INFO kablam! --> src/huffman_tree.rs:96:8 Sep 04 12:31:11.050 INFO kablam! | Sep 04 12:31:11.050 INFO kablam! 96 | let mut left = self.l.as_mut().unwrap(); Sep 04 12:31:11.050 INFO kablam! | ----^^^^ Sep 04 12:31:11.050 INFO kablam! | | Sep 04 12:31:11.050 INFO kablam! | help: remove this `mut` Sep 04 12:31:11.050 INFO kablam! | Sep 04 12:31:11.050 INFO kablam! note: lint level defined here Sep 04 12:31:11.050 INFO kablam! --> src/lib.rs:10:24 Sep 04 12:31:11.050 INFO kablam! | Sep 04 12:31:11.050 INFO kablam! 10 | #![cfg_attr(test, deny(warnings))] Sep 04 12:31:11.050 INFO kablam! | ^^^^^^^^ Sep 04 12:31:11.050 INFO kablam! = note: #[deny(unused_mut)] implied by #[deny(warnings)] Sep 04 12:31:11.050 INFO kablam! Sep 04 12:31:11.098 INFO kablam! error: variable does not need to be mutable Sep 04 12:31:11.098 INFO kablam! --> src/imdct.rs:379:7 Sep 04 12:31:11.098 INFO kablam! | Sep 04 12:31:11.098 INFO kablam! 379 | let mut u = &mut *buffer; Sep 04 12:31:11.098 INFO kablam! | ----^ Sep 04 12:31:11.098 INFO kablam! | | Sep 04 12:31:11.098 INFO kablam! | help: remove this `mut` Sep 04 12:31:11.098 INFO kablam! Sep 04 12:31:11.098 INFO kablam! error: variable does not need to be mutable Sep 04 12:31:11.098 INFO kablam! --> src/imdct.rs:380:7 Sep 04 12:31:11.098 INFO kablam! | Sep 04 12:31:11.098 INFO kablam! 380 | let mut v = &mut *buf2; Sep 04 12:31:11.098 INFO kablam! | ----^ Sep 04 12:31:11.099 INFO kablam! | | Sep 04 12:31:11.099 INFO kablam! | help: remove this `mut` Sep 04 12:31:11.099 INFO kablam! Sep 04 12:31:11.382 INFO kablam! error: aborting due to 3 previous errors Sep 04 12:31:11.382 INFO kablam! Sep 04 12:31:11.391 INFO kablam! error: Could not compile `lewton`. Sep 04 12:31:11.391 INFO kablam! Sep 04 12:31:11.391 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:31:11.393 INFO kablam! su: No module specific data is present Sep 04 12:31:11.798 INFO running `"docker" "rm" "-f" "ff7e7775c839b6f89d0243daad138501fd8279d40b7642bf0be27be813dfc3ad"` Sep 04 12:31:11.915 INFO blam! ff7e7775c839b6f89d0243daad138501fd8279d40b7642bf0be27be813dfc3ad