Sep 01 22:04:10.433 INFO checking efm32gg-hal-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 22:04:10.433 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 22:04:10.433 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:04:10.578 INFO blam! e1be960e71f5e1e193317d202d5b8a1b9f468938918bbefce3b1dc9ae550a00d Sep 01 22:04:10.579 INFO running `"docker" "start" "-a" "e1be960e71f5e1e193317d202d5b8a1b9f468938918bbefce3b1dc9ae550a00d"` Sep 01 22:04:11.111 INFO kablam! Checking efm32gg-hal v0.2.0 (file:///source) Sep 01 22:04:11.591 INFO kablam! error[E0432]: unresolved import `registers` Sep 01 22:04:11.591 INFO kablam! --> src/gpio.rs:9:5 Sep 01 22:04:11.591 INFO kablam! | Sep 01 22:04:11.591 INFO kablam! 9 | use registers; Sep 01 22:04:11.591 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 01 22:04:11.591 INFO kablam! Sep 01 22:04:11.592 INFO kablam! error[E0432]: unresolved import `registers` Sep 01 22:04:11.592 INFO kablam! --> src/cmu.rs:21:5 Sep 01 22:04:11.592 INFO kablam! | Sep 01 22:04:11.592 INFO kablam! 21 | use registers; Sep 01 22:04:11.592 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 01 22:04:11.592 INFO kablam! Sep 01 22:04:12.133 INFO kablam! error[E0432]: unresolved import `registers` Sep 01 22:04:12.133 INFO kablam! --> src/gpio.rs:9:5 Sep 01 22:04:12.133 INFO kablam! | Sep 01 22:04:12.133 INFO kablam! 9 | use registers; Sep 01 22:04:12.133 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 01 22:04:12.133 INFO kablam! Sep 01 22:04:12.133 INFO kablam! error[E0432]: unresolved import `registers` Sep 01 22:04:12.133 INFO kablam! --> src/cmu.rs:21:5 Sep 01 22:04:12.134 INFO kablam! | Sep 01 22:04:12.134 INFO kablam! 21 | use registers; Sep 01 22:04:12.134 INFO kablam! | ^^^^^^^^^ no `registers` in the root Sep 01 22:04:12.134 INFO kablam! Sep 01 22:04:12.363 INFO kablam! error[E0308]: mismatched types Sep 01 22:04:12.363 INFO kablam! --> src/cmu.rs:62:38 Sep 01 22:04:12.363 INFO kablam! | Sep 01 22:04:12.363 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 01 22:04:12.363 INFO kablam! | ______________________________________^ Sep 01 22:04:12.363 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 01 22:04:12.363 INFO kablam! 64 | | // that to change. Sep 01 22:04:12.363 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 01 22:04:12.363 INFO kablam! ... | Sep 01 22:04:12.363 INFO kablam! 72 | | } Sep 01 22:04:12.364 INFO kablam! 73 | | } Sep 01 22:04:12.364 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 01 22:04:12.364 INFO kablam! | Sep 01 22:04:12.364 INFO kablam! = note: expected type `time_util::Hertz` Sep 01 22:04:12.364 INFO kablam! found type `()` Sep 01 22:04:12.364 INFO kablam! Sep 01 22:04:12.408 INFO kablam! error: aborting due to 3 previous errors Sep 01 22:04:12.409 INFO kablam! Sep 01 22:04:12.409 INFO kablam! Some errors occurred: E0308, E0432. Sep 01 22:04:12.409 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 22:04:12.416 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 01 22:04:12.416 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 22:04:12.731 INFO kablam! error[E0308]: mismatched types Sep 01 22:04:12.731 INFO kablam! --> src/cmu.rs:62:38 Sep 01 22:04:12.731 INFO kablam! | Sep 01 22:04:12.731 INFO kablam! 62 | fn get_frequency(&self) -> Hertz { Sep 01 22:04:12.731 INFO kablam! | ______________________________________^ Sep 01 22:04:12.731 INFO kablam! 63 | | // FIXME: This assumes that nothing has been changed since the reset; later we'll *want* Sep 01 22:04:12.731 INFO kablam! 64 | | // that to change. Sep 01 22:04:12.731 INFO kablam! 65 | | #[cfg(feature = "chip-efm32gg")] Sep 01 22:04:12.731 INFO kablam! ... | Sep 01 22:04:12.731 INFO kablam! 72 | | } Sep 01 22:04:12.731 INFO kablam! 73 | | } Sep 01 22:04:12.731 INFO kablam! | |_____^ expected struct `time_util::Hertz`, found () Sep 01 22:04:12.731 INFO kablam! | Sep 01 22:04:12.731 INFO kablam! = note: expected type `time_util::Hertz` Sep 01 22:04:12.731 INFO kablam! found type `()` Sep 01 22:04:12.731 INFO kablam! Sep 01 22:04:12.758 INFO kablam! error: aborting due to 3 previous errors Sep 01 22:04:12.758 INFO kablam! Sep 01 22:04:12.758 INFO kablam! Some errors occurred: E0308, E0432. Sep 01 22:04:12.758 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 22:04:12.766 INFO kablam! error: Could not compile `efm32gg-hal`. Sep 01 22:04:12.766 INFO kablam! Sep 01 22:04:12.766 INFO kablam! To learn more, run the command again with --verbose. Sep 01 22:04:12.767 INFO kablam! su: No module specific data is present Sep 01 22:04:13.194 INFO running `"docker" "rm" "-f" "e1be960e71f5e1e193317d202d5b8a1b9f468938918bbefce3b1dc9ae550a00d"` Sep 01 22:04:13.301 INFO blam! e1be960e71f5e1e193317d202d5b8a1b9f468938918bbefce3b1dc9ae550a00d