[INFO] fetching crate platform-data 0.1.0-beta.3...
[INFO] testing platform-data-0.1.0-beta.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate platform-data 0.1.0-beta.3 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate platform-data 0.1.0-beta.3
[INFO] finished tweaking crates.io crate platform-data 0.1.0-beta.3
[INFO] tweaked toml for crates.io crate platform-data 0.1.0-beta.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate platform-data 0.1.0-beta.3 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 468ba55d49984bdcade629b1a0f8bdb5f2684c135f61d14a7eb15c2958bd10da
[INFO] running `Command { std: "docker" "start" "-a" "468ba55d49984bdcade629b1a0f8bdb5f2684c135f61d14a7eb15c2958bd10da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "468ba55d49984bdcade629b1a0f8bdb5f2684c135f61d14a7eb15c2958bd10da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "468ba55d49984bdcade629b1a0f8bdb5f2684c135f61d14a7eb15c2958bd10da", kill_on_drop: false }`
[INFO] [stdout] 468ba55d49984bdcade629b1a0f8bdb5f2684c135f61d14a7eb15c2958bd10da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac84c8181067617d7f7f11db8eeb8d5b5525c21faf72a995a185fde26112e87b
[INFO] running `Command { std: "docker" "start" "-a" "ac84c8181067617d7f7f11db8eeb8d5b5525c21faf72a995a185fde26112e87b", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling platform-data v0.1.0-beta.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::default::default`
[INFO] [stdout]  --> src/constants.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::default::default;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `default` in `default`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 1 - use std::default::default;
[INFO] [stdout] 1 + use std::default::Default;
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]   |
[INFO] [stdout] 1 - use std::default::default;
[INFO] [stdout] 1 + use std::default;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> src/links.rs:4:10
[INFO] [stdout]     |
[INFO] [stdout]   4 | #[derive(thiserror::Error, Debug)]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs:289:29
[INFO] [stdout]     |
[INFO] [stdout] 287 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 288 |     #[doc(hidden)]
[INFO] [stdout] 289 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(default_free_fn)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(associated_type_bounds)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `associated_type_bounds` has been stable since `1.79.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(try_trait_v2)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(type_alias_impl_trait)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_refs_to_cell` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_result_drop)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_trait_impl)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(const_convert)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(const_deref)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(backtrace)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stdout]   --> src/point.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |     type IntoIter = impl Iterator<Item = T>;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(associated_type_bounds)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_refs_to_cell` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `backtrace` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(backtrace)]
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `default_free_fn`
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(default_free_fn)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `const_deref`
[INFO] [stdout]  --> src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(const_deref)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `const_result_drop`
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_result_drop)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/converters.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub const fn convert<T: LinkType + ~const Integral + ~const Sub>(&self, source: T) -> T {
[INFO] [stdout]    |                                                          ------ ^^^
[INFO] [stdout]    |                                                          |
[INFO] [stdout]    |                                                          trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/converters.rs:19:65
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub const fn convert<T: LinkType + ~const Integral + ~const Sub>(&self, source: T) -> T {
[INFO] [stdout]    |                                                          ------ ^^^
[INFO] [stdout]    |                                                          |
[INFO] [stdout]    |                                                          trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/hybrid.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |         T: ~const Div<Output = T>,
[INFO] [stdout]    |            ------ ^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/hybrid.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 |         T: ~const Integral + ~const Sub,
[INFO] [stdout]    |                              ------ ^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/hybrid.rs:37:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |         T: ~const Integral + ~const Sub,
[INFO] [stdout]    |                              ------ ^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_default`
[INFO] [stdout]   --> src/hybrid.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         T: ~const Default + ~const PartialEq,
[INFO] [stdout]    |            ------ ^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143894 <https://github.com/rust-lang/rust/issues/143894> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_cmp`
[INFO] [stdout]   --> src/hybrid.rs:44:36
[INFO] [stdout]    |
[INFO] [stdout] 44 |         T: ~const Default + ~const PartialEq,
[INFO] [stdout]    |                             ------ ^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143800 <https://github.com/rust-lang/rust/issues/143800> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/hybrid.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |         T: ~const Div + ~const PartialOrd,
[INFO] [stdout]    |            ------ ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_cmp`
[INFO] [stdout]   --> src/hybrid.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |         T: ~const Div + ~const PartialOrd,
[INFO] [stdout]    |                         ------ ^^^^^^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143800 <https://github.com/rust-lang/rust/issues/143800> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops`
[INFO] [stdout]   --> src/hybrid.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |         T: ~const Div + ~const PartialOrd + ~const PartialEq,
[INFO] [stdout]    |            ------ ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_cmp`
[INFO] [stdout]   --> src/hybrid.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |         T: ~const Div + ~const PartialOrd + ~const PartialEq,
[INFO] [stdout]    |                         ------ ^^^^^^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143800 <https://github.com/rust-lang/rust/issues/143800> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_cmp`
[INFO] [stdout]   --> src/hybrid.rs:58:52
[INFO] [stdout]    |
[INFO] [stdout] 58 |         T: ~const Div + ~const PartialOrd + ~const PartialEq,
[INFO] [stdout]    |                                             ------ ^^^^^^^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #143800 <https://github.com/rust-lang/rust/issues/143800> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct`
[INFO] [stdout]  --> src/link_type.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::marker::Destruct;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_destruct`
[INFO] [stdout]   --> src/link_type.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |         All: ~const Destruct,
[INFO] [stdout]    |              ------ ^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct`
[INFO] [stdout]   --> src/link_type.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |         All: ~const Destruct,
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `error_generic_member_access`
[INFO] [stdout]  --> src/links.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(thiserror::Error, Debug)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #99301 <https://github.com/rust-lang/rust/issues/99301> for more information
[INFO] [stdout]   = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct`
[INFO] [stdout]  --> src/query.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::marker::Destruct;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable const library feature `const_destruct`
[INFO] [stdout]   --> src/query.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Self: ~const Destruct,
[INFO] [stdout]    |               ------ ^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct`
[INFO] [stdout]   --> src/query.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Self: ~const Destruct,
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `FuntyPart` which is not `const`
[INFO] [stdout]   --> src/link_type.rs:11:50
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<All: TryFrom<u8, Error = Infallible>> const FuntyPart for All {
[INFO] [stdout]    |                                                  ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `LinkType` which is not `const`
[INFO] [stdout]   --> src/link_type.rs:29:39
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<All: Unsigned + FuntyPart> const LinkType for All {}
[INFO] [stdout]    |                                       ^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]    --> src/converters.rs:10:40
[INFO] [stdout]     |
[INFO] [stdout]  10 |     pub const fn convert<T: LinkType + ~const Integral + ~const Sub>(&self, source: T) -> T {
[INFO] [stdout]     |                                        ^^^^^^ can't be applied to `Integral`
[INFO] [stdout]     |
[INFO] [stdout] note: `Integral` can't be used with `[const]` because it isn't `const`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | / pub trait Integral:
[INFO] [stdout] 227 | |     Numeric
[INFO] [stdout] 228 | |     + Hash
[INFO] [stdout] 229 | |     + Eq
[INFO] [stdout] ...   |
[INFO] [stdout] 374 | |     + ShrAssign<usize>
[INFO] [stdout] 375 | |     + for<'a> ShrAssign<&'a usize>
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]    --> src/converters.rs:19:40
[INFO] [stdout]     |
[INFO] [stdout]  19 |     pub const fn convert<T: LinkType + ~const Integral + ~const Sub>(&self, source: T) -> T {
[INFO] [stdout]     |                                        ^^^^^^ can't be applied to `Integral`
[INFO] [stdout]     |
[INFO] [stdout] note: `Integral` can't be used with `[const]` because it isn't `const`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | / pub trait Integral:
[INFO] [stdout] 227 | |     Numeric
[INFO] [stdout] 228 | |     + Hash
[INFO] [stdout] 229 | |     + Eq
[INFO] [stdout] ...   |
[INFO] [stdout] 374 | |     + ShrAssign<usize>
[INFO] [stdout] 375 | |     + for<'a> ShrAssign<&'a usize>
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]    --> src/hybrid.rs:24:12
[INFO] [stdout]     |
[INFO] [stdout]  24 |         T: ~const Integral + ~const Sub,
[INFO] [stdout]     |            ^^^^^^ can't be applied to `Integral`
[INFO] [stdout]     |
[INFO] [stdout] note: `Integral` can't be used with `[const]` because it isn't `const`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | / pub trait Integral:
[INFO] [stdout] 227 | |     Numeric
[INFO] [stdout] 228 | |     + Hash
[INFO] [stdout] 229 | |     + Eq
[INFO] [stdout] ...   |
[INFO] [stdout] 374 | |     + ShrAssign<usize>
[INFO] [stdout] 375 | |     + for<'a> ShrAssign<&'a usize>
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]    --> src/hybrid.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  37 |         T: ~const Integral + ~const Sub,
[INFO] [stdout]     |            ^^^^^^ can't be applied to `Integral`
[INFO] [stdout]     |
[INFO] [stdout] note: `Integral` can't be used with `[const]` because it isn't `const`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | / pub trait Integral:
[INFO] [stdout] 227 | |     Numeric
[INFO] [stdout] 228 | |     + Hash
[INFO] [stdout] 229 | |     + Eq
[INFO] [stdout] ...   |
[INFO] [stdout] 374 | |     + ShrAssign<usize>
[INFO] [stdout] 375 | |     + for<'a> ShrAssign<&'a usize>
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]    --> src/hybrid.rs:65:12
[INFO] [stdout]     |
[INFO] [stdout]  65 |         T: ~const Integral,
[INFO] [stdout]     |            ^^^^^^ can't be applied to `Integral`
[INFO] [stdout]     |
[INFO] [stdout] note: `Integral` can't be used with `[const]` because it isn't `const`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | / pub trait Integral:
[INFO] [stdout] 227 | |     Numeric
[INFO] [stdout] 228 | |     + Hash
[INFO] [stdout] 229 | |     + Eq
[INFO] [stdout] ...   |
[INFO] [stdout] 374 | |     + ShrAssign<usize>
[INFO] [stdout] 375 | |     + for<'a> ShrAssign<&'a usize>
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `All: [const] TryFrom<u8>` is not satisfied
[INFO] [stdout]   --> src/link_type.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |         match All::try_from(n) {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&std::io::Error` in the current scope
[INFO] [stdout]   --> src/links.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[error("unable to allocate memory for links storage: `{0}`")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&std::io::Error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Cow<'a, [T]>: [const] Deref` is not satisfied
[INFO] [stdout]   --> src/query.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         self.0.is_empty()
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Cow<'a, [T]>: [const] Deref` is not satisfied
[INFO] [stdout]   --> src/query.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         self.0.len()
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<T as FuntyPart>::funty` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 |         T::MAX / T::funty(2)
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `Div` is not yet stable as a const trait
[INFO] [stdout]   --> src/hybrid.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         T::MAX / T::funty(2)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `Sub` is not yet stable as a const trait
[INFO] [stdout]   --> src/hybrid.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (T::MAX - value).wrapping_add(T::funty(1))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<T as FuntyPart>::funty` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:39:39
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (T::MAX - value).wrapping_add(T::funty(1))
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<T as Integral>::wrapping_add` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (T::MAX - value).wrapping_add(T::funty(1))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<T as FuntyPart>::funty` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |         self.value == T::funty(0)
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `PartialEq` is not yet stable as a const trait
[INFO] [stdout]   --> src/hybrid.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         self.value == T::funty(0)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `PartialOrd` is not yet stable as a const trait
[INFO] [stdout]   --> src/hybrid.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         self.value < Self::half() // || self.value == T::default()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<T as FuntyPart>::funty` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:60:46
[INFO] [stdout]    |
[INFO] [stdout] 60 |         !self.is_internal() || self.value == T::funty(0)
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `PartialEq` is not yet stable as a const trait
[INFO] [stdout]   --> src/hybrid.rs:60:32
[INFO] [stdout]    |
[INFO] [stdout] 60 |         !self.is_internal() || self.value == T::funty(0)
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<T as FuntyPart>::funty` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:67:33
[INFO] [stdout]    |
[INFO] [stdout] 67 |         self.value.wrapping_add(T::funty(1)).wrapping_add(T::MAX)
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<T as Integral>::wrapping_add` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |         self.value.wrapping_add(T::funty(1)).wrapping_add(T::MAX)
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<T as Integral>::wrapping_add` in constant functions
[INFO] [stdout]   --> src/hybrid.rs:67:46
[INFO] [stdout]    |
[INFO] [stdout] 67 |         self.value.wrapping_add(T::funty(1)).wrapping_add(T::MAX)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0493]: destructor of `Query<'_, T>` cannot be evaluated at compile-time
[INFO] [stdout]   --> src/query.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub const fn into_inner(self) -> Cow<'a, [T]>
[INFO] [stdout]    |                             ^^^^ the destructor for this type cannot be evaluated in constant functions
[INFO] [stdout] ...
[INFO] [stdout] 30 |     }
[INFO] [stdout]    |     - value is dropped here
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #133214 <https://github.com/rust-lang/rust/issues/133214> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0277, E0432, E0493, E0554, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `platform-data` (lib) due to 60 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ac84c8181067617d7f7f11db8eeb8d5b5525c21faf72a995a185fde26112e87b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac84c8181067617d7f7f11db8eeb8d5b5525c21faf72a995a185fde26112e87b", kill_on_drop: false }`
[INFO] [stdout] ac84c8181067617d7f7f11db8eeb8d5b5525c21faf72a995a185fde26112e87b
