Sep 04 19:01:00.470 INFO checking efm32gg-hal-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 19:01:00.470 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 19:01:00.470 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:01:00.638 INFO blam! 038725ca30f1cfc7de55d399507eb39ae31a34785ee7deb356cee21250c2a478 Sep 04 19:01:00.640 INFO running `"docker" "start" "-a" "038725ca30f1cfc7de55d399507eb39ae31a34785ee7deb356cee21250c2a478"` Sep 04 19:01:01.158 INFO kablam! Checking efm32gg-hal v0.2.0 (file:///source) Sep 04 19:01:01.629 INFO kablam! error[E0432]: unresolved import `registers` Sep 04 19:01:01.629 INFO kablam! --> src/gpio.rs:9:5 Sep 04 19:01:01.630 INFO kablam! | Sep 04 19:01:01.630 INFO kablam! 9 | use registers; Sep 04 19:01:01.630 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 04 19:01:01.630 INFO kablam! Sep 04 19:01:01.630 INFO kablam! error[E0432]: unresolved import `registers` Sep 04 19:01:01.630 INFO kablam! --> src/cmu.rs:21:5 Sep 04 19:01:01.630 INFO kablam! | Sep 04 19:01:01.630 INFO kablam! 21 | use registers; Sep 04 19:01:01.630 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 04 19:01:01.630 INFO kablam! Sep 04 19:01:02.059 INFO kablam! error[E0432]: unresolved import `registers` Sep 04 19:01:02.059 INFO kablam! --> src/gpio.rs:9:5 Sep 04 19:01:02.059 INFO kablam! | Sep 04 19:01:02.059 INFO kablam! 9 | use registers; Sep 04 19:01:02.059 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 04 19:01:02.059 INFO kablam! Sep 04 19:01:02.059 INFO kablam! error[E0432]: unresolved import `registers` Sep 04 19:01:02.060 INFO kablam! --> src/cmu.rs:21:5 Sep 04 19:01:02.060 INFO kablam! | Sep 04 19:01:02.060 INFO kablam! 21 | use registers; Sep 04 19:01:02.060 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 04 19:01:02.060 INFO kablam! Sep 04 19:01:02.259 INFO kablam! error[E0308]: mismatched types Sep 04 19:01:02.259 INFO kablam! --> src/cmu.rs:62:38 Sep 04 19:01:02.259 INFO kablam! | Sep 04 19:01:02.259 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 04 19:01:02.259 INFO kablam! | ______________________________________^ Sep 04 19:01:02.259 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 04 19:01:02.260 INFO kablam! 64 | | // that to change. Sep 04 19:01:02.260 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 04 19:01:02.260 INFO kablam! ... | Sep 04 19:01:02.260 INFO kablam! 72 | | } Sep 04 19:01:02.260 INFO kablam! 73 | | } Sep 04 19:01:02.260 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 04 19:01:02.260 INFO kablam! | Sep 04 19:01:02.260 INFO kablam! = note: expected type `time_util::Hertz` Sep 04 19:01:02.260 INFO kablam! found type `()` Sep 04 19:01:02.260 INFO kablam! Sep 04 19:01:02.305 INFO kablam! error: aborting due to 3 previous errors Sep 04 19:01:02.305 INFO kablam! Sep 04 19:01:02.305 INFO kablam! Some errors occurred: E0308, E0432. Sep 04 19:01:02.305 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 19:01:02.313 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 04 19:01:02.313 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:01:02.822 INFO kablam! error[E0308]: mismatched types Sep 04 19:01:02.822 INFO kablam! --> src/cmu.rs:62:38 Sep 04 19:01:02.822 INFO kablam! | Sep 04 19:01:02.822 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 04 19:01:02.822 INFO kablam! | ______________________________________^ Sep 04 19:01:02.823 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 04 19:01:02.823 INFO kablam! 64 | | // that to change. Sep 04 19:01:02.823 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 04 19:01:02.823 INFO kablam! ... | Sep 04 19:01:02.823 INFO kablam! 72 | | } Sep 04 19:01:02.823 INFO kablam! 73 | | } Sep 04 19:01:02.823 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 04 19:01:02.823 INFO kablam! | Sep 04 19:01:02.823 INFO kablam! = note: expected type `time_util::Hertz` Sep 04 19:01:02.823 INFO kablam! found type `()` Sep 04 19:01:02.823 INFO kablam! Sep 04 19:01:02.869 INFO kablam! error: aborting due to 3 previous errors Sep 04 19:01:02.869 INFO kablam! Sep 04 19:01:02.869 INFO kablam! Some errors occurred: E0308, E0432. Sep 04 19:01:02.870 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 19:01:02.880 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 04 19:01:02.880 INFO kablam! Sep 04 19:01:02.880 INFO kablam! To learn more, run the command again with --verbose. Sep 04 19:01:02.881 INFO kablam! su: No module specific data is present Sep 04 19:01:03.303 INFO running `"docker" "rm" "-f" "038725ca30f1cfc7de55d399507eb39ae31a34785ee7deb356cee21250c2a478"` Sep 04 19:01:03.389 INFO blam! 038725ca30f1cfc7de55d399507eb39ae31a34785ee7deb356cee21250c2a478