[INFO] cloning repository https://github.com/alicecarra/RustBerryOS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alicecarra/RustBerryOS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falicecarra%2FRustBerryOS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falicecarra%2FRustBerryOS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ba3186a3344141813f1eac91814f07a824a0b1e
[INFO] checking alicecarra/RustBerryOS against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falicecarra%2FRustBerryOS" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/alicecarra/RustBerryOS
[INFO] finished tweaking git repo https://github.com/alicecarra/RustBerryOS
[INFO] tweaked toml for git repo https://github.com/alicecarra/RustBerryOS written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alicecarra/RustBerryOS on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alicecarra/RustBerryOS already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aarch64-cpu v9.4.0
[INFO] [stderr]   Downloaded tock-registers v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2
[INFO] running `Command { std: "docker" "start" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling RustBerryOS v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: This code is unsafwe to use in architetures that's not AArch64
[INFO] [stdout]   --> src/panic.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     compile_error!("This code is unsafwe to use in architetures that's not AArch64");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `arch_cpu`
[INFO] [stdout]  --> src/cpu.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use arch_cpu::{nop, wait_forever};
[INFO] [stdout]   |         ^^^^^^^^ use of unresolved module or unlinked crate `arch_cpu`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `arch_cpu`, use `cargo add arch_cpu` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: This code is unsafwe to use in architetures that's not AArch64
[INFO] [stdout]   --> src/panic.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     compile_error!("This code is unsafwe to use in architetures that's not AArch64");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `arch_cpu`
[INFO] [stdout]  --> src/cpu.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use arch_cpu::{nop, wait_forever};
[INFO] [stdout]   |         ^^^^^^^^ use of unresolved module or unlinked crate `arch_cpu`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `arch_cpu`, use `cargo add arch_cpu` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]    --> src/print.rs:38:31
[INFO] [stdout]     |
[INFO] [stdout]  38 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/driver.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             info!("      {}. {}", i, descriptor.device_driver.compatible());
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `format_args` defined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout]  38 +         $crate::print::_print(format_args!(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]    --> src/print.rs:38:31
[INFO] [stdout]     |
[INFO] [stdout]  38 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/driver.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             info!("      {}. {}", i, descriptor.device_driver.compatible());
[INFO] [stdout]     |             --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `format_args` defined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout]  38 +         $crate::print::_print(format_args!(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |           $crate::print::_print(format_args_nl!($($arg)*));
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/panic.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     println!(
[INFO] [stdout] 39 | |         "[  {:>3}.{:06}] Kernel panic!\n\n\
[INFO] [stdout] 40 | |         Panic location:\n      File '{}', line {}, column {}\n\n\
[INFO] [stdout] 41 | |         {}",
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |         info.message().unwrap_or(&format_args!("")),
[INFO] [stdout] 48 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 -         $crate::print::_print(format_args_nl!($($arg)*));
[INFO] [stdout] 19 +         $crate::print::_print(format_args!($($arg)*));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |           $crate::print::_print(format_args_nl!($($arg)*));
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/panic.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     println!(
[INFO] [stdout] 39 | |         "[  {:>3}.{:06}] Kernel panic!\n\n\
[INFO] [stdout] 40 | |         Panic location:\n      File '{}', line {}, column {}\n\n\
[INFO] [stdout] 41 | |         {}",
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |         info.message().unwrap_or(&format_args!("")),
[INFO] [stdout] 48 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 -         $crate::print::_print(format_args_nl!($($arg)*));
[INFO] [stdout] 19 +         $crate::print::_print(format_args!($($arg)*));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     info!("Drivers loaded:");
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 29 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     info!("Drivers loaded:");
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 29 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         info!("Spinning for 1 second");
[INFO] [stdout]    |         ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 29 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |           $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | /     info!(
[INFO] [stdout] 42 | |         "Architectural timer resolution: {} ns",
[INFO] [stdout] 43 | |         time::time_manager().resolution().as_nanos()
[INFO] [stdout] 44 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         info!("Spinning for 1 second");
[INFO] [stdout]    |         ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 29 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     info!("Booting on: {}", bsp::board_name());
[INFO] [stdout]    |     ------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |           $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     info!(
[INFO] [stdout] 35 | |         "{} version {}",
[INFO] [stdout] 36 | |         env!("CARGO_PKG_NAME"),
[INFO] [stdout] 37 | |         env!("CARGO_PKG_VERSION")
[INFO] [stdout] 38 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |           $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | /     info!(
[INFO] [stdout] 42 | |         "Architectural timer resolution: {} ns",
[INFO] [stdout] 43 | |         time::time_manager().resolution().as_nanos()
[INFO] [stdout] 44 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     info!("Booting on: {}", bsp::board_name());
[INFO] [stdout]    |     ------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `format_args_nl` in this scope
[INFO] [stdout]   --> src/print.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |           $crate::print::_print(format_args_nl!(
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/main.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     info!(
[INFO] [stdout] 35 | |         "{} version {}",
[INFO] [stdout] 36 | |         env!("CARGO_PKG_NAME"),
[INFO] [stdout] 37 | |         env!("CARGO_PKG_VERSION")
[INFO] [stdout] 38 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/library/core/src/macros/mod.rs:1004:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `format_args` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         $crate::print::_print(format_args_nl!(
[INFO] [stdout] 38 +         $crate::print::_print(format_args!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `driver` in `bsp`
[INFO] [stdout]   --> src/main.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     if let Err(x) = bsp::driver::init() {
[INFO] [stdout]    |                          ^^^^^^ could not find `driver` in `bsp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `driver` in `bsp`
[INFO] [stdout]   --> src/main.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     if let Err(x) = bsp::driver::init() {
[INFO] [stdout]    |                          ^^^^^^ could not find `driver` in `bsp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl`
[INFO] [stdout]   --> src/panic.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / fn panic(info: &PanicInfo) -> ! {
[INFO] [stdout] 29 | |     // Protect against panic infinite loops if any of the following code panics itself.
[INFO] [stdout] 30 | |     panic_prevent_reenter();
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |     cpu::wait_forever()
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stdout]    = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2f7e17dbfe663611.rmeta
[INFO] [stdout]    = note: second definition in the local crate (`kernel`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `asm_const` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(asm_const)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(panic_info_message)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(unchecked_math)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         arch_time::resolution()
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         arch_time::uptime()
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         arch_time::spin_for(duration)
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0152, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `RustBerryOS` (bin "kernel" test) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         arch_time::resolution()
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         arch_time::uptime()
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `arch_time` in this scope
[INFO] [stdout]   --> src/time.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         arch_time::spin_for(duration)
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `arch_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `arch_time`, use `cargo add arch_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `RustBerryOS` (bin "kernel") due to 14 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2", kill_on_drop: false }`
[INFO] [stdout] 894eef7da18098a5438819978bd9052e8c51d2fe6ad1911da93b227b95739dc2
