[INFO] cloning repository https://github.com/Brayan-724/apika-os
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Brayan-724/apika-os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrayan-724%2Fapika-os", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrayan-724%2Fapika-os'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1f10ac18f4e9cf1253efa8af077c4c4c5e8282d6
[INFO] checking Brayan-724/apika-os against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrayan-724%2Fapika-os" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Brayan-724/apika-os
[INFO] finished tweaking git repo https://github.com/Brayan-724/apika-os
[INFO] tweaked toml for git repo https://github.com/Brayan-724/apika-os written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Brayan-724/apika-os on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Brayan-724/apika-os 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" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6277b81a585f1ceb2b08794c6b9ee6c7c8ad9b0aec69eb933a2c49fe74a7b3ff
[INFO] running `Command { std: "docker" "start" "-a" "6277b81a585f1ceb2b08794c6b9ee6c7c8ad9b0aec69eb933a2c49fe74a7b3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6277b81a585f1ceb2b08794c6b9ee6c7c8ad9b0aec69eb933a2c49fe74a7b3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6277b81a585f1ceb2b08794c6b9ee6c7c8ad9b0aec69eb933a2c49fe74a7b3ff", kill_on_drop: false }`
[INFO] [stdout] 6277b81a585f1ceb2b08794c6b9ee6c7c8ad9b0aec69eb933a2c49fe74a7b3ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a33ffec3a5ffba6d27135dd3e9cb6638689014c2a7356c8d0cdf2425362d086a
[INFO] running `Command { std: "docker" "start" "-a" "a33ffec3a5ffba6d27135dd3e9cb6638689014c2a7356c8d0cdf2425362d086a", kill_on_drop: false }`
[INFO] [stderr]     Checking apika-os v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/drivers/screen/primitive/line.rs:1:36
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::drivers::screen::{self, Color};
[INFO] [stdout]   |                                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl`
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / fn panic(_: &PanicInfo) -> ! {
[INFO] [stdout] 23 | |     screen::put(0, 'P'.fg(Color::default()));
[INFO] [stdout] 24 | |     screen::put(1, 'a'.fg(Color::default()));
[INFO] [stdout] 25 | |     screen::put(2, 'n'.fg(Color::default()));
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     loop {}
[INFO] [stdout] 29 | | }
[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/f77b5bc6c7c84df104f86b0dd01d9490e3923fa8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d73d50f7d7b085f5.rlib
[INFO] [stdout]    = note: second definition in the local crate (`apika_os`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `apika-os` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/drivers/screen/primitive/line.rs:1:36
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::drivers::screen::{self, Color};
[INFO] [stdout]   |                                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/games/kernel_dash/map/macro.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |               unsafe { &MAP }
[INFO] [stdout]    |                         ^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/games/kernel_dash/map/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / create_map! {
[INFO] [stdout]  4 | | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
[INFO] [stdout]  5 | | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
[INFO] [stdout]  6 | | 0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 0 0 0 0;
[INFO] [stdout]  7 | | 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0;
[INFO] [stdout]  8 | | 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0;
[INFO] [stdout]  9 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `create_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/games/kernel_dash/map/macro.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |               unsafe { &mut MAP }
[INFO] [stdout]    |                             ^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/games/kernel_dash/map/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / create_map! {
[INFO] [stdout]  4 | | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
[INFO] [stdout]  5 | | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
[INFO] [stdout]  6 | | 0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 0 0 0 0;
[INFO] [stdout]  7 | | 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0;
[INFO] [stdout]  8 | | 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0;
[INFO] [stdout]  9 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: this warning originates in the macro `create_map` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a33ffec3a5ffba6d27135dd3e9cb6638689014c2a7356c8d0cdf2425362d086a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a33ffec3a5ffba6d27135dd3e9cb6638689014c2a7356c8d0cdf2425362d086a", kill_on_drop: false }`
[INFO] [stdout] a33ffec3a5ffba6d27135dd3e9cb6638689014c2a7356c8d0cdf2425362d086a
