Sep 20 01:45:37.957 INFO checking fixedvec-0.2.3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 01:45:37.958 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 01:45:37.958 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:45:38.126 INFO blam! c537bea14ade15e44c0acd6ee2f1867aa3558f4561395dd2ed655c67ba5395a5 Sep 20 01:45:38.129 INFO running `"docker" "start" "-a" "c537bea14ade15e44c0acd6ee2f1867aa3558f4561395dd2ed655c67ba5395a5"` Sep 20 01:45:38.963 INFO kablam! usermod: no changes Sep 20 01:45:39.028 INFO kablam! Checking skeptic v0.5.0 Sep 20 01:45:39.028 INFO kablam! Compiling fixedvec v0.2.3 (/source) Sep 20 01:45:40.538 INFO kablam! warning: variable does not need to be mutable Sep 20 01:45:40.539 INFO kablam! --> src/lib.rs:627:14 Sep 20 01:45:40.539 INFO kablam! | Sep 20 01:45:40.539 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 20 01:45:40.539 INFO kablam! | ----^^^^^ Sep 20 01:45:40.539 INFO kablam! | | Sep 20 01:45:40.539 INFO kablam! | help: remove this `mut` Sep 20 01:45:40.539 INFO kablam! | Sep 20 01:45:40.539 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 01:45:40.539 INFO kablam! Sep 20 01:45:40.543 INFO kablam! warning: variable does not need to be mutable Sep 20 01:45:40.543 INFO kablam! --> src/lib.rs:891:18 Sep 20 01:45:40.543 INFO kablam! | Sep 20 01:45:40.543 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 20 01:45:40.543 INFO kablam! | ----^^^^ Sep 20 01:45:40.543 INFO kablam! | | Sep 20 01:45:40.543 INFO kablam! | help: remove this `mut` Sep 20 01:45:40.543 INFO kablam! Sep 20 01:45:40.739 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 01:45:40.739 INFO kablam! --> src/lib.rs:960:27 Sep 20 01:45:40.739 INFO kablam! | Sep 20 01:45:40.739 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Sep 20 01:45:40.739 INFO kablam! | ^^^^^^^^^ Sep 20 01:45:40.739 INFO kablam! | Sep 20 01:45:40.739 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:45:40.739 INFO kablam! Sep 20 01:45:40.739 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 01:45:40.739 INFO kablam! --> src/lib.rs:1032:27 Sep 20 01:45:40.739 INFO kablam! | Sep 20 01:45:40.739 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 20 01:45:40.739 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:45:40.739 INFO kablam! Sep 20 01:45:40.743 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 01:45:40.743 INFO kablam! --> src/lib.rs:1036:27 Sep 20 01:45:40.743 INFO kablam! | Sep 20 01:45:40.743 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 20 01:45:40.743 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:45:40.743 INFO kablam! Sep 20 01:45:40.923 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 20 01:45:40.923 INFO kablam! --> src/lib.rs:1032:27 Sep 20 01:45:40.923 INFO kablam! | Sep 20 01:45:40.923 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Sep 20 01:45:40.923 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:45:40.923 INFO kablam! Sep 20 01:45:40.923 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 20 01:45:40.923 INFO kablam! --> src/lib.rs:1036:27 Sep 20 01:45:40.923 INFO kablam! | Sep 20 01:45:40.923 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Sep 20 01:45:40.923 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:45:40.923 INFO kablam! Sep 20 01:45:40.963 INFO kablam! warning: variable does not need to be mutable Sep 20 01:45:40.963 INFO kablam! --> src/lib.rs:627:14 Sep 20 01:45:40.963 INFO kablam! | Sep 20 01:45:40.963 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Sep 20 01:45:40.963 INFO kablam! | ----^^^^^ Sep 20 01:45:40.963 INFO kablam! | | Sep 20 01:45:40.963 INFO kablam! | help: remove this `mut` Sep 20 01:45:40.963 INFO kablam! | Sep 20 01:45:40.963 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 01:45:40.963 INFO kablam! Sep 20 01:45:40.971 INFO kablam! warning: variable does not need to be mutable Sep 20 01:45:40.971 INFO kablam! --> src/lib.rs:891:18 Sep 20 01:45:40.971 INFO kablam! | Sep 20 01:45:40.971 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Sep 20 01:45:40.971 INFO kablam! | ----^^^^ Sep 20 01:45:40.971 INFO kablam! | | Sep 20 01:45:40.971 INFO kablam! | help: remove this `mut` Sep 20 01:45:40.971 INFO kablam! Sep 20 01:45:41.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Sep 20 01:45:41.267 INFO kablam! su: No module specific data is present Sep 20 01:45:42.212 INFO running `"docker" "rm" "-f" "c537bea14ade15e44c0acd6ee2f1867aa3558f4561395dd2ed655c67ba5395a5"` Sep 20 01:45:42.313 INFO blam! c537bea14ade15e44c0acd6ee2f1867aa3558f4561395dd2ed655c67ba5395a5