[INFO] fetching crate metatype 0.2.1... [INFO] checking metatype-0.2.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate metatype 0.2.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate metatype 0.2.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate metatype 0.2.1 [INFO] finished tweaking crates.io crate metatype 0.2.1 [INFO] tweaked toml for crates.io crate metatype 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 902e106cf8a2ee898e5aee051c64cc85395d5a9f2423d62f703f539bb7dfec6a [INFO] running `Command { std: "docker" "start" "-a" "902e106cf8a2ee898e5aee051c64cc85395d5a9f2423d62f703f539bb7dfec6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "902e106cf8a2ee898e5aee051c64cc85395d5a9f2423d62f703f539bb7dfec6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902e106cf8a2ee898e5aee051c64cc85395d5a9f2423d62f703f539bb7dfec6a", kill_on_drop: false }` [INFO] [stdout] 902e106cf8a2ee898e5aee051c64cc85395d5a9f2423d62f703f539bb7dfec6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b22ae0843ba3b0f09bc39b433391df122380a85ef33f6dfc92685e51e6c5867f [INFO] running `Command { std: "docker" "start" "-a" "b22ae0843ba3b0f09bc39b433391df122380a85ef33f6dfc92685e51e6c5867f", kill_on_drop: false }` [INFO] [stderr] Checking metatype v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | default fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:121:24 [INFO] [stdout] | [INFO] [stdout] 121 | default fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | default fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:159:16 [INFO] [stdout] | [INFO] [stdout] 159 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:191:16 [INFO] [stdout] | [INFO] [stdout] 191 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 211 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:217:16 [INFO] [stdout] | [INFO] [stdout] 217 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:221:20 [INFO] [stdout] | [INFO] [stdout] 221 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn meta_type(self: *const Self) -> MetaType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:71:16 [INFO] [stdout] | [INFO] [stdout] 71 | fn meta(self: *const Self) -> Self::Meta; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | fn data(self: *const Self) -> *const (); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | fn data_mut(self: *mut Self) -> *mut (); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | default fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:121:24 [INFO] [stdout] | [INFO] [stdout] 121 | default fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | default fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:159:16 [INFO] [stdout] | [INFO] [stdout] 159 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut T` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:191:16 [INFO] [stdout] | [INFO] [stdout] 191 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut [T]` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 211 | fn meta(self: *const Self) -> Self::Meta { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:217:16 [INFO] [stdout] | [INFO] [stdout] 217 | fn data(self: *const Self) -> *const () { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut str` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:221:20 [INFO] [stdout] | [INFO] [stdout] 221 | fn data_mut(self: *mut Self) -> *mut () { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn meta_type(self: *const Self) -> MetaType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:71:16 [INFO] [stdout] | [INFO] [stdout] 71 | fn meta(self: *const Self) -> Self::Meta; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*const Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | fn data(self: *const Self) -> *const (); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `*mut Self` cannot be used as the type of `self` without the `arbitrary_self_types_pointers` feature [INFO] [stdout] --> src/lib.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | fn data_mut(self: *mut Self) -> *mut (); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44874 for more information [INFO] [stdout] = help: add `#![feature(arbitrary_self_types_pointers)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = help: consider changing to `self`, `&self`, `&mut self`, `self: Box`, `self: Rc`, `self: Arc`, or `self: Pin

` (where P is one of the previous types except `Self`) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `metatype` (lib) due to 17 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `metatype` (lib test) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "b22ae0843ba3b0f09bc39b433391df122380a85ef33f6dfc92685e51e6c5867f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b22ae0843ba3b0f09bc39b433391df122380a85ef33f6dfc92685e51e6c5867f", kill_on_drop: false }` [INFO] [stdout] b22ae0843ba3b0f09bc39b433391df122380a85ef33f6dfc92685e51e6c5867f