Sep 06 07:39:13.022 INFO checking efm32gg-hal-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:39:13.022 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:39:13.022 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/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 07:39:13.231 INFO blam! 39bbfd154c0f9e981b7a1e5f3d426fc797fbdcb22fa6fa25fdf4e9944cfcdd61 Sep 06 07:39:13.233 INFO running `"docker" "start" "-a" "39bbfd154c0f9e981b7a1e5f3d426fc797fbdcb22fa6fa25fdf4e9944cfcdd61"` Sep 06 07:39:15.150 INFO kablam! usermod: no changes Sep 06 07:39:15.254 INFO kablam! Checking efm32gg-hal v0.2.0 (file:///source) Sep 06 07:39:15.768 INFO kablam! error[E0432]: unresolved import `registers` Sep 06 07:39:15.768 INFO kablam! --> src/gpio.rs:9:5 Sep 06 07:39:15.768 INFO kablam! | Sep 06 07:39:15.768 INFO kablam! 9 | use registers; Sep 06 07:39:15.768 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 06 07:39:15.768 INFO kablam! Sep 06 07:39:15.768 INFO kablam! error[E0432]: unresolved import `registers` Sep 06 07:39:15.768 INFO kablam! --> src/cmu.rs:21:5 Sep 06 07:39:15.768 INFO kablam! | Sep 06 07:39:15.768 INFO kablam! 21 | use registers; Sep 06 07:39:15.768 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 06 07:39:15.768 INFO kablam! Sep 06 07:39:16.004 INFO kablam! error[E0432]: unresolved import `registers` Sep 06 07:39:16.004 INFO kablam! --> src/gpio.rs:9:5 Sep 06 07:39:16.004 INFO kablam! | Sep 06 07:39:16.004 INFO kablam! 9 | use registers; Sep 06 07:39:16.004 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 06 07:39:16.005 INFO kablam! Sep 06 07:39:16.005 INFO kablam! error[E0432]: unresolved import `registers` Sep 06 07:39:16.005 INFO kablam! --> src/cmu.rs:21:5 Sep 06 07:39:16.005 INFO kablam! | Sep 06 07:39:16.005 INFO kablam! 21 | use registers; Sep 06 07:39:16.005 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 06 07:39:16.005 INFO kablam! Sep 06 07:39:16.303 INFO kablam! error[E0308]: mismatched types Sep 06 07:39:16.303 INFO kablam! --> src/cmu.rs:62:38 Sep 06 07:39:16.303 INFO kablam! | Sep 06 07:39:16.303 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 06 07:39:16.303 INFO kablam! | ______________________________________^ Sep 06 07:39:16.303 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 06 07:39:16.303 INFO kablam! 64 | | // that to change. Sep 06 07:39:16.303 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 06 07:39:16.303 INFO kablam! ... | Sep 06 07:39:16.303 INFO kablam! 72 | | } Sep 06 07:39:16.303 INFO kablam! 73 | | } Sep 06 07:39:16.303 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 06 07:39:16.304 INFO kablam! | Sep 06 07:39:16.304 INFO kablam! = note: expected type `time_util::Hertz` Sep 06 07:39:16.304 INFO kablam! found type `()` Sep 06 07:39:16.304 INFO kablam! Sep 06 07:39:16.332 INFO kablam! error: aborting due to 3 previous errors Sep 06 07:39:16.332 INFO kablam! Sep 06 07:39:16.333 INFO kablam! Some errors occurred: E0308, E0432. Sep 06 07:39:16.333 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 07:39:16.342 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 06 07:39:16.343 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:39:16.444 INFO kablam! error[E0308]: mismatched types Sep 06 07:39:16.444 INFO kablam! --> src/cmu.rs:62:38 Sep 06 07:39:16.444 INFO kablam! | Sep 06 07:39:16.444 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 06 07:39:16.444 INFO kablam! | ______________________________________^ Sep 06 07:39:16.444 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 06 07:39:16.444 INFO kablam! 64 | | // that to change. Sep 06 07:39:16.444 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 06 07:39:16.444 INFO kablam! ... | Sep 06 07:39:16.444 INFO kablam! 72 | | } Sep 06 07:39:16.444 INFO kablam! 73 | | } Sep 06 07:39:16.444 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 06 07:39:16.444 INFO kablam! | Sep 06 07:39:16.444 INFO kablam! = note: expected type `time_util::Hertz` Sep 06 07:39:16.444 INFO kablam! found type `()` Sep 06 07:39:16.444 INFO kablam! Sep 06 07:39:16.468 INFO kablam! error: aborting due to 3 previous errors Sep 06 07:39:16.468 INFO kablam! Sep 06 07:39:16.468 INFO kablam! Some errors occurred: E0308, E0432. Sep 06 07:39:16.468 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 07:39:16.478 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 06 07:39:16.478 INFO kablam! Sep 06 07:39:16.478 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:39:16.479 INFO kablam! su: No module specific data is present Sep 06 07:39:17.428 INFO running `"docker" "rm" "-f" "39bbfd154c0f9e981b7a1e5f3d426fc797fbdcb22fa6fa25fdf4e9944cfcdd61"` Sep 06 07:39:17.549 INFO blam! 39bbfd154c0f9e981b7a1e5f3d426fc797fbdcb22fa6fa25fdf4e9944cfcdd61