[INFO] fetching crate modality-api 0.3.0... [INFO] testing modality-api-0.3.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate modality-api 0.3.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate modality-api 0.3.0 [INFO] finished tweaking crates.io crate modality-api 0.3.0 [INFO] tweaked toml for crates.io crate modality-api 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate modality-api 0.3.0 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] Locking 41 packages to latest compatible versions [INFO] [stderr] Adding minicbor v0.13.2 (available: v2.1.1) [INFO] [stderr] Adding ordered-float v3.9.2 (available: v5.1.0) [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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16f65a0d78081c9ba52e7463d6dbb503899b3112bf30114ee841fdafcde38098 [INFO] running `Command { std: "docker" "start" "-a" "16f65a0d78081c9ba52e7463d6dbb503899b3112bf30114ee841fdafcde38098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16f65a0d78081c9ba52e7463d6dbb503899b3112bf30114ee841fdafcde38098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16f65a0d78081c9ba52e7463d6dbb503899b3112bf30114ee841fdafcde38098", kill_on_drop: false }` [INFO] [stdout] 16f65a0d78081c9ba52e7463d6dbb503899b3112bf30114ee841fdafcde38098 [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=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] 1a6925ecb775c0c54d20d881e33bf807c5fc54261dd4547a0a5f8c34323495ad [INFO] running `Command { std: "docker" "start" "-a" "1a6925ecb775c0c54d20d881e33bf807c5fc54261dd4547a0a5f8c34323495ad", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling minicbor v0.13.2 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling minicbor-derive v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling modality-api v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:226:12 [INFO] [stdout] | [INFO] [stdout] 226 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s [INFO] running `Command { std: "docker" "inspect" "1a6925ecb775c0c54d20d881e33bf807c5fc54261dd4547a0a5f8c34323495ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a6925ecb775c0c54d20d881e33bf807c5fc54261dd4547a0a5f8c34323495ad", kill_on_drop: false }` [INFO] [stdout] 1a6925ecb775c0c54d20d881e33bf807c5fc54261dd4547a0a5f8c34323495ad [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=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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24ac9b51f31da51d800d65e0c2229fa89ee4573431468ed06f7c9daa6f87d13e [INFO] running `Command { std: "docker" "start" "-a" "24ac9b51f31da51d800d65e0c2229fa89ee4573431468ed06f7c9daa6f87d13e", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling modality-api v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:226:12 [INFO] [stdout] | [INFO] [stdout] 226 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proptest` [INFO] [stdout] --> src/proptest_strategies.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use proptest::prelude::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `proptest` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proptest` [INFO] [stdout] --> src/protocol.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | use proptest::prelude::*; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `proptest` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> src/protocol.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | proptest!(|(attr_val in crate::proptest_strategies::attr_val())| { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `prop_oneof` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | prop_oneof![ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn attr_val() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn timeline_id() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn cow_string() -> impl Strategy> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn nanoseconds() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn logical_time() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn opaque_event_id() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn event_coordinate() -> impl Strategy { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:226:12 [INFO] [stdout] | [INFO] [stdout] 226 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `schemars` [INFO] [stdout] --> src/types.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `client`, `default`, `minicbor`, `proptest_strategies`, and `serde` [INFO] [stdout] = help: consider adding `schemars` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `any` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | any::<[u8; 16]>().prop_map(|arr| Uuid::from_bytes(arr).into()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `any` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | any::().prop_map(|s| s.into()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `any` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | any::().prop_map_into() [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `any` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | any::<(u64, u64, u64, u64)>().prop_map(|(a, b, c, d)| LogicalTime::quaternary(a, b, c, d)) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `any` in this scope [INFO] [stdout] --> src/proptest_strategies.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | any::<[u8; 16]>() [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `modality-api` (lib test) due to 16 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "24ac9b51f31da51d800d65e0c2229fa89ee4573431468ed06f7c9daa6f87d13e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24ac9b51f31da51d800d65e0c2229fa89ee4573431468ed06f7c9daa6f87d13e", kill_on_drop: false }` [INFO] [stdout] 24ac9b51f31da51d800d65e0c2229fa89ee4573431468ed06f7c9daa6f87d13e