[INFO] fetching crate try-clone 0.2.0...
[INFO] testing try-clone-0.2.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate try-clone 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate try-clone 0.2.0
[INFO] finished tweaking crates.io crate try-clone 0.2.0
[INFO] tweaked toml for crates.io crate try-clone 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate try-clone 0.2.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate try-clone 0.2.0 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1622998c61f12778170f34aec04ac07cf877ac9ee5e11e4cd45a2c658f6fc1fa
[INFO] running `Command { std: "docker" "start" "-a" "1622998c61f12778170f34aec04ac07cf877ac9ee5e11e4cd45a2c658f6fc1fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1622998c61f12778170f34aec04ac07cf877ac9ee5e11e4cd45a2c658f6fc1fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1622998c61f12778170f34aec04ac07cf877ac9ee5e11e4cd45a2c658f6fc1fa", kill_on_drop: false }`
[INFO] [stdout] 1622998c61f12778170f34aec04ac07cf877ac9ee5e11e4cd45a2c658f6fc1fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28e8fff3cebed956104584072d8d5c24194b80c4986947f3147c05dc305d6684
[INFO] running `Command { std: "docker" "start" "-a" "28e8fff3cebed956104584072d8d5c24194b80c4986947f3147c05dc305d6684", kill_on_drop: false }`
[INFO] [stderr]    Compiling try-clone v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Box<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Arc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Rc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Vec<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl<T: ?Sized, A> !ForwardTryCloneToClone for VecDeque<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:92:20
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl<T: ?Sized, A> !ForwardTryCloneToClone for BinaryHeap<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl !ForwardTryCloneToClone for File {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl !ForwardTryCloneToClone for PipeReader {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl !ForwardTryCloneToClone for PipeWriter {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:42:6
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl !ForwardTryCloneToClone for TcpStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for TcpListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl !ForwardTryCloneToClone for UdpSocket {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl !ForwardTryCloneToClone for OwnedFd {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for BorrowedFd<'_> {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:69:6
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl !ForwardTryCloneToClone for UnixDatagram {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:79:6
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl !ForwardTryCloneToClone for UnixListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl !ForwardTryCloneToClone for UnixStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     default fn try_clone(&self) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     default fn try_clone_from(&mut self, source: &Self) -> Result<(), Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "28e8fff3cebed956104584072d8d5c24194b80c4986947f3147c05dc305d6684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28e8fff3cebed956104584072d8d5c24194b80c4986947f3147c05dc305d6684", kill_on_drop: false }`
[INFO] [stdout] 28e8fff3cebed956104584072d8d5c24194b80c4986947f3147c05dc305d6684
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f78609698d81b618d31f773c936b2f12cad7ef739d481abc2e13a5678df691c
[INFO] running `Command { std: "docker" "start" "-a" "5f78609698d81b618d31f773c936b2f12cad7ef739d481abc2e13a5678df691c", kill_on_drop: false }`
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Box<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Arc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Rc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Vec<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl<T: ?Sized, A> !ForwardTryCloneToClone for VecDeque<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:92:20
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl<T: ?Sized, A> !ForwardTryCloneToClone for BinaryHeap<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl !ForwardTryCloneToClone for File {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl !ForwardTryCloneToClone for PipeReader {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl !ForwardTryCloneToClone for PipeWriter {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:42:6
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl !ForwardTryCloneToClone for TcpStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for TcpListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl !ForwardTryCloneToClone for UdpSocket {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl !ForwardTryCloneToClone for OwnedFd {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for BorrowedFd<'_> {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:69:6
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl !ForwardTryCloneToClone for UnixDatagram {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:79:6
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl !ForwardTryCloneToClone for UnixListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl !ForwardTryCloneToClone for UnixStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     default fn try_clone(&self) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     default fn try_clone_from(&mut self, source: &Self) -> Result<(), Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling try-clone v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Box<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Arc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Rc<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Vec<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl<T: ?Sized, A> !ForwardTryCloneToClone for VecDeque<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/alloc.rs:92:20
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl<T: ?Sized, A> !ForwardTryCloneToClone for BinaryHeap<T, A> {}
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl !ForwardTryCloneToClone for File {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl !ForwardTryCloneToClone for PipeReader {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl !ForwardTryCloneToClone for PipeWriter {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:42:6
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl !ForwardTryCloneToClone for TcpStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for TcpListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/std.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl !ForwardTryCloneToClone for UdpSocket {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl !ForwardTryCloneToClone for OwnedFd {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl !ForwardTryCloneToClone for BorrowedFd<'_> {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:69:6
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl !ForwardTryCloneToClone for UnixDatagram {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:79:6
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl !ForwardTryCloneToClone for UnixListener {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]   --> src/unix.rs:89:6
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl !ForwardTryCloneToClone for UnixStream {}
[INFO] [stdout]    |      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     default fn try_clone(&self) -> Result<Self, Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     default fn try_clone_from(&mut self, source: &Self) -> Result<(), Self::Error> {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "5f78609698d81b618d31f773c936b2f12cad7ef739d481abc2e13a5678df691c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f78609698d81b618d31f773c936b2f12cad7ef739d481abc2e13a5678df691c", kill_on_drop: false }`
[INFO] [stdout] 5f78609698d81b618d31f773c936b2f12cad7ef739d481abc2e13a5678df691c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 08608540b6f9a5cf7aa26250b4f5c425549f432437a642349f7f55441171b544
[INFO] running `Command { std: "docker" "start" "-a" "08608540b6f9a5cf7aa26250b4f5c425549f432437a642349f7f55441171b544", kill_on_drop: false }`
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:26:20
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Box<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:39:20
[INFO] [stderr]    |
[INFO] [stderr] 39 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Arc<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 51 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Rc<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:63:20
[INFO] [stderr]    |
[INFO] [stderr] 63 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Vec<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:77:20
[INFO] [stderr]    |
[INFO] [stderr] 77 | impl<T: ?Sized, A> !ForwardTryCloneToClone for VecDeque<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:92:20
[INFO] [stderr]    |
[INFO] [stderr] 92 | impl<T: ?Sized, A> !ForwardTryCloneToClone for BinaryHeap<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:12:6
[INFO] [stderr]    |
[INFO] [stderr] 12 | impl !ForwardTryCloneToClone for File {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:22:6
[INFO] [stderr]    |
[INFO] [stderr] 22 | impl !ForwardTryCloneToClone for PipeReader {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:32:6
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl !ForwardTryCloneToClone for PipeWriter {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:42:6
[INFO] [stderr]    |
[INFO] [stderr] 42 | impl !ForwardTryCloneToClone for TcpStream {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 52 | impl !ForwardTryCloneToClone for TcpListener {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:62:6
[INFO] [stderr]    |
[INFO] [stderr] 62 | impl !ForwardTryCloneToClone for UdpSocket {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:28:6
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl !ForwardTryCloneToClone for OwnedFd {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 52 | impl !ForwardTryCloneToClone for BorrowedFd<'_> {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 69 | impl !ForwardTryCloneToClone for UnixDatagram {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:79:6
[INFO] [stderr]    |
[INFO] [stderr] 79 | impl !ForwardTryCloneToClone for UnixListener {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:89:6
[INFO] [stderr]    |
[INFO] [stderr] 89 | impl !ForwardTryCloneToClone for UnixStream {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]    --> src/lib.rs:101:5
[INFO] [stderr]     |
[INFO] [stderr] 101 |     default fn try_clone(&self) -> Result<Self, Self::Error> {
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]    --> src/lib.rs:105:5
[INFO] [stderr]     |
[INFO] [stderr] 105 |     default fn try_clone_from(&mut self, source: &Self) -> Result<(), Self::Error> {
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: `try-clone` (lib) generated 19 warnings
[INFO] [stderr] warning: `try-clone` (lib test) generated 19 warnings (19 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/try_clone-dddf3297b4e95e14)
[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]    Doc-tests try_clone
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:26:20
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Box<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:39:20
[INFO] [stderr]    |
[INFO] [stderr] 39 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Arc<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 51 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Rc<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:63:20
[INFO] [stderr]    |
[INFO] [stderr] 63 | impl<T: ?Sized, A> !ForwardTryCloneToClone for Vec<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:77:20
[INFO] [stderr]    |
[INFO] [stderr] 77 | impl<T: ?Sized, A> !ForwardTryCloneToClone for VecDeque<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/alloc.rs:92:20
[INFO] [stderr]    |
[INFO] [stderr] 92 | impl<T: ?Sized, A> !ForwardTryCloneToClone for BinaryHeap<T, A> {}
[INFO] [stderr]    |                    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:12:6
[INFO] [stderr]    |
[INFO] [stderr] 12 | impl !ForwardTryCloneToClone for File {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:22:6
[INFO] [stderr]    |
[INFO] [stderr] 22 | impl !ForwardTryCloneToClone for PipeReader {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:32:6
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl !ForwardTryCloneToClone for PipeWriter {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:42:6
[INFO] [stderr]    |
[INFO] [stderr] 42 | impl !ForwardTryCloneToClone for TcpStream {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 52 | impl !ForwardTryCloneToClone for TcpListener {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/std.rs:62:6
[INFO] [stderr]    |
[INFO] [stderr] 62 | impl !ForwardTryCloneToClone for UdpSocket {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:28:6
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl !ForwardTryCloneToClone for OwnedFd {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 52 | impl !ForwardTryCloneToClone for BorrowedFd<'_> {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 69 | impl !ForwardTryCloneToClone for UnixDatagram {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:79:6
[INFO] [stderr]    |
[INFO] [stderr] 79 | impl !ForwardTryCloneToClone for UnixListener {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]   --> src/unix.rs:89:6
[INFO] [stderr]    |
[INFO] [stderr] 89 | impl !ForwardTryCloneToClone for UnixStream {}
[INFO] [stderr]    |      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]    --> src/lib.rs:101:5
[INFO] [stderr]     |
[INFO] [stderr] 101 |     default fn try_clone(&self) -> Result<Self, Self::Error> {
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]    --> src/lib.rs:105:5
[INFO] [stderr]     |
[INFO] [stderr] 105 |     default fn try_clone_from(&mut self, source: &Self) -> Result<(), Self::Error> {
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]     = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: 19 warnings emitted
[INFO] [stderr] 
[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" "08608540b6f9a5cf7aa26250b4f5c425549f432437a642349f7f55441171b544", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08608540b6f9a5cf7aa26250b4f5c425549f432437a642349f7f55441171b544", kill_on_drop: false }`
[INFO] [stdout] 08608540b6f9a5cf7aa26250b4f5c425549f432437a642349f7f55441171b544
