Sep 20 04:47:36.897 INFO checking cuda-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:47:36.897 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:47:36.897 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:47:37.065 INFO blam! 90c4375cfc71e9ad3b609925b28fea5ab7aa5dd5c67166384c51ba40ca5275c8 Sep 20 04:47:37.070 INFO running `"docker" "start" "-a" "90c4375cfc71e9ad3b609925b28fea5ab7aa5dd5c67166384c51ba40ca5275c8"` Sep 20 04:47:37.779 INFO kablam! usermod: no changes Sep 20 04:47:37.826 INFO kablam! Checking cuda v0.1.0 (/source) Sep 20 04:47:38.257 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 20 04:47:38.257 INFO kablam! --> src/tests.rs:5:15 Sep 20 04:47:38.257 INFO kablam! | Sep 20 04:47:38.257 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 20 04:47:38.257 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 20 04:47:38.257 INFO kablam! Sep 20 04:47:38.257 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 20 04:47:38.257 INFO kablam! --> src/tests.rs:7:16 Sep 20 04:47:38.257 INFO kablam! | Sep 20 04:47:38.257 INFO kablam! 7 | let device = Device::new(0); Sep 20 04:47:38.257 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 20 04:47:38.257 INFO kablam! Sep 20 04:47:38.274 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 20 04:47:38.274 INFO kablam! --> src/tests.rs:13:13 Sep 20 04:47:38.274 INFO kablam! | Sep 20 04:47:38.274 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 20 04:47:38.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 20 04:47:38.278 INFO kablam! Sep 20 04:47:38.278 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 20 04:47:38.278 INFO kablam! --> src/tests.rs:15:3 Sep 20 04:47:38.278 INFO kablam! | Sep 20 04:47:38.278 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 20 04:47:38.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 20 04:47:38.278 INFO kablam! Sep 20 04:47:38.282 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 04:47:38.282 INFO kablam! --> src/runtime.rs:77:39 Sep 20 04:47:38.282 INFO kablam! | Sep 20 04:47:38.282 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 20 04:47:38.282 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:47:38.282 INFO kablam! | Sep 20 04:47:38.282 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:47:38.282 INFO kablam! Sep 20 04:47:38.282 INFO kablam! warning: unused import: `runtime::*` Sep 20 04:47:38.282 INFO kablam! --> src/tests.rs:1:5 Sep 20 04:47:38.282 INFO kablam! | Sep 20 04:47:38.282 INFO kablam! 1 | use runtime::*; Sep 20 04:47:38.282 INFO kablam! | ^^^^^^^^^^ Sep 20 04:47:38.282 INFO kablam! | Sep 20 04:47:38.282 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:47:38.282 INFO kablam! Sep 20 04:47:38.293 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 04:47:38.293 INFO kablam! --> src/runtime.rs:77:39 Sep 20 04:47:38.293 INFO kablam! | Sep 20 04:47:38.293 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 20 04:47:38.293 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:47:38.293 INFO kablam! | Sep 20 04:47:38.293 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:47:38.293 INFO kablam! Sep 20 04:47:38.465 INFO kablam! error: aborting due to 4 previous errors Sep 20 04:47:38.465 INFO kablam! Sep 20 04:47:38.465 INFO kablam! Some errors occurred: E0425, E0433. Sep 20 04:47:38.465 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 04:47:38.481 INFO kablam! error: Could not compile `cuda`. Sep 20 04:47:38.481 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:47:38.539 INFO kablam! error: build failed Sep 20 04:47:38.541 INFO kablam! su: No module specific data is present Sep 20 04:47:39.094 INFO running `"docker" "rm" "-f" "90c4375cfc71e9ad3b609925b28fea5ab7aa5dd5c67166384c51ba40ca5275c8"` Sep 20 04:47:39.184 INFO blam! 90c4375cfc71e9ad3b609925b28fea5ab7aa5dd5c67166384c51ba40ca5275c8