Oct 15 16:55:31.870 INFO testing tensor-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:55:31.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 16:55:32.360 INFO blam! afa3d8e3e53e7524e52b0d8a52cfd0a06a81c5c7555c445eea7d4c15437b6c67 Oct 15 16:55:32.363 INFO running `"docker" "start" "-a" "afa3d8e3e53e7524e52b0d8a52cfd0a06a81c5c7555c445eea7d4c15437b6c67"` Oct 15 16:55:33.179 INFO kablam! usermod: no changes Oct 15 16:55:33.319 INFO kablam! Compiling tensor v0.1.2 (/source) Oct 15 16:55:34.852 INFO kablam! warning: variable does not need to be mutable Oct 15 16:55:34.852 INFO kablam! --> src/tensor.rs:67:13 Oct 15 16:55:34.852 INFO kablam! | Oct 15 16:55:34.853 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 15 16:55:34.853 INFO kablam! | ----^^^^^^^^^^ Oct 15 16:55:34.853 INFO kablam! | | Oct 15 16:55:34.853 INFO kablam! | help: remove this `mut` Oct 15 16:55:34.854 INFO kablam! | Oct 15 16:55:34.854 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:55:34.854 INFO kablam! Oct 15 16:55:36.008 INFO kablam! warning: variable does not need to be mutable Oct 15 16:55:36.009 INFO kablam! --> src/tensor.rs:67:13 Oct 15 16:55:36.009 INFO kablam! | Oct 15 16:55:36.009 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 15 16:55:36.009 INFO kablam! | ----^^^^^^^^^^ Oct 15 16:55:36.009 INFO kablam! | | Oct 15 16:55:36.009 INFO kablam! | help: remove this `mut` Oct 15 16:55:36.010 INFO kablam! | Oct 15 16:55:36.010 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:55:36.010 INFO kablam! Oct 15 16:55:36.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 15 16:55:36.864 INFO kablam! su: No module specific data is present Oct 15 16:55:37.695 INFO running `"docker" "rm" "-f" "afa3d8e3e53e7524e52b0d8a52cfd0a06a81c5c7555c445eea7d4c15437b6c67"` Oct 15 16:55:38.079 INFO blam! afa3d8e3e53e7524e52b0d8a52cfd0a06a81c5c7555c445eea7d4c15437b6c67 Oct 15 16:55:38.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 16:55:38.496 INFO blam! 47d6acd87ce4c7f3f50794f3321e2c3fbf7e1fbe0ceb3bf5527f9651a8859355 Oct 15 16:55:38.499 INFO running `"docker" "start" "-a" "47d6acd87ce4c7f3f50794f3321e2c3fbf7e1fbe0ceb3bf5527f9651a8859355"` Oct 15 16:55:39.824 INFO kablam! usermod: no changes Oct 15 16:55:39.907 INFO kablam! Compiling tensor v0.1.2 (/source) Oct 15 16:55:41.210 INFO kablam! warning: variable does not need to be mutable Oct 15 16:55:41.210 INFO kablam! --> src/tensor.rs:67:13 Oct 15 16:55:41.210 INFO kablam! | Oct 15 16:55:41.210 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 15 16:55:41.211 INFO kablam! | ----^^^^^^^^^^ Oct 15 16:55:41.211 INFO kablam! | | Oct 15 16:55:41.211 INFO kablam! | help: remove this `mut` Oct 15 16:55:41.211 INFO kablam! | Oct 15 16:55:41.211 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:55:41.211 INFO kablam! Oct 15 16:55:41.739 INFO kablam! warning: variable does not need to be mutable Oct 15 16:55:41.739 INFO kablam! --> src/tensor.rs:67:13 Oct 15 16:55:41.739 INFO kablam! | Oct 15 16:55:41.739 INFO kablam! 67 | let mut new_tensor = &mut Tensor::build(self.dim, new_rank, vec![T::zero(); len]); Oct 15 16:55:41.739 INFO kablam! | ----^^^^^^^^^^ Oct 15 16:55:41.739 INFO kablam! | | Oct 15 16:55:41.739 INFO kablam! | help: remove this `mut` Oct 15 16:55:41.739 INFO kablam! | Oct 15 16:55:41.739 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:55:41.739 INFO kablam! Oct 15 16:55:42.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 15 16:55:42.259 INFO kablam! su: No module specific data is present Oct 15 16:55:42.953 INFO running `"docker" "rm" "-f" "47d6acd87ce4c7f3f50794f3321e2c3fbf7e1fbe0ceb3bf5527f9651a8859355"` Oct 15 16:55:43.212 INFO blam! 47d6acd87ce4c7f3f50794f3321e2c3fbf7e1fbe0ceb3bf5527f9651a8859355 Oct 15 16:55:43.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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" "-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 15 16:55:43.637 INFO blam! 6cad82106960074f468ce6dc663b66e05d87242819487496c015741caa7d58ac Oct 15 16:55:43.639 INFO running `"docker" "start" "-a" "6cad82106960074f468ce6dc663b66e05d87242819487496c015741caa7d58ac"` Oct 15 16:55:45.639 INFO kablam! usermod: no changes Oct 15 16:55:45.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:55:45.715 INFO kablam! Running /target/debug/deps/tensor-909bee1f4bcddde2 Oct 15 16:55:45.731 INFO blam! Oct 15 16:55:45.731 INFO blam! running 0 tests Oct 15 16:55:45.731 INFO blam! Oct 15 16:55:45.731 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:55:45.731 INFO blam! Oct 15 16:55:45.734 INFO kablam! Running /target/debug/deps/tensor-000c5f47a20667c6 Oct 15 16:55:45.736 INFO blam! Oct 15 16:55:45.736 INFO blam! running 0 tests Oct 15 16:55:45.736 INFO blam! Oct 15 16:55:45.736 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:55:45.736 INFO blam! Oct 15 16:55:45.743 INFO kablam! Doc-tests tensor Oct 15 16:55:47.271 INFO blam! Oct 15 16:55:47.271 INFO blam! running 0 tests Oct 15 16:55:47.271 INFO blam! Oct 15 16:55:47.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:55:47.271 INFO blam! Oct 15 16:55:47.279 INFO kablam! su: No module specific data is present Oct 15 16:55:47.730 INFO running `"docker" "rm" "-f" "6cad82106960074f468ce6dc663b66e05d87242819487496c015741caa7d58ac"` Oct 15 16:55:47.934 INFO blam! 6cad82106960074f468ce6dc663b66e05d87242819487496c015741caa7d58ac