Sep 06 08:15:28.819 INFO checking cuda-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 08:15:28.819 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 08:15:28.819 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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:28.975 INFO blam! 7f925d2c01c34736fe203baf2198acea105c59aaa4f345c8fb174e173ccd58ef Sep 06 08:15:28.977 INFO running `"docker" "start" "-a" "7f925d2c01c34736fe203baf2198acea105c59aaa4f345c8fb174e173ccd58ef"` Sep 06 08:15:29.808 INFO kablam! usermod: no changes Sep 06 08:15:29.850 INFO kablam! Checking cuda v0.1.0 (file:///source) Sep 06 08:15:30.176 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 08:15:30.176 INFO kablam! --> src/runtime.rs:77:39 Sep 06 08:15:30.176 INFO kablam! | Sep 06 08:15:30.176 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 06 08:15:30.177 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 06 08:15:30.177 INFO kablam! | Sep 06 08:15:30.177 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 08:15:30.178 INFO kablam! Sep 06 08:15:30.367 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 06 08:15:30.367 INFO kablam! --> src/tests.rs:5:15 Sep 06 08:15:30.367 INFO kablam! | Sep 06 08:15:30.367 INFO kablam! 5 | let count = Device::count().ok().unwrap(); Sep 06 08:15:30.367 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 06 08:15:30.367 INFO kablam! Sep 06 08:15:30.367 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Device` Sep 06 08:15:30.367 INFO kablam! --> src/tests.rs:7:16 Sep 06 08:15:30.367 INFO kablam! | Sep 06 08:15:30.367 INFO kablam! 7 | let device = Device::new(0); Sep 06 08:15:30.367 INFO kablam! | ^^^^^^ Use of undeclared type or module `Device` Sep 06 08:15:30.367 INFO kablam! Sep 06 08:15:30.405 INFO kablam! error[E0425]: cannot find function `cuda_host_alloc_pinned` in this scope Sep 06 08:15:30.405 INFO kablam! --> src/tests.rs:13:13 Sep 06 08:15:30.405 INFO kablam! | Sep 06 08:15:30.405 INFO kablam! 13 | let ptr = cuda_host_alloc_pinned(4096, 0).ok().unwrap(); Sep 06 08:15:30.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_alloc_pinned`? Sep 06 08:15:30.414 INFO kablam! Sep 06 08:15:30.414 INFO kablam! error[E0425]: cannot find function `cuda_host_free_pinned` in this scope Sep 06 08:15:30.414 INFO kablam! --> src/tests.rs:15:3 Sep 06 08:15:30.414 INFO kablam! | Sep 06 08:15:30.414 INFO kablam! 15 | cuda_host_free_pinned(ptr).ok(); Sep 06 08:15:30.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ did you mean `cuda_free_pinned`? Sep 06 08:15:30.414 INFO kablam! Sep 06 08:15:30.419 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 08:15:30.419 INFO kablam! --> src/runtime.rs:77:39 Sep 06 08:15:30.419 INFO kablam! | Sep 06 08:15:30.419 INFO kablam! 77 | Self::count().and_then(|count| Ok((0 .. count))) Sep 06 08:15:30.419 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 06 08:15:30.419 INFO kablam! | Sep 06 08:15:30.419 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 08:15:30.419 INFO kablam! Sep 06 08:15:30.420 INFO kablam! warning: unused import: `runtime::*` Sep 06 08:15:30.420 INFO kablam! --> src/tests.rs:1:5 Sep 06 08:15:30.420 INFO kablam! | Sep 06 08:15:30.420 INFO kablam! 1 | use runtime::*; Sep 06 08:15:30.420 INFO kablam! | ^^^^^^^^^^ Sep 06 08:15:30.430 INFO kablam! | Sep 06 08:15:30.430 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:15:30.430 INFO kablam! Sep 06 08:15:30.694 INFO kablam! error: aborting due to 4 previous errors Sep 06 08:15:30.694 INFO kablam! Sep 06 08:15:30.694 INFO kablam! Some errors occurred: E0425, E0433. Sep 06 08:15:30.694 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 06 08:15:30.702 INFO kablam! error: Could not compile `cuda`. Sep 06 08:15:30.702 INFO kablam! Sep 06 08:15:30.702 INFO kablam! To learn more, run the command again with --verbose. Sep 06 08:15:30.703 INFO kablam! su: No module specific data is present Sep 06 08:15:31.477 INFO running `"docker" "rm" "-f" "7f925d2c01c34736fe203baf2198acea105c59aaa4f345c8fb174e173ccd58ef"` Sep 06 08:15:31.594 INFO blam! 7f925d2c01c34736fe203baf2198acea105c59aaa4f345c8fb174e173ccd58ef