Oct 11 23:36:57.121 INFO testing fixedvec-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:36:57.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 11 23:36:57.490 INFO blam! 6262e8274db25af8e0ba465712051d7b639426de648f8e89d87499587d76cd88 Oct 11 23:36:57.490 INFO running `"docker" "start" "-a" "6262e8274db25af8e0ba465712051d7b639426de648f8e89d87499587d76cd88"` Oct 11 23:36:58.675 INFO kablam! usermod: no changes Oct 11 23:36:58.734 INFO kablam! Compiling skeptic v0.5.0 Oct 11 23:37:00.255 INFO kablam! Compiling fixedvec v0.2.3 (/source) Oct 11 23:37:01.760 INFO kablam! warning: variable does not need to be mutable Oct 11 23:37:01.760 INFO kablam! --> src/lib.rs:627:14 Oct 11 23:37:01.760 INFO kablam! | Oct 11 23:37:01.760 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 11 23:37:01.760 INFO kablam! | ----^^^^^ Oct 11 23:37:01.760 INFO kablam! | | Oct 11 23:37:01.760 INFO kablam! | help: remove this `mut` Oct 11 23:37:01.760 INFO kablam! | Oct 11 23:37:01.760 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:37:01.760 INFO kablam! Oct 11 23:37:01.770 INFO kablam! warning: variable does not need to be mutable Oct 11 23:37:01.770 INFO kablam! --> src/lib.rs:891:18 Oct 11 23:37:01.770 INFO kablam! | Oct 11 23:37:01.770 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 11 23:37:01.770 INFO kablam! | ----^^^^ Oct 11 23:37:01.770 INFO kablam! | | Oct 11 23:37:01.770 INFO kablam! | help: remove this `mut` Oct 11 23:37:01.770 INFO kablam! Oct 11 23:37:01.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 11 23:37:01.833 INFO kablam! su: No module specific data is present Oct 11 23:37:02.129 INFO running `"docker" "rm" "-f" "6262e8274db25af8e0ba465712051d7b639426de648f8e89d87499587d76cd88"` Oct 11 23:37:02.204 INFO blam! 6262e8274db25af8e0ba465712051d7b639426de648f8e89d87499587d76cd88 Oct 11 23:37:02.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 11 23:37:02.428 INFO blam! 7f9dfc652d64d9cc1107034196b5e561602e82b5c0f4762cc4990d32524603bd Oct 11 23:37:02.430 INFO running `"docker" "start" "-a" "7f9dfc652d64d9cc1107034196b5e561602e82b5c0f4762cc4990d32524603bd"` Oct 11 23:37:02.882 INFO kablam! usermod: no changes Oct 11 23:37:02.925 INFO kablam! Compiling fixedvec v0.2.3 (/source) Oct 11 23:37:03.568 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 23:37:03.568 INFO kablam! --> src/lib.rs:960:27 Oct 11 23:37:03.568 INFO kablam! | Oct 11 23:37:03.568 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Oct 11 23:37:03.568 INFO kablam! | ^^^^^^^^^ Oct 11 23:37:03.568 INFO kablam! | Oct 11 23:37:03.568 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:37:03.568 INFO kablam! Oct 11 23:37:03.568 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 23:37:03.568 INFO kablam! --> src/lib.rs:1032:27 Oct 11 23:37:03.568 INFO kablam! | Oct 11 23:37:03.568 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 11 23:37:03.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 23:37:03.568 INFO kablam! Oct 11 23:37:03.568 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 23:37:03.568 INFO kablam! --> src/lib.rs:1036:27 Oct 11 23:37:03.568 INFO kablam! | Oct 11 23:37:03.568 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 11 23:37:03.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 23:37:03.568 INFO kablam! Oct 11 23:37:03.684 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 23:37:03.684 INFO kablam! --> src/lib.rs:1032:27 Oct 11 23:37:03.684 INFO kablam! | Oct 11 23:37:03.684 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 11 23:37:03.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 23:37:03.684 INFO kablam! Oct 11 23:37:03.684 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 23:37:03.684 INFO kablam! --> src/lib.rs:1036:27 Oct 11 23:37:03.684 INFO kablam! | Oct 11 23:37:03.684 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 11 23:37:03.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 23:37:03.684 INFO kablam! Oct 11 23:37:03.716 INFO kablam! warning: variable does not need to be mutable Oct 11 23:37:03.716 INFO kablam! --> src/lib.rs:627:14 Oct 11 23:37:03.716 INFO kablam! | Oct 11 23:37:03.716 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 11 23:37:03.716 INFO kablam! | ----^^^^^ Oct 11 23:37:03.716 INFO kablam! | | Oct 11 23:37:03.716 INFO kablam! | help: remove this `mut` Oct 11 23:37:03.716 INFO kablam! | Oct 11 23:37:03.717 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:37:03.717 INFO kablam! Oct 11 23:37:03.725 INFO kablam! warning: variable does not need to be mutable Oct 11 23:37:03.726 INFO kablam! --> src/lib.rs:891:18 Oct 11 23:37:03.726 INFO kablam! | Oct 11 23:37:03.726 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 11 23:37:03.726 INFO kablam! | ----^^^^ Oct 11 23:37:03.726 INFO kablam! | | Oct 11 23:37:03.726 INFO kablam! | help: remove this `mut` Oct 11 23:37:03.726 INFO kablam! Oct 11 23:37:04.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 11 23:37:04.666 INFO kablam! su: No module specific data is present Oct 11 23:37:05.147 INFO running `"docker" "rm" "-f" "7f9dfc652d64d9cc1107034196b5e561602e82b5c0f4762cc4990d32524603bd"` Oct 11 23:37:05.220 INFO blam! 7f9dfc652d64d9cc1107034196b5e561602e82b5c0f4762cc4990d32524603bd