[INFO] fetching crate parachute 0.1.8...
[INFO] testing parachute-0.1.8 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate parachute 0.1.8 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate parachute 0.1.8
[INFO] finished tweaking crates.io crate parachute 0.1.8
[INFO] tweaked toml for crates.io crate parachute 0.1.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate parachute 0.1.8 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 23 packages to latest compatible versions
[INFO] [stderr]       Adding dashmap v5.5.3 (available: v6.1.0)
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 52950580c9abfd57b73bce874c7f20d01940105ee387d56426f7afdf3dc533a9
[INFO] running `Command { std: "docker" "start" "-a" "52950580c9abfd57b73bce874c7f20d01940105ee387d56426f7afdf3dc533a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52950580c9abfd57b73bce874c7f20d01940105ee387d56426f7afdf3dc533a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52950580c9abfd57b73bce874c7f20d01940105ee387d56426f7afdf3dc533a9", kill_on_drop: false }`
[INFO] [stdout] 52950580c9abfd57b73bce874c7f20d01940105ee387d56426f7afdf3dc533a9
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e501e5a8962a4bb01ecbcacd22823ec2c634cd85a630046f8872ad6eec78e110
[INFO] running `Command { std: "docker" "start" "-a" "e501e5a8962a4bb01ecbcacd22823ec2c634cd85a630046f8872ad6eec78e110", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parachute v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `duration`, `width`, and `height` are never read
[INFO] [stdout]   --> src/ffprobe.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Video {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 29 |     pub codec_name: String,
[INFO] [stdout] 30 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 31 |     pub width: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 32 |     pub height: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Video` 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 `duration` is never read
[INFO] [stdout]   --> src/ffprobe.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Audio {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 37 |     pub codec_name: String,
[INFO] [stdout] 38 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Audio` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `codec_name` is never read
[INFO] [stdout]   --> src/ffprobe.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Subtitle {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 43 |     pub codec_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Subtitle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
[INFO] running `Command { std: "docker" "inspect" "e501e5a8962a4bb01ecbcacd22823ec2c634cd85a630046f8872ad6eec78e110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e501e5a8962a4bb01ecbcacd22823ec2c634cd85a630046f8872ad6eec78e110", kill_on_drop: false }`
[INFO] [stdout] e501e5a8962a4bb01ecbcacd22823ec2c634cd85a630046f8872ad6eec78e110
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3103232904a08537ac30bb771444db99c250ccb6f4b8a9951b6ea2d123c1686
[INFO] running `Command { std: "docker" "start" "-a" "f3103232904a08537ac30bb771444db99c250ccb6f4b8a9951b6ea2d123c1686", kill_on_drop: false }`
[INFO] [stderr]    Compiling parachute v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `duration`, `width`, and `height` are never read
[INFO] [stdout]   --> src/ffprobe.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Video {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 29 |     pub codec_name: String,
[INFO] [stdout] 30 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 31 |     pub width: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 32 |     pub height: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Video` 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 `duration` is never read
[INFO] [stdout]   --> src/ffprobe.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Audio {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 37 |     pub codec_name: String,
[INFO] [stdout] 38 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Audio` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `codec_name` is never read
[INFO] [stdout]   --> src/ffprobe.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Subtitle {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 43 |     pub codec_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Subtitle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `duration`, `width`, and `height` are never read
[INFO] [stdout]   --> src/ffprobe.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Video {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 29 |     pub codec_name: String,
[INFO] [stdout] 30 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 31 |     pub width: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 32 |     pub height: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Video` 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 `duration` is never read
[INFO] [stdout]   --> src/ffprobe.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Audio {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 37 |     pub codec_name: String,
[INFO] [stdout] 38 |     pub duration: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Audio` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `codec_name` is never read
[INFO] [stdout]   --> src/ffprobe.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Subtitle {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 43 |     pub codec_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Subtitle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "f3103232904a08537ac30bb771444db99c250ccb6f4b8a9951b6ea2d123c1686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3103232904a08537ac30bb771444db99c250ccb6f4b8a9951b6ea2d123c1686", kill_on_drop: false }`
[INFO] [stdout] f3103232904a08537ac30bb771444db99c250ccb6f4b8a9951b6ea2d123c1686
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a6d19d49b6083696417dbdf74f8606bdf6b43aa6764aa238871581c6ddd864fc
[INFO] running `Command { std: "docker" "start" "-a" "a6d19d49b6083696417dbdf74f8606bdf6b43aa6764aa238871581c6ddd864fc", kill_on_drop: false }`
[INFO] [stderr] warning: fields `duration`, `width`, and `height` are never read
[INFO] [stderr]   --> src/ffprobe.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub struct Video {
[INFO] [stderr]    |            ----- fields in this struct
[INFO] [stderr] 29 |     pub codec_name: String,
[INFO] [stderr] 30 |     pub duration: f32,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 31 |     pub width: u32,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] 32 |     pub height: u32,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Video` 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: field `duration` is never read
[INFO] [stderr]   --> src/ffprobe.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub struct Audio {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 37 |     pub codec_name: String,
[INFO] [stderr] 38 |     pub duration: f32,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Audio` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `codec_name` is never read
[INFO] [stderr]   --> src/ffprobe.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct Subtitle {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 43 |     pub codec_name: String,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Subtitle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `parachute` (lib) generated 3 warnings
[INFO] [stderr] warning: `parachute` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parachute-8e4ec78316cfc229)
[INFO] [stderr]    Doc-tests parachute
[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] [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" "a6d19d49b6083696417dbdf74f8606bdf6b43aa6764aa238871581c6ddd864fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6d19d49b6083696417dbdf74f8606bdf6b43aa6764aa238871581c6ddd864fc", kill_on_drop: false }`
[INFO] [stdout] a6d19d49b6083696417dbdf74f8606bdf6b43aa6764aa238871581c6ddd864fc
