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