[INFO] fetching crate rosu-pattern-detector 0.2.1... [INFO] testing rosu-pattern-detector-0.2.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate rosu-pattern-detector 0.2.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate rosu-pattern-detector 0.2.1 [INFO] finished tweaking crates.io crate rosu-pattern-detector 0.2.1 [INFO] tweaked toml for crates.io crate rosu-pattern-detector 0.2.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rosu-pattern-detector 0.2.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] crate crates.io crate rosu-pattern-detector 0.2.1 already has a lockfile, it will not be regenerated [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] [stderr] Blocking waiting for file lock on package cache [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e008fa059dfa147b0e6fa00bc55d1a7914461b709c18236444314d77487c01c [INFO] running `Command { std: "docker" "start" "-a" "3e008fa059dfa147b0e6fa00bc55d1a7914461b709c18236444314d77487c01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e008fa059dfa147b0e6fa00bc55d1a7914461b709c18236444314d77487c01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e008fa059dfa147b0e6fa00bc55d1a7914461b709c18236444314d77487c01c", kill_on_drop: false }` [INFO] [stdout] 3e008fa059dfa147b0e6fa00bc55d1a7914461b709c18236444314d77487c01c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc07f713471dee0a1f0d4c85ef4b244c7d06be9acad1acd9614ef2cd7d300100 [INFO] running `Command { std: "docker" "start" "-a" "fc07f713471dee0a1f0d4c85ef4b244c7d06be9acad1acd9614ef2cd7d300100", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rosu-map v0.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling rosu-pattern-detector v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s [INFO] running `Command { std: "docker" "inspect" "fc07f713471dee0a1f0d4c85ef4b244c7d06be9acad1acd9614ef2cd7d300100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc07f713471dee0a1f0d4c85ef4b244c7d06be9acad1acd9614ef2cd7d300100", kill_on_drop: false }` [INFO] [stdout] fc07f713471dee0a1f0d4c85ef4b244c7d06be9acad1acd9614ef2cd7d300100 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf5edf10a08332c1762f27d11ca3dda42c7d4cbdaee97207b7f4728162c99f5b [INFO] running `Command { std: "docker" "start" "-a" "cf5edf10a08332c1762f27d11ca3dda42c7d4cbdaee97207b7f4728162c99f5b", kill_on_drop: false }` [INFO] [stderr] Compiling rosu-pattern-detector v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "cf5edf10a08332c1762f27d11ca3dda42c7d4cbdaee97207b7f4728162c99f5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf5edf10a08332c1762f27d11ca3dda42c7d4cbdaee97207b7f4728162c99f5b", kill_on_drop: false }` [INFO] [stdout] cf5edf10a08332c1762f27d11ca3dda42c7d4cbdaee97207b7f4728162c99f5b [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3900f461344f8c65e71af8858a516f5f2d5d03b8f73445e4047b3c0e3bd3aa05 [INFO] running `Command { std: "docker" "start" "-a" "3900f461344f8c65e71af8858a516f5f2d5d03b8f73445e4047b3c0e3bd3aa05", kill_on_drop: false }` [INFO] [stderr] warning: field `start_time` is never read [INFO] [stderr] --> src/structs.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 2 | pub struct CommonMeasure { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 3 | pub(crate) start_time: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CommonMeasure` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rosu-pattern-detector` (lib) generated 1 warning [INFO] [stderr] warning: `rosu-pattern-detector` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rosu_pattern_detector-18b1dd8a04401894) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rosu_pattern_detector-2290aed9493b2f2e) [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 rosu_pattern_detector [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" "3900f461344f8c65e71af8858a516f5f2d5d03b8f73445e4047b3c0e3bd3aa05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3900f461344f8c65e71af8858a516f5f2d5d03b8f73445e4047b3c0e3bd3aa05", kill_on_drop: false }` [INFO] [stdout] 3900f461344f8c65e71af8858a516f5f2d5d03b8f73445e4047b3c0e3bd3aa05