Sep 14 16:32:52.203 INFO checking fixedvec-0.2.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:32:52.203 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:32:52.203 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:32:52.339 INFO blam! 5c49bae95b178dc205b6a45d7fd6f6c813a9819865fab0f9d2bdefdac989daa7 Sep 14 16:32:52.340 INFO running `"docker" "start" "-a" "5c49bae95b178dc205b6a45d7fd6f6c813a9819865fab0f9d2bdefdac989daa7"` Sep 14 16:32:53.363 INFO kablam! usermod: no changes Sep 14 16:32:53.416 INFO kablam! Checking pulldown-cmark v0.0.3 Sep 14 16:32:53.416 INFO kablam! Compiling skeptic v0.5.0 Sep 14 16:32:54.936 INFO kablam! Compiling fixedvec v0.2.3 (file:///source) Sep 14 16:32:56.370 INFO kablam! warning: variable does not need to be mutable Sep 14 16:32:56.370 INFO kablam! --> src/lib.rs:627:14 Sep 14 16:32:56.370 INFO kablam! | Sep 14 16:32:56.370 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 14 16:32:56.370 INFO kablam! | ----^^^^^ Sep 14 16:32:56.370 INFO kablam! | | Sep 14 16:32:56.370 INFO kablam! | help: remove this `mut` Sep 14 16:32:56.370 INFO kablam! | Sep 14 16:32:56.370 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:32:56.370 INFO kablam! Sep 14 16:32:56.376 INFO kablam! warning: variable does not need to be mutable Sep 14 16:32:56.376 INFO kablam! --> src/lib.rs:891:18 Sep 14 16:32:56.376 INFO kablam! | Sep 14 16:32:56.376 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 14 16:32:56.376 INFO kablam! | ----^^^^ Sep 14 16:32:56.376 INFO kablam! | | Sep 14 16:32:56.376 INFO kablam! | help: remove this `mut` Sep 14 16:32:56.376 INFO kablam! Sep 14 16:32:56.429 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 16:32:56.429 INFO kablam! --> src/lib.rs:960:27 Sep 14 16:32:56.429 INFO kablam! | Sep 14 16:32:56.429 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Sep 14 16:32:56.429 INFO kablam! | ^^^^^^^^^ Sep 14 16:32:56.429 INFO kablam! | Sep 14 16:32:56.429 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 16:32:56.429 INFO kablam! Sep 14 16:32:56.431 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 16:32:56.431 INFO kablam! --> src/lib.rs:1032:27 Sep 14 16:32:56.431 INFO kablam! | Sep 14 16:32:56.431 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 14 16:32:56.431 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:32:56.431 INFO kablam! Sep 14 16:32:56.431 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 16:32:56.431 INFO kablam! --> src/lib.rs:1036:27 Sep 14 16:32:56.431 INFO kablam! | Sep 14 16:32:56.431 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 14 16:32:56.431 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:32:56.431 INFO kablam! Sep 14 16:32:56.538 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 16:32:56.538 INFO kablam! --> src/lib.rs:1032:27 Sep 14 16:32:56.538 INFO kablam! | Sep 14 16:32:56.538 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 14 16:32:56.538 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:32:56.538 INFO kablam! Sep 14 16:32:56.543 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 16:32:56.543 INFO kablam! --> src/lib.rs:1036:27 Sep 14 16:32:56.543 INFO kablam! | Sep 14 16:32:56.543 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 14 16:32:56.543 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:32:56.543 INFO kablam! Sep 14 16:32:56.583 INFO kablam! warning: variable does not need to be mutable Sep 14 16:32:56.583 INFO kablam! --> src/lib.rs:627:14 Sep 14 16:32:56.583 INFO kablam! | Sep 14 16:32:56.583 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 14 16:32:56.583 INFO kablam! | ----^^^^^ Sep 14 16:32:56.583 INFO kablam! | | Sep 14 16:32:56.583 INFO kablam! | help: remove this `mut` Sep 14 16:32:56.583 INFO kablam! | Sep 14 16:32:56.583 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 16:32:56.583 INFO kablam! Sep 14 16:32:56.591 INFO kablam! warning: variable does not need to be mutable Sep 14 16:32:56.591 INFO kablam! --> src/lib.rs:891:18 Sep 14 16:32:56.591 INFO kablam! | Sep 14 16:32:56.591 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 14 16:32:56.591 INFO kablam! | ----^^^^ Sep 14 16:32:56.591 INFO kablam! | | Sep 14 16:32:56.591 INFO kablam! | help: remove this `mut` Sep 14 16:32:56.591 INFO kablam! Sep 14 16:32:56.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.38s Sep 14 16:32:56.766 INFO kablam! su: No module specific data is present Sep 14 16:32:57.376 INFO running `"docker" "rm" "-f" "5c49bae95b178dc205b6a45d7fd6f6c813a9819865fab0f9d2bdefdac989daa7"` Sep 14 16:32:57.470 INFO blam! 5c49bae95b178dc205b6a45d7fd6f6c813a9819865fab0f9d2bdefdac989daa7