Sep 04 20:20:45.313 INFO checking cuda-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 20:20:45.313 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 20:20:45.313 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:45.490 INFO blam! 5751928a18f91e49013ab349837f96ce5ae74bbadc26151010c6d9b71c689f1d Sep 04 20:20:45.492 INFO running `"docker" "start" "-a" "5751928a18f91e49013ab349837f96ce5ae74bbadc26151010c6d9b71c689f1d"` Sep 04 20:20:45.999 INFO kablam! Checking cuda v0.1.0 (file:///source) Sep 04 20:20:46.504 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 04 20:20:46.504 INFO kablam! --> src/tests.rs:5:15 Sep 04 20:20:46.505 INFO kablam! | Sep 04 20:20:46.505 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 04 20:20:46.505 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 04 20:20:46.505 INFO kablam! Sep 04 20:20:46.505 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 04 20:20:46.505 INFO kablam! --> src/tests.rs:7:16 Sep 04 20:20:46.505 INFO kablam! | Sep 04 20:20:46.505 INFO kablam! 7 | let device = Device::new(0); Sep 04 20:20:46.505 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 04 20:20:46.505 INFO kablam! Sep 04 20:20:46.518 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 04 20:20:46.518 INFO kablam! --> src/tests.rs:13:13 Sep 04 20:20:46.518 INFO kablam! | Sep 04 20:20:46.518 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 04 20:20:46.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 04 20:20:46.518 INFO kablam! Sep 04 20:20:46.518 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 04 20:20:46.518 INFO kablam! --> src/tests.rs:15:3 Sep 04 20:20:46.518 INFO kablam! | Sep 04 20:20:46.518 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 04 20:20:46.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 04 20:20:46.518 INFO kablam! Sep 04 20:20:46.524 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:20:46.524 INFO kablam! --> src/runtime.rs:77:39 Sep 04 20:20:46.524 INFO kablam! | Sep 04 20:20:46.524 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 04 20:20:46.524 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:20:46.524 INFO kablam! | Sep 04 20:20:46.524 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:20:46.524 INFO kablam! Sep 04 20:20:46.524 INFO kablam! warning: unused import: `runtime::*` Sep 04 20:20:46.525 INFO kablam! --> src/tests.rs:1:5 Sep 04 20:20:46.525 INFO kablam! | Sep 04 20:20:46.525 INFO kablam! 1 | use runtime::*; Sep 04 20:20:46.525 INFO kablam! | ^^^^^^^^^^ Sep 04 20:20:46.525 INFO kablam! | Sep 04 20:20:46.525 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:20:46.525 INFO kablam! Sep 04 20:20:46.721 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:20:46.721 INFO kablam! --> src/runtime.rs:77:39 Sep 04 20:20:46.721 INFO kablam! | Sep 04 20:20:46.721 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 04 20:20:46.721 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:20:46.721 INFO kablam! | Sep 04 20:20:46.721 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:20:46.721 INFO kablam! Sep 04 20:20:46.808 INFO kablam! error: aborting due to 4 previous errors Sep 04 20:20:46.808 INFO kablam! Sep 04 20:20:46.808 INFO kablam! Some errors occurred: E0425, E0433. Sep 04 20:20:46.808 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 20:20:46.815 INFO kablam! error: Could not compile `cuda`. Sep 04 20:20:46.815 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:20:47.164 INFO kablam! error: build failed Sep 04 20:20:47.166 INFO kablam! su: No module specific data is present Sep 04 20:20:47.554 INFO running `"docker" "rm" "-f" "5751928a18f91e49013ab349837f96ce5ae74bbadc26151010c6d9b71c689f1d"` Sep 04 20:20:47.645 INFO blam! 5751928a18f91e49013ab349837f96ce5ae74bbadc26151010c6d9b71c689f1d