[INFO] fetching crate fruity__bbqsrc 0.2.0... [INFO] testing fruity__bbqsrc-0.2.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate fruity__bbqsrc 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate fruity__bbqsrc 0.2.0 [INFO] finished tweaking crates.io crate fruity__bbqsrc 0.2.0 [INFO] tweaked toml for crates.io crate fruity__bbqsrc 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fruity__bbqsrc 0.2.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] faa1294c57ffe6452388e0dd77c63a4a7daf20e67918bc4da2cb9b6f8d4ee229 [INFO] running `Command { std: "docker" "start" "-a" "faa1294c57ffe6452388e0dd77c63a4a7daf20e67918bc4da2cb9b6f8d4ee229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "faa1294c57ffe6452388e0dd77c63a4a7daf20e67918bc4da2cb9b6f8d4ee229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa1294c57ffe6452388e0dd77c63a4a7daf20e67918bc4da2cb9b6f8d4ee229", kill_on_drop: false }` [INFO] [stdout] faa1294c57ffe6452388e0dd77c63a4a7daf20e67918bc4da2cb9b6f8d4ee229 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5567d1ccb9ef4070c13739746d209d0f96730d24e3ece3e9f0c7b5946208981b [INFO] running `Command { std: "docker" "start" "-a" "5567d1ccb9ef4070c13739746d209d0f96730d24e3ece3e9f0c7b5946208981b", kill_on_drop: false }` [INFO] [stderr] Compiling malloced v1.3.1 [INFO] [stderr] Compiling fruity__bbqsrc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [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: crate `fruity__bbqsrc` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `fruity_bbqsrc` [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] running `Command { std: "docker" "inspect" "5567d1ccb9ef4070c13739746d209d0f96730d24e3ece3e9f0c7b5946208981b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5567d1ccb9ef4070c13739746d209d0f96730d24e3ece3e9f0c7b5946208981b", kill_on_drop: false }` [INFO] [stdout] 5567d1ccb9ef4070c13739746d209d0f96730d24e3ece3e9f0c7b5946208981b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b9734495a21ffcdff6c21d87e66cb9d9dbfbd8e6aa4a3e2ce87c238f00150ab [INFO] running `Command { std: "docker" "start" "-a" "3b9734495a21ffcdff6c21d87e66cb9d9dbfbd8e6aa4a3e2ce87c238f00150ab", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [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: crate `fruity__bbqsrc` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `fruity_bbqsrc` [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling fruity__bbqsrc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "3b9734495a21ffcdff6c21d87e66cb9d9dbfbd8e6aa4a3e2ce87c238f00150ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b9734495a21ffcdff6c21d87e66cb9d9dbfbd8e6aa4a3e2ce87c238f00150ab", kill_on_drop: false }` [INFO] [stdout] 3b9734495a21ffcdff6c21d87e66cb9d9dbfbd8e6aa4a3e2ce87c238f00150ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3365febf53c29913f531e5f6f2d338524bbc4afc0a1112242fdc313ec09ab2b [INFO] running `Command { std: "docker" "start" "-a" "a3365febf53c29913f531e5f6f2d338524bbc4afc0a1112242fdc313ec09ab2b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] [INFO] [stderr] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `fruity__bbqsrc` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = help: convert the identifier to snake case: `fruity_bbqsrc` [INFO] [stderr] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `fruity__bbqsrc` (lib) generated 2 warnings [INFO] [stderr] warning: `fruity__bbqsrc` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fruity__bbqsrc-7d5c9ec14c0d186b) [INFO] [stderr] Doc-tests fruity__bbqsrc [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/core/four_char_code.rs - core::four_char_code::FourCharCode (line 17) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/core/four_char_code.rs - core::four_char_code::FourCharCode (line 17) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fruity` [INFO] [stdout] --> src/core/four_char_code.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fruity::core::FourCharCode; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `fruity` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fruity`, use `cargo add fruity` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/core/four_char_code.rs - core::four_char_code::FourCharCode (line 17) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "a3365febf53c29913f531e5f6f2d338524bbc4afc0a1112242fdc313ec09ab2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3365febf53c29913f531e5f6f2d338524bbc4afc0a1112242fdc313ec09ab2b", kill_on_drop: false }` [INFO] [stdout] a3365febf53c29913f531e5f6f2d338524bbc4afc0a1112242fdc313ec09ab2b