[INFO] fetching crate firestorm 0.5.1... [INFO] testing firestorm-0.5.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate firestorm 0.5.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate firestorm 0.5.1 [INFO] finished tweaking crates.io crate firestorm 0.5.1 [INFO] tweaked toml for crates.io crate firestorm 0.5.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate firestorm 0.5.1 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 163 packages to latest compatible versions [INFO] [stderr] Adding core_affinity v0.5.10 (available: v0.8.3) [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] [stderr] Adding firestorm v0.4.6 (available: v0.5.1) [INFO] [stderr] Adding thread-priority v0.2.4 (available: v3.0.0) [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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e448cc846ee3304a741a59ecedbd455baa612d1866ad1cec4a9ba2c861501ca6 [INFO] running `Command { std: "docker" "start" "-a" "e448cc846ee3304a741a59ecedbd455baa612d1866ad1cec4a9ba2c861501ca6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e448cc846ee3304a741a59ecedbd455baa612d1866ad1cec4a9ba2c861501ca6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e448cc846ee3304a741a59ecedbd455baa612d1866ad1cec4a9ba2c861501ca6", kill_on_drop: false }` [INFO] [stdout] e448cc846ee3304a741a59ecedbd455baa612d1866ad1cec4a9ba2c861501ca6 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97da0f0a035101738797cb6ca7e7980e298e393e1c6b8ff3901b216a8f0e3457 [INFO] running `Command { std: "docker" "start" "-a" "97da0f0a035101738797cb6ca7e7980e298e393e1c6b8ff3901b216a8f0e3457", kill_on_drop: false }` [INFO] [stderr] Compiling firestorm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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 0.37s [INFO] running `Command { std: "docker" "inspect" "97da0f0a035101738797cb6ca7e7980e298e393e1c6b8ff3901b216a8f0e3457", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97da0f0a035101738797cb6ca7e7980e298e393e1c6b8ff3901b216a8f0e3457", kill_on_drop: false }` [INFO] [stdout] 97da0f0a035101738797cb6ca7e7980e298e393e1c6b8ff3901b216a8f0e3457 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a60e97bfea84e92df004569fc78d13e10300c90219c69d12bca00922ba5bb29 [INFO] running `Command { std: "docker" "start" "-a" "1a60e97bfea84e92df004569fc78d13e10300c90219c69d12bca00922ba5bb29", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling thread-priority v0.2.4 [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling core_affinity v0.5.10 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling firestorm v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` 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: `enable_cpu_time` [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stdout] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.75s [INFO] running `Command { std: "docker" "inspect" "1a60e97bfea84e92df004569fc78d13e10300c90219c69d12bca00922ba5bb29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a60e97bfea84e92df004569fc78d13e10300c90219c69d12bca00922ba5bb29", kill_on_drop: false }` [INFO] [stdout] 1a60e97bfea84e92df004569fc78d13e10300c90219c69d12bca00922ba5bb29 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc8515a52785934e39e05f6a6502e0083f9edb0db4d34e3a16c577ef43b70277 [INFO] running `Command { std: "docker" "start" "-a" "cc8515a52785934e39e05f6a6502e0083f9edb0db4d34e3a16c577ef43b70277", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(any(feature = "enable_cpu_time", feature = "enable_system_time"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [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: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `enable_cpu_time` [INFO] [stderr] --> src/lib.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(not(any(feature = "enable_cpu_time", feature = "enable_system_time")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `enable_system_time`, `firestorm-enabled`, and `firestorm_prev` [INFO] [stderr] = help: consider adding `enable_cpu_time` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `firestorm` (lib) generated 3 warnings [INFO] [stderr] warning: `firestorm` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/firestorm-420d9541200bd199) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests firestorm [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cc8515a52785934e39e05f6a6502e0083f9edb0db4d34e3a16c577ef43b70277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc8515a52785934e39e05f6a6502e0083f9edb0db4d34e3a16c577ef43b70277", kill_on_drop: false }` [INFO] [stdout] cc8515a52785934e39e05f6a6502e0083f9edb0db4d34e3a16c577ef43b70277