Sep 04 20:20:47.625 INFO checking cuda-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 20:20:47.625 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 20:20:47.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:20:47.794 INFO blam! bf10a3471ab47fbf8da50ed612478ebe8ddebf8a0f78b2ff747e549a74016799 Sep 04 20:20:47.795 INFO running `"docker" "start" "-a" "bf10a3471ab47fbf8da50ed612478ebe8ddebf8a0f78b2ff747e549a74016799"` Sep 04 20:20:48.330 INFO kablam! Checking cuda v0.1.0 (file:///source) Sep 04 20:20:48.821 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:20:48.821 INFO kablam! --> src/runtime.rs:77:39 Sep 04 20:20:48.821 INFO kablam! | Sep 04 20:20:48.821 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 04 20:20:48.821 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:20:48.821 INFO kablam! | Sep 04 20:20:48.821 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:20:48.821 INFO kablam! Sep 04 20:20:48.897 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 04 20:20:48.897 INFO kablam! --> src/tests.rs:5:15 Sep 04 20:20:48.897 INFO kablam! | Sep 04 20:20:48.897 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 04 20:20:48.897 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 04 20:20:48.897 INFO kablam! Sep 04 20:20:48.897 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 04 20:20:48.897 INFO kablam! --> src/tests.rs:7:16 Sep 04 20:20:48.897 INFO kablam! | Sep 04 20:20:48.897 INFO kablam! 7 | let device = Device::new(0); Sep 04 20:20:48.897 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 04 20:20:48.898 INFO kablam! Sep 04 20:20:48.911 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 04 20:20:48.911 INFO kablam! --> src/tests.rs:13:13 Sep 04 20:20:48.911 INFO kablam! | Sep 04 20:20:48.911 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 04 20:20:48.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 04 20:20:48.911 INFO kablam! Sep 04 20:20:48.911 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 04 20:20:48.911 INFO kablam! --> src/tests.rs:15:3 Sep 04 20:20:48.912 INFO kablam! | Sep 04 20:20:48.912 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 04 20:20:48.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 04 20:20:48.912 INFO kablam! Sep 04 20:20:48.917 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:20:48.918 INFO kablam! --> src/runtime.rs:77:39 Sep 04 20:20:48.918 INFO kablam! | Sep 04 20:20:48.918 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 04 20:20:48.918 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:20:48.918 INFO kablam! | Sep 04 20:20:48.918 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:20:48.918 INFO kablam! Sep 04 20:20:48.918 INFO kablam! warning: unused import: `runtime::*` Sep 04 20:20:48.918 INFO kablam! --> src/tests.rs:1:5 Sep 04 20:20:48.918 INFO kablam! | Sep 04 20:20:48.918 INFO kablam! 1 | use runtime::*; Sep 04 20:20:48.919 INFO kablam! | ^^^^^^^^^^ Sep 04 20:20:48.919 INFO kablam! | Sep 04 20:20:48.919 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:20:48.919 INFO kablam! Sep 04 20:20:49.254 INFO kablam! error: aborting due to 4 previous errors Sep 04 20:20:49.254 INFO kablam! Sep 04 20:20:49.254 INFO kablam! Some errors occurred: E0425, E0433. Sep 04 20:20:49.254 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 20:20:49.261 INFO kablam! error: Could not compile `cuda`. Sep 04 20:20:49.262 INFO kablam! Sep 04 20:20:49.262 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:20:49.263 INFO kablam! su: No module specific data is present Sep 04 20:20:49.641 INFO running `"docker" "rm" "-f" "bf10a3471ab47fbf8da50ed612478ebe8ddebf8a0f78b2ff747e549a74016799"` Sep 04 20:20:49.729 INFO blam! bf10a3471ab47fbf8da50ed612478ebe8ddebf8a0f78b2ff747e549a74016799