[INFO] fetching crate doublets 0.1.0-pre+beta.15... [INFO] checking doublets-0.1.0-pre+beta.15 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate doublets 0.1.0-pre+beta.15 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate doublets 0.1.0-pre+beta.15 [INFO] finished tweaking crates.io crate doublets 0.1.0-pre+beta.15 [INFO] tweaked toml for crates.io crate doublets 0.1.0-pre+beta.15 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate doublets 0.1.0-pre+beta.15 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 110 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.6.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.1) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.12) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.1.0-pre+beta.2` for dependency `mem` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa9a4c92092955ec6c9b424b3c081e28724402e7e706cb799e64edd0d0e99187 [INFO] running `Command { std: "docker" "start" "-a" "aa9a4c92092955ec6c9b424b3c081e28724402e7e706cb799e64edd0d0e99187", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa9a4c92092955ec6c9b424b3c081e28724402e7e706cb799e64edd0d0e99187", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa9a4c92092955ec6c9b424b3c081e28724402e7e706cb799e64edd0d0e99187", kill_on_drop: false }` [INFO] [stdout] aa9a4c92092955ec6c9b424b3c081e28724402e7e706cb799e64edd0d0e99187 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5c27842c5bf3198a1b86d7d8b7c7398a0d3926f72393a7d375693838ca370de [INFO] running `Command { std: "docker" "start" "-a" "e5c27842c5bf3198a1b86d7d8b7c7398a0d3926f72393a7d375693838ca370de", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.1.0-pre+beta.2` for dependency `mem` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking num-traits v0.2.19 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking platform-num v0.1.0-aplha.1 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking platform-data v0.1.0-beta.3 [INFO] [stdout] error[E0432]: unresolved import `std::default::default` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/point.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/converters.rs:10:65 [INFO] [stdout] | [INFO] [stdout] 10 | pub const fn convert(&self, source: T) -> T { [INFO] [stdout] | ------ ^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/converters.rs:19:65 [INFO] [stdout] | [INFO] [stdout] 19 | pub const fn convert(&self, source: T) -> T { [INFO] [stdout] | ------ ^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | T: ~const Div, [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 #90080 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_destruct` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/link_type.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | All: ~const Destruct, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #133214 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `error_generic_member_access` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/links.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(thiserror::Error, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #99301 for more information [INFO] [stdout] = help: add `#![feature(error_generic_member_access)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/query.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::Destruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #133214 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_destruct` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `const_destruct` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/query.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | Self: ~const Destruct, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #133214 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `default_free_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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_convert` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(const_convert)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_result_drop` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_result_drop)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `FuntyPart` which is not marked with `#[const_trait]` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/link_type.rs:11:50 [INFO] [stdout] | [INFO] [stdout] 11 | impl> const FuntyPart for All { [INFO] [stdout] | ^^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `#[const_trait]` 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] help: mark `FuntyPart` as `#[const_trait]` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 6 | #[const_trait] pub trait FuntyPart: Sized + TryFrom { [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `LinkType` which is not marked with `#[const_trait]` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/link_type.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | impl const LinkType for All {} [INFO] [stdout] | ^^^^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `#[const_trait]` 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] help: mark `LinkType` as `#[const_trait]` to allow it to have `const` implementations [INFO] [stdout] | [INFO] [stdout] 27 | #[const_trait] pub trait LinkType: Unsigned + FuntyPart {} [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/converters.rs:10:40 [INFO] [stdout] | [INFO] [stdout] 10 | pub const fn convert(&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 annotated with `#[const_trait]` [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 [INFO] [stdout] 375 | | + for<'a> ShrAssign<&'a usize> [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/converters.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | pub const fn convert(&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 annotated with `#[const_trait]` [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 [INFO] [stdout] 375 | | + for<'a> ShrAssign<&'a usize> [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 annotated with `#[const_trait]` [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 [INFO] [stdout] 375 | | + for<'a> ShrAssign<&'a usize> [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 annotated with `#[const_trait]` [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 [INFO] [stdout] 375 | | + for<'a> ShrAssign<&'a usize> [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | T: ~const Default + ~const PartialEq, [INFO] [stdout] | ^^^^^^ can't be applied to `Default` [INFO] [stdout] | [INFO] [stdout] note: `Default` can't be used with `[const]` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/default.rs:106:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | T: ~const Div + ~const PartialOrd, [INFO] [stdout] | ^^^^^^ can't be applied to `PartialOrd` [INFO] [stdout] | [INFO] [stdout] note: `PartialOrd` can't be used with `[const]` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/cmp.rs:1344:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | T: ~const Div + ~const PartialOrd + ~const PartialEq, [INFO] [stdout] | ^^^^^^ can't be applied to `PartialOrd` [INFO] [stdout] | [INFO] [stdout] note: `PartialOrd` can't be used with `[const]` because it isn't annotated with `#[const_trait]` [INFO] [stdout] --> /rustc/998b6603a58e47f42ccce7a67943234e96b6839e/library/core/src/cmp.rs:1344:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[const]` can only be applied to `#[const_trait]` traits [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 annotated with `#[const_trait]` [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 [INFO] [stdout] 375 | | + for<'a> ShrAssign<&'a usize> [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stdout] error[E0277]: the trait bound `Cow<'a, [T]>: [const] Deref` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 `::funty` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | T::MAX / T::funty(2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | (T::MAX - value).wrapping_add(T::funty(1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const associated function `::funty` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 `::wrapping_add` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 `::funty` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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[E0015]: cannot call non-const operator in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/hybrid.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | self.value < Self::half() // || self.value == T::default() [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 `::funty` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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[E0015]: cannot call non-const associated function `::funty` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 `::wrapping_add` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 `::wrapping_add` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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[E0015]: cannot call non-const associated function `>::try_from` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/link_type.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | match All::try_from(n) { [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 `Result` cannot be evaluated at compile-time [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/src/link_type.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | match All::try_from(n) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the destructor for this type cannot be evaluated in constant functions [INFO] [stdout] ... [INFO] [stdout] 24 | } [INFO] [stdout] | - value is dropped here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0493]: destructor of `Query<'_, T>` cannot be evaluated at compile-time [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/platform-data-0.1.0-beta.3/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 for more information [INFO] [stdout] = help: add `#![feature(const_destruct)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0277, E0432, E0493, 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 45 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e5c27842c5bf3198a1b86d7d8b7c7398a0d3926f72393a7d375693838ca370de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5c27842c5bf3198a1b86d7d8b7c7398a0d3926f72393a7d375693838ca370de", kill_on_drop: false }` [INFO] [stdout] e5c27842c5bf3198a1b86d7d8b7c7398a0d3926f72393a7d375693838ca370de