Sep 06 08:39:00.873 INFO checking collenchyma-blas-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:39:00.873 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:39:00.873 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:39:01.079 INFO blam! 68f540f312096f16c47b237ab0cac6e71a71bbc6cadb509042a9acab5d3d1614 Sep 06 08:39:01.081 INFO running `"docker" "start" "-a" "68f540f312096f16c47b237ab0cac6e71a71bbc6cadb509042a9acab5d3d1614"` Sep 06 08:39:02.341 INFO kablam! usermod: no changes Sep 06 08:39:02.514 INFO kablam! Compiling rblas v0.0.11 Sep 06 08:39:02.514 INFO kablam! Checking cublas v0.2.0 Sep 06 08:39:02.514 INFO kablam! Checking collenchyma v0.0.8 Sep 06 08:39:06.038 INFO kablam! Checking collenchyma-blas v0.2.0 (file:///source) Sep 06 08:39:07.264 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.264 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 06 08:39:07.264 INFO kablam! | Sep 06 08:39:07.264 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 06 08:39:07.264 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.264 INFO kablam! | | Sep 06 08:39:07.264 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.264 INFO kablam! ... Sep 06 08:39:07.264 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.265 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.265 INFO kablam! | Sep 06 08:39:07.265 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 08:39:07.265 INFO kablam! Sep 06 08:39:07.270 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.270 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 06 08:39:07.270 INFO kablam! | Sep 06 08:39:07.270 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 06 08:39:07.270 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.270 INFO kablam! | | Sep 06 08:39:07.270 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.270 INFO kablam! ... Sep 06 08:39:07.270 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.270 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.270 INFO kablam! Sep 06 08:39:07.270 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.270 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 06 08:39:07.270 INFO kablam! | Sep 06 08:39:07.270 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 06 08:39:07.270 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.270 INFO kablam! | | Sep 06 08:39:07.270 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.270 INFO kablam! ... Sep 06 08:39:07.270 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.270 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.270 INFO kablam! Sep 06 08:39:07.270 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.270 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 06 08:39:07.270 INFO kablam! | Sep 06 08:39:07.270 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 06 08:39:07.270 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.270 INFO kablam! | | Sep 06 08:39:07.270 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.270 INFO kablam! ... Sep 06 08:39:07.270 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.271 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.271 INFO kablam! Sep 06 08:39:07.271 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.271 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 06 08:39:07.271 INFO kablam! | Sep 06 08:39:07.271 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 06 08:39:07.271 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.271 INFO kablam! | | Sep 06 08:39:07.271 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.271 INFO kablam! ... Sep 06 08:39:07.271 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.271 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.271 INFO kablam! Sep 06 08:39:07.272 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.272 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 06 08:39:07.272 INFO kablam! | Sep 06 08:39:07.272 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 06 08:39:07.272 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.272 INFO kablam! | | Sep 06 08:39:07.272 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.272 INFO kablam! ... Sep 06 08:39:07.272 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.272 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.272 INFO kablam! Sep 06 08:39:07.273 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.273 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 06 08:39:07.273 INFO kablam! | Sep 06 08:39:07.273 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 06 08:39:07.273 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.273 INFO kablam! | | Sep 06 08:39:07.273 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.273 INFO kablam! ... Sep 06 08:39:07.273 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.273 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.273 INFO kablam! Sep 06 08:39:07.273 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.273 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 06 08:39:07.273 INFO kablam! | Sep 06 08:39:07.273 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 06 08:39:07.273 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.273 INFO kablam! | | Sep 06 08:39:07.273 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.273 INFO kablam! ... Sep 06 08:39:07.273 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.273 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.273 INFO kablam! Sep 06 08:39:07.274 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.274 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 06 08:39:07.274 INFO kablam! | Sep 06 08:39:07.274 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 06 08:39:07.274 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.274 INFO kablam! | | Sep 06 08:39:07.274 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.274 INFO kablam! ... Sep 06 08:39:07.274 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.274 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.274 INFO kablam! Sep 06 08:39:07.274 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.274 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 06 08:39:07.274 INFO kablam! | Sep 06 08:39:07.274 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 06 08:39:07.274 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.274 INFO kablam! | | Sep 06 08:39:07.274 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.274 INFO kablam! ... Sep 06 08:39:07.274 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.274 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.274 INFO kablam! Sep 06 08:39:07.276 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.277 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 06 08:39:07.277 INFO kablam! | Sep 06 08:39:07.277 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 06 08:39:07.277 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.277 INFO kablam! | | Sep 06 08:39:07.277 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.277 INFO kablam! ... Sep 06 08:39:07.277 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.277 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.277 INFO kablam! Sep 06 08:39:07.277 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.277 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 06 08:39:07.277 INFO kablam! | Sep 06 08:39:07.277 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 06 08:39:07.277 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.277 INFO kablam! | | Sep 06 08:39:07.277 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.277 INFO kablam! ... Sep 06 08:39:07.277 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.277 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.277 INFO kablam! Sep 06 08:39:07.277 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.277 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 06 08:39:07.277 INFO kablam! | Sep 06 08:39:07.277 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 06 08:39:07.277 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.277 INFO kablam! | | Sep 06 08:39:07.277 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.277 INFO kablam! ... Sep 06 08:39:07.277 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.277 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.277 INFO kablam! Sep 06 08:39:07.282 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.282 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 06 08:39:07.282 INFO kablam! | Sep 06 08:39:07.282 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 06 08:39:07.282 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.282 INFO kablam! | | Sep 06 08:39:07.282 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.282 INFO kablam! ... Sep 06 08:39:07.282 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.282 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.282 INFO kablam! Sep 06 08:39:07.317 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.317 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 06 08:39:07.317 INFO kablam! | Sep 06 08:39:07.317 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 06 08:39:07.317 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.317 INFO kablam! | | Sep 06 08:39:07.317 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.317 INFO kablam! ... Sep 06 08:39:07.317 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.317 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.317 INFO kablam! | Sep 06 08:39:07.317 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 08:39:07.317 INFO kablam! Sep 06 08:39:07.317 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.317 INFO kablam! --> src/frameworks/native.rs:19:21 Sep 06 08:39:07.317 INFO kablam! | Sep 06 08:39:07.317 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 06 08:39:07.317 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.317 INFO kablam! | | Sep 06 08:39:07.317 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.317 INFO kablam! ... Sep 06 08:39:07.317 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.317 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.317 INFO kablam! Sep 06 08:39:07.322 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.322 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 06 08:39:07.322 INFO kablam! | Sep 06 08:39:07.322 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 06 08:39:07.322 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.322 INFO kablam! | | Sep 06 08:39:07.322 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.322 INFO kablam! ... Sep 06 08:39:07.322 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.322 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.322 INFO kablam! Sep 06 08:39:07.322 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.322 INFO kablam! --> src/frameworks/native.rs:60:21 Sep 06 08:39:07.322 INFO kablam! | Sep 06 08:39:07.322 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 06 08:39:07.322 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.322 INFO kablam! | | Sep 06 08:39:07.322 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.322 INFO kablam! ... Sep 06 08:39:07.322 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.322 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.322 INFO kablam! Sep 06 08:39:07.323 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.323 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 06 08:39:07.323 INFO kablam! | Sep 06 08:39:07.323 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 06 08:39:07.323 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.323 INFO kablam! | | Sep 06 08:39:07.323 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.323 INFO kablam! ... Sep 06 08:39:07.323 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.323 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.323 INFO kablam! Sep 06 08:39:07.323 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.323 INFO kablam! --> src/frameworks/native.rs:73:21 Sep 06 08:39:07.323 INFO kablam! | Sep 06 08:39:07.323 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 06 08:39:07.323 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.323 INFO kablam! | | Sep 06 08:39:07.323 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.323 INFO kablam! ... Sep 06 08:39:07.323 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.323 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.323 INFO kablam! Sep 06 08:39:07.326 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.326 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 06 08:39:07.326 INFO kablam! | Sep 06 08:39:07.326 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 06 08:39:07.326 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.326 INFO kablam! | | Sep 06 08:39:07.326 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.326 INFO kablam! ... Sep 06 08:39:07.326 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.326 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.326 INFO kablam! Sep 06 08:39:07.326 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.326 INFO kablam! --> src/frameworks/native.rs:86:21 Sep 06 08:39:07.326 INFO kablam! | Sep 06 08:39:07.327 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 06 08:39:07.327 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.327 INFO kablam! | | Sep 06 08:39:07.327 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.327 INFO kablam! ... Sep 06 08:39:07.327 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.327 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.327 INFO kablam! Sep 06 08:39:07.327 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.327 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 06 08:39:07.327 INFO kablam! | Sep 06 08:39:07.327 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 06 08:39:07.327 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.327 INFO kablam! | | Sep 06 08:39:07.327 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.327 INFO kablam! ... Sep 06 08:39:07.327 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.327 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.327 INFO kablam! Sep 06 08:39:07.327 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.327 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 06 08:39:07.327 INFO kablam! | Sep 06 08:39:07.327 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 06 08:39:07.327 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.327 INFO kablam! | | Sep 06 08:39:07.327 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.327 INFO kablam! ... Sep 06 08:39:07.327 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.327 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.327 INFO kablam! Sep 06 08:39:07.327 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.327 INFO kablam! --> src/frameworks/native.rs:98:21 Sep 06 08:39:07.327 INFO kablam! | Sep 06 08:39:07.327 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 06 08:39:07.327 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.327 INFO kablam! | | Sep 06 08:39:07.327 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.327 INFO kablam! ... Sep 06 08:39:07.327 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.327 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.327 INFO kablam! Sep 06 08:39:07.327 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.327 INFO kablam! --> src/frameworks/native.rs:99:21 Sep 06 08:39:07.327 INFO kablam! | Sep 06 08:39:07.327 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 06 08:39:07.327 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.327 INFO kablam! | | Sep 06 08:39:07.327 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.327 INFO kablam! ... Sep 06 08:39:07.327 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.327 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.327 INFO kablam! Sep 06 08:39:07.330 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.330 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 06 08:39:07.330 INFO kablam! | Sep 06 08:39:07.330 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 06 08:39:07.330 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.330 INFO kablam! | | Sep 06 08:39:07.330 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.330 INFO kablam! ... Sep 06 08:39:07.330 INFO kablam! 178 | impl_iblas_for!(f32, Backend); Sep 06 08:39:07.330 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.330 INFO kablam! Sep 06 08:39:07.330 INFO kablam! warning: variable does not need to be mutable Sep 06 08:39:07.330 INFO kablam! --> src/frameworks/native.rs:115:21 Sep 06 08:39:07.330 INFO kablam! | Sep 06 08:39:07.330 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 06 08:39:07.330 INFO kablam! | ----^^^^^^^ Sep 06 08:39:07.330 INFO kablam! | | Sep 06 08:39:07.330 INFO kablam! | help: remove this `mut` Sep 06 08:39:07.330 INFO kablam! ... Sep 06 08:39:07.330 INFO kablam! 179 | impl_iblas_for!(f64, Backend); Sep 06 08:39:07.330 INFO kablam! | -------------------------------------- in this macro invocation Sep 06 08:39:07.330 INFO kablam! Sep 06 08:39:08.621 INFO kablam! warning: unused import: `co_blas::plugin` Sep 06 08:39:08.621 INFO kablam! --> tests/blas_specs.rs:8:9 Sep 06 08:39:08.621 INFO kablam! | Sep 06 08:39:08.621 INFO kablam! 8 | use co_blas::plugin::*; Sep 06 08:39:08.621 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 08:39:08.621 INFO kablam! | Sep 06 08:39:08.621 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:39:08.621 INFO kablam! Sep 06 08:39:08.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.35s Sep 06 08:39:08.723 INFO kablam! su: No module specific data is present Sep 06 08:39:09.788 INFO running `"docker" "rm" "-f" "68f540f312096f16c47b237ab0cac6e71a71bbc6cadb509042a9acab5d3d1614"` Sep 06 08:39:09.854 INFO blam! 68f540f312096f16c47b237ab0cac6e71a71bbc6cadb509042a9acab5d3d1614