Sep 01 07:52:35.103 INFO checking coaster-blas-0.2.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:52:35.103 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:52:35.103 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:52:35.331 INFO blam! 62cee65a7b6e7970f74635ebebdae95a48589312eada0c715945d052e2304de0 Sep 01 07:52:35.333 INFO running `"docker" "start" "-a" "62cee65a7b6e7970f74635ebebdae95a48589312eada0c715945d052e2304de0"` Sep 01 07:52:36.268 INFO kablam! Compiling rblas v0.0.13 Sep 01 07:52:36.323 INFO kablam! Checking coaster v0.1.0 Sep 01 07:52:41.615 INFO kablam! Checking coaster-blas v0.2.0 (file:///source) Sep 01 07:52:44.087 INFO kablam! warning: unused import: `BackendConfig` Sep 01 07:52:44.087 INFO kablam! --> src/frameworks/native.rs:223:47 Sep 01 07:52:44.087 INFO kablam! | Sep 01 07:52:44.087 INFO kablam! 223 | use coaster::backend::{Backend, IBackend, BackendConfig}; Sep 01 07:52:44.087 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:52:44.087 INFO kablam! | Sep 01 07:52:44.087 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:52:44.087 INFO kablam! Sep 01 07:52:44.413 INFO kablam! warning: unused import: `coaster::framework::IFramework` Sep 01 07:52:44.413 INFO kablam! --> src/frameworks/native.rs:224:9 Sep 01 07:52:44.413 INFO kablam! | Sep 01 07:52:44.413 INFO kablam! 224 | use coaster::framework::IFramework; Sep 01 07:52:44.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:52:44.413 INFO kablam! Sep 01 07:52:44.489 INFO kablam! warning: variable does not need to be mutable Sep 01 07:52:44.490 INFO kablam! --> src/frameworks/native.rs:235:13 Sep 01 07:52:44.490 INFO kablam! | Sep 01 07:52:44.490 INFO kablam! 235 | let mut mem_buffer = mem.as_mut_slice::(); Sep 01 07:52:44.490 INFO kablam! | ----^^^^^^^^^^ Sep 01 07:52:44.490 INFO kablam! | | Sep 01 07:52:44.490 INFO kablam! | help: remove this `mut` Sep 01 07:52:44.490 INFO kablam! | Sep 01 07:52:44.490 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:52:44.490 INFO kablam! Sep 01 07:52:46.895 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 01 07:52:46.895 INFO kablam! --> tests/blas_specs.rs:30:36 Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.895 INFO kablam! 30 | fn get_opencl_backend() -> Backend { Sep 01 07:52:46.895 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:52:46.895 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.895 INFO kablam! 6 | use co::OpenCL; Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.895 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.895 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.895 INFO kablam! 6 | use co::prelude::OpenCL; Sep 01 07:52:46.895 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! Sep 01 07:52:46.896 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 01 07:52:46.896 INFO kablam! --> tests/blas_specs.rs:31:15 Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! 31 | Backend::::default().unwrap() Sep 01 07:52:46.896 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:52:46.896 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! 6 | use co::OpenCL; Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! 6 | use co::prelude::OpenCL; Sep 01 07:52:46.896 INFO kablam! | Sep 01 07:52:46.896 INFO kablam! Sep 01 07:52:47.075 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 01 07:52:47.076 INFO kablam! --> benches/rblas_overhead.rs:39:52 Sep 01 07:52:47.076 INFO kablam! | Sep 01 07:52:47.076 INFO kablam! 39 | shared_a.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 01 07:52:47.076 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:52:47.076 INFO kablam! | Sep 01 07:52:47.076 INFO kablam! = help: did you mean `as_mut_slice`? Sep 01 07:52:47.076 INFO kablam! Sep 01 07:52:47.079 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 01 07:52:47.079 INFO kablam! --> benches/rblas_overhead.rs:41:52 Sep 01 07:52:47.080 INFO kablam! | Sep 01 07:52:47.080 INFO kablam! 41 | shared_b.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 01 07:52:47.080 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:52:47.080 INFO kablam! | Sep 01 07:52:47.080 INFO kablam! = help: did you mean `as_mut_slice`? Sep 01 07:52:47.080 INFO kablam! Sep 01 07:52:47.090 INFO kablam! error: aborting due to 2 previous errors Sep 01 07:52:47.090 INFO kablam! Sep 01 07:52:47.090 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 07:52:47.100 INFO kablam! error: Could not compile `coaster-blas`. Sep 01 07:52:47.100 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:52:47.194 INFO kablam! error: aborting due to 2 previous errors Sep 01 07:52:47.195 INFO kablam! Sep 01 07:52:47.195 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 01 07:52:47.205 INFO kablam! error: Could not compile `coaster-blas`. Sep 01 07:52:47.205 INFO kablam! Sep 01 07:52:47.206 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:52:47.207 INFO kablam! su: No module specific data is present Sep 01 07:52:47.601 INFO running `"docker" "rm" "-f" "62cee65a7b6e7970f74635ebebdae95a48589312eada0c715945d052e2304de0"` Sep 01 07:52:47.736 INFO blam! 62cee65a7b6e7970f74635ebebdae95a48589312eada0c715945d052e2304de0