[INFO] fetching crate safer_owning_ref 0.5.1...
[INFO] testing safer_owning_ref-0.5.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate safer_owning_ref 0.5.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate safer_owning_ref 0.5.1
[INFO] finished tweaking crates.io crate safer_owning_ref 0.5.1
[INFO] tweaked toml for crates.io crate safer_owning_ref 0.5.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate safer_owning_ref 0.5.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate safer_owning_ref 0.5.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded maybe-dangling v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4540ec77ca78d174f9bc03b8cc6228e08465232c42f587eeabc1d7972c47304d
[INFO] running `Command { std: "docker" "start" "-a" "4540ec77ca78d174f9bc03b8cc6228e08465232c42f587eeabc1d7972c47304d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4540ec77ca78d174f9bc03b8cc6228e08465232c42f587eeabc1d7972c47304d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4540ec77ca78d174f9bc03b8cc6228e08465232c42f587eeabc1d7972c47304d", kill_on_drop: false }`
[INFO] [stdout] 4540ec77ca78d174f9bc03b8cc6228e08465232c42f587eeabc1d7972c47304d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da007a480458e94f00f8f0d013e47a15cacb02c629a4a8445be24daa99e3641e
[INFO] running `Command { std: "docker" "start" "-a" "da007a480458e94f00f8f0d013e47a15cacb02c629a4a8445be24daa99e3641e", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling maybe-dangling v0.1.2
[INFO] [stderr]    Compiling safer_owning_ref v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1143:28
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1143 -     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout] 1143 +     where O: Send, for<'a> &'a T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1145:28
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1145 -     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout] 1145 +     where O: Sync, for<'a> &'a T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1148:28
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1148 -     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout] 1148 +     where O: Send, for<'a> &'a mut T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1150:28
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1150 -     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout] 1150 +     where O: Sync, for<'a> &'a mut T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "da007a480458e94f00f8f0d013e47a15cacb02c629a4a8445be24daa99e3641e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da007a480458e94f00f8f0d013e47a15cacb02c629a4a8445be24daa99e3641e", kill_on_drop: false }`
[INFO] [stdout] da007a480458e94f00f8f0d013e47a15cacb02c629a4a8445be24daa99e3641e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37431e4f67b2f551525f886bb4fab523fcaf8a2973cc01d9a19f871461c23312
[INFO] running `Command { std: "docker" "start" "-a" "37431e4f67b2f551525f886bb4fab523fcaf8a2973cc01d9a19f871461c23312", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling safer_owning_ref v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1143:28
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1143 -     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout] 1143 +     where O: Send, for<'a> &'a T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1145:28
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1145 -     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout] 1145 +     where O: Sync, for<'a> &'a T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1148:28
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1148 -     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout] 1148 +     where O: Send, for<'a> &'a mut T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1150:28
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1150 -     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout] 1150 +     where O: Sync, for<'a> &'a mut T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1143:28
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1143 -     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stdout] 1143 +     where O: Send, for<'a> &'a T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1145:28
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout]      |                            ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1145 -     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stdout] 1145 +     where O: Sync, for<'a> &'a T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1148:28
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1148 -     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stdout] 1148 +     where O: Send, for<'a> &'a mut T: Send {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1150:28
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout]      |                            ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1150 -     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stdout] 1150 +     where O: Sync, for<'a> &'a mut T: Sync {}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `OwningRefMut::<'t, O, T>::map`: unsafe function. can create aliased references
[INFO] [stdout]     --> src/lib.rs:1780:50
[INFO] [stdout]      |
[INFO] [stdout] 1780 |             let or: BoxRef<_, str> = unsafe { or.map(|_| "hello") };
[INFO] [stdout]      |                                                  ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `OwningRefMut::<'t, O, T>::as_owner`: unsafe function. can create aliased references
[INFO] [stdout]     --> src/lib.rs:1845:40
[INFO] [stdout]      |
[INFO] [stdout] 1845 |             assert_eq!(&** unsafe { or.as_owner() }, "hello world");
[INFO] [stdout]      |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `OwningRefMut::<'t, O, T>::map`: unsafe function. can create aliased references
[INFO] [stdout]     --> src/lib.rs:2057:46
[INFO] [stdout]      |
[INFO] [stdout] 2057 |             let or: BoxRef<()> = unsafe { or.map(|x| x) };
[INFO] [stdout]      |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]     --> src/lib.rs:1806:53
[INFO] [stdout]      |
[INFO] [stdout] 1806 |             let mut_s: &'static mut [u8] = unsafe { &mut MUT_S };
[INFO] [stdout]      |                                                     ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]      = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]      |
[INFO] [stdout] 1806 |             let mut_s: &'static mut [u8] = unsafe { &raw mut MUT_S };
[INFO] [stdout]      |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "37431e4f67b2f551525f886bb4fab523fcaf8a2973cc01d9a19f871461c23312", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37431e4f67b2f551525f886bb4fab523fcaf8a2973cc01d9a19f871461c23312", kill_on_drop: false }`
[INFO] [stdout] 37431e4f67b2f551525f886bb4fab523fcaf8a2973cc01d9a19f871461c23312
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ff068f400ffddc87b2039a0d3e4cf403b8c53dcfa7ce80748d76f43e8965da27
[INFO] running `Command { std: "docker" "start" "-a" "ff068f400ffddc87b2039a0d3e4cf403b8c53dcfa7ce80748d76f43e8965da27", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1143:28
[INFO] [stderr]      |
[INFO] [stderr] 1143 |     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stderr]      |                            ^     ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1143 -     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stderr] 1143 +     where O: Send, for<'a> &'a T: Send {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1145:28
[INFO] [stderr]      |
[INFO] [stderr] 1145 |     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stderr]      |                            ^     ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1145 -     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stderr] 1145 +     where O: Sync, for<'a> &'a T: Sync {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1148:28
[INFO] [stderr]      |
[INFO] [stderr] 1148 |     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stderr]      |                            ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1148 -     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stderr] 1148 +     where O: Send, for<'a> &'a mut T: Send {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1150:28
[INFO] [stderr]      |
[INFO] [stderr] 1150 |     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stderr]      |                            ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1150 -     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stderr] 1150 +     where O: Sync, for<'a> &'a mut T: Sync {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `safer_owning_ref` (lib) generated 4 warnings (run `cargo fix --lib -p safer_owning_ref` to apply 4 suggestions)
[INFO] [stderr] warning: use of deprecated method `OwningRefMut::<'t, O, T>::map`: unsafe function. can create aliased references
[INFO] [stderr]     --> src/lib.rs:1780:50
[INFO] [stderr]      |
[INFO] [stderr] 1780 |             let or: BoxRef<_, str> = unsafe { or.map(|_| "hello") };
[INFO] [stderr]      |                                                  ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `OwningRefMut::<'t, O, T>::as_owner`: unsafe function. can create aliased references
[INFO] [stderr]     --> src/lib.rs:1845:40
[INFO] [stderr]      |
[INFO] [stderr] 1845 |             assert_eq!(&** unsafe { or.as_owner() }, "hello world");
[INFO] [stderr]      |                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `OwningRefMut::<'t, O, T>::map`: unsafe function. can create aliased references
[INFO] [stderr]     --> src/lib.rs:2057:46
[INFO] [stderr]      |
[INFO] [stderr] 2057 |             let or: BoxRef<()> = unsafe { or.map(|x| x) };
[INFO] [stderr]      |                                              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]     --> src/lib.rs:1806:53
[INFO] [stderr]      |
[INFO] [stderr] 1806 |             let mut_s: &'static mut [u8] = unsafe { &mut MUT_S };
[INFO] [stderr]      |                                                     ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]      |
[INFO] [stderr]      = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]      = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr]      |
[INFO] [stderr] 1806 |             let mut_s: &'static mut [u8] = unsafe { &raw mut MUT_S };
[INFO] [stderr]      |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `safer_owning_ref` (lib test) generated 8 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/owning_ref-35979decea8a08bb)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test tests::owning_handle::nested ... ok
[INFO] [stdout] test tests::owning_handle::owning_handle ... ok
[INFO] [stdout] test tests::owning_handle::owning_handle_safe_2 ... ok
[INFO] [stdout] test tests::owning_handle::owning_handle_safe ... ok
[INFO] [stdout] test tests::owning_handle::try_owning_handle_err ... ok
[INFO] [stdout] test tests::noalias_test ... ok
[INFO] [stdout] test tests::owning_handle::try_owning_handle_ok ... ok
[INFO] [stdout] test tests::owning_ref::borrow ... ok
[INFO] [stdout] test tests::owning_ref::cmp ... ok
[INFO] [stdout] test tests::owning_ref::erased_owner ... ok
[INFO] [stdout] test tests::owning_handle::owning_handle_mut_safe ... ok
[INFO] [stdout] test tests::owning_ref::eq ... ok
[INFO] [stdout] test tests::owning_ref::as_owner ... ok
[INFO] [stdout] test tests::owning_ref::into_owner ... ok
[INFO] [stdout] test tests::owning_ref::fmt_debug ... ok
[INFO] [stdout] test tests::owning_ref::map_chained_inference ... ok
[INFO] [stdout] test tests::owning_ref::into ... ok
[INFO] [stdout] test tests::owning_ref::map_chained ... ok
[INFO] [stdout] test tests::owning_ref::hash ... ok
[INFO] [stdout] test tests::owning_ref::map_heap_ref ... ok
[INFO] [stdout] test tests::owning_ref::map_offset_ref ... ok
[INFO] [stdout] test tests::owning_ref::new_deref ... ok
[INFO] [stdout] test tests::owning_ref::raii_locks ... ok
[INFO] [stdout] test tests::owning_ref::non_static_erased_owner ... ok
[INFO] [stdout] test tests::owning_ref::total_erase ... ok
[INFO] [stdout] test tests::owning_ref::try_map1 ... ok
[INFO] [stdout] test tests::owning_ref::total_erase_box ... ok
[INFO] [stdout] test tests::owning_ref::partial_cmp ... ok
[INFO] [stdout] test tests::owning_ref::map_with_owner ... ok
[INFO] [stdout] test tests::owning_ref::map_static_ref ... ok
[INFO] [stdout] test tests::owning_ref::try_map_with_owner_ok ... ok
[INFO] [stdout] test tests::owning_ref_mut::borrow ... ok
[INFO] [stdout] test tests::owning_ref_mut::as_owner ... ok
[INFO] [stdout] test tests::owning_ref_mut::cmp ... ok
[INFO] [stdout] test tests::owning_ref_mut::eq ... ok
[INFO] [stdout] test tests::owning_ref_mut::hash ... ok
[INFO] [stdout] test tests::owning_ref_mut::into ... ok
[INFO] [stdout] test tests::owning_ref_mut::into_owner ... ok
[INFO] [stdout] test tests::owning_ref::try_map2 ... ok
[INFO] [stdout] test tests::owning_ref_mut::fmt_debug ... ok
[INFO] [stdout] test tests::owning_ref::try_map_with_owner_err ... ok
[INFO] [stdout] test tests::owning_ref_mut::erased_owner ... ok
[INFO] [stdout] test tests::owning_ref_mut::into_owning_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_chained_inference ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_heap_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_mut_chained ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_mut_heap_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_mut_offset_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_mut_static_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_offset_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::map_static_ref ... ok
[INFO] [stdout] test tests::owning_ref_mut::new_deref ... ok
[INFO] [stdout] test tests::owning_ref_mut::mutate ... ok
[INFO] [stdout] test tests::owning_ref_mut::non_static_erased_owner ... ok
[INFO] [stdout] test tests::owning_ref_mut::partial_cmp ... ok
[INFO] [stdout] test tests::owning_ref_mut::raii_locks ... ok
[INFO] [stdout] test tests::owning_ref_mut::total_erase ... ok
[INFO] [stdout] test tests::owning_ref_mut::try_map2 ... ok
[INFO] [stdout] test tests::owning_ref_mut::ref_mut ... ok
[INFO] [stdout] test tests::owning_ref_mut::try_map3 ... ok
[INFO] [stdout] test tests::owning_ref_mut::try_map4 ... ok
[INFO] [stdout] test tests::owning_ref_mut::try_map1 ... ok
[INFO] [stdout] test tests::owning_ref_mut::try_map_mut ... ok
[INFO] [stdout] test tests::owning_ref_mut::new_deref_mut ... ok
[INFO] [stdout] test tests::owning_ref_mut::total_erase_box ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests owning_ref
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1143:28
[INFO] [stderr]      |
[INFO] [stderr] 1143 |     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stderr]      |                            ^     ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1143 -     where O: Send, for<'a> (&'a T): Send {}
[INFO] [stderr] 1143 +     where O: Send, for<'a> &'a T: Send {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1145:28
[INFO] [stderr]      |
[INFO] [stderr] 1145 |     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stderr]      |                            ^     ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1145 -     where O: Sync, for<'a> (&'a T): Sync {}
[INFO] [stderr] 1145 +     where O: Sync, for<'a> &'a T: Sync {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1148:28
[INFO] [stderr]      |
[INFO] [stderr] 1148 |     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stderr]      |                            ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1148 -     where O: Send, for<'a> (&'a mut T): Send {}
[INFO] [stderr] 1148 +     where O: Send, for<'a> &'a mut T: Send {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1150:28
[INFO] [stderr]      |
[INFO] [stderr] 1150 |     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stderr]      |                            ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1150 -     where O: Sync, for<'a> (&'a mut T): Sync {}
[INFO] [stderr] 1150 +     where O: Sync, for<'a> &'a mut T: Sync {}
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test src/lib.rs - (line 16) ... ignored
[INFO] [stdout] test src/lib.rs - (line 31) ... ok
[INFO] [stdout] test src/lib.rs - (line 136) ... ok
[INFO] [stdout] test src/lib.rs - (line 192) ... ok
[INFO] [stdout] test src/lib.rs - (line 60) ... ok
[INFO] [stdout] test src/lib.rs - (line 110) ... ok
[INFO] [stdout] test src/lib.rs - (line 223) ... ok
[INFO] [stdout] test src/lib.rs - (line 159) ... ok
[INFO] [stdout] test src/lib.rs - (line 122) ... ok
[INFO] [stdout] test src/lib.rs - (line 82) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::map_with_owner (line 399) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::map (line 355) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::erase_owner (line 549) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::try_map (line 432) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::map (line 648) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::new (line 311) ... ok
[INFO] [stdout] test src/lib.rs - OwningRef<'t,O,T>::try_map_with_owner (line 487) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::erase_owner (line 810) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::map_mut (line 681) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::new (line 604) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::try_map_mut (line 749) ... ok
[INFO] [stdout] test src/lib.rs - OwningRefMut<'t,O,T>::try_map (line 712) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ff068f400ffddc87b2039a0d3e4cf403b8c53dcfa7ce80748d76f43e8965da27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff068f400ffddc87b2039a0d3e4cf403b8c53dcfa7ce80748d76f43e8965da27", kill_on_drop: false }`
[INFO] [stdout] ff068f400ffddc87b2039a0d3e4cf403b8c53dcfa7ce80748d76f43e8965da27
