Oct 16 00:29:46.295 INFO testing pcast-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 00:29:46.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 00:29:46.703 INFO blam! 73a177c0362bd10d81f151097e6aed7dbca9ec22ae0d0fba966bf15152482c99 Oct 16 00:29:46.707 INFO running `"docker" "start" "-a" "73a177c0362bd10d81f151097e6aed7dbca9ec22ae0d0fba966bf15152482c99"` Oct 16 00:29:47.689 INFO kablam! usermod: no changes Oct 16 00:29:47.718 INFO kablam! Compiling try_from v0.2.2 Oct 16 00:29:48.567 INFO kablam! Compiling pcast v0.3.0 (/source) Oct 16 00:29:48.937 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 16 00:29:48.939 INFO kablam! su: No module specific data is present Oct 16 00:29:49.229 INFO running `"docker" "rm" "-f" "73a177c0362bd10d81f151097e6aed7dbca9ec22ae0d0fba966bf15152482c99"` Oct 16 00:29:49.367 INFO blam! 73a177c0362bd10d81f151097e6aed7dbca9ec22ae0d0fba966bf15152482c99 Oct 16 00:29:49.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 00:29:49.591 INFO blam! 25350fc3f86caa8500039d4cf9584726456507f390e18dfe1cbd8275ccb92249 Oct 16 00:29:49.600 INFO running `"docker" "start" "-a" "25350fc3f86caa8500039d4cf9584726456507f390e18dfe1cbd8275ccb92249"` Oct 16 00:29:50.138 INFO kablam! usermod: no changes Oct 16 00:29:50.171 INFO kablam! Compiling pcast v0.3.0 (/source) Oct 16 00:29:50.744 INFO kablam! warning: variable does not need to be mutable Oct 16 00:29:50.745 INFO kablam! --> src/lib.rs:235:13 Oct 16 00:29:50.746 INFO kablam! | Oct 16 00:29:50.746 INFO kablam! 235 | let mut status_mut_ref: &mut StatusPacket = (&mut owned).try_into().unwrap(); Oct 16 00:29:50.746 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 00:29:50.746 INFO kablam! | | Oct 16 00:29:50.746 INFO kablam! | help: remove this `mut` Oct 16 00:29:50.746 INFO kablam! | Oct 16 00:29:50.746 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 00:29:50.746 INFO kablam! Oct 16 00:29:50.746 INFO kablam! warning: variable does not need to be mutable Oct 16 00:29:50.746 INFO kablam! --> src/lib.rs:258:13 Oct 16 00:29:50.746 INFO kablam! | Oct 16 00:29:50.746 INFO kablam! 258 | let mut status_mut_view: &mut StatusPacket = pref.try_into().unwrap(); Oct 16 00:29:50.746 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 16 00:29:50.746 INFO kablam! | | Oct 16 00:29:50.747 INFO kablam! | help: remove this `mut` Oct 16 00:29:50.747 INFO kablam! Oct 16 00:29:50.747 INFO kablam! warning: variable does not need to be mutable Oct 16 00:29:50.747 INFO kablam! --> src/lib.rs:275:13 Oct 16 00:29:50.747 INFO kablam! | Oct 16 00:29:50.747 INFO kablam! 275 | let mut status_mut_view: &mut StatusPacket = (&mut owned).try_into().unwrap(); Oct 16 00:29:50.747 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 16 00:29:50.747 INFO kablam! | | Oct 16 00:29:50.747 INFO kablam! | help: remove this `mut` Oct 16 00:29:50.747 INFO kablam! Oct 16 00:29:51.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 16 00:29:51.164 INFO kablam! su: No module specific data is present Oct 16 00:29:51.515 INFO running `"docker" "rm" "-f" "25350fc3f86caa8500039d4cf9584726456507f390e18dfe1cbd8275ccb92249"` Oct 16 00:29:51.748 INFO blam! 25350fc3f86caa8500039d4cf9584726456507f390e18dfe1cbd8275ccb92249