[INFO] fetching crate limine-protocol 0.5.0...
[INFO] testing limine-protocol-0.5.0 against 1.90.0 for beta-1.91-2
[INFO] extracting crate limine-protocol 0.5.0 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate limine-protocol 0.5.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd714b3abf22e6c76e66965387096a74ad462f194e1681387f5366204850e828
[INFO] running `Command { std: "docker" "start" "-a" "fd714b3abf22e6c76e66965387096a74ad462f194e1681387f5366204850e828", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd714b3abf22e6c76e66965387096a74ad462f194e1681387f5366204850e828", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd714b3abf22e6c76e66965387096a74ad462f194e1681387f5366204850e828", kill_on_drop: false }`
[INFO] [stdout] fd714b3abf22e6c76e66965387096a74ad462f194e1681387f5366204850e828
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b35413e9041821299b27c46184abd5315365ac07ed601fcab8e54d62c37fa082
[INFO] running `Command { std: "docker" "start" "-a" "b35413e9041821299b27c46184abd5315365ac07ed601fcab8e54d62c37fa082", 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.36s
[INFO] running `Command { std: "docker" "inspect" "b35413e9041821299b27c46184abd5315365ac07ed601fcab8e54d62c37fa082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b35413e9041821299b27c46184abd5315365ac07ed601fcab8e54d62c37fa082", kill_on_drop: false }`
[INFO] [stdout] b35413e9041821299b27c46184abd5315365ac07ed601fcab8e54d62c37fa082
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc7664e25273f216ecb235658a9f76de39843d248f8d3e0947b38015e40aacec
[INFO] running `Command { std: "docker" "start" "-a" "cc7664e25273f216ecb235658a9f76de39843d248f8d3e0947b38015e40aacec", 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] [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.58s
[INFO] running `Command { std: "docker" "inspect" "cc7664e25273f216ecb235658a9f76de39843d248f8d3e0947b38015e40aacec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc7664e25273f216ecb235658a9f76de39843d248f8d3e0947b38015e40aacec", kill_on_drop: false }`
[INFO] [stdout] cc7664e25273f216ecb235658a9f76de39843d248f8d3e0947b38015e40aacec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8b66dacd8599ff6ecccf88a1495206c9ad41e26993b21cab5bd4a741391b41ce
[INFO] running `Command { std: "docker" "start" "-a" "8b66dacd8599ff6ecccf88a1495206c9ad41e26993b21cab5bd4a741391b41ce", 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
[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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/limine_protocol-6f24817f0ea27bf8)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::framebuffer_get_slice ... ok
[INFO] [stdout] test tests::terminal_get_slice ... ok
[INFO] [stdout] test tests::terminal_none_when_null ... ok
[INFO] [stdout] test tests::framebuffer_none_when_null ... ok
[INFO] [stdout] test tests::smpinfo_get_slice ... ok
[INFO] [stdout] test tests::smpinfo_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/requests/mod.rs - requests::limine_request (line 7) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] test src/requests/mod.rs - requests::limine_request (line 27) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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] ---- 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] 
[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.44s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8b66dacd8599ff6ecccf88a1495206c9ad41e26993b21cab5bd4a741391b41ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b66dacd8599ff6ecccf88a1495206c9ad41e26993b21cab5bd4a741391b41ce", kill_on_drop: false }`
[INFO] [stdout] 8b66dacd8599ff6ecccf88a1495206c9ad41e26993b21cab5bd4a741391b41ce
