[INFO] cloning repository https://github.com/uhwot/fsb4_extract
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uhwot/fsb4_extract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuhwot%2Ffsb4_extract", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuhwot%2Ffsb4_extract'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3113e691c6bc549ed1961bdadf27f146689d3ab
[INFO] checking uhwot/fsb4_extract against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuhwot%2Ffsb4_extract" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/uhwot/fsb4_extract
[INFO] finished tweaking git repo https://github.com/uhwot/fsb4_extract
[INFO] tweaked toml for git repo https://github.com/uhwot/fsb4_extract written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/uhwot/fsb4_extract on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/uhwot/fsb4_extract 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.2.1
[INFO] [stderr]   Downloaded bitreader v0.3.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c359a155ed28cb8d9d4582720d0f61d4bf3b9a258531df4fec2c093ea6adb4f
[INFO] running `Command { std: "docker" "start" "-a" "5c359a155ed28cb8d9d4582720d0f61d4bf3b9a258531df4fec2c093ea6adb4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c359a155ed28cb8d9d4582720d0f61d4bf3b9a258531df4fec2c093ea6adb4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c359a155ed28cb8d9d4582720d0f61d4bf3b9a258531df4fec2c093ea6adb4f", kill_on_drop: false }`
[INFO] [stdout] 5c359a155ed28cb8d9d4582720d0f61d4bf3b9a258531df4fec2c093ea6adb4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21e200a8fe796db71ef1632990a27f38db275b17d90b07a7a989e4b0ae70fb87
[INFO] running `Command { std: "docker" "start" "-a" "21e200a8fe796db71ef1632990a27f38db275b17d90b07a7a989e4b0ae70fb87", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling binrw_derive v0.12.0
[INFO] [stderr]    Compiling binrw v0.12.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking bitflags v2.2.1
[INFO] [stderr]     Checking bitreader v0.3.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking fsb_extract v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bitflags::BitFlags`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bitflags::BitFlags;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bitflags::BitFlags`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bitflags::BitFlags;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_samples`, `sample_header_size`, `sample_data_size`, `version`, `hash`, and `guid` are never read
[INFO] [stdout]   --> src/fsb.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Fsb {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 10 |     pub num_samples: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 11 |     pub sample_header_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     pub sample_data_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub hash: [u8; 8],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 17 |     pub guid: [u8; 16],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Fsb` 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: multiple fields are never read
[INFO] [stdout]   --> src/fsb.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct FsbSample {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 51 |     pub header_size: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub len_samples: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 57 |     pub len_compressed_bytes: u32,
[INFO] [stdout] 58 |     pub loop_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 59 |     pub loop_end: u32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub def_volume: u16,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 64 |     pub def_pan: i16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 65 |     pub def_pri: u16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 66 |     pub num_channels: u16,
[INFO] [stdout] 67 |     pub min_distance: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 68 |     pub max_distance: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 69 |     pub size_32bits: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 70 |     pub var_volume: u16,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 71 |     pub var_pan: i16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub extra_data: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FsbSample` 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 `version`, `layer`, `bitrate`, `sample_rate`, `padding`, and `num_samples` are never read
[INFO] [stdout]   --> src/mpeg.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct MpegFrameHeader {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 35 |     pub version: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 36 |     pub layer: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 37 |     pub bitrate: u16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 38 |     pub sample_rate: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 39 |     pub padding: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub num_samples: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MpegFrameHeader` 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 `num_samples`, `sample_header_size`, `sample_data_size`, `version`, `hash`, and `guid` are never read
[INFO] [stdout]   --> src/fsb.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Fsb {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 10 |     pub num_samples: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 11 |     pub sample_header_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     pub sample_data_size: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub version: u32,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub hash: [u8; 8],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 17 |     pub guid: [u8; 16],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Fsb` 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: multiple fields are never read
[INFO] [stdout]   --> src/fsb.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct FsbSample {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 51 |     pub header_size: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub len_samples: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 57 |     pub len_compressed_bytes: u32,
[INFO] [stdout] 58 |     pub loop_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 59 |     pub loop_end: u32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub def_volume: u16,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 64 |     pub def_pan: i16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 65 |     pub def_pri: u16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 66 |     pub num_channels: u16,
[INFO] [stdout] 67 |     pub min_distance: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 68 |     pub max_distance: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 69 |     pub size_32bits: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 70 |     pub var_volume: u16,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 71 |     pub var_pan: i16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub extra_data: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FsbSample` 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 `version`, `layer`, `bitrate`, `sample_rate`, `padding`, and `num_samples` are never read
[INFO] [stdout]   --> src/mpeg.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct MpegFrameHeader {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 35 |     pub version: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 36 |     pub layer: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 37 |     pub bitrate: u16,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 38 |     pub sample_rate: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 39 |     pub padding: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub num_samples: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MpegFrameHeader` 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 13.02s
[INFO] running `Command { std: "docker" "inspect" "21e200a8fe796db71ef1632990a27f38db275b17d90b07a7a989e4b0ae70fb87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21e200a8fe796db71ef1632990a27f38db275b17d90b07a7a989e4b0ae70fb87", kill_on_drop: false }`
[INFO] [stdout] 21e200a8fe796db71ef1632990a27f38db275b17d90b07a7a989e4b0ae70fb87
