Oct 11 10:17:58.355 INFO testing tensor-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:17:58.355 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:17:58.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:17:58.858 INFO blam! 73d9351f0d4c0762768c47efa88bc93930e520c3f7c44e0106f6f71072bb8c08 Oct 11 10:17:58.860 INFO running `"docker" "start" "-a" "73d9351f0d4c0762768c47efa88bc93930e520c3f7c44e0106f6f71072bb8c08"` Oct 11 10:18:00.975 INFO kablam! usermod: no changes Oct 11 10:18:01.055 INFO kablam! Compiling tensor v0.1.2 (/source) Oct 11 10:18:03.004 INFO kablam! warning: variable does not need to be mutable Oct 11 10:18:03.004 INFO kablam! --> src/tensor.rs:67:13 Oct 11 10:18:03.004 INFO kablam! | Oct 11 10:18:03.004 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 11 10:18:03.004 INFO kablam! | ----^^^^^^^^^^ Oct 11 10:18:03.004 INFO kablam! | | Oct 11 10:18:03.004 INFO kablam! | help: remove this `mut` Oct 11 10:18:03.004 INFO kablam! | Oct 11 10:18:03.004 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:18:03.004 INFO kablam! Oct 11 10:18:04.813 INFO kablam! warning: variable does not need to be mutable Oct 11 10:18:04.813 INFO kablam! --> src/tensor.rs:67:13 Oct 11 10:18:04.813 INFO kablam! | Oct 11 10:18:04.814 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 11 10:18:04.814 INFO kablam! | ----^^^^^^^^^^ Oct 11 10:18:04.814 INFO kablam! | | Oct 11 10:18:04.815 INFO kablam! | help: remove this `mut` Oct 11 10:18:04.815 INFO kablam! | Oct 11 10:18:04.815 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:18:04.815 INFO kablam! Oct 11 10:18:05.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.68s Oct 11 10:18:05.677 INFO kablam! su: No module specific data is present Oct 11 10:18:07.089 INFO running `"docker" "rm" "-f" "73d9351f0d4c0762768c47efa88bc93930e520c3f7c44e0106f6f71072bb8c08"` Oct 11 10:18:07.344 INFO blam! 73d9351f0d4c0762768c47efa88bc93930e520c3f7c44e0106f6f71072bb8c08 Oct 11 10:18:07.356 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:18:07.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:18:07.828 INFO blam! b69ed3061a417ac564fe845c4887f33ba79281a6aaefa7f49f0b2521c66648e5 Oct 11 10:18:07.840 INFO running `"docker" "start" "-a" "b69ed3061a417ac564fe845c4887f33ba79281a6aaefa7f49f0b2521c66648e5"` Oct 11 10:18:09.456 INFO kablam! usermod: no changes Oct 11 10:18:09.580 INFO kablam! Compiling tensor v0.1.2 (/source) Oct 11 10:18:13.098 INFO kablam! warning: variable does not need to be mutable Oct 11 10:18:13.098 INFO kablam! --> src/tensor.rs:67:13 Oct 11 10:18:13.098 INFO kablam! | Oct 11 10:18:13.098 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 11 10:18:13.098 INFO kablam! | ----^^^^^^^^^^ Oct 11 10:18:13.098 INFO kablam! | | Oct 11 10:18:13.098 INFO kablam! | help: remove this `mut` Oct 11 10:18:13.098 INFO kablam! | Oct 11 10:18:13.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:18:13.104 INFO kablam! Oct 11 10:18:13.845 INFO kablam! warning: variable does not need to be mutable Oct 11 10:18:13.845 INFO kablam! --> src/tensor.rs:67:13 Oct 11 10:18:13.845 INFO kablam! | Oct 11 10:18:13.846 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 11 10:18:13.846 INFO kablam! | ----^^^^^^^^^^ Oct 11 10:18:13.846 INFO kablam! | | Oct 11 10:18:13.846 INFO kablam! | help: remove this `mut` Oct 11 10:18:13.847 INFO kablam! | Oct 11 10:18:13.847 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:18:13.847 INFO kablam! Oct 11 10:18:14.305 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.81s Oct 11 10:18:14.313 INFO kablam! su: No module specific data is present Oct 11 10:18:14.945 INFO running `"docker" "rm" "-f" "b69ed3061a417ac564fe845c4887f33ba79281a6aaefa7f49f0b2521c66648e5"` Oct 11 10:18:15.228 INFO blam! b69ed3061a417ac564fe845c4887f33ba79281a6aaefa7f49f0b2521c66648e5 Oct 11 10:18:15.233 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:18:15.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:18:15.664 INFO blam! 986907c8b258665fcccb045e78a49d1c8da88d745c8dc9cf6170e890687c22fe Oct 11 10:18:15.666 INFO running `"docker" "start" "-a" "986907c8b258665fcccb045e78a49d1c8da88d745c8dc9cf6170e890687c22fe"` Oct 11 10:18:16.913 INFO kablam! usermod: no changes Oct 11 10:18:16.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 10:18:17.018 INFO kablam! Running /target/debug/deps/tensor-909bee1f4bcddde2 Oct 11 10:18:17.026 INFO blam! Oct 11 10:18:17.027 INFO blam! running 0 tests Oct 11 10:18:17.027 INFO blam! Oct 11 10:18:17.027 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:18:17.028 INFO blam! Oct 11 10:18:17.029 INFO kablam! Running /target/debug/deps/tensor-000c5f47a20667c6 Oct 11 10:18:17.036 INFO kablam! Doc-tests tensor Oct 11 10:18:17.037 INFO blam! Oct 11 10:18:17.037 INFO blam! running 0 tests Oct 11 10:18:17.037 INFO blam! Oct 11 10:18:17.037 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:18:17.038 INFO blam! Oct 11 10:18:19.940 INFO blam! Oct 11 10:18:19.940 INFO blam! running 0 tests Oct 11 10:18:19.940 INFO blam! Oct 11 10:18:19.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:18:19.940 INFO blam! Oct 11 10:18:19.949 INFO kablam! su: No module specific data is present Oct 11 10:18:20.670 INFO running `"docker" "rm" "-f" "986907c8b258665fcccb045e78a49d1c8da88d745c8dc9cf6170e890687c22fe"` Oct 11 10:18:20.964 INFO blam! 986907c8b258665fcccb045e78a49d1c8da88d745c8dc9cf6170e890687c22fe