Oct 12 12:19:02.202 INFO checking therunomask/Turing against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:19:02.202 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 12 12:19:02.736 INFO blam! 871ee860b49f174fd3df2bc174f213e6d40642d2a925f5feae4c761432e103be Oct 12 12:19:02.738 INFO running `"docker" "start" "-a" "871ee860b49f174fd3df2bc174f213e6d40642d2a925f5feae4c761432e103be"` Oct 12 12:19:05.263 INFO kablam! usermod: no changes Oct 12 12:19:05.316 INFO kablam! Checking random_start v0.1.0 (/source) Oct 12 12:19:05.784 INFO kablam! warning: unused variable: `direction` Oct 12 12:19:05.785 INFO kablam! --> src/main.rs:139:13 Oct 12 12:19:05.786 INFO kablam! | Oct 12 12:19:05.787 INFO kablam! 139 | let mut direction: bool; Oct 12 12:19:05.787 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 12 12:19:05.788 INFO kablam! | Oct 12 12:19:05.789 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:19:05.789 INFO kablam! Oct 12 12:19:05.790 INFO kablam! warning: unused variable: `new_state_bool` Oct 12 12:19:05.790 INFO kablam! --> src/main.rs:140:13 Oct 12 12:19:05.791 INFO kablam! | Oct 12 12:19:05.792 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 12 12:19:05.792 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_new_state_bool` instead Oct 12 12:19:05.793 INFO kablam! Oct 12 12:19:05.808 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.809 INFO kablam! --> src/main.rs:99:9 Oct 12 12:19:05.810 INFO kablam! | Oct 12 12:19:05.811 INFO kablam! 99 | let mut right: bool; Oct 12 12:19:05.811 INFO kablam! | ----^^^^^ Oct 12 12:19:05.812 INFO kablam! | | Oct 12 12:19:05.813 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.813 INFO kablam! | Oct 12 12:19:05.814 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 12:19:05.814 INFO kablam! Oct 12 12:19:05.820 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.820 INFO kablam! --> src/main.rs:132:5 Oct 12 12:19:05.820 INFO kablam! | Oct 12 12:19:05.821 INFO kablam! 132 | mut state_vector: &Vec, Oct 12 12:19:05.821 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 12:19:05.821 INFO kablam! | | Oct 12 12:19:05.821 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.821 INFO kablam! Oct 12 12:19:05.821 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.821 INFO kablam! --> src/main.rs:134:5 Oct 12 12:19:05.821 INFO kablam! | Oct 12 12:19:05.821 INFO kablam! 134 | mut testband: &mut Band, Oct 12 12:19:05.821 INFO kablam! | ----^^^^^^^^ Oct 12 12:19:05.821 INFO kablam! | | Oct 12 12:19:05.821 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.822 INFO kablam! Oct 12 12:19:05.822 INFO kablam! warning: unused variable: `direction` Oct 12 12:19:05.822 INFO kablam! --> src/main.rs:139:13 Oct 12 12:19:05.822 INFO kablam! | Oct 12 12:19:05.822 INFO kablam! 139 | let mut direction: bool; Oct 12 12:19:05.822 INFO kablam! | ^^^^^^^^^ help: consider using `_direction` instead Oct 12 12:19:05.822 INFO kablam! | Oct 12 12:19:05.822 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:19:05.822 INFO kablam! Oct 12 12:19:05.822 INFO kablam! warning: unused variable: `new_state_bool` Oct 12 12:19:05.822 INFO kablam! --> src/main.rs:140:13 Oct 12 12:19:05.822 INFO kablam! | Oct 12 12:19:05.822 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 12 12:19:05.822 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_new_state_bool` instead Oct 12 12:19:05.822 INFO kablam! Oct 12 12:19:05.828 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.828 INFO kablam! --> src/main.rs:137:9 Oct 12 12:19:05.828 INFO kablam! | Oct 12 12:19:05.828 INFO kablam! 137 | let mut state_vector_float = vbool_to_vf32(&state_vector); Oct 12 12:19:05.828 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.828 INFO kablam! | | Oct 12 12:19:05.828 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.828 INFO kablam! Oct 12 12:19:05.829 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.829 INFO kablam! --> src/main.rs:138:9 Oct 12 12:19:05.829 INFO kablam! | Oct 12 12:19:05.829 INFO kablam! 138 | let mut new_state = Mat6::matpro(&mat, state_vector_float); Oct 12 12:19:05.829 INFO kablam! | ----^^^^^^^^^ Oct 12 12:19:05.829 INFO kablam! | | Oct 12 12:19:05.829 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.829 INFO kablam! Oct 12 12:19:05.830 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.830 INFO kablam! --> src/main.rs:139:9 Oct 12 12:19:05.830 INFO kablam! | Oct 12 12:19:05.830 INFO kablam! 139 | let mut direction: bool; Oct 12 12:19:05.830 INFO kablam! | ----^^^^^^^^^ Oct 12 12:19:05.830 INFO kablam! | | Oct 12 12:19:05.830 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.830 INFO kablam! Oct 12 12:19:05.830 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.830 INFO kablam! --> src/main.rs:140:9 Oct 12 12:19:05.830 INFO kablam! | Oct 12 12:19:05.830 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 12 12:19:05.830 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 12:19:05.830 INFO kablam! | | Oct 12 12:19:05.830 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.830 INFO kablam! Oct 12 12:19:05.831 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.831 INFO kablam! --> src/main.rs:142:9 Oct 12 12:19:05.831 INFO kablam! | Oct 12 12:19:05.831 INFO kablam! 142 | let mut terminated = testband.mover(direction); Oct 12 12:19:05.831 INFO kablam! | ----^^^^^^^^^^ Oct 12 12:19:05.831 INFO kablam! | | Oct 12 12:19:05.831 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.831 INFO kablam! Oct 12 12:19:05.832 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.832 INFO kablam! --> src/main.rs:143:9 Oct 12 12:19:05.832 INFO kablam! | Oct 12 12:19:05.832 INFO kablam! 143 | let mut new_state_return: Vec; Oct 12 12:19:05.832 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 12 12:19:05.832 INFO kablam! | | Oct 12 12:19:05.832 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.834 INFO kablam! Oct 12 12:19:05.834 INFO kablam! warning: method is never used: `print` Oct 12 12:19:05.834 INFO kablam! --> src/main.rs:35:5 Oct 12 12:19:05.834 INFO kablam! | Oct 12 12:19:05.834 INFO kablam! 35 | pub fn print(self) { Oct 12 12:19:05.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.835 INFO kablam! | Oct 12 12:19:05.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 12:19:05.835 INFO kablam! Oct 12 12:19:05.835 INFO kablam! warning: function is never used: `dot` Oct 12 12:19:05.835 INFO kablam! --> src/main.rs:123:1 Oct 12 12:19:05.835 INFO kablam! | Oct 12 12:19:05.835 INFO kablam! 123 | fn dot(u1: Vec, u2: Vec) -> f64 { Oct 12 12:19:05.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.835 INFO kablam! Oct 12 12:19:05.835 INFO kablam! warning: method is never used: `overwrite` Oct 12 12:19:05.836 INFO kablam! --> src/main.rs:182:5 Oct 12 12:19:05.836 INFO kablam! | Oct 12 12:19:05.836 INFO kablam! 182 | pub fn overwrite(&mut self, new_value: bool) { Oct 12 12:19:05.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.836 INFO kablam! Oct 12 12:19:05.840 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.840 INFO kablam! --> src/main.rs:99:9 Oct 12 12:19:05.840 INFO kablam! | Oct 12 12:19:05.840 INFO kablam! 99 | let mut right: bool; Oct 12 12:19:05.840 INFO kablam! | ----^^^^^ Oct 12 12:19:05.840 INFO kablam! | | Oct 12 12:19:05.840 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.840 INFO kablam! | Oct 12 12:19:05.840 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 12:19:05.840 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:132:5 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 132 | mut state_vector: &Vec, Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:134:5 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 134 | mut testband: &mut Band, Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:137:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 137 | let mut state_vector_float = vbool_to_vf32(&state_vector); Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:138:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 138 | let mut new_state = Mat6::matpro(&mat, state_vector_float); Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:139:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 139 | let mut direction: bool; Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:140:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 140 | let mut new_state_bool: Vec; Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:142:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 142 | let mut terminated = testband.mover(direction); Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:143:9 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 143 | let mut new_state_return: Vec; Oct 12 12:19:05.857 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | | Oct 12 12:19:05.857 INFO kablam! | help: remove this `mut` Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: method is never used: `print` Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:35:5 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 35 | pub fn print(self) { Oct 12 12:19:05.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: function is never used: `dot` Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:123:1 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 123 | fn dot(u1: Vec, u2: Vec) -> f64 { Oct 12 12:19:05.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.857 INFO kablam! warning: method is never used: `overwrite` Oct 12 12:19:05.857 INFO kablam! --> src/main.rs:182:5 Oct 12 12:19:05.857 INFO kablam! | Oct 12 12:19:05.857 INFO kablam! 182 | pub fn overwrite(&mut self, new_value: bool) { Oct 12 12:19:05.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:19:05.857 INFO kablam! Oct 12 12:19:05.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 12 12:19:05.943 INFO kablam! su: No module specific data is present Oct 12 12:19:07.533 INFO running `"docker" "rm" "-f" "871ee860b49f174fd3df2bc174f213e6d40642d2a925f5feae4c761432e103be"` Oct 12 12:19:07.794 INFO blam! 871ee860b49f174fd3df2bc174f213e6d40642d2a925f5feae4c761432e103be