[INFO] cloning repository https://github.com/AlbinMartinsson/D7020E [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlbinMartinsson/D7020E" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbinMartinsson%2FD7020E"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbinMartinsson%2FD7020E'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d89e88a79c48838369315a41bf96a854040399de [INFO] checking AlbinMartinsson/D7020E against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlbinMartinsson%2FD7020E" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlbinMartinsson/D7020E on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlbinMartinsson/D7020E [INFO] finished tweaking git repo https://github.com/AlbinMartinsson/D7020E [INFO] tweaked toml for git repo https://github.com/AlbinMartinsson/D7020E written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/AlbinMartinsson/D7020E already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] aa84a0986048b62c74d394133b054983290411718c542a277cc833770e43b4fa [INFO] running `"docker" "start" "-a" "aa84a0986048b62c74d394133b054983290411718c542a277cc833770e43b4fa"` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking cty v0.1.5 [INFO] [stderr] Compiling klee-examples v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking vcell v0.1.2 (https://github.com/perlindgren/vcell.git?branch=trustit#4eb44a01) [INFO] [stderr] Checking panic-klee v0.1.0 (https://gitlab.henriktjader.com/pln/panic-klee.git#3b0c897f) [INFO] [stderr] Checking panic-halt v0.2.0 [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 `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[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[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: 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] 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[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[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: 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[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: aborting due to 5 previous errors [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 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:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[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:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | hprintln!("Hello, world!").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 `f401_minimal` 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[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: aborting due to 7 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] For more information about this error, try `rustc --explain E0463`. [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: 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_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[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: 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: 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[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: 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[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[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: aborting due to 11 previous errors [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] Some errors have detailed explanations: E0308, E0432, E0433. [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] For more information about an error, try `rustc --explain E0308`. [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: aborting due to 5 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] For more information about this error, try `rustc --explain E0432`. [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] 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: 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] running `"docker" "inspect" "aa84a0986048b62c74d394133b054983290411718c542a277cc833770e43b4fa"` [INFO] running `"docker" "rm" "-f" "aa84a0986048b62c74d394133b054983290411718c542a277cc833770e43b4fa"` [INFO] [stdout] aa84a0986048b62c74d394133b054983290411718c542a277cc833770e43b4fa