[INFO] fetching crate owned-pin 1.3.3...
[INFO] testing owned-pin-1.3.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate owned-pin 1.3.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate owned-pin 1.3.3
[INFO] finished tweaking crates.io crate owned-pin 1.3.3
[INFO] tweaked toml for crates.io crate owned-pin 1.3.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate owned-pin 1.3.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6e12eab594709072b8440ef79f233db0175e9d32f1cedcfe9dabf6ed013124b
[INFO] running `Command { std: "docker" "start" "-a" "f6e12eab594709072b8440ef79f233db0175e9d32f1cedcfe9dabf6ed013124b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6e12eab594709072b8440ef79f233db0175e9d32f1cedcfe9dabf6ed013124b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6e12eab594709072b8440ef79f233db0175e9d32f1cedcfe9dabf6ed013124b", kill_on_drop: false }`
[INFO] [stdout] f6e12eab594709072b8440ef79f233db0175e9d32f1cedcfe9dabf6ed013124b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 083d8081037d8e0f0f732ddec958e38153312169a0c569b7f5304c2d2762079b
[INFO] running `Command { std: "docker" "start" "-a" "083d8081037d8e0f0f732ddec958e38153312169a0c569b7f5304c2d2762079b", kill_on_drop: false }`
[INFO] [stderr]    Compiling pinned-init-macro v0.0.6
[INFO] [stderr]    Compiling pinned-init v0.0.10
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling owned-pin-macros v0.2.0
[INFO] [stderr]    Compiling owned-pin v1.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 105 | #![feature(error_in_core)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:111:40
[INFO] [stdout]     |
[INFO] [stdout] 111 | #![cfg_attr(feature = "alloc", feature(new_uninit))]
[INFO] [stdout]     |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `receiver_trait`
[INFO] [stdout]    --> src/lib.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | #![feature(receiver_trait)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stdout]   --> src/pointer.rs:11:87
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ops::{CoerceUnsized, Coroutine, CoroutineState, Deref, DerefMut, DispatchFromDyn, Receiver},
[INFO] [stdout]    |                                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stdout]    = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-07; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `arbitrary_self_types`
[INFO] [stdout]   --> src/pointer.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<'a, T: ?Sized> Receiver for OnStack<'a, T> {}
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #44874 <https://github.com/rust-lang/rust/issues/44874> for more information
[INFO] [stdout]    = help: add `#![feature(arbitrary_self_types)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-07; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Receiver` for type `OnStack<'_, _>`
[INFO] [stdout]   --> src/pointer.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl<'a, T: ?Sized> Receiver for OnStack<'a, T> {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<P, T> Receiver for P
[INFO] [stdout]              where <P as Deref>::Target == T, P: Deref, P: ?Sized, T: ?Sized;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:268:36
[INFO] [stdout]     |
[INFO] [stdout] 262 |     unsafe impl<T, A: Allocator + Clone> RawConvertable for Rc<T, A> {
[INFO] [stdout]     |                    - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 268 |             let ptr = Rc::into_raw(this);
[INFO] [stdout]     |                       ------------ ^^^^ expected `Rc<_>`, found `Rc<T, A>`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Rc<_, alloc::alloc::Global>`
[INFO] [stdout]                found struct `Rc<T, A>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/rc.rs:1418:11
[INFO] [stdout] help: call `Into::into` on this expression to convert `Rc<T, A>` into `Rc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 268 |             let ptr = Rc::into_raw(this.into());
[INFO] [stdout]     |                                        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `*const _`
[INFO] [stdout]    --> src/lib.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 |             let ptr = Rc::into_raw(this);
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |             (unsafe { NonNull::new_unchecked(ptr.cast_mut()) }, alloc)
[INFO] [stdout]     |                                                  -------- cannot call a method on a raw pointer with an unknown pointee type
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `ptr` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]     |
[INFO] [stdout] 268 |             let ptr: *const T = Rc::into_raw(this);
[INFO] [stdout]     |                    ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:288:37
[INFO] [stdout]     |
[INFO] [stdout] 282 |     unsafe impl<T, A: Allocator + Clone> RawConvertable for Arc<T, A> {
[INFO] [stdout]     |                    - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 288 |             let ptr = Arc::into_raw(this);
[INFO] [stdout]     |                       ------------- ^^^^ expected `Arc<_>`, found `Arc<T, A>`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_, alloc::alloc::Global>`
[INFO] [stdout]                found struct `Arc<T, A>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/sync.rs:1569:11
[INFO] [stdout] help: call `Into::into` on this expression to convert `Arc<T, A>` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 288 |             let ptr = Arc::into_raw(this.into());
[INFO] [stdout]     |                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `*const _`
[INFO] [stdout]    --> src/lib.rs:288:17
[INFO] [stdout]     |
[INFO] [stdout] 288 |             let ptr = Arc::into_raw(this);
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |             (unsafe { NonNull::new_unchecked(ptr.cast_mut()) }, alloc)
[INFO] [stdout]     |                                                  -------- cannot call a method on a raw pointer with an unknown pointee type
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `ptr` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]     |
[INFO] [stdout] 288 |             let ptr: *const T = Arc::into_raw(this);
[INFO] [stdout]     |                    ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0282, E0308, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `owned-pin` (lib) due to 8 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "083d8081037d8e0f0f732ddec958e38153312169a0c569b7f5304c2d2762079b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "083d8081037d8e0f0f732ddec958e38153312169a0c569b7f5304c2d2762079b", kill_on_drop: false }`
[INFO] [stdout] 083d8081037d8e0f0f732ddec958e38153312169a0c569b7f5304c2d2762079b
