Sep 01 06:56:33.365 INFO checking cuda-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 06:56:33.365 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 06:56:33.365 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:56:33.513 INFO blam! eb802c62a29f51fa5f15f9ffc23245a9a50dfd6be74c7f7168293e440c61cb52 Sep 01 06:56:33.515 INFO running `"docker" "start" "-a" "eb802c62a29f51fa5f15f9ffc23245a9a50dfd6be74c7f7168293e440c61cb52"` Sep 01 06:56:34.121 INFO kablam! Checking cuda v0.1.0 (file:///source) Sep 01 06:56:34.676 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:56:34.676 INFO kablam! --> src/runtime.rs:77:39 Sep 01 06:56:34.676 INFO kablam! | Sep 01 06:56:34.676 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 01 06:56:34.676 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:56:34.676 INFO kablam! | Sep 01 06:56:34.676 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:56:34.676 INFO kablam! Sep 01 06:56:34.895 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 01 06:56:34.895 INFO kablam! --> src/tests.rs:5:15 Sep 01 06:56:34.895 INFO kablam! | Sep 01 06:56:34.895 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 01 06:56:34.895 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 01 06:56:34.895 INFO kablam! Sep 01 06:56:34.895 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 01 06:56:34.895 INFO kablam! --> src/tests.rs:7:16 Sep 01 06:56:34.895 INFO kablam! | Sep 01 06:56:34.895 INFO kablam! 7 | let device = Device::new(0); Sep 01 06:56:34.895 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 01 06:56:34.895 INFO kablam! Sep 01 06:56:34.908 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 01 06:56:34.908 INFO kablam! --> src/tests.rs:13:13 Sep 01 06:56:34.908 INFO kablam! | Sep 01 06:56:34.909 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 01 06:56:34.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 01 06:56:34.909 INFO kablam! Sep 01 06:56:34.909 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 01 06:56:34.909 INFO kablam! --> src/tests.rs:15:3 Sep 01 06:56:34.909 INFO kablam! | Sep 01 06:56:34.909 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 01 06:56:34.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 01 06:56:34.909 INFO kablam! Sep 01 06:56:34.917 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:56:34.917 INFO kablam! --> src/runtime.rs:77:39 Sep 01 06:56:34.917 INFO kablam! | Sep 01 06:56:34.917 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 01 06:56:34.917 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:56:34.917 INFO kablam! | Sep 01 06:56:34.917 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:56:34.918 INFO kablam! Sep 01 06:56:34.918 INFO kablam! warning: unused import: `runtime::*` Sep 01 06:56:34.918 INFO kablam! --> src/tests.rs:1:5 Sep 01 06:56:34.918 INFO kablam! | Sep 01 06:56:34.918 INFO kablam! 1 | use runtime::*; Sep 01 06:56:34.918 INFO kablam! | ^^^^^^^^^^ Sep 01 06:56:34.918 INFO kablam! | Sep 01 06:56:34.918 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 06:56:34.919 INFO kablam! Sep 01 06:56:35.333 INFO kablam! error: aborting due to 4 previous errors Sep 01 06:56:35.333 INFO kablam! Sep 01 06:56:35.333 INFO kablam! Some errors occurred: E0425, E0433. Sep 01 06:56:35.334 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 06:56:35.341 INFO kablam! error: Could not compile `cuda`. Sep 01 06:56:35.341 INFO kablam! Sep 01 06:56:35.341 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:56:35.342 INFO kablam! su: No module specific data is present Sep 01 06:56:35.761 INFO running `"docker" "rm" "-f" "eb802c62a29f51fa5f15f9ffc23245a9a50dfd6be74c7f7168293e440c61cb52"` Sep 01 06:56:35.870 INFO blam! eb802c62a29f51fa5f15f9ffc23245a9a50dfd6be74c7f7168293e440c61cb52