[INFO] updating cached repository https://github.com/Robin-rr/Rust_homeexam
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 22e6533a58c52a4d65b1f4ec136d1f454414211a
[INFO] checking Robin-rr/Rust_homeexam against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobin-rr%2FRust_homeexam" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Robin-rr/Rust_homeexam on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Robin-rr/Rust_homeexam
[INFO] finished tweaking git repo https://github.com/Robin-rr/Rust_homeexam
[INFO] tweaked toml for git repo https://github.com/Robin-rr/Rust_homeexam written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/Robin-rr/Rust_homeexam already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b241b62fe836545c365156f1e6f25d0ca9be89c56c8490449540805915c136a6
[INFO] running `"docker" "start" "-a" "b241b62fe836545c365156f1e6f25d0ca9be89c56c8490449540805915c136a6"`
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]     Checking cty v0.1.5
[INFO] [stderr]     Checking vcell v0.1.2 (https://github.com/perlindgren/vcell.git?branch=trustit#4eb44a01)
[INFO] [stderr]    Compiling klee-examples v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking panic-halt v0.2.0
[INFO] [stderr]     Checking panic-klee v0.1.0 (https://gitlab.henriktjader.com/pln/panic-klee.git#3b0c897f)
[INFO] [stderr]     Checking volatile-register v0.2.0
[INFO] [stderr]     Checking cstr_core v0.1.2
[INFO] [stderr]     Checking klee-sys v0.1.0 (https://gitlab.henriktjader.com/pln/klee-sys.git#3e49ed21)
[INFO] [stderr] error[E0432]: unresolved import `klee_sys::klee_abort`
[INFO] [stderr]  --> examples/vcell_test.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use klee_sys::klee_abort;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `klee_abort` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/vcell_test.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |         1 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/vcell_test.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |         2 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved imports `klee_sys::klee_abort`, `klee_sys::klee_assert`, `klee_sys::klee_assert_eq`, `klee_sys::klee_make_symbolic`
[INFO] [stderr]  --> examples/paths.rs:6:16
[INFO] [stderr]   |
[INFO] [stderr] 6 | use klee_sys::{klee_abort, klee_assert, klee_assert_eq, klee_make_symbolic};
[INFO] [stderr]   |                ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `klee_make_symbolic` in the root
[INFO] [stderr]   |                |           |            |
[INFO] [stderr]   |                |           |            no `klee_assert_eq` in the root
[INFO] [stderr]   |                |           no `klee_assert` in the root
[INFO] [stderr]   |                no `klee_abort` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_make_symbolic`
[INFO] [stderr]   --> examples/paths.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     klee_make_symbolic!(&mut a, "a");
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/paths.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 |         0 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/paths.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |         1 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/paths.rs:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 |         2 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_assert`
[INFO] [stderr]   --> examples/paths.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |         4 => klee_assert!(false),
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_assert_eq`
[INFO] [stderr]   --> examples/paths.rs:22:14
[INFO] [stderr]    |
[INFO] [stderr] 22 |         5 => klee_assert_eq!(false, true),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_assert_eq`
[INFO] [stderr]   --> examples/paths.rs:23:14
[INFO] [stderr]    |
[INFO] [stderr] 23 |         6 => klee_assert_eq!(false, true),
[INFO] [stderr]    |              ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: cannot find macro `klee_make_symbolic` in this scope
[INFO] [stderr]   --> examples/struct.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     klee_make_symbolic!(&mut a, "a");
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `klee_sys::*`
[INFO] [stderr]  --> examples/struct.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use klee_sys::*;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `cortex_m`
[INFO] [stderr]  --> examples/cortex_m_test_nightly.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | extern crate cortex_m;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]   --> examples/klee_hybrid_test.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     use cortex_m_rt::entry;
[INFO] [stderr]    |         ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_semihosting`
[INFO] [stderr]   --> examples/klee_hybrid_test.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     use cortex_m_semihosting::hprintln;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cortex_m_semihosting`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `stm32f4`
[INFO] [stderr]   --> examples/klee_hybrid_test.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     use stm32f4::stm32f401 as stm32;
[INFO] [stderr]    |         ^^^^^^^ use of undeclared type or module `stm32f4`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/klee_hybrid_test.rs:29:7
[INFO] [stderr]    |
[INFO] [stderr] 29 |     #[entry]
[INFO] [stderr]    |       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hprintln`
[INFO] [stderr]   --> examples/klee_hybrid_test.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |         hprintln!("Hello, world! {}", r).unwrap();
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `panic_klee`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_halt` (which `klee_hybrid_test` depends on)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `klee_sys::klee_abort`
[INFO] [stderr]  --> examples/cortex_m_rt_test2.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use klee_sys::klee_abort;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `klee_abort` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cortex_m`
[INFO] [stderr]  --> examples/cortex_m_rt_test2.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use cortex_m::peripheral::Peripherals;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]  --> examples/cortex_m_rt_test2.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use cortex_m_rt::{entry, pre_init};
[INFO] [stderr]   |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `pre_init`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:27:3
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[pre_init]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:13:3
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 20 |         0 => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |         X => klee_abort!(),
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     klee_abort!();
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Peripherals`
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:15:23
[INFO] [stderr]    |
[INFO] [stderr] 15 |     let peripherals = Peripherals::take().unwrap();
[INFO] [stderr]    |                       ^^^^^^^^^^^ use of undeclared type or module `Peripherals`
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `panic_halt`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_klee` (which `cortex_m_rt_test2` depends on)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/cortex_m_rt_test2.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 | unsafe fn main() -> ! {
[INFO] [stderr]    |           ----      ^ expected `!`, found `()`
[INFO] [stderr]    |           |
[INFO] [stderr]    |           implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stderr] ...
[INFO] [stderr] 24 |     klee_abort!();
[INFO] [stderr]    |                  - help: consider removing this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected type `!`
[INFO] [stderr]            found unit type `()`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0463]: can't find crate for `cortex_m`
[INFO] [stderr]  --> examples/cortex_m_test1.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | extern crate cortex_m;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `stm32f4`
[INFO] [stderr]  --> examples/f401_minimal2.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use stm32f4::stm32f401 as stm32;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `stm32f4`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m`
[INFO] [stderr]   --> examples/f401_minimal2.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use cortex_m::asm;
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]   --> examples/f401_minimal2.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use cortex_m_rt::entry;
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/f401_minimal2.rs:14:3
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `panic_klee`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_halt` (which `f401_minimal2` depends on)
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `cortex_m`
[INFO] [stderr]  --> examples/cortex_m_rt_test.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | extern crate cortex_m;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `stm32f4`
[INFO] [stderr]  --> examples/f401_probe.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use stm32f4::stm32f401 as stm32;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `stm32f4`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error[E0432]: unresolved import `cortex_m`
[INFO] [stderr]   --> examples/f401_probe.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use cortex_m::asm;
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]   --> examples/f401_probe.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use cortex_m_rt::entry;
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/f401_probe.rs:14:3
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `panic_klee`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_halt` (which `f401_probe` depends on)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `stm32f4`
[INFO] [stderr]  --> examples/f401_ktest.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use stm32f4::stm32f401 as stm32;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `stm32f4`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m`
[INFO] [stderr]   --> examples/f401_ktest.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use cortex_m::{asm, bkpt};
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]   --> examples/f401_ktest.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use cortex_m_rt::entry;
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `asm`
[INFO] [stderr]   --> examples/f401_ktest.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |         asm!("bkpt #0" : /* output */: /* input */ "r"(data): /* clobber */ : "volatile")
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/f401_ktest.rs:16:3
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bkpt`
[INFO] [stderr]   --> examples/f401_ktest.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |         bkpt!();
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `panic_klee`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_halt` (which `f401_ktest` depends on)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `klee_sys::klee_abort`, `klee_sys::klee_make_symbolic`
[INFO] [stderr]  --> examples/cortex_m_rt_test3.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 | use klee_sys::{klee_abort, klee_make_symbolic};
[INFO] [stderr]   |                ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `klee_make_symbolic` in the root
[INFO] [stderr]   |                |
[INFO] [stderr]   |                no `klee_abort` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `klee_assert` in this scope
[INFO] [stderr]   --> examples/assume_assert.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     klee_assert!(f1(a) > a);
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `klee_make_symbolic` in this scope
[INFO] [stderr]   --> examples/assume_assert.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     klee_make_symbolic!(&mut a, "a");
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `klee_sys::*`
[INFO] [stderr]  --> examples/assume_assert.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use klee_sys::*;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `stm32f4`
[INFO] [stderr]  --> examples/f401_minimal.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use stm32f4::stm32f401 as stm32;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `stm32f4`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `cortex_m`
[INFO] [stderr]   --> examples/f401_minimal.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use cortex_m::asm;
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]   --> examples/f401_minimal.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use cortex_m_rt::entry;
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_semihosting`
[INFO] [stderr]   --> examples/f401_minimal.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use cortex_m_semihosting::hprintln;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cortex_m_semihosting`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/f401_minimal.rs:17:3
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hprintln`
[INFO] [stderr]   --> examples/f401_minimal.rs:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 |        hprintln!("{}", i).unwrap();
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hprintln`
[INFO] [stderr]   --> examples/f401_minimal.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 24 |     unsafe{hprintln!("{:?}", array).unwrap();}
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: duplicate lang item in crate `panic_klee`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_halt` (which `f401_minimal` depends on)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cortex_m`
[INFO] [stderr]  --> examples/cortex_m_rt_test3.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use cortex_m::peripheral::Peripherals;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `cortex_m`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stderr]  --> examples/cortex_m_rt_test3.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use cortex_m_rt::{entry, exception, pre_init, ExceptionFrame};
[INFO] [stderr]   |     ^^^^^^^^^^^ use of undeclared type or module `cortex_m_rt`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:98:3
[INFO] [stderr]    |
[INFO] [stderr] 98 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:93:3
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:88:3
[INFO] [stderr]    |
[INFO] [stderr] 88 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:83:3
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:78:3
[INFO] [stderr]    |
[INFO] [stderr] 78 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:73:3
[INFO] [stderr]    |
[INFO] [stderr] 73 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:68:3
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:63:3
[INFO] [stderr]    |
[INFO] [stderr] 63 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:52:3
[INFO] [stderr]    |
[INFO] [stderr] 52 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 60 |     klee_abort!();
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:47:3
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 |     klee_abort!();
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `exception`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:34:3
[INFO] [stderr]    |
[INFO] [stderr] 34 | #[exception]
[INFO] [stderr]    |   ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 44 |     klee_abort!();
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `pre_init`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:25:3
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[pre_init]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `entry`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:13:3
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[entry]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `klee_abort`
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     klee_abort!();
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: duplicate lang item in crate `panic_halt`: `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_klee` (which `cortex_m_rt_test3` depends on)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 | unsafe fn main() -> ! {
[INFO] [stderr]    |           ----      ^ expected `!`, found `()`
[INFO] [stderr]    |           |
[INFO] [stderr]    |           implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stderr] ...
[INFO] [stderr] 22 |     klee_abort!();
[INFO] [stderr]    |                  - help: consider removing this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected type `!`
[INFO] [stderr]            found unit type `()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:35:33
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn DefaultHandler(irqn: i16) -> ! {
[INFO] [stderr]    |    --------------               ^ expected `!`, found `()`
[INFO] [stderr]    |    |
[INFO] [stderr]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stderr] ...
[INFO] [stderr] 44 |     klee_abort!();
[INFO] [stderr]    |                  - help: consider removing this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected type `!`
[INFO] [stderr]            found unit type `()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:48:24
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn NonMaskableInt() -> ! {
[INFO] [stderr]    |    --------------      ^ expected `!`, found `()`
[INFO] [stderr]    |    |
[INFO] [stderr]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stderr] 49 |     klee_abort!();
[INFO] [stderr]    |                  - help: consider removing this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected type `!`
[INFO] [stderr]            found unit type `()`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> examples/cortex_m_rt_test3.rs:53:38
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn HardFault(eh: &ExceptionFrame) -> ! {
[INFO] [stderr]    |    ---------                         ^ expected `!`, found `()`
[INFO] [stderr]    |    |
[INFO] [stderr]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stderr] ...
[INFO] [stderr] 60 |     klee_abort!();
[INFO] [stderr]    |                  - help: consider removing this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected type `!`
[INFO] [stderr]            found unit type `()`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `klee-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b241b62fe836545c365156f1e6f25d0ca9be89c56c8490449540805915c136a6"`
[INFO] running `"docker" "rm" "-f" "b241b62fe836545c365156f1e6f25d0ca9be89c56c8490449540805915c136a6"`
[INFO] [stdout] b241b62fe836545c365156f1e6f25d0ca9be89c56c8490449540805915c136a6
