Sep 18 01:56:36.058 INFO checking cuda-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:56:36.058 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:56:36.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:56:36.302 INFO blam! 5878f6951ffb00818075ed528e567e561f6b525e6ed97420b88f20892b1964c8 Sep 18 01:56:36.308 INFO running `"docker" "start" "-a" "5878f6951ffb00818075ed528e567e561f6b525e6ed97420b88f20892b1964c8"` Sep 18 01:56:36.908 INFO kablam! usermod: no changes Sep 18 01:56:36.932 INFO kablam! Checking cuda v0.1.0 (/source) Sep 18 01:56:37.160 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 01:56:37.160 INFO kablam! --> src/runtime.rs:77:39 Sep 18 01:56:37.161 INFO kablam! | Sep 18 01:56:37.161 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 18 01:56:37.161 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 18 01:56:37.161 INFO kablam! | Sep 18 01:56:37.161 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 01:56:37.161 INFO kablam! Sep 18 01:56:37.282 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 18 01:56:37.283 INFO kablam! --> src/tests.rs:5:15 Sep 18 01:56:37.283 INFO kablam! | Sep 18 01:56:37.284 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 18 01:56:37.284 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 18 01:56:37.284 INFO kablam! Sep 18 01:56:37.285 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 18 01:56:37.285 INFO kablam! --> src/tests.rs:7:16 Sep 18 01:56:37.285 INFO kablam! | Sep 18 01:56:37.286 INFO kablam! 7 | let device = Device::new(0); Sep 18 01:56:37.286 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 18 01:56:37.286 INFO kablam! Sep 18 01:56:37.299 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 18 01:56:37.299 INFO kablam! --> src/tests.rs:13:13 Sep 18 01:56:37.300 INFO kablam! | Sep 18 01:56:37.300 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 18 01:56:37.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 18 01:56:37.301 INFO kablam! Sep 18 01:56:37.301 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 18 01:56:37.301 INFO kablam! --> src/tests.rs:15:3 Sep 18 01:56:37.302 INFO kablam! | Sep 18 01:56:37.302 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 18 01:56:37.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 18 01:56:37.303 INFO kablam! Sep 18 01:56:37.304 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 01:56:37.304 INFO kablam! --> src/runtime.rs:77:39 Sep 18 01:56:37.305 INFO kablam! | Sep 18 01:56:37.305 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 18 01:56:37.306 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 18 01:56:37.306 INFO kablam! | Sep 18 01:56:37.306 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 01:56:37.307 INFO kablam! Sep 18 01:56:37.307 INFO kablam! warning: unused import: `runtime::*` Sep 18 01:56:37.307 INFO kablam! --> src/tests.rs:1:5 Sep 18 01:56:37.308 INFO kablam! | Sep 18 01:56:37.308 INFO kablam! 1 | use runtime::*; Sep 18 01:56:37.308 INFO kablam! | ^^^^^^^^^^ Sep 18 01:56:37.309 INFO kablam! | Sep 18 01:56:37.309 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:56:37.309 INFO kablam! Sep 18 01:56:37.584 INFO kablam! error: aborting due to 4 previous errors Sep 18 01:56:37.585 INFO kablam! Sep 18 01:56:37.585 INFO kablam! Some errors occurred: E0425, E0433. Sep 18 01:56:37.585 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 18 01:56:37.610 INFO kablam! error: Could not compile `cuda`. Sep 18 01:56:37.610 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:56:37.620 INFO kablam! error: build failed Sep 18 01:56:37.621 INFO kablam! su: No module specific data is present Sep 18 01:56:38.249 INFO running `"docker" "rm" "-f" "5878f6951ffb00818075ed528e567e561f6b525e6ed97420b88f20892b1964c8"` Sep 18 01:56:38.350 INFO blam! 5878f6951ffb00818075ed528e567e561f6b525e6ed97420b88f20892b1964c8