Sep 14 17:52:31.784 INFO checking cuda-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 17:52:31.784 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 17:52:31.784 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:52:31.980 INFO blam! 2b3e3ac7f69b5fe4fab646da5b4287f76e27f174327082bef152753f083e8a8c Sep 14 17:52:31.982 INFO running `"docker" "start" "-a" "2b3e3ac7f69b5fe4fab646da5b4287f76e27f174327082bef152753f083e8a8c"` Sep 14 17:52:32.808 INFO kablam! usermod: no changes Sep 14 17:52:32.838 INFO kablam! Checking cuda v0.1.0 (file:///source) Sep 14 17:52:33.207 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 14 17:52:33.207 INFO kablam! --> src/tests.rs:5:15 Sep 14 17:52:33.207 INFO kablam! | Sep 14 17:52:33.207 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 14 17:52:33.207 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 14 17:52:33.207 INFO kablam! Sep 14 17:52:33.207 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 14 17:52:33.207 INFO kablam! --> src/tests.rs:7:16 Sep 14 17:52:33.207 INFO kablam! | Sep 14 17:52:33.207 INFO kablam! 7 | let device = Device::new(0); Sep 14 17:52:33.207 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 14 17:52:33.207 INFO kablam! Sep 14 17:52:33.210 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 17:52:33.211 INFO kablam! --> src/runtime.rs:77:39 Sep 14 17:52:33.211 INFO kablam! | Sep 14 17:52:33.211 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 14 17:52:33.211 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 14 17:52:33.211 INFO kablam! | Sep 14 17:52:33.211 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 17:52:33.211 INFO kablam! Sep 14 17:52:33.239 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 14 17:52:33.239 INFO kablam! --> src/tests.rs:13:13 Sep 14 17:52:33.239 INFO kablam! | Sep 14 17:52:33.239 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 14 17:52:33.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 14 17:52:33.239 INFO kablam! Sep 14 17:52:33.239 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 14 17:52:33.239 INFO kablam! --> src/tests.rs:15:3 Sep 14 17:52:33.239 INFO kablam! | Sep 14 17:52:33.239 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 14 17:52:33.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 14 17:52:33.239 INFO kablam! Sep 14 17:52:33.243 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 17:52:33.243 INFO kablam! --> src/runtime.rs:77:39 Sep 14 17:52:33.243 INFO kablam! | Sep 14 17:52:33.243 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 14 17:52:33.243 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 14 17:52:33.243 INFO kablam! | Sep 14 17:52:33.243 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 17:52:33.243 INFO kablam! Sep 14 17:52:33.243 INFO kablam! warning: unused import: `runtime::*` Sep 14 17:52:33.243 INFO kablam! --> src/tests.rs:1:5 Sep 14 17:52:33.243 INFO kablam! | Sep 14 17:52:33.243 INFO kablam! 1 | use runtime::*; Sep 14 17:52:33.243 INFO kablam! | ^^^^^^^^^^ Sep 14 17:52:33.243 INFO kablam! | Sep 14 17:52:33.243 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 17:52:33.243 INFO kablam! Sep 14 17:52:33.410 INFO kablam! error: aborting due to 4 previous errors Sep 14 17:52:33.410 INFO kablam! Sep 14 17:52:33.410 INFO kablam! Some errors occurred: E0425, E0433. Sep 14 17:52:33.410 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 17:52:33.425 INFO kablam! error: Could not compile `cuda`. Sep 14 17:52:33.425 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:52:33.510 INFO kablam! error: build failed Sep 14 17:52:33.510 INFO kablam! su: No module specific data is present Sep 14 17:52:34.000 INFO running `"docker" "rm" "-f" "2b3e3ac7f69b5fe4fab646da5b4287f76e27f174327082bef152753f083e8a8c"` Sep 14 17:52:34.085 INFO blam! 2b3e3ac7f69b5fe4fab646da5b4287f76e27f174327082bef152753f083e8a8c