Sep 14 18:18:34.487 INFO checking collenchyma-blas-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:18:34.487 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:18:34.487 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:18:34.899 INFO blam! 026df8698a3e58932d56092842c1025134b55ca7cd39c06e5f4dd7b3d5e5ff44 Sep 14 18:18:34.915 INFO running `"docker" "start" "-a" "026df8698a3e58932d56092842c1025134b55ca7cd39c06e5f4dd7b3d5e5ff44"` Sep 14 18:18:36.563 INFO kablam! usermod: no changes Sep 14 18:18:36.733 INFO kablam! Compiling rblas v0.0.11 Sep 14 18:18:36.733 INFO kablam! Checking linear-map v0.0.4 Sep 14 18:18:36.743 INFO kablam! Compiling cublas-sys v0.1.0 Sep 14 18:18:38.426 INFO kablam! Checking collenchyma v0.0.8 Sep 14 18:18:40.467 INFO kablam! Checking cublas v0.2.0 Sep 14 18:18:42.361 INFO kablam! Checking collenchyma-blas v0.2.0 (file:///source) Sep 14 18:18:44.476 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.476 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 14 18:18:44.476 INFO kablam! | Sep 14 18:18:44.476 INFO kablam! 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.476 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.476 INFO kablam! | | Sep 14 18:18:44.476 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.476 INFO kablam! ... Sep 14 18:18:44.476 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.476 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.476 INFO kablam! | Sep 14 18:18:44.476 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 18:18:44.476 INFO kablam! Sep 14 18:18:44.477 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.477 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 14 18:18:44.477 INFO kablam! | Sep 14 18:18:44.477 INFO kablam! 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.477 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.477 INFO kablam! | | Sep 14 18:18:44.477 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.477 INFO kablam! ... Sep 14 18:18:44.477 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.477 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.477 INFO kablam! Sep 14 18:18:44.481 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.481 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 14 18:18:44.481 INFO kablam! | Sep 14 18:18:44.481 INFO kablam! 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.481 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.481 INFO kablam! | | Sep 14 18:18:44.481 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.481 INFO kablam! ... Sep 14 18:18:44.481 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.481 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.481 INFO kablam! Sep 14 18:18:44.482 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.482 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 14 18:18:44.482 INFO kablam! | Sep 14 18:18:44.482 INFO kablam! 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.482 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.482 INFO kablam! | | Sep 14 18:18:44.482 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.482 INFO kablam! ... Sep 14 18:18:44.482 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.482 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.482 INFO kablam! Sep 14 18:18:44.485 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.485 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 14 18:18:44.485 INFO kablam! | Sep 14 18:18:44.485 INFO kablam! 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.485 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.485 INFO kablam! | | Sep 14 18:18:44.485 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.485 INFO kablam! ... Sep 14 18:18:44.485 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.485 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.485 INFO kablam! Sep 14 18:18:44.485 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.485 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 14 18:18:44.485 INFO kablam! | Sep 14 18:18:44.485 INFO kablam! 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.485 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.485 INFO kablam! | | Sep 14 18:18:44.485 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.485 INFO kablam! ... Sep 14 18:18:44.485 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.485 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.485 INFO kablam! Sep 14 18:18:44.485 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.485 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 14 18:18:44.485 INFO kablam! | Sep 14 18:18:44.485 INFO kablam! 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.485 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.485 INFO kablam! | | Sep 14 18:18:44.485 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.485 INFO kablam! ... Sep 14 18:18:44.485 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.485 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.485 INFO kablam! Sep 14 18:18:44.487 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.487 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 14 18:18:44.487 INFO kablam! | Sep 14 18:18:44.487 INFO kablam! 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.487 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.487 INFO kablam! | | Sep 14 18:18:44.487 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.487 INFO kablam! ... Sep 14 18:18:44.487 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.487 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.487 INFO kablam! Sep 14 18:18:44.487 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.487 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 14 18:18:44.487 INFO kablam! | Sep 14 18:18:44.487 INFO kablam! 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.487 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.487 INFO kablam! | | Sep 14 18:18:44.487 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.487 INFO kablam! ... Sep 14 18:18:44.487 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.487 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.487 INFO kablam! Sep 14 18:18:44.487 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.487 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 14 18:18:44.487 INFO kablam! | Sep 14 18:18:44.487 INFO kablam! 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.487 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.487 INFO kablam! | | Sep 14 18:18:44.487 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.487 INFO kablam! ... Sep 14 18:18:44.487 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.487 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.487 INFO kablam! Sep 14 18:18:44.488 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.488 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 14 18:18:44.488 INFO kablam! | Sep 14 18:18:44.488 INFO kablam! 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.488 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.488 INFO kablam! | | Sep 14 18:18:44.488 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.488 INFO kablam! ... Sep 14 18:18:44.488 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.488 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.488 INFO kablam! Sep 14 18:18:44.488 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.488 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 14 18:18:44.488 INFO kablam! | Sep 14 18:18:44.488 INFO kablam! 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.488 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.488 INFO kablam! | | Sep 14 18:18:44.488 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.488 INFO kablam! ... Sep 14 18:18:44.488 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.488 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.488 INFO kablam! Sep 14 18:18:44.491 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.491 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 14 18:18:44.491 INFO kablam! | Sep 14 18:18:44.491 INFO kablam! 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.491 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.491 INFO kablam! | | Sep 14 18:18:44.491 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.491 INFO kablam! ... Sep 14 18:18:44.491 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.491 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.491 INFO kablam! Sep 14 18:18:44.493 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.493 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 14 18:18:44.493 INFO kablam! | Sep 14 18:18:44.493 INFO kablam! 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.493 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.493 INFO kablam! | | Sep 14 18:18:44.493 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.493 INFO kablam! ... Sep 14 18:18:44.493 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.493 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.493 INFO kablam! Sep 14 18:18:44.737 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.737 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 14 18:18:44.737 INFO kablam! | Sep 14 18:18:44.737 INFO kablam! 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.737 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.737 INFO kablam! | | Sep 14 18:18:44.737 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.737 INFO kablam! ... Sep 14 18:18:44.737 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.737 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.737 INFO kablam! | Sep 14 18:18:44.737 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 18:18:44.737 INFO kablam! Sep 14 18:18:44.738 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.738 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 14 18:18:44.738 INFO kablam! | Sep 14 18:18:44.738 INFO kablam! 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.738 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.738 INFO kablam! | | Sep 14 18:18:44.738 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.738 INFO kablam! ... Sep 14 18:18:44.738 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.738 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.738 INFO kablam! Sep 14 18:18:44.743 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.743 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 14 18:18:44.743 INFO kablam! | Sep 14 18:18:44.743 INFO kablam! 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.743 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.743 INFO kablam! | | Sep 14 18:18:44.743 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.743 INFO kablam! ... Sep 14 18:18:44.743 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.743 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.743 INFO kablam! Sep 14 18:18:44.753 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.753 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 14 18:18:44.753 INFO kablam! | Sep 14 18:18:44.753 INFO kablam! 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.753 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.753 INFO kablam! | | Sep 14 18:18:44.753 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.753 INFO kablam! ... Sep 14 18:18:44.753 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.753 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.753 INFO kablam! Sep 14 18:18:44.759 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.759 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 14 18:18:44.759 INFO kablam! | Sep 14 18:18:44.759 INFO kablam! 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.759 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.759 INFO kablam! | | Sep 14 18:18:44.760 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.760 INFO kablam! ... Sep 14 18:18:44.760 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.760 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.760 INFO kablam! Sep 14 18:18:44.763 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.763 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 14 18:18:44.763 INFO kablam! | Sep 14 18:18:44.763 INFO kablam! 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.763 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.764 INFO kablam! | | Sep 14 18:18:44.764 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.764 INFO kablam! ... Sep 14 18:18:44.764 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.764 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.764 INFO kablam! Sep 14 18:18:44.765 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.765 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 14 18:18:44.765 INFO kablam! | Sep 14 18:18:44.765 INFO kablam! 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.765 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.765 INFO kablam! | | Sep 14 18:18:44.765 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.765 INFO kablam! ... Sep 14 18:18:44.765 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.765 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.765 INFO kablam! Sep 14 18:18:44.771 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.771 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 14 18:18:44.771 INFO kablam! | Sep 14 18:18:44.771 INFO kablam! 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.771 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.771 INFO kablam! | | Sep 14 18:18:44.771 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.771 INFO kablam! ... Sep 14 18:18:44.771 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.771 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.771 INFO kablam! Sep 14 18:18:44.772 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.772 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 14 18:18:44.772 INFO kablam! | Sep 14 18:18:44.772 INFO kablam! 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.772 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.772 INFO kablam! | | Sep 14 18:18:44.772 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.772 INFO kablam! ... Sep 14 18:18:44.772 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.772 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.772 INFO kablam! Sep 14 18:18:44.772 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.772 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 14 18:18:44.772 INFO kablam! | Sep 14 18:18:44.772 INFO kablam! 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.772 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.772 INFO kablam! | | Sep 14 18:18:44.772 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.772 INFO kablam! ... Sep 14 18:18:44.772 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.772 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.774 INFO kablam! Sep 14 18:18:44.774 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.774 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 14 18:18:44.774 INFO kablam! | Sep 14 18:18:44.774 INFO kablam! 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.774 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.774 INFO kablam! | | Sep 14 18:18:44.774 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.774 INFO kablam! ... Sep 14 18:18:44.774 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.774 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.774 INFO kablam! Sep 14 18:18:44.774 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.774 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 14 18:18:44.774 INFO kablam! | Sep 14 18:18:44.774 INFO kablam! 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.774 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.774 INFO kablam! | | Sep 14 18:18:44.774 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.774 INFO kablam! ... Sep 14 18:18:44.774 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.774 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.774 INFO kablam! Sep 14 18:18:44.785 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.785 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 14 18:18:44.785 INFO kablam! | Sep 14 18:18:44.785 INFO kablam! 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.786 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.786 INFO kablam! | | Sep 14 18:18:44.786 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.786 INFO kablam! ... Sep 14 18:18:44.786 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 14 18:18:44.786 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.786 INFO kablam! Sep 14 18:18:44.791 INFO kablam! warning: variable does not need to be mutable Sep 14 18:18:44.791 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 14 18:18:44.791 INFO kablam! | Sep 14 18:18:44.791 INFO kablam! 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); Sep 14 18:18:44.791 INFO kablam! | ----^^^^^^^ Sep 14 18:18:44.791 INFO kablam! | | Sep 14 18:18:44.791 INFO kablam! | help: remove this `mut` Sep 14 18:18:44.791 INFO kablam! ... Sep 14 18:18:44.791 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 14 18:18:44.791 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 18:18:44.791 INFO kablam! Sep 14 18:18:46.185 INFO kablam! warning: unused import: `co_blas::plugin` Sep 14 18:18:46.185 INFO kablam! --> tests/blas_specs.rs:8:9 Sep 14 18:18:46.185 INFO kablam! | Sep 14 18:18:46.185 INFO kablam! 8 | use co_blas::plugin::*; Sep 14 18:18:46.185 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 18:18:46.185 INFO kablam! | Sep 14 18:18:46.185 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 18:18:46.185 INFO kablam! Sep 14 18:18:46.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.75s Sep 14 18:18:46.352 INFO kablam! su: No module specific data is present Sep 14 18:18:46.908 INFO running `"docker" "rm" "-f" "026df8698a3e58932d56092842c1025134b55ca7cd39c06e5f4dd7b3d5e5ff44"` Sep 14 18:18:46.978 INFO blam! 026df8698a3e58932d56092842c1025134b55ca7cd39c06e5f4dd7b3d5e5ff44