[INFO] fetching crate limine-protocol 0.5.0...
[INFO] testing limine-protocol-0.5.0 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate limine-protocol 0.5.0 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate limine-protocol 0.5.0
[INFO] finished tweaking crates.io crate limine-protocol 0.5.0
[INFO] tweaked toml for crates.io crate limine-protocol 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate limine-protocol 0.5.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f520ad64d70d0f95b7008f0175c297764e59dda4bf88c6b64c230519f4be767e
[INFO] running `Command { std: "docker" "start" "-a" "f520ad64d70d0f95b7008f0175c297764e59dda4bf88c6b64c230519f4be767e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f520ad64d70d0f95b7008f0175c297764e59dda4bf88c6b64c230519f4be767e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f520ad64d70d0f95b7008f0175c297764e59dda4bf88c6b64c230519f4be767e", kill_on_drop: false }`
[INFO] [stdout] f520ad64d70d0f95b7008f0175c297764e59dda4bf88c6b64c230519f4be767e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83d0977b49d8373970c23ec10501eff98eab623d9fd3b03373d0d71e6c2410d7
[INFO] running `Command { std: "docker" "start" "-a" "83d0977b49d8373970c23ec10501eff98eab623d9fd3b03373d0d71e6c2410d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling limine-protocol v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/bootloader_info.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/kernel_file.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/module.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "83d0977b49d8373970c23ec10501eff98eab623d9fd3b03373d0d71e6c2410d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83d0977b49d8373970c23ec10501eff98eab623d9fd3b03373d0d71e6c2410d7", kill_on_drop: false }`
[INFO] [stdout] 83d0977b49d8373970c23ec10501eff98eab623d9fd3b03373d0d71e6c2410d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20402f60ac31cf1e0f4f9e879737ae89c74db64b1c4a11abe972556a5f3528e0
[INFO] running `Command { std: "docker" "start" "-a" "20402f60ac31cf1e0f4f9e879737ae89c74db64b1c4a11abe972556a5f3528e0", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/bootloader_info.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/kernel_file.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/module.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling limine-protocol v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/bootloader_info.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/kernel_file.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requests/module.rs:23:32
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse> {
[INFO] [stdout]    |                                ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |                ||
[INFO] [stdout]    |                                |                |the same lifetime is hidden here
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/structures/framebuffer.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn new_empty() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | #![deny(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/structures/smpinfo.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn new_empty() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "20402f60ac31cf1e0f4f9e879737ae89c74db64b1c4a11abe972556a5f3528e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20402f60ac31cf1e0f4f9e879737ae89c74db64b1c4a11abe972556a5f3528e0", kill_on_drop: false }`
[INFO] [stdout] 20402f60ac31cf1e0f4f9e879737ae89c74db64b1c4a11abe972556a5f3528e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c590b5c06617220e616698f4f095e655602613d133c77cb257018e93ae95012c
[INFO] running `Command { std: "docker" "start" "-a" "c590b5c06617220e616698f4f095e655602613d133c77cb257018e93ae95012c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/requests/bootloader_info.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse> {
[INFO] [stderr]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                |                ||
[INFO] [stderr]    |                                |                |the same lifetime is hidden here
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&BootloaderInfoResponse<'_>> {
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/requests/kernel_file.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse> {
[INFO] [stderr]    |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                |                ||
[INFO] [stderr]    |                                |                |the same lifetime is hidden here
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&KernelFileResponse<'_>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/requests/module.rs:23:32
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse> {
[INFO] [stderr]    |                                ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                |                ||
[INFO] [stderr]    |                                |                |the same lifetime is hidden here
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub unsafe fn get_response(&self) -> Option<&ModuleResponse<'_>> {
[INFO] [stderr]    |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `limine-protocol` (lib) generated 3 warnings (run `cargo fix --lib -p limine-protocol` to apply 3 suggestions)
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]   --> src/structures/framebuffer.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn new_empty() -> Self {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 | #![deny(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]   --> src/structures/smpinfo.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub fn new_empty() -> Self {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `limine-protocol` (lib test) generated 5 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/limine_protocol-faf6ca8e1fa6683c)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::framebuffer_get_slice ... ok
[INFO] [stdout] test tests::framebuffer_none_when_null ... ok
[INFO] [stdout] test tests::smpinfo_none_when_null ... ok
[INFO] [stdout] test tests::smpinfo_get_slice ... ok
[INFO] [stdout] test tests::terminal_get_slice ... ok
[INFO] [stdout] test tests::terminal_none_when_null ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests limine_protocol
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] test src/requests/mod.rs - requests::limine_request (line 7) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/requests/mod.rs - requests::limine_request (line 27) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Request` in this scope
[INFO] [stdout]  --> src/lib.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | static STACK_REQUEST: Request<StackSizeRequest> = StackSizeRequest {
[INFO] [stdout]   |                       ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::error::Request;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use limine_protocol::Request;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `StackSizeRequest` in this scope
[INFO] [stdout]  --> src/lib.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | static STACK_REQUEST: Request<StackSizeRequest> = StackSizeRequest {
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use limine_protocol::StackSizeRequest;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StackSizeRequest` in this scope
[INFO] [stdout]  --> src/lib.rs:8:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | static STACK_REQUEST: Request<StackSizeRequest> = StackSizeRequest {
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use limine_protocol::StackSizeRequest;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackSizeRequest`
[INFO] [stdout]  --> src/lib.rs:10:6
[INFO] [stdout]   |
[INFO] [stdout] 7 |    ..StackSizeRequest::default()
[INFO] [stdout]   |      ^^^^^^^^^^^^^^^^ use of undeclared type `StackSizeRequest`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use limine_protocol::StackSizeRequest;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/requests/mod.rs - requests::limine_request (line 7) stdout ----
[INFO] [stdout] error[E0624]: associated function `new` is private
[INFO] [stdout]   --> src/requests/mod.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / limine_request! {
[INFO] [stdout] 16 | |     /// A test limine request, being public isn't required    
[INFO] [stdout] 17 | |     pub struct TestRequest: [0xdead, 0xbeef] {
[INFO] [stdout] 18 | |         /// The response
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^ private associated function
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |       pub(crate) const fn new(req: T) -> Self {
[INFO] [stdout]    |       --------------------------------------- private associated function defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `limine_request` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0624`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 16) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `STACK_REQUEST` in this scope
[INFO] [stdout]   --> src/lib.rs:31:47
[INFO] [stdout]    |
[INFO] [stdout] 17 | static ARR: [NotSync<*mut ()>; 1] = [NotSync(&STACK_REQUEST as *const _ as *mut ())];
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 16)
[INFO] [stdout]     src/lib.rs - (line 5)
[INFO] [stdout]     src/requests/mod.rs - requests::limine_request (line 7)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c590b5c06617220e616698f4f095e655602613d133c77cb257018e93ae95012c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c590b5c06617220e616698f4f095e655602613d133c77cb257018e93ae95012c", kill_on_drop: false }`
[INFO] [stdout] c590b5c06617220e616698f4f095e655602613d133c77cb257018e93ae95012c
