Sep 20 05:16:22.488 INFO checking coaster-blas-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:16:22.488 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:16:22.488 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:16:22.738 INFO blam! b5f826c0b8e9e9f1b61942bf7ae83e5e8715887ccd737e83a8f2cc4c12c72bc5 Sep 20 05:16:22.740 INFO running `"docker" "start" "-a" "b5f826c0b8e9e9f1b61942bf7ae83e5e8715887ccd737e83a8f2cc4c12c72bc5"` Sep 20 05:16:24.302 INFO kablam! usermod: no changes Sep 20 05:16:24.401 INFO kablam! Compiling rblas v0.0.13 Sep 20 05:16:24.430 INFO kablam! Compiling cublas-sys v0.1.0 Sep 20 05:16:24.432 INFO kablam! Checking coaster v0.1.0 Sep 20 05:16:27.384 INFO kablam! Checking cublas v0.2.0 Sep 20 05:16:29.228 INFO kablam! Checking coaster-blas v0.2.0 (/source) Sep 20 05:16:31.269 INFO kablam! warning: unused import: `BackendConfig` Sep 20 05:16:31.270 INFO kablam! --> src/frameworks/native.rs:223:47 Sep 20 05:16:31.270 INFO kablam! | Sep 20 05:16:31.270 INFO kablam! 223 | use coaster::backend::{Backend, IBackend, BackendConfig}; Sep 20 05:16:31.271 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:16:31.271 INFO kablam! | Sep 20 05:16:31.271 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:16:31.272 INFO kablam! Sep 20 05:16:31.810 INFO kablam! warning: unused import: `coaster::framework::IFramework` Sep 20 05:16:31.810 INFO kablam! --> src/frameworks/native.rs:224:9 Sep 20 05:16:31.810 INFO kablam! | Sep 20 05:16:31.810 INFO kablam! 224 | use coaster::framework::IFramework; Sep 20 05:16:31.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:16:31.810 INFO kablam! Sep 20 05:16:31.929 INFO kablam! warning: variable does not need to be mutable Sep 20 05:16:31.929 INFO kablam! --> src/frameworks/native.rs:235:13 Sep 20 05:16:31.929 INFO kablam! | Sep 20 05:16:31.929 INFO kablam! 235 | let mut mem_buffer = mem.as_mut_slice::(); Sep 20 05:16:31.929 INFO kablam! | ----^^^^^^^^^^ Sep 20 05:16:31.929 INFO kablam! | | Sep 20 05:16:31.929 INFO kablam! | help: remove this `mut` Sep 20 05:16:31.954 INFO kablam! | Sep 20 05:16:31.954 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:16:31.954 INFO kablam! Sep 20 05:16:33.518 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 20 05:16:33.518 INFO kablam! --> tests/blas_specs.rs:30:36 Sep 20 05:16:33.519 INFO kablam! | Sep 20 05:16:33.519 INFO kablam! 30 | fn get_opencl_backend() -> Backend { Sep 20 05:16:33.519 INFO kablam! | ^^^^^^ not found in this scope Sep 20 05:16:33.520 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 20 05:16:33.520 INFO kablam! | Sep 20 05:16:33.520 INFO kablam! 6 | use co::OpenCL; Sep 20 05:16:33.521 INFO kablam! | Sep 20 05:16:33.521 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 20 05:16:33.521 INFO kablam! | Sep 20 05:16:33.521 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 20 05:16:33.521 INFO kablam! | Sep 20 05:16:33.521 INFO kablam! 6 | use co::prelude::OpenCL; Sep 20 05:16:33.521 INFO kablam! | Sep 20 05:16:33.521 INFO kablam! Sep 20 05:16:33.523 INFO kablam! error[E0412]: cannot find type `OpenCL` in this scope Sep 20 05:16:33.524 INFO kablam! --> tests/blas_specs.rs:31:15 Sep 20 05:16:33.524 INFO kablam! | Sep 20 05:16:33.524 INFO kablam! 31 | Backend::::default().unwrap() Sep 20 05:16:33.525 INFO kablam! | ^^^^^^ not found in this scope Sep 20 05:16:33.525 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 20 05:16:33.525 INFO kablam! | Sep 20 05:16:33.526 INFO kablam! 6 | use co::OpenCL; Sep 20 05:16:33.526 INFO kablam! | Sep 20 05:16:33.526 INFO kablam! 6 | use co::frameworks::OpenCL; Sep 20 05:16:33.527 INFO kablam! | Sep 20 05:16:33.527 INFO kablam! 6 | use co::frameworks::opencl::OpenCL; Sep 20 05:16:33.527 INFO kablam! | Sep 20 05:16:33.527 INFO kablam! 6 | use co::prelude::OpenCL; Sep 20 05:16:33.528 INFO kablam! | Sep 20 05:16:33.528 INFO kablam! Sep 20 05:16:33.642 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 20 05:16:33.642 INFO kablam! --> benches/rblas_overhead.rs:39:52 Sep 20 05:16:33.642 INFO kablam! | Sep 20 05:16:33.642 INFO kablam! 39 | shared_a.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 20 05:16:33.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:16:33.642 INFO kablam! | Sep 20 05:16:33.642 INFO kablam! = help: did you mean `as_mut_slice`? Sep 20 05:16:33.642 INFO kablam! Sep 20 05:16:33.642 INFO kablam! error[E0599]: no method named `as_mut_native` found for type `&mut co::prelude::FlatBox` in the current scope Sep 20 05:16:33.642 INFO kablam! --> benches/rblas_overhead.rs:41:52 Sep 20 05:16:33.642 INFO kablam! | Sep 20 05:16:33.642 INFO kablam! 41 | shared_b.write_only(backend.device()).unwrap().as_mut_native().unwrap() Sep 20 05:16:33.642 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:16:33.642 INFO kablam! | Sep 20 05:16:33.642 INFO kablam! = help: did you mean `as_mut_slice`? Sep 20 05:16:33.642 INFO kablam! Sep 20 05:16:33.642 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:16:33.642 INFO kablam! Sep 20 05:16:33.642 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 05:16:33.662 INFO kablam! error: Could not compile `coaster-blas`. Sep 20 05:16:33.662 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:16:33.810 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:16:33.810 INFO kablam! Sep 20 05:16:33.810 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 20 05:16:33.822 INFO kablam! error: Could not compile `coaster-blas`. Sep 20 05:16:33.822 INFO kablam! Sep 20 05:16:33.822 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:16:33.824 INFO kablam! su: No module specific data is present Sep 20 05:16:36.306 INFO running `"docker" "rm" "-f" "b5f826c0b8e9e9f1b61942bf7ae83e5e8715887ccd737e83a8f2cc4c12c72bc5"` Sep 20 05:16:36.426 INFO blam! b5f826c0b8e9e9f1b61942bf7ae83e5e8715887ccd737e83a8f2cc4c12c72bc5