Dec 05 06:25:36.948 INFO checking solo-hal-0.0.0 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 06:25:36.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-0/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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 05 06:25:37.544 INFO [stdout] 4b9436b0ee1b9ff3371a9f77cf2d9d23619f184d519f699af659c88a0a201c82 Dec 05 06:25:37.546 INFO running `"docker" "start" "-a" "4b9436b0ee1b9ff3371a9f77cf2d9d23619f184d519f699af659c88a0a201c82"` Dec 05 06:25:38.606 INFO [stderr] usermod: no changes Dec 05 06:25:38.699 INFO [stderr] Compiling rand_core v0.3.0 Dec 05 06:25:38.699 INFO [stderr] Compiling cortex-m-rt v0.6.5 Dec 05 06:25:38.708 INFO [stderr] Compiling cortex-m-semihosting v0.3.2 Dec 05 06:25:38.708 INFO [stderr] Checking r0 v0.2.2 Dec 05 06:25:38.708 INFO [stderr] Compiling solo-hal v0.0.0 (/source) Dec 05 06:25:38.708 INFO [stderr] Checking panic-halt v0.2.0 Dec 05 06:25:38.708 INFO [stderr] Compiling syn v0.15.22 Dec 05 06:25:39.764 INFO [stderr] Compiling rand_core v0.2.2 Dec 05 06:25:40.247 INFO [stderr] Compiling rand v0.5.5 Dec 05 06:25:56.021 INFO [stderr] Compiling cortex-m-rt-macros v0.1.3 Dec 05 06:26:00.894 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:00.894 INFO [stderr] Dec 05 06:26:00.895 INFO [stderr] error: aborting due to previous error Dec 05 06:26:00.899 INFO [stderr] Dec 05 06:26:00.911 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:00.911 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:01.361 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:01.361 INFO [stderr] Dec 05 06:26:01.363 INFO [stderr] error: aborting due to previous error Dec 05 06:26:01.375 INFO [stderr] Dec 05 06:26:01.395 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:01.395 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:01.475 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:01.475 INFO [stderr] Dec 05 06:26:01.475 INFO [stderr] error: aborting due to previous error Dec 05 06:26:01.475 INFO [stderr] Dec 05 06:26:01.519 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:01.519 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:01.838 INFO [stderr] error[E0432]: unresolved import `stm32f30x` Dec 05 06:26:01.838 INFO [stderr] --> examples/device.rs:35:5 Dec 05 06:26:01.838 INFO [stderr] | Dec 05 06:26:01.838 INFO [stderr] 35 | use stm32f30x::{interrupt, Interrupt}; Dec 05 06:26:01.839 INFO [stderr] | ^^^^^^^^^ use of undeclared type or module `stm32f30x` Dec 05 06:26:01.839 INFO [stderr] Dec 05 06:26:01.839 INFO [stderr] error: cannot determine resolution for the macro `interrupt` Dec 05 06:26:01.839 INFO [stderr] --> examples/device.rs:61:1 Dec 05 06:26:01.839 INFO [stderr] | Dec 05 06:26:01.839 INFO [stderr] 61 | interrupt!(EXTI0, exti0, state: Option = None); Dec 05 06:26:01.839 INFO [stderr] | ^^^^^^^^^ Dec 05 06:26:01.839 INFO [stderr] | Dec 05 06:26:01.839 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Dec 05 06:26:01.839 INFO [stderr] Dec 05 06:26:01.839 INFO [stderr] error: aborting due to 2 previous errors Dec 05 06:26:01.839 INFO [stderr] Dec 05 06:26:01.839 INFO [stderr] For more information about this error, try `rustc --explain E0432`. Dec 05 06:26:01.871 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:01.871 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:01.951 INFO [stderr] error[E0432]: unresolved import `alloc` Dec 05 06:26:01.951 INFO [stderr] --> examples/allocator.rs:22:5 Dec 05 06:26:01.951 INFO [stderr] | Dec 05 06:26:01.951 INFO [stderr] 22 | use alloc::vec; Dec 05 06:26:01.951 INFO [stderr] | ^^^^^ did you mean `core::alloc`? Dec 05 06:26:01.951 INFO [stderr] Dec 05 06:26:01.951 INFO [stderr] error[E0432]: unresolved import `alloc_cortex_m` Dec 05 06:26:01.951 INFO [stderr] --> examples/allocator.rs:23:5 Dec 05 06:26:01.951 INFO [stderr] | Dec 05 06:26:01.951 INFO [stderr] 23 | use alloc_cortex_m::CortexMHeap; Dec 05 06:26:01.951 INFO [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `alloc_cortex_m` Dec 05 06:26:01.951 INFO [stderr] Dec 05 06:26:01.951 INFO [stderr] error: cannot determine resolution for the macro `vec` Dec 05 06:26:01.951 INFO [stderr] --> examples/allocator.rs:40:14 Dec 05 06:26:01.951 INFO [stderr] | Dec 05 06:26:01.951 INFO [stderr] 40 | let xs = vec![0, 1, 2]; Dec 05 06:26:01.951 INFO [stderr] | ^^^ Dec 05 06:26:01.951 INFO [stderr] | Dec 05 06:26:01.951 INFO [stderr] = note: import resolution is stuck, try simplifying macro imports Dec 05 06:26:01.951 INFO [stderr] Dec 05 06:26:01.974 INFO [stderr] error: aborting due to 3 previous errors Dec 05 06:26:01.974 INFO [stderr] Dec 05 06:26:01.974 INFO [stderr] For more information about this error, try `rustc --explain E0432`. Dec 05 06:26:01.985 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:01.985 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:02.116 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:02.116 INFO [stderr] Dec 05 06:26:02.131 INFO [stderr] error: aborting due to previous error Dec 05 06:26:02.131 INFO [stderr] Dec 05 06:26:02.131 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:02.135 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:02.135 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:02.135 INFO [stderr] Dec 05 06:26:02.143 INFO [stderr] error: language item required, but not found: `eh_personality` Dec 05 06:26:02.143 INFO [stderr] Dec 05 06:26:02.159 INFO [stderr] error: aborting due to previous error Dec 05 06:26:02.159 INFO [stderr] Dec 05 06:26:02.159 INFO [stderr] error: aborting due to previous error Dec 05 06:26:02.159 INFO [stderr] Dec 05 06:26:02.175 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:02.175 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 06:26:02.179 INFO [stderr] error: Could not compile `solo-hal`. Dec 05 06:26:02.179 INFO [stderr] Dec 05 06:26:02.179 INFO [stderr] To learn more, run the command again with --verbose. Dec 05 06:26:02.179 INFO [stderr] su: No module specific data is present Dec 05 06:26:02.947 INFO running `"docker" "inspect" "4b9436b0ee1b9ff3371a9f77cf2d9d23619f184d519f699af659c88a0a201c82"` Dec 05 06:26:03.281 INFO running `"docker" "rm" "-f" "4b9436b0ee1b9ff3371a9f77cf2d9d23619f184d519f699af659c88a0a201c82"` Dec 05 06:26:03.675 INFO [stdout] 4b9436b0ee1b9ff3371a9f77cf2d9d23619f184d519f699af659c88a0a201c82