Sep 18 00:39:38.960 INFO checking fixedvec-0.2.3 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:39:38.960 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:39:38.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:39.248 INFO blam! 05f07983236eecedc4a5f8f8ab1017270cd35751e1ef6b185558df618dfa6d0d Sep 18 00:39:39.251 INFO running `"docker" "start" "-a" "05f07983236eecedc4a5f8f8ab1017270cd35751e1ef6b185558df618dfa6d0d"` Sep 18 00:39:40.146 INFO kablam! usermod: no changes Sep 18 00:39:40.260 INFO kablam! Compiling skeptic v0.5.0 Sep 18 00:39:41.806 INFO kablam! Compiling fixedvec v0.2.3 (/source) Sep 18 00:39:42.759 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.759 INFO kablam! --> src/lib.rs:627:14 Sep 18 00:39:42.759 INFO kablam! | Sep 18 00:39:42.759 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 18 00:39:42.759 INFO kablam! | ----^^^^^ Sep 18 00:39:42.759 INFO kablam! | | Sep 18 00:39:42.759 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.759 INFO kablam! | Sep 18 00:39:42.759 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:39:42.759 INFO kablam! Sep 18 00:39:42.766 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.767 INFO kablam! --> src/lib.rs:891:18 Sep 18 00:39:42.767 INFO kablam! | Sep 18 00:39:42.767 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 18 00:39:42.767 INFO kablam! | ----^^^^ Sep 18 00:39:42.767 INFO kablam! | | Sep 18 00:39:42.767 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.767 INFO kablam! Sep 18 00:39:42.843 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.843 INFO kablam! --> src/lib.rs:960:27 Sep 18 00:39:42.843 INFO kablam! | Sep 18 00:39:42.843 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Sep 18 00:39:42.843 INFO kablam! | ^^^^^^^^^ Sep 18 00:39:42.843 INFO kablam! | Sep 18 00:39:42.843 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:39:42.843 INFO kablam! Sep 18 00:39:42.843 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.843 INFO kablam! --> src/lib.rs:1032:27 Sep 18 00:39:42.843 INFO kablam! | Sep 18 00:39:42.843 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 18 00:39:42.843 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.843 INFO kablam! Sep 18 00:39:42.843 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.843 INFO kablam! --> src/lib.rs:1036:27 Sep 18 00:39:42.843 INFO kablam! | Sep 18 00:39:42.843 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 18 00:39:42.843 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.843 INFO kablam! Sep 18 00:39:42.947 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.947 INFO kablam! --> src/lib.rs:1032:27 Sep 18 00:39:42.947 INFO kablam! | Sep 18 00:39:42.947 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 18 00:39:42.947 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.947 INFO kablam! Sep 18 00:39:42.947 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 00:39:42.947 INFO kablam! --> src/lib.rs:1036:27 Sep 18 00:39:42.947 INFO kablam! | Sep 18 00:39:42.947 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 18 00:39:42.947 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 00:39:42.947 INFO kablam! Sep 18 00:39:42.982 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:42.983 INFO kablam! --> src/lib.rs:627:14 Sep 18 00:39:42.983 INFO kablam! | Sep 18 00:39:42.983 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 18 00:39:42.983 INFO kablam! | ----^^^^^ Sep 18 00:39:42.983 INFO kablam! | | Sep 18 00:39:42.983 INFO kablam! | help: remove this `mut` Sep 18 00:39:42.983 INFO kablam! | Sep 18 00:39:42.983 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 00:39:42.983 INFO kablam! Sep 18 00:39:43.003 INFO kablam! warning: variable does not need to be mutable Sep 18 00:39:43.003 INFO kablam! --> src/lib.rs:891:18 Sep 18 00:39:43.003 INFO kablam! | Sep 18 00:39:43.003 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 18 00:39:43.003 INFO kablam! | ----^^^^ Sep 18 00:39:43.003 INFO kablam! | | Sep 18 00:39:43.003 INFO kablam! | help: remove this `mut` Sep 18 00:39:43.003 INFO kablam! Sep 18 00:39:43.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.03s Sep 18 00:39:43.205 INFO kablam! su: No module specific data is present Sep 18 00:39:43.579 INFO running `"docker" "rm" "-f" "05f07983236eecedc4a5f8f8ab1017270cd35751e1ef6b185558df618dfa6d0d"` Sep 18 00:39:43.652 INFO blam! 05f07983236eecedc4a5f8f8ab1017270cd35751e1ef6b185558df618dfa6d0d