Sep 21 12:06:31.380 INFO checking coaster-blas-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:06:31.380 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:06:31.380 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:06:31.564 INFO blam! d660711f1f7e0471d239def99ffdf36dd5e28f77a8f6c409ec2652519097216f Sep 21 12:06:31.573 INFO running `"docker" "start" "-a" "d660711f1f7e0471d239def99ffdf36dd5e28f77a8f6c409ec2652519097216f"` Sep 21 12:06:33.358 INFO kablam! usermod: no changes Sep 21 12:06:33.542 INFO kablam! Compiling rblas v0.0.13 Sep 21 12:06:33.550 INFO kablam! Compiling cublas-sys v0.1.0 Sep 21 12:06:33.586 INFO kablam! Checking coaster v0.1.0 Sep 21 12:06:37.494 INFO kablam! Checking cublas v0.2.0 Sep 21 12:06:39.343 INFO kablam! Checking coaster-blas v0.2.0 (/source) Sep 21 12:06:40.979 INFO kablam! warning: unused import: `BackendConfig` Sep 21 12:06:40.980 INFO kablam! --> src/frameworks/native.rs:223:47 Sep 21 12:06:40.980 INFO kablam! | Sep 21 12:06:40.980 INFO kablam! 223 | use coaster::backend::{Backend, IBackend, BackendConfig}; Sep 21 12:06:40.981 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 12:06:40.990 INFO kablam! | Sep 21 12:06:40.990 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:06:40.991 INFO kablam! Sep 21 12:06:41.513 INFO kablam! warning: unused import: `coaster::framework::IFramework` Sep 21 12:06:41.513 INFO kablam! --> src/frameworks/native.rs:224:9 Sep 21 12:06:41.513 INFO kablam! | Sep 21 12:06:41.513 INFO kablam! 224 | use coaster::framework::IFramework; Sep 21 12:06:41.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:06:41.513 INFO kablam! Sep 21 12:06:41.570 INFO kablam! warning: variable does not need to be mutable Sep 21 12:06:41.570 INFO kablam! --> src/frameworks/native.rs:235:13 Sep 21 12:06:41.570 INFO kablam! | Sep 21 12:06:41.570 INFO kablam! 235 | let mut mem_buffer = mem.as_mut_slice::(); Sep 21 12:06:41.570 INFO kablam! | ----^^^^^^^^^^ Sep 21 12:06:41.570 INFO kablam! | | Sep 21 12:06:41.570 INFO kablam! | help: remove this `mut` Sep 21 12:06:41.570 INFO kablam! | Sep 21 12:06:41.570 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 12:06:41.570 INFO kablam! Sep 21 12:06:42.411 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 21 12:06:42.411 INFO kablam! --> benches/rblas_overhead.rs:39:52 Sep 21 12:06:42.411 INFO kablam! | Sep 21 12:06:42.411 INFO kablam! 39 | shared_a.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 21 12:06:42.411 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 12:06:42.411 INFO kablam! | Sep 21 12:06:42.411 INFO kablam! = help: did you mean `as_mut_slice`? Sep 21 12:06:42.411 INFO kablam! Sep 21 12:06:42.413 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 21 12:06:42.413 INFO kablam! --> benches/rblas_overhead.rs:41:52 Sep 21 12:06:42.413 INFO kablam! | Sep 21 12:06:42.413 INFO kablam! 41 | shared_b.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 21 12:06:42.413 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 12:06:42.413 INFO kablam! | Sep 21 12:06:42.413 INFO kablam! = help: did you mean `as_mut_slice`? Sep 21 12:06:42.413 INFO kablam! Sep 21 12:06:42.426 INFO kablam! error: aborting due to 2 previous errors Sep 21 12:06:42.426 INFO kablam! Sep 21 12:06:42.426 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 12:06:42.439 INFO kablam! error: Could not compile `coaster-blas`. Sep 21 12:06:42.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:06:42.791 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 21 12:06:42.791 INFO kablam! --> tests/blas_specs.rs:30:36 Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 30 | fn get_opencl_backend() -> Backend { Sep 21 12:06:42.791 INFO kablam! | ^^^^^^ not found in this scope Sep 21 12:06:42.791 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 6 | use co::OpenCL; Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 6 | use co::prelude::OpenCL; Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! Sep 21 12:06:42.791 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 21 12:06:42.791 INFO kablam! --> tests/blas_specs.rs:31:15 Sep 21 12:06:42.791 INFO kablam! | Sep 21 12:06:42.791 INFO kablam! 31 | Backend::::default().unwrap() Sep 21 12:06:42.791 INFO kablam! | ^^^^^^ not found in this scope Sep 21 12:06:42.791 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 21 12:06:42.792 INFO kablam! | Sep 21 12:06:42.792 INFO kablam! 6 | use co::OpenCL; Sep 21 12:06:42.792 INFO kablam! | Sep 21 12:06:42.792 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 21 12:06:42.792 INFO kablam! | Sep 21 12:06:42.792 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 21 12:06:42.792 INFO kablam! | Sep 21 12:06:42.792 INFO kablam! 6 | use co::prelude::OpenCL; Sep 21 12:06:42.792 INFO kablam! | Sep 21 12:06:42.792 INFO kablam! Sep 21 12:06:42.972 INFO kablam! error: aborting due to 2 previous errors Sep 21 12:06:42.972 INFO kablam! Sep 21 12:06:42.972 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 21 12:06:42.983 INFO kablam! error: Could not compile `coaster-blas`. Sep 21 12:06:42.983 INFO kablam! Sep 21 12:06:42.983 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:06:42.985 INFO kablam! su: No module specific data is present Sep 21 12:06:43.692 INFO running `"docker" "rm" "-f" "d660711f1f7e0471d239def99ffdf36dd5e28f77a8f6c409ec2652519097216f"` Sep 21 12:06:43.819 INFO blam! d660711f1f7e0471d239def99ffdf36dd5e28f77a8f6c409ec2652519097216f