Dec 12 07:15:03.153 INFO checking solo-hal-0.0.0 against master#3a75e80557a103497cffbcab395a2f37061a77ea for pr-56677 Dec 12 07:15:03.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-1/master#3a75e80557a103497cffbcab395a2f37061a77ea:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56677/master#3a75e80557a103497cffbcab395a2f37061a77ea:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a75e80557a103497cffbcab395a2f37061a77ea-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 12 07:15:03.565 INFO [stdout] 5601d75f9bf55e0990b3ab3e4526b92ab141e3a7b9f023151cd50cb72b676301 Dec 12 07:15:03.570 INFO running `"docker" "start" "-a" "5601d75f9bf55e0990b3ab3e4526b92ab141e3a7b9f023151cd50cb72b676301"` Dec 12 07:15:04.025 INFO [stderr] usermod: no changes Dec 12 07:15:04.182 INFO [stderr] Compiling solo-hal v0.0.0 (/source) Dec 12 07:15:05.872 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:05.872 INFO [stderr] Dec 12 07:15:05.872 INFO [stderr] error: aborting due to previous error Dec 12 07:15:05.872 INFO [stderr] Dec 12 07:15:05.872 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:05.872 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:05.899 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:05.899 INFO [stderr] Dec 12 07:15:05.903 INFO [stderr] error: aborting due to previous error Dec 12 07:15:05.903 INFO [stderr] Dec 12 07:15:05.950 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:05.950 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:06.420 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:06.420 INFO [stderr] Dec 12 07:15:06.424 INFO [stderr] error: aborting due to previous error Dec 12 07:15:06.424 INFO [stderr] Dec 12 07:15:06.444 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:06.444 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:06.576 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:06.576 INFO [stderr] Dec 12 07:15:06.583 INFO [stderr] error: aborting due to previous error Dec 12 07:15:06.583 INFO [stderr] Dec 12 07:15:06.584 INFO [stderr] error[E0432]: unresolved import `stm32f30x` Dec 12 07:15:06.585 INFO [stderr] --> examples/device.rs:35:5 Dec 12 07:15:06.585 INFO [stderr] | Dec 12 07:15:06.585 INFO [stderr] 35 | use stm32f30x::{interrupt, Interrupt}; Dec 12 07:15:06.585 INFO [stderr] | ^^^^^^^^^ use of undeclared type or module `stm32f30x` Dec 12 07:15:06.585 INFO [stderr] Dec 12 07:15:06.585 INFO [stderr] error: cannot determine resolution for the macro `interrupt` Dec 12 07:15:06.585 INFO [stderr] --> examples/device.rs:61:1 Dec 12 07:15:06.585 INFO [stderr] | Dec 12 07:15:06.585 INFO [stderr] 61 | interrupt!(EXTI0, exti0, state: Option = None); Dec 12 07:15:06.585 INFO [stderr] | ^^^^^^^^^ Dec 12 07:15:06.585 INFO [stderr] | Dec 12 07:15:06.585 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Dec 12 07:15:06.585 INFO [stderr] Dec 12 07:15:06.590 INFO [stderr] error: aborting due to 2 previous errors Dec 12 07:15:06.590 INFO [stderr] Dec 12 07:15:06.590 INFO [stderr] For more information about this error, try `rustc --explain E0432`. Dec 12 07:15:06.590 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:06.590 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:06.593 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:06.593 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:06.840 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:06.840 INFO [stderr] Dec 12 07:15:06.852 INFO [stderr] error: aborting due to previous error Dec 12 07:15:06.852 INFO [stderr] Dec 12 07:15:06.860 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:06.860 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:06.928 INFO [stderr] error[E0432]: unresolved import `alloc` Dec 12 07:15:06.928 INFO [stderr] --> examples/allocator.rs:22:5 Dec 12 07:15:06.928 INFO [stderr] | Dec 12 07:15:06.928 INFO [stderr] 22 | use alloc::vec; Dec 12 07:15:06.928 INFO [stderr] | ^^^^^ did you mean `core::alloc`? Dec 12 07:15:06.928 INFO [stderr] Dec 12 07:15:06.928 INFO [stderr] error[E0432]: unresolved import `alloc_cortex_m` Dec 12 07:15:06.928 INFO [stderr] --> examples/allocator.rs:23:5 Dec 12 07:15:06.928 INFO [stderr] | Dec 12 07:15:06.928 INFO [stderr] 23 | use alloc_cortex_m::CortexMHeap; Dec 12 07:15:06.928 INFO [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `alloc_cortex_m` Dec 12 07:15:06.928 INFO [stderr] Dec 12 07:15:06.928 INFO [stderr] error: cannot determine resolution for the macro `vec` Dec 12 07:15:06.928 INFO [stderr] --> examples/allocator.rs:40:14 Dec 12 07:15:06.928 INFO [stderr] | Dec 12 07:15:06.928 INFO [stderr] 40 | let xs = vec![0, 1, 2]; Dec 12 07:15:06.928 INFO [stderr] | ^^^ Dec 12 07:15:06.928 INFO [stderr] | Dec 12 07:15:06.928 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Dec 12 07:15:06.928 INFO [stderr] Dec 12 07:15:06.928 INFO [stderr] error: aborting due to 3 previous errors Dec 12 07:15:06.929 INFO [stderr] Dec 12 07:15:06.929 INFO [stderr] For more information about this error, try `rustc --explain E0432`. Dec 12 07:15:06.929 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:06.929 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 12 07:15:07.004 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 12 07:15:07.004 INFO [stderr] Dec 12 07:15:07.012 INFO [stderr] error: aborting due to previous error Dec 12 07:15:07.012 INFO [stderr] Dec 12 07:15:07.020 INFO [stderr] error: Could not compile `solo-hal`. Dec 12 07:15:07.020 INFO [stderr] Dec 12 07:15:07.020 INFO [stderr] To learn more, run the command again with --verbose. Dec 12 07:15:07.022 INFO [stderr] su: No module specific data is present Dec 12 07:15:07.438 INFO running `"docker" "inspect" "5601d75f9bf55e0990b3ab3e4526b92ab141e3a7b9f023151cd50cb72b676301"` Dec 12 07:15:07.554 INFO running `"docker" "rm" "-f" "5601d75f9bf55e0990b3ab3e4526b92ab141e3a7b9f023151cd50cb72b676301"` Dec 12 07:15:07.744 INFO [stdout] 5601d75f9bf55e0990b3ab3e4526b92ab141e3a7b9f023151cd50cb72b676301