[INFO] fetching crate pointer-identity 0.1.1...
[INFO] testing pointer-identity-0.1.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pointer-identity 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate pointer-identity 0.1.1
[INFO] finished tweaking crates.io crate pointer-identity 0.1.1
[INFO] tweaked toml for crates.io crate pointer-identity 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pointer-identity 0.1.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 101 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.7.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding test-strategy v0.3.1 (available: v0.4.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df240112f4e40160e3c4a7a2877cbb54669ca392c2c2a8bbdaa804cc5f1505aa
[INFO] running `Command { std: "docker" "start" "-a" "df240112f4e40160e3c4a7a2877cbb54669ca392c2c2a8bbdaa804cc5f1505aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df240112f4e40160e3c4a7a2877cbb54669ca392c2c2a8bbdaa804cc5f1505aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df240112f4e40160e3c4a7a2877cbb54669ca392c2c2a8bbdaa804cc5f1505aa", kill_on_drop: false }`
[INFO] [stdout] df240112f4e40160e3c4a7a2877cbb54669ca392c2c2a8bbdaa804cc5f1505aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f060a4130f3c0b806852c193daf110e2d2e7ca694982ff8cee55a77e96a3a4a0
[INFO] running `Command { std: "docker" "start" "-a" "f060a4130f3c0b806852c193daf110e2d2e7ca694982ff8cee55a77e96a3a4a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling pointer-identity v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.0.get() == other.0.get()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::addr_eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cmp(&other.0.get()))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>()))
[INFO] [stdout]    |                          +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some({ #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) })
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cmp(&other.0.get())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>())
[INFO] [stdout]    |                     +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) }
[INFO] [stdout]    |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] running `Command { std: "docker" "inspect" "f060a4130f3c0b806852c193daf110e2d2e7ca694982ff8cee55a77e96a3a4a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f060a4130f3c0b806852c193daf110e2d2e7ca694982ff8cee55a77e96a3a4a0", kill_on_drop: false }`
[INFO] [stdout] f060a4130f3c0b806852c193daf110e2d2e7ca694982ff8cee55a77e96a3a4a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d541ed88d29ed0965def4712c4f2813db83988ae74a718374362179c29e81b07
[INFO] running `Command { std: "docker" "start" "-a" "d541ed88d29ed0965def4712c4f2813db83988ae74a718374362179c29e81b07", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling structmeta-derive v0.2.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.0.get() == other.0.get()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::addr_eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cmp(&other.0.get()))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>()))
[INFO] [stdout]    |                          +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some({ #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) })
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cmp(&other.0.get())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>())
[INFO] [stdout]    |                     +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) }
[INFO] [stdout]    |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling structmeta v0.2.0
[INFO] [stderr]    Compiling test-strategy v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling pointer-identity v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.0.get() == other.0.get()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::addr_eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 42 -         self.0.get() == other.0.get()
[INFO] [stdout] 42 +         std::ptr::eq(self.0.get(), other.0.get())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cmp(&other.0.get()))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some(self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>()))
[INFO] [stdout]    |                          +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Some({ #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) })
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]   --> src/identity.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cmp(&other.0.get())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>())
[INFO] [stdout]    |                     +++++++++++++                   +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]    |
[INFO] [stdout] 56 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) }
[INFO] [stdout]    |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.05s
[INFO] running `Command { std: "docker" "inspect" "d541ed88d29ed0965def4712c4f2813db83988ae74a718374362179c29e81b07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d541ed88d29ed0965def4712c4f2813db83988ae74a718374362179c29e81b07", kill_on_drop: false }`
[INFO] [stdout] d541ed88d29ed0965def4712c4f2813db83988ae74a718374362179c29e81b07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3c651d8d351884c1fe7595dc9b95b5e017923c8712bb2b8a81f1f8b52e62a4ce
[INFO] running `Command { std: "docker" "start" "-a" "3c651d8d351884c1fe7595dc9b95b5e017923c8712bb2b8a81f1f8b52e62a4ce", kill_on_drop: false }`
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]   --> src/identity.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |         self.0.get() == other.0.get()
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stderr] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stderr]    |
[INFO] [stderr] 42 -         self.0.get() == other.0.get()
[INFO] [stderr] 42 +         std::ptr::addr_eq(self.0.get(), other.0.get())
[INFO] [stderr]    |
[INFO] [stderr] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stderr]    |
[INFO] [stderr] 42 -         self.0.get() == other.0.get()
[INFO] [stderr] 42 +         std::ptr::eq(self.0.get(), other.0.get())
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]   --> src/identity.rs:50:14
[INFO] [stderr]    |
[INFO] [stderr] 50 |         Some(self.0.get().cmp(&other.0.get()))
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]    |
[INFO] [stderr] 50 |         Some(self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>()))
[INFO] [stderr]    |                          +++++++++++++                   +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]    |
[INFO] [stderr] 50 |         Some({ #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) })
[INFO] [stderr]    |              +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]   --> src/identity.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         self.0.get().cmp(&other.0.get())
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]    |
[INFO] [stderr] 56 |         self.0.get().cast::<()>().cmp(&other.0.get().cast::<()>())
[INFO] [stderr]    |                     +++++++++++++                   +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]    |
[INFO] [stderr] 56 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] self.0.get().cmp(&other.0.get()) }
[INFO] [stderr]    |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `pointer-identity` (lib) generated 3 warnings
[INFO] [stderr] warning: `pointer-identity` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pointer_identity-efc32003d1136ee8)
[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] [stderr]      Running tests/identity.rs (/opt/rustwide/target/debug/deps/identity-9934eeec567e9d43)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test can_compare_cloned_identity ... ok
[INFO] [stdout] test can_compare_identity ... ok
[INFO] [stdout] test can_compare_methods ... ok
[INFO] [stdout] test can_use_unsized_targets ... ok
[INFO] [stdout] test can_compare_different ... ok
[INFO] [stdout] test can_store ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pointer_identity
[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" "3c651d8d351884c1fe7595dc9b95b5e017923c8712bb2b8a81f1f8b52e62a4ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c651d8d351884c1fe7595dc9b95b5e017923c8712bb2b8a81f1f8b52e62a4ce", kill_on_drop: false }`
[INFO] [stdout] 3c651d8d351884c1fe7595dc9b95b5e017923c8712bb2b8a81f1f8b52e62a4ce
