Oct 13 15:16:34.073 INFO checking fixedvec-0.2.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:16:34.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 15:16:34.345 INFO blam! 48d0c18fea592bec84b97f458ca4aa07eac7352477c4bc1e684b9c84cf22a8d7 Oct 13 15:16:34.353 INFO running `"docker" "start" "-a" "48d0c18fea592bec84b97f458ca4aa07eac7352477c4bc1e684b9c84cf22a8d7"` Oct 13 15:16:35.000 INFO kablam! usermod: no changes Oct 13 15:16:35.110 INFO kablam! Compiling skeptic v0.5.0 Oct 13 15:16:37.513 INFO kablam! Compiling fixedvec v0.2.3 (/source) Oct 13 15:16:39.208 INFO kablam! warning: variable does not need to be mutable Oct 13 15:16:39.208 INFO kablam! --> src/lib.rs:627:14 Oct 13 15:16:39.208 INFO kablam! | Oct 13 15:16:39.208 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 13 15:16:39.208 INFO kablam! | ----^^^^^ Oct 13 15:16:39.208 INFO kablam! | | Oct 13 15:16:39.208 INFO kablam! | help: remove this `mut` Oct 13 15:16:39.208 INFO kablam! | Oct 13 15:16:39.208 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:16:39.208 INFO kablam! Oct 13 15:16:39.221 INFO kablam! warning: variable does not need to be mutable Oct 13 15:16:39.221 INFO kablam! --> src/lib.rs:891:18 Oct 13 15:16:39.221 INFO kablam! | Oct 13 15:16:39.222 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 13 15:16:39.222 INFO kablam! | ----^^^^ Oct 13 15:16:39.222 INFO kablam! | | Oct 13 15:16:39.223 INFO kablam! | help: remove this `mut` Oct 13 15:16:39.223 INFO kablam! Oct 13 15:16:39.812 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 15:16:39.812 INFO kablam! --> src/lib.rs:960:27 Oct 13 15:16:39.812 INFO kablam! | Oct 13 15:16:39.812 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Oct 13 15:16:39.812 INFO kablam! | ^^^^^^^^^ Oct 13 15:16:39.812 INFO kablam! | Oct 13 15:16:39.812 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:16:39.812 INFO kablam! Oct 13 15:16:39.812 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 15:16:39.812 INFO kablam! --> src/lib.rs:1032:27 Oct 13 15:16:39.812 INFO kablam! | Oct 13 15:16:39.812 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 13 15:16:39.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:16:39.812 INFO kablam! Oct 13 15:16:39.812 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 15:16:39.812 INFO kablam! --> src/lib.rs:1036:27 Oct 13 15:16:39.813 INFO kablam! | Oct 13 15:16:39.813 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 13 15:16:39.813 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:16:39.813 INFO kablam! Oct 13 15:16:39.936 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 15:16:39.936 INFO kablam! --> src/lib.rs:1032:27 Oct 13 15:16:39.936 INFO kablam! | Oct 13 15:16:39.936 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 13 15:16:39.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:16:39.936 INFO kablam! Oct 13 15:16:39.936 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 15:16:39.936 INFO kablam! --> src/lib.rs:1036:27 Oct 13 15:16:39.936 INFO kablam! | Oct 13 15:16:39.936 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 13 15:16:39.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:16:39.936 INFO kablam! Oct 13 15:16:39.972 INFO kablam! warning: variable does not need to be mutable Oct 13 15:16:39.972 INFO kablam! --> src/lib.rs:627:14 Oct 13 15:16:39.972 INFO kablam! | Oct 13 15:16:39.972 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 13 15:16:39.972 INFO kablam! | ----^^^^^ Oct 13 15:16:39.972 INFO kablam! | | Oct 13 15:16:39.972 INFO kablam! | help: remove this `mut` Oct 13 15:16:39.972 INFO kablam! | Oct 13 15:16:39.972 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:16:39.972 INFO kablam! Oct 13 15:16:39.980 INFO kablam! warning: variable does not need to be mutable Oct 13 15:16:39.980 INFO kablam! --> src/lib.rs:891:18 Oct 13 15:16:39.980 INFO kablam! | Oct 13 15:16:39.980 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 13 15:16:39.980 INFO kablam! | ----^^^^ Oct 13 15:16:39.980 INFO kablam! | | Oct 13 15:16:39.980 INFO kablam! | help: remove this `mut` Oct 13 15:16:39.980 INFO kablam! Oct 13 15:16:40.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.57s Oct 13 15:16:40.609 INFO kablam! su: No module specific data is present Oct 13 15:16:41.425 INFO running `"docker" "rm" "-f" "48d0c18fea592bec84b97f458ca4aa07eac7352477c4bc1e684b9c84cf22a8d7"` Oct 13 15:16:41.588 INFO blam! 48d0c18fea592bec84b97f458ca4aa07eac7352477c4bc1e684b9c84cf22a8d7