Oct 16 11:18:06.593 INFO testing fixedvec-0.2.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 11:18:06.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 11:18:06.783 INFO blam! 8cd260826dc0a166b4757a4716f0c3dafb5dcbdc15d1a31c99564f6cc901acef Oct 16 11:18:06.785 INFO running `"docker" "start" "-a" "8cd260826dc0a166b4757a4716f0c3dafb5dcbdc15d1a31c99564f6cc901acef"` Oct 16 11:18:07.142 INFO kablam! usermod: no changes Oct 16 11:18:07.188 INFO kablam! Compiling pulldown-cmark v0.0.3 Oct 16 11:18:09.041 INFO kablam! Compiling skeptic v0.5.0 Oct 16 11:18:10.580 INFO kablam! Compiling fixedvec v0.2.3 (/source) Oct 16 11:18:11.974 INFO kablam! warning: variable does not need to be mutable Oct 16 11:18:11.974 INFO kablam! --> src/lib.rs:627:14 Oct 16 11:18:11.974 INFO kablam! | Oct 16 11:18:11.974 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 16 11:18:11.974 INFO kablam! | ----^^^^^ Oct 16 11:18:11.974 INFO kablam! | | Oct 16 11:18:11.974 INFO kablam! | help: remove this `mut` Oct 16 11:18:11.974 INFO kablam! | Oct 16 11:18:11.974 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 11:18:11.974 INFO kablam! Oct 16 11:18:11.978 INFO kablam! warning: variable does not need to be mutable Oct 16 11:18:11.978 INFO kablam! --> src/lib.rs:891:18 Oct 16 11:18:11.978 INFO kablam! | Oct 16 11:18:11.978 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 16 11:18:11.978 INFO kablam! | ----^^^^ Oct 16 11:18:11.978 INFO kablam! | | Oct 16 11:18:11.978 INFO kablam! | help: remove this `mut` Oct 16 11:18:11.979 INFO kablam! Oct 16 11:18:12.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.83s Oct 16 11:18:12.003 INFO kablam! su: No module specific data is present Oct 16 11:18:12.354 INFO running `"docker" "rm" "-f" "8cd260826dc0a166b4757a4716f0c3dafb5dcbdc15d1a31c99564f6cc901acef"` Oct 16 11:18:12.522 INFO blam! 8cd260826dc0a166b4757a4716f0c3dafb5dcbdc15d1a31c99564f6cc901acef Oct 16 11:18:12.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 11:18:12.791 INFO blam! 827967f0c05ad7ec5b6e947d08acf8190326cfc63730adc0b855774485c1948c Oct 16 11:18:12.798 INFO running `"docker" "start" "-a" "827967f0c05ad7ec5b6e947d08acf8190326cfc63730adc0b855774485c1948c"` Oct 16 11:18:13.263 INFO kablam! usermod: no changes Oct 16 11:18:13.311 INFO kablam! Compiling fixedvec v0.2.3 (/source) Oct 16 11:18:13.911 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 11:18:13.911 INFO kablam! --> src/lib.rs:960:27 Oct 16 11:18:13.911 INFO kablam! | Oct 16 11:18:13.911 INFO kablam! 960 | use std::hash::{Hash, SipHasher}; Oct 16 11:18:13.911 INFO kablam! | ^^^^^^^^^ Oct 16 11:18:13.911 INFO kablam! | Oct 16 11:18:13.911 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 11:18:13.911 INFO kablam! Oct 16 11:18:13.911 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 11:18:13.911 INFO kablam! --> src/lib.rs:1032:27 Oct 16 11:18:13.911 INFO kablam! | Oct 16 11:18:13.911 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 16 11:18:13.911 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 11:18:13.911 INFO kablam! Oct 16 11:18:13.911 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 11:18:13.911 INFO kablam! --> src/lib.rs:1036:27 Oct 16 11:18:13.911 INFO kablam! | Oct 16 11:18:13.911 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 16 11:18:13.911 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 11:18:13.911 INFO kablam! Oct 16 11:18:14.085 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 11:18:14.085 INFO kablam! --> src/lib.rs:1032:27 Oct 16 11:18:14.085 INFO kablam! | Oct 16 11:18:14.085 INFO kablam! 1032 | let mut hasher1 = SipHasher::new(); Oct 16 11:18:14.085 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 11:18:14.085 INFO kablam! Oct 16 11:18:14.091 INFO kablam! warning: use of deprecated item 'core::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 11:18:14.091 INFO kablam! --> src/lib.rs:1036:27 Oct 16 11:18:14.091 INFO kablam! | Oct 16 11:18:14.091 INFO kablam! 1036 | let mut hasher2 = SipHasher::new(); Oct 16 11:18:14.091 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 11:18:14.091 INFO kablam! Oct 16 11:18:14.134 INFO kablam! warning: variable does not need to be mutable Oct 16 11:18:14.134 INFO kablam! --> src/lib.rs:627:14 Oct 16 11:18:14.134 INFO kablam! | Oct 16 11:18:14.134 INFO kablam! 627 | let (mut slice, _) = self.memory.split_at_mut(self.len); Oct 16 11:18:14.134 INFO kablam! | ----^^^^^ Oct 16 11:18:14.135 INFO kablam! | | Oct 16 11:18:14.135 INFO kablam! | help: remove this `mut` Oct 16 11:18:14.135 INFO kablam! | Oct 16 11:18:14.137 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 11:18:14.137 INFO kablam! Oct 16 11:18:14.143 INFO kablam! warning: variable does not need to be mutable Oct 16 11:18:14.143 INFO kablam! --> src/lib.rs:891:18 Oct 16 11:18:14.144 INFO kablam! | Oct 16 11:18:14.144 INFO kablam! 891 | fn into_iter(mut self) -> IterMut<'a, T> { Oct 16 11:18:14.144 INFO kablam! | ----^^^^ Oct 16 11:18:14.145 INFO kablam! | | Oct 16 11:18:14.145 INFO kablam! | help: remove this `mut` Oct 16 11:18:14.145 INFO kablam! Oct 16 11:18:15.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 16 11:18:15.269 INFO kablam! su: No module specific data is present Oct 16 11:18:15.563 INFO running `"docker" "rm" "-f" "827967f0c05ad7ec5b6e947d08acf8190326cfc63730adc0b855774485c1948c"` Oct 16 11:18:15.681 INFO blam! 827967f0c05ad7ec5b6e947d08acf8190326cfc63730adc0b855774485c1948c