[INFO] fetching crate smash-arc 0.6.0...
[INFO] testing smash-arc-0.6.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate smash-arc 0.6.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate smash-arc 0.6.0
[INFO] finished tweaking crates.io crate smash-arc 0.6.0
[INFO] tweaked toml for crates.io crate smash-arc 0.6.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate smash-arc 0.6.0 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 59 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v2.0.1)
[INFO] [stderr]       Adding binrw v0.11.2 (available: v0.15.0)
[INFO] [stderr]       Adding modular-bitfield v0.11.2 (available: v0.13.0)
[INFO] [stderr]       Adding parking_lot v0.11.2 (available: v0.12.5)
[INFO] [stderr]       Adding ruzstd v0.2.4 (available: v0.8.2)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding zstd v0.5.4+zstd.1.4.7 (available: v0.13.3)
[INFO] [stderr]       Adding zstd-sys v1.4.18+zstd.1.4.7 (available: v1.6.3+zstd.1.5.2)
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86157a09062cb6a8a19aef52963741ea54795657cf00613ce2f670a915180d34
[INFO] running `Command { std: "docker" "start" "-a" "86157a09062cb6a8a19aef52963741ea54795657cf00613ce2f670a915180d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86157a09062cb6a8a19aef52963741ea54795657cf00613ce2f670a915180d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86157a09062cb6a8a19aef52963741ea54795657cf00613ce2f670a915180d34", kill_on_drop: false }`
[INFO] [stdout] 86157a09062cb6a8a19aef52963741ea54795657cf00613ce2f670a915180d34
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 966576eadc8d79e9451ce89bbf8284e231c299e2f02927dfacd75b0cd8a4758d
[INFO] running `Command { std: "docker" "start" "-a" "966576eadc8d79e9451ce89bbf8284e231c299e2f02927dfacd75b0cd8a4758d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling binrw_derive v0.11.2
[INFO] [stderr]    Compiling binrw v0.11.2
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling network-reader-adapter v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]    Compiling modular-bitfield v0.11.2
[INFO] [stderr]    Compiling smash-arc v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: At least one ZSTD backend feature must be enabled
[INFO] [stdout]   --> src/zstd_backend/mod.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | compile_error!("At least one ZSTD backend feature must be enabled");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub hash: u32,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 209 -     pub hash: u32,
[INFO] [stdout] 209 +     u  hash: u32,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub name_length: u8,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 210 -     pub name_length: u8,
[INFO] [stdout] 210 +     u  name_length: u8,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub count: B24,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 211 -     pub count: B24,
[INFO] [stdout] 211 +     u  count: B24,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub index: u32,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 212 -     pub index: u32,
[INFO] [stdout] 212 +     u  index: u32,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub is_regional: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 226 -     pub is_regional: bool,
[INFO] [stdout] 226 +     u  is_regional: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:227:5
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub is_localized: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 227 -     pub is_localized: bool,
[INFO] [stdout] 227 +     u  is_localized: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:228:5
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub unused: B30,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 228 -     pub unused: B30,
[INFO] [stdout] 228 +     u  unused: B30,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:235:5
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub hash: u32,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 235 -     pub hash: u32,
[INFO] [stdout] 235 +     u  hash: u32,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:236:5
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub length: u8,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 236 -     pub length: u8,
[INFO] [stdout] 236 +     u  length: u8,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub index: B24,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 237 -     pub index: B24,
[INFO] [stdout] 237 +     u  index: B24,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub unk1: B26,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 295 -     pub unk1: B26,
[INFO] [stdout] 295 +     u  unk1: B26,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:296:5
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub redirected: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 296 -     pub redirected: bool,
[INFO] [stdout] 296 +     u  redirected: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:297:5
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub unk2: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 297 -     pub unk2: bool,
[INFO] [stdout] 297 +     u  unk2: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:298:5
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub is_symlink: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 298 -     pub is_symlink: bool,
[INFO] [stdout] 298 +     u  is_symlink: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:299:5
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub unk3: B3,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 299 -     pub unk3: B3,
[INFO] [stdout] 299 +     u  unk3: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:338:5
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub unused: B4,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 338 -     pub unused: B4,
[INFO] [stdout] 338 +     u  unused: B4,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub is_redirect: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 339 -     pub is_redirect: bool,
[INFO] [stdout] 339 +     u  is_redirect: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:340:5
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub unused2: B7,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 340 -     pub unused2: B7,
[INFO] [stdout] 340 +     u  unused2: B7,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:341:5
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub unknown1: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 341 -     pub unknown1: bool,
[INFO] [stdout] 341 +     u  unknown1: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:342:5
[INFO] [stdout]     |
[INFO] [stdout] 342 |     pub padding3: B2,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 342 -     pub padding3: B2,
[INFO] [stdout] 342 +     u  padding3: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:343:5
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub is_regional: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 343 -     pub is_regional: bool,
[INFO] [stdout] 343 +     u  is_regional: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:344:5
[INFO] [stdout]     |
[INFO] [stdout] 344 |     pub is_localized: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -     pub is_localized: bool,
[INFO] [stdout] 344 +     u  is_localized: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:345:5
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub unused3: B3,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 345 -     pub unused3: B3,
[INFO] [stdout] 345 +     u  unused3: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub unknown2: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 346 -     pub unknown2: bool,
[INFO] [stdout] 346 +     u  unknown2: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:347:5
[INFO] [stdout]     |
[INFO] [stdout] 347 |     pub unknown3: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 347 -     pub unknown3: bool,
[INFO] [stdout] 347 +     u  unknown3: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:348:5
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub unused4: B10,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 348 -     pub unused4: B10,
[INFO] [stdout] 348 +     u  unused4: B10,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     pub file_info_idx: B24,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 363 -     pub file_info_idx: B24,
[INFO] [stdout] 363 +     u  file_info_idx: B24,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:364:5
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub load_type: u8,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 364 -     pub load_type: u8,
[INFO] [stdout] 364 +     u  load_type: u8,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:380:5
[INFO] [stdout]     |
[INFO] [stdout] 380 |     pub compressed: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 380 -     pub compressed: bool,
[INFO] [stdout] 380 +     u  compressed: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub use_zstd: bool,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 381 -     pub use_zstd: bool,
[INFO] [stdout] 381 +     u  use_zstd: bool,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/filesystem.rs:382:5
[INFO] [stdout]     |
[INFO] [stdout] 382 |     pub unk: B30,
[INFO] [stdout]     |     ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 382 -     pub unk: B30,
[INFO] [stdout] 382 +     u  unk: B30,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BinRead`
[INFO] [stdout]   --> src/arc_file.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | use binrw::{io::Cursor, BinRead, BinReaderExt, BinResult, FilePtr64, binread};
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `smash-arc` (lib) due to 1 previous error; 32 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "966576eadc8d79e9451ce89bbf8284e231c299e2f02927dfacd75b0cd8a4758d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "966576eadc8d79e9451ce89bbf8284e231c299e2f02927dfacd75b0cd8a4758d", kill_on_drop: false }`
[INFO] [stdout] 966576eadc8d79e9451ce89bbf8284e231c299e2f02927dfacd75b0cd8a4758d
