Sep 21 11:00:46.071 INFO checking efm32gg-hal-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:00:46.071 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:00:46.071 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.214 INFO blam! f72d7dc0b89a125a3e943baed65ba52eebe3352beeec882882d7e92dfd8dded0 Sep 21 11:00:46.216 INFO running `"docker" "start" "-a" "f72d7dc0b89a125a3e943baed65ba52eebe3352beeec882882d7e92dfd8dded0"` Sep 21 11:00:47.289 INFO kablam! usermod: no changes Sep 21 11:00:47.406 INFO kablam! Checking efm32gg-hal v0.2.0 (/source) Sep 21 11:00:48.014 INFO kablam! error[E0432]: unresolved import `registers` Sep 21 11:00:48.014 INFO kablam! --> src/gpio.rs:9:5 Sep 21 11:00:48.014 INFO kablam! | Sep 21 11:00:48.014 INFO kablam! 9 | use registers; Sep 21 11:00:48.014 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 21 11:00:48.014 INFO kablam! Sep 21 11:00:48.014 INFO kablam! error[E0432]: unresolved import `registers` Sep 21 11:00:48.014 INFO kablam! --> src/cmu.rs:21:5 Sep 21 11:00:48.014 INFO kablam! | Sep 21 11:00:48.014 INFO kablam! 21 | use registers; Sep 21 11:00:48.014 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 21 11:00:48.014 INFO kablam! Sep 21 11:00:48.312 INFO kablam! error[E0432]: unresolved import `registers` Sep 21 11:00:48.312 INFO kablam! --> src/gpio.rs:9:5 Sep 21 11:00:48.313 INFO kablam! | Sep 21 11:00:48.313 INFO kablam! 9 | use registers; Sep 21 11:00:48.313 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 21 11:00:48.314 INFO kablam! Sep 21 11:00:48.315 INFO kablam! error[E0432]: unresolved import `registers` Sep 21 11:00:48.315 INFO kablam! --> src/cmu.rs:21:5 Sep 21 11:00:48.315 INFO kablam! | Sep 21 11:00:48.316 INFO kablam! 21 | use registers; Sep 21 11:00:48.316 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 21 11:00:48.316 INFO kablam! Sep 21 11:00:48.494 INFO kablam! error[E0308]: mismatched types Sep 21 11:00:48.494 INFO kablam! --> src/cmu.rs:62:38 Sep 21 11:00:48.494 INFO kablam! | Sep 21 11:00:48.494 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 21 11:00:48.494 INFO kablam! | ______________________________________^ Sep 21 11:00:48.494 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 21 11:00:48.494 INFO kablam! 64 | | // that to change. Sep 21 11:00:48.494 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 21 11:00:48.494 INFO kablam! ... | Sep 21 11:00:48.494 INFO kablam! 72 | | } Sep 21 11:00:48.494 INFO kablam! 73 | | } Sep 21 11:00:48.494 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 21 11:00:48.494 INFO kablam! | Sep 21 11:00:48.494 INFO kablam! = note: expected type `time_util::Hertz` Sep 21 11:00:48.494 INFO kablam! found type `()` Sep 21 11:00:48.494 INFO kablam! Sep 21 11:00:48.534 INFO kablam! error: aborting due to 3 previous errors Sep 21 11:00:48.534 INFO kablam! Sep 21 11:00:48.534 INFO kablam! Some errors occurred: E0308, E0432. Sep 21 11:00:48.534 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 21 11:00:48.542 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 21 11:00:48.542 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:00:48.694 INFO kablam! error[E0308]: mismatched types Sep 21 11:00:48.694 INFO kablam! --> src/cmu.rs:62:38 Sep 21 11:00:48.694 INFO kablam! | Sep 21 11:00:48.694 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 21 11:00:48.694 INFO kablam! | ______________________________________^ Sep 21 11:00:48.694 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 21 11:00:48.694 INFO kablam! 64 | | // that to change. Sep 21 11:00:48.694 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 21 11:00:48.694 INFO kablam! ... | Sep 21 11:00:48.694 INFO kablam! 72 | | } Sep 21 11:00:48.694 INFO kablam! 73 | | } Sep 21 11:00:48.694 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 21 11:00:48.694 INFO kablam! | Sep 21 11:00:48.694 INFO kablam! = note: expected type `time_util::Hertz` Sep 21 11:00:48.694 INFO kablam! found type `()` Sep 21 11:00:48.694 INFO kablam! Sep 21 11:00:48.719 INFO kablam! error: aborting due to 3 previous errors Sep 21 11:00:48.719 INFO kablam! Sep 21 11:00:48.719 INFO kablam! Some errors occurred: E0308, E0432. Sep 21 11:00:48.719 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 21 11:00:48.728 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 21 11:00:48.728 INFO kablam! Sep 21 11:00:48.728 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:00:48.729 INFO kablam! su: No module specific data is present Sep 21 11:00:49.844 INFO running `"docker" "rm" "-f" "f72d7dc0b89a125a3e943baed65ba52eebe3352beeec882882d7e92dfd8dded0"` Sep 21 11:00:49.943 INFO blam! f72d7dc0b89a125a3e943baed65ba52eebe3352beeec882882d7e92dfd8dded0