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