Sep 20 04:08:52.955 INFO checking efm32gg-hal-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:08:52.955 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:08:52.956 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:08:53.159 INFO blam! fbcfb29d2f0e26a40a1f46d92ed5544f6a81782fed3f5ba9eeba1739e488adbd Sep 20 04:08:53.162 INFO running `"docker" "start" "-a" "fbcfb29d2f0e26a40a1f46d92ed5544f6a81782fed3f5ba9eeba1739e488adbd"` Sep 20 04:08:53.765 INFO kablam! usermod: no changes Sep 20 04:08:53.831 INFO kablam! Checking efm32gg-hal v0.2.0 (/source) Sep 20 04:08:54.111 INFO kablam! error[E0432]: unresolved import `registers` Sep 20 04:08:54.111 INFO kablam! --> src/gpio.rs:9:5 Sep 20 04:08:54.111 INFO kablam! | Sep 20 04:08:54.111 INFO kablam! 9 | use registers; Sep 20 04:08:54.111 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 20 04:08:54.111 INFO kablam! Sep 20 04:08:54.111 INFO kablam! error[E0432]: unresolved import `registers` Sep 20 04:08:54.111 INFO kablam! --> src/cmu.rs:21:5 Sep 20 04:08:54.111 INFO kablam! | Sep 20 04:08:54.111 INFO kablam! 21 | use registers; Sep 20 04:08:54.111 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 20 04:08:54.111 INFO kablam! Sep 20 04:08:54.314 INFO kablam! error[E0432]: unresolved import `registers` Sep 20 04:08:54.314 INFO kablam! --> src/gpio.rs:9:5 Sep 20 04:08:54.314 INFO kablam! | Sep 20 04:08:54.314 INFO kablam! 9 | use registers; Sep 20 04:08:54.314 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 20 04:08:54.314 INFO kablam! Sep 20 04:08:54.314 INFO kablam! error[E0432]: unresolved import `registers` Sep 20 04:08:54.314 INFO kablam! --> src/cmu.rs:21:5 Sep 20 04:08:54.314 INFO kablam! | Sep 20 04:08:54.314 INFO kablam! 21 | use registers; Sep 20 04:08:54.314 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 20 04:08:54.314 INFO kablam! Sep 20 04:08:54.634 INFO kablam! error[E0308]: mismatched types Sep 20 04:08:54.634 INFO kablam! --> src/cmu.rs:62:38 Sep 20 04:08:54.634 INFO kablam! | Sep 20 04:08:54.634 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 20 04:08:54.634 INFO kablam! | ______________________________________^ Sep 20 04:08:54.634 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 20 04:08:54.634 INFO kablam! 64 | | // that to change. Sep 20 04:08:54.634 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 20 04:08:54.634 INFO kablam! ... | Sep 20 04:08:54.634 INFO kablam! 72 | | } Sep 20 04:08:54.634 INFO kablam! 73 | | } Sep 20 04:08:54.635 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 20 04:08:54.654 INFO kablam! | Sep 20 04:08:54.654 INFO kablam! = note: expected type `time_util::Hertz` Sep 20 04:08:54.654 INFO kablam! found type `()` Sep 20 04:08:54.654 INFO kablam! Sep 20 04:08:54.689 INFO kablam! error: aborting due to 3 previous errors Sep 20 04:08:54.689 INFO kablam! Sep 20 04:08:54.689 INFO kablam! Some errors occurred: E0308, E0432. Sep 20 04:08:54.689 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 20 04:08:54.703 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 20 04:08:54.703 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:08:54.754 INFO kablam! error[E0308]: mismatched types Sep 20 04:08:54.755 INFO kablam! --> src/cmu.rs:62:38 Sep 20 04:08:54.755 INFO kablam! | Sep 20 04:08:54.756 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 20 04:08:54.756 INFO kablam! | ______________________________________^ Sep 20 04:08:54.756 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 20 04:08:54.757 INFO kablam! 64 | | // that to change. Sep 20 04:08:54.757 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 20 04:08:54.757 INFO kablam! ... | Sep 20 04:08:54.758 INFO kablam! 72 | | } Sep 20 04:08:54.758 INFO kablam! 73 | | } Sep 20 04:08:54.758 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 20 04:08:54.759 INFO kablam! | Sep 20 04:08:54.759 INFO kablam! = note: expected type `time_util::Hertz` Sep 20 04:08:54.759 INFO kablam! found type `()` Sep 20 04:08:54.760 INFO kablam! Sep 20 04:08:54.780 INFO kablam! error: aborting due to 3 previous errors Sep 20 04:08:54.780 INFO kablam! Sep 20 04:08:54.781 INFO kablam! Some errors occurred: E0308, E0432. Sep 20 04:08:54.781 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 20 04:08:54.788 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 20 04:08:54.788 INFO kablam! Sep 20 04:08:54.788 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:08:54.790 INFO kablam! su: No module specific data is present Sep 20 04:08:55.690 INFO running `"docker" "rm" "-f" "fbcfb29d2f0e26a40a1f46d92ed5544f6a81782fed3f5ba9eeba1739e488adbd"` Sep 20 04:08:55.804 INFO blam! fbcfb29d2f0e26a40a1f46d92ed5544f6a81782fed3f5ba9eeba1739e488adbd