Sep 18 00:39:38.549 INFO checking fixedvec-0.2.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:39:38.549 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:39:38.549 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:39:38.681 INFO blam! 68b2711a62125b57ea056d18e0d0063affc0c395912e2fcc59b19655550c4947 Sep 18 00:39:38.682 INFO running `"docker" "start" "-a" "68b2711a62125b57ea056d18e0d0063affc0c395912e2fcc59b19655550c4947"` Sep 18 00:39:39.371 INFO kablam! usermod: no changes Sep 18 00:39:39.416 INFO kablam! Checking pulldown-cmark v0.0.3 Sep 18 00:39:39.416 INFO kablam! Compiling skeptic v0.5.0 Sep 18 00:39:41.087 INFO kablam! Compiling fixedvec v0.2.3 (/source) Sep 18 00:39:42.346 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.346 INFO kablam! --> src/lib.rs:627:14 Sep 18 00:39:42.346 INFO kablam! | Sep 18 00:39:42.346 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 18 00:39:42.346 INFO kablam! | ----^^^^^ Sep 18 00:39:42.346 INFO kablam! | | Sep 18 00:39:42.346 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.346 INFO kablam! | Sep 18 00:39:42.346 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:39:42.346 INFO kablam! Sep 18 00:39:42.351 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.351 INFO kablam! --> src/lib.rs:891:18 Sep 18 00:39:42.351 INFO kablam! | Sep 18 00:39:42.351 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 18 00:39:42.351 INFO kablam! | ----^^^^ Sep 18 00:39:42.351 INFO kablam! | | Sep 18 00:39:42.351 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.351 INFO kablam! Sep 18 00:39:42.459 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.459 INFO kablam! --> src/lib.rs:960:27 Sep 18 00:39:42.459 INFO kablam! | Sep 18 00:39:42.459 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Sep 18 00:39:42.459 INFO kablam! | ^^^^^^^^^ Sep 18 00:39:42.459 INFO kablam! | Sep 18 00:39:42.459 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:39:42.459 INFO kablam! Sep 18 00:39:42.460 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.460 INFO kablam! --> src/lib.rs:1032:27 Sep 18 00:39:42.460 INFO kablam! | Sep 18 00:39:42.460 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 18 00:39:42.460 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.460 INFO kablam! Sep 18 00:39:42.460 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.460 INFO kablam! --> src/lib.rs:1036:27 Sep 18 00:39:42.460 INFO kablam! | Sep 18 00:39:42.460 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 18 00:39:42.460 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.460 INFO kablam! Sep 18 00:39:42.582 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.583 INFO kablam! --> src/lib.rs:1032:27 Sep 18 00:39:42.583 INFO kablam! | Sep 18 00:39:42.583 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 18 00:39:42.583 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.583 INFO kablam! Sep 18 00:39:42.583 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.583 INFO kablam! --> src/lib.rs:1036:27 Sep 18 00:39:42.583 INFO kablam! | Sep 18 00:39:42.583 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 18 00:39:42.583 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.583 INFO kablam! Sep 18 00:39:42.623 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.623 INFO kablam! --> src/lib.rs:627:14 Sep 18 00:39:42.623 INFO kablam! | Sep 18 00:39:42.623 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 18 00:39:42.623 INFO kablam! | ----^^^^^ Sep 18 00:39:42.623 INFO kablam! | | Sep 18 00:39:42.623 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.623 INFO kablam! | Sep 18 00:39:42.623 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:39:42.623 INFO kablam! Sep 18 00:39:42.627 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.627 INFO kablam! --> src/lib.rs:891:18 Sep 18 00:39:42.627 INFO kablam! | Sep 18 00:39:42.627 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 18 00:39:42.627 INFO kablam! | ----^^^^ Sep 18 00:39:42.627 INFO kablam! | | Sep 18 00:39:42.627 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.627 INFO kablam! Sep 18 00:39:42.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.44s Sep 18 00:39:42.827 INFO kablam! su: No module specific data is present Sep 18 00:39:43.359 INFO running `"docker" "rm" "-f" "68b2711a62125b57ea056d18e0d0063affc0c395912e2fcc59b19655550c4947"` Sep 18 00:39:43.423 INFO blam! 68b2711a62125b57ea056d18e0d0063affc0c395912e2fcc59b19655550c4947