Sep 18 01:19:34.279 INFO checking efm32gg-hal-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:19:34.279 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:19:34.279 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:19:34.509 INFO blam! b668e72d059ec7cfae3559d0cc33b22b35bacee08cbfb5419a8ced2fc6599c66 Sep 18 01:19:34.511 INFO running `"docker" "start" "-a" "b668e72d059ec7cfae3559d0cc33b22b35bacee08cbfb5419a8ced2fc6599c66"` Sep 18 01:19:35.686 INFO kablam! usermod: no changes Sep 18 01:19:35.795 INFO kablam! Checking efm32gg-hal v0.2.0 (/source) Sep 18 01:19:36.307 INFO kablam! error[E0432]: unresolved import `registers` Sep 18 01:19:36.307 INFO kablam! --> src/gpio.rs:9:5 Sep 18 01:19:36.307 INFO kablam! | Sep 18 01:19:36.307 INFO kablam! 9 | use registers; Sep 18 01:19:36.307 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 18 01:19:36.307 INFO kablam! Sep 18 01:19:36.307 INFO kablam! error[E0432]: unresolved import `registers` Sep 18 01:19:36.307 INFO kablam! --> src/cmu.rs:21:5 Sep 18 01:19:36.307 INFO kablam! | Sep 18 01:19:36.307 INFO kablam! 21 | use registers; Sep 18 01:19:36.307 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 18 01:19:36.307 INFO kablam! Sep 18 01:19:36.675 INFO kablam! error[E0308]: mismatched types Sep 18 01:19:36.675 INFO kablam! --> src/cmu.rs:62:38 Sep 18 01:19:36.675 INFO kablam! | Sep 18 01:19:36.675 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 18 01:19:36.675 INFO kablam! | ______________________________________^ Sep 18 01:19:36.675 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 18 01:19:36.675 INFO kablam! 64 | | // that to change. Sep 18 01:19:36.675 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 18 01:19:36.675 INFO kablam! ... | Sep 18 01:19:36.675 INFO kablam! 72 | | } Sep 18 01:19:36.675 INFO kablam! 73 | | } Sep 18 01:19:36.675 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 18 01:19:36.675 INFO kablam! | Sep 18 01:19:36.675 INFO kablam! = note: expected type `time_util::Hertz` Sep 18 01:19:36.675 INFO kablam! found type `()` Sep 18 01:19:36.675 INFO kablam! Sep 18 01:19:36.711 INFO kablam! error: aborting due to 3 previous errors Sep 18 01:19:36.711 INFO kablam! Sep 18 01:19:36.711 INFO kablam! Some errors occurred: E0308, E0432. Sep 18 01:19:36.711 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 18 01:19:36.711 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 18 01:19:36.711 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:19:36.798 INFO kablam! error[E0432]: unresolved import `registers` Sep 18 01:19:36.798 INFO kablam! --> src/gpio.rs:9:5 Sep 18 01:19:36.798 INFO kablam! | Sep 18 01:19:36.798 INFO kablam! 9 | use registers; Sep 18 01:19:36.798 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 18 01:19:36.798 INFO kablam! Sep 18 01:19:36.798 INFO kablam! error[E0432]: unresolved import `registers` Sep 18 01:19:36.798 INFO kablam! --> src/cmu.rs:21:5 Sep 18 01:19:36.798 INFO kablam! | Sep 18 01:19:36.798 INFO kablam! 21 | use registers; Sep 18 01:19:36.798 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 18 01:19:36.798 INFO kablam! Sep 18 01:19:37.171 INFO kablam! error[E0308]: mismatched types Sep 18 01:19:37.171 INFO kablam! --> src/cmu.rs:62:38 Sep 18 01:19:37.171 INFO kablam! | Sep 18 01:19:37.171 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 18 01:19:37.171 INFO kablam! | ______________________________________^ Sep 18 01:19:37.171 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 18 01:19:37.172 INFO kablam! 64 | | // that to change. Sep 18 01:19:37.172 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 18 01:19:37.172 INFO kablam! ... | Sep 18 01:19:37.172 INFO kablam! 72 | | } Sep 18 01:19:37.172 INFO kablam! 73 | | } Sep 18 01:19:37.172 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 18 01:19:37.172 INFO kablam! | Sep 18 01:19:37.172 INFO kablam! = note: expected type `time_util::Hertz` Sep 18 01:19:37.172 INFO kablam! found type `()` Sep 18 01:19:37.173 INFO kablam! Sep 18 01:19:37.246 INFO kablam! error: aborting due to 3 previous errors Sep 18 01:19:37.246 INFO kablam! Sep 18 01:19:37.246 INFO kablam! Some errors occurred: E0308, E0432. Sep 18 01:19:37.246 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 18 01:19:37.282 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 18 01:19:37.283 INFO kablam! Sep 18 01:19:37.283 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:19:37.283 INFO kablam! su: No module specific data is present Sep 18 01:19:37.855 INFO running `"docker" "rm" "-f" "b668e72d059ec7cfae3559d0cc33b22b35bacee08cbfb5419a8ced2fc6599c66"` Sep 18 01:19:38.247 INFO blam! b668e72d059ec7cfae3559d0cc33b22b35bacee08cbfb5419a8ced2fc6599c66