[INFO] fetching crate mu_uefi_boot_services 2.0.0...
[INFO] testing mu_uefi_boot_services-2.0.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mu_uefi_boot_services 2.0.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate mu_uefi_boot_services 2.0.0
[INFO] finished tweaking crates.io crate mu_uefi_boot_services 2.0.0
[INFO] tweaked toml for crates.io crate mu_uefi_boot_services 2.0.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mu_uefi_boot_services 2.0.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ce1aedefa0848d2aada1e0bb8c5a51b0bb8ac6da76d3c6f33eb817cd4b8cf0d
[INFO] running `Command { std: "docker" "start" "-a" "1ce1aedefa0848d2aada1e0bb8c5a51b0bb8ac6da76d3c6f33eb817cd4b8cf0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ce1aedefa0848d2aada1e0bb8c5a51b0bb8ac6da76d3c6f33eb817cd4b8cf0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ce1aedefa0848d2aada1e0bb8c5a51b0bb8ac6da76d3c6f33eb817cd4b8cf0d", kill_on_drop: false }`
[INFO] [stdout] 1ce1aedefa0848d2aada1e0bb8c5a51b0bb8ac6da76d3c6f33eb817cd4b8cf0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83fe63b822ab421534446bdd5057c5ebdde91d5f85e570ab3a34f094102df93f
[INFO] running `Command { std: "docker" "start" "-a" "83fe63b822ab421534446bdd5057c5ebdde91d5f85e570ab3a34f094102df93f", kill_on_drop: false }`
[INFO] [stderr]    Compiling r-efi v5.3.0
[INFO] [stderr]    Compiling mu_uefi_boot_services v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         search_type: HandleSearchType,
[INFO] [stdout] 1054 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1054 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1163:9
[INFO] [stdout]      |
[INFO] [stdout] 1163 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1166 |     ) -> Result<BootServicesBox<[efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1166 |     ) -> Result<BootServicesBox<'_, [efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1224:9
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1225 |         handle: efi::Handle,
[INFO] [stdout] 1226 |     ) -> Result<BootServicesBox<[&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1226 |     ) -> Result<BootServicesBox<'_, [&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1242:9
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1243 |         search_type: HandleSearchType,
[INFO] [stdout] 1244 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1244 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "83fe63b822ab421534446bdd5057c5ebdde91d5f85e570ab3a34f094102df93f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83fe63b822ab421534446bdd5057c5ebdde91d5f85e570ab3a34f094102df93f", kill_on_drop: false }`
[INFO] [stdout] 83fe63b822ab421534446bdd5057c5ebdde91d5f85e570ab3a34f094102df93f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c669cb3d65afd6f70f749d74071e417ef9f8ae1540207c809301a5abc3057849
[INFO] running `Command { std: "docker" "start" "-a" "c669cb3d65afd6f70f749d74071e417ef9f8ae1540207c809301a5abc3057849", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         search_type: HandleSearchType,
[INFO] [stdout] 1054 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1054 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1163:9
[INFO] [stdout]      |
[INFO] [stdout] 1163 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1166 |     ) -> Result<BootServicesBox<[efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1166 |     ) -> Result<BootServicesBox<'_, [efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1224:9
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1225 |         handle: efi::Handle,
[INFO] [stdout] 1226 |     ) -> Result<BootServicesBox<[&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1226 |     ) -> Result<BootServicesBox<'_, [&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1242:9
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1243 |         search_type: HandleSearchType,
[INFO] [stdout] 1244 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1244 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling mu_uefi_boot_services v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/boot_services.rs:3045:24
[INFO] [stdout]      |
[INFO] [stdout] 3045 |             assert_eq!(unsafe { ptr::addr_of!(B) } as usize, dest as usize);
[INFO] [stdout]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/boot_services.rs:3067:24
[INFO] [stdout]      |
[INFO] [stdout] 3067 |             assert_eq!(unsafe { ptr::addr_of!(BUFFER) } as usize, buffer as usize);
[INFO] [stdout]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/boot_services.rs:3109:24
[INFO] [stdout]      |
[INFO] [stdout] 3109 |             assert_eq!(unsafe { ptr::addr_of!(TABLE) } as usize, table as usize);
[INFO] [stdout]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         search_type: HandleSearchType,
[INFO] [stdout] 1054 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1054 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1163:9
[INFO] [stdout]      |
[INFO] [stdout] 1163 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1166 |     ) -> Result<BootServicesBox<[efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1166 |     ) -> Result<BootServicesBox<'_, [efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1224:9
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1225 |         handle: efi::Handle,
[INFO] [stdout] 1226 |     ) -> Result<BootServicesBox<[&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1226 |     ) -> Result<BootServicesBox<'_, [&'static efi::Guid], Self>, efi::Status> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/boot_services.rs:1242:9
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1243 |         search_type: HandleSearchType,
[INFO] [stdout] 1244 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1244 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status>
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a dangling pointer will be produced because the temporary `MaybeUninit<r_efi::system::BootServices>` will be dropped
[INFO] [stdout]     --> src/boot_services.rs:1529:74
[INFO] [stdout]      |
[INFO] [stdout] 1529 |         let efi_bs = unsafe { MaybeUninit::<efi::BootServices>::zeroed().as_ptr().as_ref().unwrap() };
[INFO] [stdout]      |                               ------------------------------------------ ^^^^^^ this pointer will immediately be invalid
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this `MaybeUninit<r_efi::system::BootServices>` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]      |
[INFO] [stdout]      = note: pointers do not have a lifetime; when calling `as_ptr` the `MaybeUninit<r_efi::system::BootServices>` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]      = help: you must make sure that the variable you bind the `MaybeUninit<r_efi::system::BootServices>` to lives at least as long as the pointer returned by the call to `as_ptr`
[INFO] [stdout]      = help: in particular, if this pointer is returned from the current function, binding the `MaybeUninit<r_efi::system::BootServices>` inside the function will not suffice
[INFO] [stdout]      = help: for more information, see <https://doc.rust-lang.org/reference/destructors.html>
[INFO] [stdout]      = note: `#[warn(dangling_pointers_from_temporaries)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]     --> src/boot_services.rs:1593:13
[INFO] [stdout]      |
[INFO] [stdout] 1593 |             assert_eq!(None, notify_function);
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the address of the same function can vary between different codegen units
[INFO] [stdout]      = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]      = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]      = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]     --> src/boot_services.rs:1668:13
[INFO] [stdout]      |
[INFO] [stdout] 1668 |             assert_eq!(None, notify_function);
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the address of the same function can vary between different codegen units
[INFO] [stdout]      = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]      = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]      = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.54s
[INFO] running `Command { std: "docker" "inspect" "c669cb3d65afd6f70f749d74071e417ef9f8ae1540207c809301a5abc3057849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c669cb3d65afd6f70f749d74071e417ef9f8ae1540207c809301a5abc3057849", kill_on_drop: false }`
[INFO] [stdout] c669cb3d65afd6f70f749d74071e417ef9f8ae1540207c809301a5abc3057849
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e4803ae882c20f01c2dd0ccf5fd94cb978f9c663d7d7eecc74e49d738afdcccd
[INFO] running `Command { std: "docker" "start" "-a" "e4803ae882c20f01c2dd0ccf5fd94cb978f9c663d7d7eecc74e49d738afdcccd", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/boot_services.rs:1052:9
[INFO] [stderr]      |
[INFO] [stderr] 1052 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1053 |         search_type: HandleSearchType,
[INFO] [stderr] 1054 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1054 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status> {
[INFO] [stderr]      |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/boot_services.rs:1163:9
[INFO] [stderr]      |
[INFO] [stderr] 1163 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 1166 |     ) -> Result<BootServicesBox<[efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1166 |     ) -> Result<BootServicesBox<'_, [efi::OpenProtocolInformationEntry], Self>, efi::Status>
[INFO] [stderr]      |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/boot_services.rs:1224:9
[INFO] [stderr]      |
[INFO] [stderr] 1224 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1225 |         handle: efi::Handle,
[INFO] [stderr] 1226 |     ) -> Result<BootServicesBox<[&'static efi::Guid], Self>, efi::Status> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1226 |     ) -> Result<BootServicesBox<'_, [&'static efi::Guid], Self>, efi::Status> {
[INFO] [stderr]      |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/boot_services.rs:1242:9
[INFO] [stderr]      |
[INFO] [stderr] 1242 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1243 |         search_type: HandleSearchType,
[INFO] [stderr] 1244 |     ) -> Result<BootServicesBox<[efi::Handle], Self>, efi::Status>
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1244 |     ) -> Result<BootServicesBox<'_, [efi::Handle], Self>, efi::Status>
[INFO] [stderr]      |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mu_uefi_boot_services` (lib) generated 4 warnings (run `cargo fix --lib -p mu_uefi_boot_services` to apply 4 suggestions)
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/boot_services.rs:3045:24
[INFO] [stderr]      |
[INFO] [stderr] 3045 |             assert_eq!(unsafe { ptr::addr_of!(B) } as usize, dest as usize);
[INFO] [stderr]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/boot_services.rs:3067:24
[INFO] [stderr]      |
[INFO] [stderr] 3067 |             assert_eq!(unsafe { ptr::addr_of!(BUFFER) } as usize, buffer as usize);
[INFO] [stderr]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/boot_services.rs:3109:24
[INFO] [stderr]      |
[INFO] [stderr] 3109 |             assert_eq!(unsafe { ptr::addr_of!(TABLE) } as usize, table as usize);
[INFO] [stderr]      |                        ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] 
[INFO] [stderr] warning: a dangling pointer will be produced because the temporary `MaybeUninit<r_efi::system::BootServices>` will be dropped
[INFO] [stderr]     --> src/boot_services.rs:1529:74
[INFO] [stderr]      |
[INFO] [stderr] 1529 |         let efi_bs = unsafe { MaybeUninit::<efi::BootServices>::zeroed().as_ptr().as_ref().unwrap() };
[INFO] [stderr]      |                               ------------------------------------------ ^^^^^^ this pointer will immediately be invalid
[INFO] [stderr]      |                               |
[INFO] [stderr]      |                               this `MaybeUninit<r_efi::system::BootServices>` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stderr]      |
[INFO] [stderr]      = note: pointers do not have a lifetime; when calling `as_ptr` the `MaybeUninit<r_efi::system::BootServices>` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stderr]      = help: you must make sure that the variable you bind the `MaybeUninit<r_efi::system::BootServices>` to lives at least as long as the pointer returned by the call to `as_ptr`
[INFO] [stderr]      = help: in particular, if this pointer is returned from the current function, binding the `MaybeUninit<r_efi::system::BootServices>` inside the function will not suffice
[INFO] [stderr]      = help: for more information, see <https://doc.rust-lang.org/reference/destructors.html>
[INFO] [stderr]      = note: `#[warn(dangling_pointers_from_temporaries)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]     --> src/boot_services.rs:1593:13
[INFO] [stderr]      |
[INFO] [stderr] 1593 |             assert_eq!(None, notify_function);
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the address of the same function can vary between different codegen units
[INFO] [stderr]      = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]      = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]      = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr]      = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]     --> src/boot_services.rs:1668:13
[INFO] [stderr]      |
[INFO] [stderr] 1668 |             assert_eq!(None, notify_function);
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the address of the same function can vary between different codegen units
[INFO] [stderr]      = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]      = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]      = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `mu_uefi_boot_services` (lib test) generated 10 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/boot_services.rs (/opt/rustwide/target/debug/deps/boot_services-7e6f740d116b435b)
[INFO] [stdout] 
[INFO] [stdout] running 104 tests
[INFO] [stdout] test c_ptr::test::test_box ... ok
[INFO] [stdout] test c_ptr::test::test_manually_drop ... ok
[INFO] [stdout] test c_ptr::test::test_option ... ok
[INFO] [stdout] test c_ptr::test::test_unit_type ... ok
[INFO] [stdout] test c_ptr::test::test_ref ... ok
[INFO] [stdout] test test::test_allocate_pages ... ok
[INFO] [stdout] test test::test_allocate_pool ... ok
[INFO] [stdout] test test::test_calculate_crc32 ... ok
[INFO] [stdout] test test::test_check_event ... ok
[INFO] [stdout] test test::test_close_protocol ... ok
[INFO] [stdout] test test::test_connect_controller ... ok
[INFO] [stdout] test test::test_create_event ... ok
[INFO] [stdout] test test::test_create_event_ex_no_notify ... ok
[INFO] [stdout] test test::test_connect_controller_with_image_handles ... ok
[INFO] [stdout] test test::test_copy_mem ... ok
[INFO] [stdout] test test::test_create_event_no_notify ... ok
[INFO] [stdout] test test::test_close_event ... ok
[INFO] [stdout] test test::test_create_event_ex ... ok
[INFO] [stdout] test test::test_disconnect_controller ... ok
[INFO] [stdout] test test::test_disconnect_controller_with_handles ... ok
[INFO] [stdout] test test::test_exit ... ok
[INFO] [stdout] test test::test_free_pages ... ok
[INFO] [stdout] test test::test_exit_boot_services ... ok
[INFO] [stdout] test test::test_free_pool ... ok
[INFO] [stdout] test test::test_get_memory_map ... ok
[INFO] [stdout] test test::test_get_next_monotonic_count ... ok
[INFO] [stdout] test test::test_allocate_pool_not_init - should panic ... ok
[INFO] [stdout] test test::test_allocate_pages_not_init - should panic ... ok
[INFO] [stdout] test test::test_handle_protocol ... ok
[INFO] [stdout] test test::test_handle_protocol_marker ... ok
[INFO] [stdout] test test::test_calculate_crc32_not_init - should panic ... ok
[INFO] [stdout] test test::test_install_configuration_table ... ok
[INFO] [stdout] test test::test_check_event_not_init - should panic ... ok
[INFO] [stdout] test test::test_connect_controller_not_init - should panic ... ok
[INFO] [stdout] test test::test_copy_mem_not_init - should panic ... ok
[INFO] [stdout] test test::test_create_event_ex_not_init - should panic ... ok
[INFO] [stdout] test test::test_install_protocol_interface ... ok
[INFO] [stdout] test test::test_install_protocol_marker ... ok
[INFO] [stdout] test test::test_close_event_not_init - should panic ... ok
[INFO] [stdout] test test::test_install_protocol_interface_not_init - should panic ... ok
[INFO] [stdout] test test::test_create_event_not_init - should panic ... ok
[INFO] [stdout] test test::test_disconnect_controller_not_init - should panic ... ok
[INFO] [stdout] test test::test_exit_not_init - should panic ... ok
[INFO] [stdout] test test::test_exit_boot_services_not_init - should panic ... ok
[INFO] [stdout] test test::test_free_pages_not_init - should panic ... ok
[INFO] [stdout] test test::test_get_next_monotonic_count_not_init - should panic ... ok
[INFO] [stdout] test test::test_handle_protocol_not_init - should panic ... ok
[INFO] [stdout] test test::test_handle_protocol_with_marker_interface - should panic ... ok
[INFO] [stdout] test test::test_install_configuration_table_not_init - should panic ... ok
[INFO] [stdout] test test::test_close_protocol_not_init - should panic ... ok
[INFO] [stdout] test test::test_install_protocol_marker_with_intall_protocol_interface - should panic ... ok
[INFO] [stdout] test test::test_load_image_from_file ... ok
[INFO] [stdout] test test::test_load_image_from_source ... ok
[INFO] [stdout] test test::test_locate_device_path ... ok
[INFO] [stdout] test test::test_load_image_not_init - should panic ... ok
[INFO] [stdout] test test::test_locate_handle_all_handles ... ok
[INFO] [stdout] test test::test_locate_device_path_not_init - should panic ... ok
[INFO] [stdout] test test::test_locate_handle_by_registry_notify ... ok
[INFO] [stdout] test test::test_locate_protocol ... ok
[INFO] [stdout] test test::test_locate_protocol_marker ... ok
[INFO] [stdout] test test::test_locate_handle_not_init - should panic ... ok
[INFO] [stdout] test test::test_open_protocol ... ok
[INFO] [stdout] test test::test_open_protocol_information ... ok
[INFO] [stdout] test test::test_locate_protocol_marker_with_locate_protocol - should panic ... ok
[INFO] [stdout] test test::test_locate_handle_by_protocol ... ok
[INFO] [stdout] test test::test_protocol_per_handle ... ok
[INFO] [stdout] test test::test_open_protocol_information_not_init - should panic ... ok
[INFO] [stdout] test test::test_open_protocol_marker ... ok
[INFO] [stdout] test test::test_raise_tpl_guarded ... ok
[INFO] [stdout] test test::test_register_protocol_notify ... ok
[INFO] [stdout] test test::test_open_protocol_with_marker_interface - should panic ... ok
[INFO] [stdout] test test::test_reinstall_protocol_interface ... ok
[INFO] [stdout] test test::test_protocol_per_handle_not_init - should panic ... ok
[INFO] [stdout] test test::test_restore_tpl ... ok
[INFO] [stdout] test test::test_set_mem ... ok
[INFO] [stdout] test test::test_set_timer ... ok
[INFO] [stdout] test test::test_open_protocol_not_init - should panic ... ok
[INFO] [stdout] test test::test_locate_protocol_not_init - should panic ... ok
[INFO] [stdout] test test::test_register_protocol_notify_not_init - should panic ... ok
[INFO] [stdout] test test::test_raise_tpl_not_init - should panic ... ok
[INFO] [stdout] test test::test_reinstall_protocol_interface_not_init - should panic ... ok
[INFO] [stdout] test test::test_restore_tpl_not_init - should panic ... ok
[INFO] [stdout] test test::test_set_mem_not_init - should panic ... ok
[INFO] [stdout] test test::test_set_timer_not_init - should panic ... ok
[INFO] [stdout] test test::test_set_watchdog_timer ... ok
[INFO] [stdout] test test::test_set_watchdog_timer_not_init - should panic ... ok
[INFO] [stdout] test test::test_signal_event ... ok
[INFO] [stdout] test test::test_stall ... ok
[INFO] [stdout] test test::test_start_image ... ok
[INFO] [stdout] test test::test_signal_event_not_init - should panic ... ok
[INFO] [stdout] test test::test_start_image_not_init - should panic ... ok
[INFO] [stdout] test test::test_uninstall_protocol_marker ... ok
[INFO] [stdout] test test::test_uninstall_protocol_interface ... ok
[INFO] [stdout] test test::test_unload_image ... ok
[INFO] [stdout] test test::test_wait_for_event ... ok
[INFO] [stdout] test test::test_uninstall_protocol_interface_not_init - should panic ... ok
[INFO] [stdout] test test::test_that_accessing_uninit_boot_services_should_panic - should panic ... ok
[INFO] [stdout] test test::test_wait_for_event_not_init - should panic ... ok
[INFO] [stdout] test test::test_unload_image_not_init - should panic ... ok
[INFO] [stdout] test test::test_that_initializing_boot_services_multiple_time_should_panic - should panic ... ok
[INFO] [stdout] test test::test_stall_not_init - should panic ... ok
[INFO] [stdout] test test::test_allocate_pages_at_specific_address ... ok
[INFO] [stdout] test test::test_load_image ... ok
[INFO] [stdout] test test::test_raise_tpl ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests boot_services
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e4803ae882c20f01c2dd0ccf5fd94cb978f9c663d7d7eecc74e49d738afdcccd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4803ae882c20f01c2dd0ccf5fd94cb978f9c663d7d7eecc74e49d738afdcccd", kill_on_drop: false }`
[INFO] [stdout] e4803ae882c20f01c2dd0ccf5fd94cb978f9c663d7d7eecc74e49d738afdcccd
