Oct 10 13:34:07.247 INFO testing therunomask/Turing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:34:07.247 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:34:07.247 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:34:08.303 INFO blam! eac140f8ae4c5fb6fb9eec6f197ed1fb88fba825a73643cc491a4fb37b4550c8 Oct 10 13:34:08.304 INFO running `"docker" "start" "-a" "eac140f8ae4c5fb6fb9eec6f197ed1fb88fba825a73643cc491a4fb37b4550c8"` Oct 10 13:34:09.181 INFO kablam! usermod: no changes Oct 10 13:34:09.255 INFO kablam! Compiling random_start v0.1.0 (/source) Oct 10 13:34:09.712 INFO kablam! warning: unused variable: `direction` Oct 10 13:34:09.712 INFO kablam! --> src/main.rs:139:13 Oct 10 13:34:09.712 INFO kablam! | Oct 10 13:34:09.712 INFO kablam! 139 | let mut direction: bool; Oct 10 13:34:09.712 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 10 13:34:09.712 INFO kablam! | Oct 10 13:34:09.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:34:09.712 INFO kablam! Oct 10 13:34:09.712 INFO kablam! warning: unused variable: `new_state_bool` Oct 10 13:34:09.712 INFO kablam! --> src/main.rs:140:13 Oct 10 13:34:09.712 INFO kablam! | Oct 10 13:34:09.712 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 10 13:34:09.713 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_new_state_bool` instead Oct 10 13:34:09.713 INFO kablam! Oct 10 13:34:09.722 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.722 INFO kablam! --> src/main.rs:99:9 Oct 10 13:34:09.722 INFO kablam! | Oct 10 13:34:09.722 INFO kablam! 99 | let mut right: bool; Oct 10 13:34:09.722 INFO kablam! | ----^^^^^ Oct 10 13:34:09.722 INFO kablam! | | Oct 10 13:34:09.722 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.722 INFO kablam! | Oct 10 13:34:09.722 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:34:09.722 INFO kablam! Oct 10 13:34:09.727 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.727 INFO kablam! --> src/main.rs:132:5 Oct 10 13:34:09.727 INFO kablam! | Oct 10 13:34:09.727 INFO kablam! 132 | mut state_vector: &Vec, Oct 10 13:34:09.727 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 13:34:09.727 INFO kablam! | | Oct 10 13:34:09.727 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.727 INFO kablam! Oct 10 13:34:09.727 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.727 INFO kablam! --> src/main.rs:134:5 Oct 10 13:34:09.727 INFO kablam! | Oct 10 13:34:09.727 INFO kablam! 134 | mut testband: &mut Band, Oct 10 13:34:09.727 INFO kablam! | ----^^^^^^^^ Oct 10 13:34:09.727 INFO kablam! | | Oct 10 13:34:09.727 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.727 INFO kablam! Oct 10 13:34:09.727 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.727 INFO kablam! --> src/main.rs:137:9 Oct 10 13:34:09.727 INFO kablam! | Oct 10 13:34:09.727 INFO kablam! 137 | let mut state_vector_float = vbool_to_vf32(&state_vector); Oct 10 13:34:09.727 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 10 13:34:09.727 INFO kablam! | | Oct 10 13:34:09.727 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.727 INFO kablam! Oct 10 13:34:09.727 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.727 INFO kablam! --> src/main.rs:138:9 Oct 10 13:34:09.727 INFO kablam! | Oct 10 13:34:09.727 INFO kablam! 138 | let mut new_state = Mat6::matpro(&mat, state_vector_float); Oct 10 13:34:09.727 INFO kablam! | ----^^^^^^^^^ Oct 10 13:34:09.727 INFO kablam! | | Oct 10 13:34:09.727 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.727 INFO kablam! Oct 10 13:34:09.727 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.728 INFO kablam! --> src/main.rs:139:9 Oct 10 13:34:09.728 INFO kablam! | Oct 10 13:34:09.728 INFO kablam! 139 | let mut direction: bool; Oct 10 13:34:09.728 INFO kablam! | ----^^^^^^^^^ Oct 10 13:34:09.728 INFO kablam! | | Oct 10 13:34:09.728 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.728 INFO kablam! Oct 10 13:34:09.728 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.728 INFO kablam! --> src/main.rs:140:9 Oct 10 13:34:09.728 INFO kablam! | Oct 10 13:34:09.728 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 10 13:34:09.728 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 13:34:09.728 INFO kablam! | | Oct 10 13:34:09.728 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.728 INFO kablam! Oct 10 13:34:09.728 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.728 INFO kablam! --> src/main.rs:142:9 Oct 10 13:34:09.728 INFO kablam! | Oct 10 13:34:09.728 INFO kablam! 142 | let mut terminated = testband.mover(direction); Oct 10 13:34:09.728 INFO kablam! | ----^^^^^^^^^^ Oct 10 13:34:09.728 INFO kablam! | | Oct 10 13:34:09.728 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.728 INFO kablam! Oct 10 13:34:09.728 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:09.728 INFO kablam! --> src/main.rs:143:9 Oct 10 13:34:09.728 INFO kablam! | Oct 10 13:34:09.728 INFO kablam! 143 | let mut new_state_return: Vec; Oct 10 13:34:09.728 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 10 13:34:09.728 INFO kablam! | | Oct 10 13:34:09.728 INFO kablam! | help: remove this `mut` Oct 10 13:34:09.728 INFO kablam! Oct 10 13:34:09.729 INFO kablam! warning: method is never used: `print` Oct 10 13:34:09.729 INFO kablam! --> src/main.rs:35:5 Oct 10 13:34:09.729 INFO kablam! | Oct 10 13:34:09.729 INFO kablam! 35 | pub fn print(self) { Oct 10 13:34:09.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:34:09.729 INFO kablam! | Oct 10 13:34:09.729 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:34:09.729 INFO kablam! Oct 10 13:34:09.729 INFO kablam! warning: function is never used: `dot` Oct 10 13:34:09.729 INFO kablam! --> src/main.rs:123:1 Oct 10 13:34:09.729 INFO kablam! | Oct 10 13:34:09.729 INFO kablam! 123 | fn dot(u1: Vec, u2: Vec) -> f64 { Oct 10 13:34:09.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:34:09.729 INFO kablam! Oct 10 13:34:09.729 INFO kablam! warning: method is never used: `overwrite` Oct 10 13:34:09.729 INFO kablam! --> src/main.rs:182:5 Oct 10 13:34:09.729 INFO kablam! | Oct 10 13:34:09.729 INFO kablam! 182 | pub fn overwrite(&mut self, new_value: bool) { Oct 10 13:34:09.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:34:09.729 INFO kablam! Oct 10 13:34:10.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 10 13:34:10.552 INFO kablam! su: No module specific data is present Oct 10 13:34:11.400 INFO running `"docker" "rm" "-f" "eac140f8ae4c5fb6fb9eec6f197ed1fb88fba825a73643cc491a4fb37b4550c8"` Oct 10 13:34:11.688 INFO blam! eac140f8ae4c5fb6fb9eec6f197ed1fb88fba825a73643cc491a4fb37b4550c8 Oct 10 13:34:11.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:34:11.698 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:34:12.581 INFO blam! c91e673d6557f5b1bc41dfb486066e1a2ffabcfaa208ba9f729f7c6d0bc478aa Oct 10 13:34:12.597 INFO running `"docker" "start" "-a" "c91e673d6557f5b1bc41dfb486066e1a2ffabcfaa208ba9f729f7c6d0bc478aa"` Oct 10 13:34:13.912 INFO kablam! usermod: no changes Oct 10 13:34:13.960 INFO kablam! Compiling random_start v0.1.0 (/source) Oct 10 13:34:14.561 INFO kablam! warning: unused variable: `direction` Oct 10 13:34:14.561 INFO kablam! --> src/main.rs:139:13 Oct 10 13:34:14.561 INFO kablam! | Oct 10 13:34:14.561 INFO kablam! 139 | let mut direction: bool; Oct 10 13:34:14.561 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 10 13:34:14.561 INFO kablam! | Oct 10 13:34:14.561 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:34:14.561 INFO kablam! Oct 10 13:34:14.561 INFO kablam! warning: unused variable: `new_state_bool` Oct 10 13:34:14.561 INFO kablam! --> src/main.rs:140:13 Oct 10 13:34:14.561 INFO kablam! | Oct 10 13:34:14.561 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 10 13:34:14.563 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_new_state_bool` instead Oct 10 13:34:14.563 INFO kablam! Oct 10 13:34:14.570 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.571 INFO kablam! --> src/main.rs:99:9 Oct 10 13:34:14.571 INFO kablam! | Oct 10 13:34:14.571 INFO kablam! 99 | let mut right: bool; Oct 10 13:34:14.571 INFO kablam! | ----^^^^^ Oct 10 13:34:14.571 INFO kablam! | | Oct 10 13:34:14.572 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.572 INFO kablam! | Oct 10 13:34:14.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:34:14.572 INFO kablam! Oct 10 13:34:14.574 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.574 INFO kablam! --> src/main.rs:132:5 Oct 10 13:34:14.574 INFO kablam! | Oct 10 13:34:14.575 INFO kablam! 132 | mut state_vector: &Vec, Oct 10 13:34:14.575 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 13:34:14.575 INFO kablam! | | Oct 10 13:34:14.575 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.576 INFO kablam! Oct 10 13:34:14.576 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.576 INFO kablam! --> src/main.rs:134:5 Oct 10 13:34:14.577 INFO kablam! | Oct 10 13:34:14.577 INFO kablam! 134 | mut testband: &mut Band, Oct 10 13:34:14.577 INFO kablam! | ----^^^^^^^^ Oct 10 13:34:14.577 INFO kablam! | | Oct 10 13:34:14.578 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.578 INFO kablam! Oct 10 13:34:14.578 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.578 INFO kablam! --> src/main.rs:137:9 Oct 10 13:34:14.578 INFO kablam! | Oct 10 13:34:14.579 INFO kablam! 137 | let mut state_vector_float = vbool_to_vf32(&state_vector); Oct 10 13:34:14.579 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 10 13:34:14.579 INFO kablam! | | Oct 10 13:34:14.579 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.579 INFO kablam! Oct 10 13:34:14.579 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.579 INFO kablam! --> src/main.rs:138:9 Oct 10 13:34:14.580 INFO kablam! | Oct 10 13:34:14.580 INFO kablam! 138 | let mut new_state = Mat6::matpro(&mat, state_vector_float); Oct 10 13:34:14.580 INFO kablam! | ----^^^^^^^^^ Oct 10 13:34:14.580 INFO kablam! | | Oct 10 13:34:14.581 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.581 INFO kablam! Oct 10 13:34:14.581 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.581 INFO kablam! --> src/main.rs:139:9 Oct 10 13:34:14.581 INFO kablam! | Oct 10 13:34:14.581 INFO kablam! 139 | let mut direction: bool; Oct 10 13:34:14.582 INFO kablam! | ----^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! | | Oct 10 13:34:14.583 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:140:9 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 10 13:34:14.583 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! | | Oct 10 13:34:14.583 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:142:9 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 142 | let mut terminated = testband.mover(direction); Oct 10 13:34:14.583 INFO kablam! | ----^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! | | Oct 10 13:34:14.583 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: variable does not need to be mutable Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:143:9 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 143 | let mut new_state_return: Vec; Oct 10 13:34:14.583 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! | | Oct 10 13:34:14.583 INFO kablam! | help: remove this `mut` Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: method is never used: `print` Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:35:5 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 35 | pub fn print(self) { Oct 10 13:34:14.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: function is never used: `dot` Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:123:1 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 123 | fn dot(u1: Vec, u2: Vec) -> f64 { Oct 10 13:34:14.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:14.583 INFO kablam! warning: method is never used: `overwrite` Oct 10 13:34:14.583 INFO kablam! --> src/main.rs:182:5 Oct 10 13:34:14.583 INFO kablam! | Oct 10 13:34:14.583 INFO kablam! 182 | pub fn overwrite(&mut self, new_value: bool) { Oct 10 13:34:14.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:34:14.583 INFO kablam! Oct 10 13:34:15.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 10 13:34:15.283 INFO kablam! su: No module specific data is present Oct 10 13:34:16.056 INFO running `"docker" "rm" "-f" "c91e673d6557f5b1bc41dfb486066e1a2ffabcfaa208ba9f729f7c6d0bc478aa"` Oct 10 13:34:16.284 INFO blam! c91e673d6557f5b1bc41dfb486066e1a2ffabcfaa208ba9f729f7c6d0bc478aa Oct 10 13:34:16.294 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:34:16.296 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:34:16.727 INFO blam! 0b2c3bd236ca3d1fdfc78595bdb90cfcc9b0b507e29e845fe1104334685f7a6f Oct 10 13:34:16.730 INFO running `"docker" "start" "-a" "0b2c3bd236ca3d1fdfc78595bdb90cfcc9b0b507e29e845fe1104334685f7a6f"` Oct 10 13:34:17.401 INFO kablam! usermod: no changes Oct 10 13:34:17.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 13:34:17.444 INFO kablam! Running /target/debug/deps/random_start-0314236dea5dc5b2 Oct 10 13:34:17.446 INFO blam! Oct 10 13:34:17.446 INFO blam! running 0 tests Oct 10 13:34:17.446 INFO blam! Oct 10 13:34:17.446 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:34:17.446 INFO blam! Oct 10 13:34:17.448 INFO kablam! su: No module specific data is present Oct 10 13:34:18.129 INFO running `"docker" "rm" "-f" "0b2c3bd236ca3d1fdfc78595bdb90cfcc9b0b507e29e845fe1104334685f7a6f"` Oct 10 13:34:18.416 INFO blam! 0b2c3bd236ca3d1fdfc78595bdb90cfcc9b0b507e29e845fe1104334685f7a6f