[INFO] cloning repository https://github.com/cndofx/dundefsave [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cndofx/dundefsave" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcndofx%2Fdundefsave", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcndofx%2Fdundefsave'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d7e2e4e21dbb199d5fec9e54465230d08155de4 [INFO] testing cndofx/dundefsave against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcndofx%2Fdundefsave" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cndofx/dundefsave on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cndofx/dundefsave [INFO] finished tweaking git repo https://github.com/cndofx/dundefsave [INFO] tweaked toml for git repo https://github.com/cndofx/dundefsave written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cndofx/dundefsave 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-01-12" "fetch" "--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] Downloading crates ... [INFO] [stderr] Downloaded compress v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bce6eaad079f4228526df71f73b596c3e1673d0f9271984fe5dc5007d157b6fe [INFO] running `Command { std: "docker" "start" "-a" "bce6eaad079f4228526df71f73b596c3e1673d0f9271984fe5dc5007d157b6fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bce6eaad079f4228526df71f73b596c3e1673d0f9271984fe5dc5007d157b6fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bce6eaad079f4228526df71f73b596c3e1673d0f9271984fe5dc5007d157b6fe", kill_on_drop: false }` [INFO] [stdout] bce6eaad079f4228526df71f73b596c3e1673d0f9271984fe5dc5007d157b6fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e0e02239304d259b07997f435948e7c753085b93245934524a379299ef57878 [INFO] running `Command { std: "docker" "start" "-a" "8e0e02239304d259b07997f435948e7c753085b93245934524a379299ef57878", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling clap_builder v4.5.11 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling syn v2.0.10 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling compress v0.2.1 [INFO] [stderr] Compiling clap_derive v4.5.11 [INFO] [stderr] Compiling clap v4.5.11 [INFO] [stderr] Compiling dundefsave v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io::Cursor` [INFO] [stdout] --> src/parser/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Cursor; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixed_size_options` [INFO] [stdout] --> src/parser/decompressed/options_info.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | let fixed_size_options = OptionsFixedSize::read(reader)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixed_size_options` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags` [INFO] [stdout] --> src/parser/decompressed/options_info.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | let flags = reader.read_u32::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `game_options` [INFO] [stdout] --> src/parser/decompressed/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let game_options = OptionsInfo::read(reader)?; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_game_options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `game_options` and `heroes` are never read [INFO] [stdout] --> src/parser/decompressed/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct GameStorage { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 17 | game_options: OptionsInfo, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 18 | heroes: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GameStorage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser/decompressed/equipment_save_info.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct EquipmentSaveInfo { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 7 | is_initialized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 10 | damage_reduction_index: [u8; MAX_DAMAGE_REDUCTIONS], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | damage_reduction_percentage: [u8; MAX_DAMAGE_REDUCTIONS], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | [INFO] [stdout] 13 | stat_modifiers: [i32; MAX_LEVELUP_STATS], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 14 | [INFO] [stdout] 15 | weapon_damage_bonus: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | weapon_number_of_projectiles_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | weapon_speed_of_projectiles_bonus: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | weapon_additional_damage_type_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | weapon_additional_damage_amount: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | weapon_draw_scale_multiplier: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | weapon_swing_speed_multiplier: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | [INFO] [stdout] 23 | level: i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | stored_mana: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 25 | [INFO] [stdout] 26 | weapon_blocking_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | weapon_alt_damage_bonus: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 28 | weapon_clip_ammo_bonus: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | weapon_reload_speed_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 30 | weapon_knockback_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | weapon_charge_speed_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | weapon_shots_per_second_bonus: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | [INFO] [stdout] 34 | name_index_base: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | name_index_damage_reduction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | name_index_quality_descriptor: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | [INFO] [stdout] 38 | primary_color_set: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | secondary_color_set: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | [INFO] [stdout] 41 | equipment_id1: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 42 | equipment_id2: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 43 | [INFO] [stdout] 44 | minimum_sell_value: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | maximum_sell_value: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | max_level: i32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 47 | [INFO] [stdout] 48 | dropped_location_x: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 49 | dropped_location_y: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | dropped_location_z: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | [INFO] [stdout] 52 | can_be_upgraded: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | allow_renaming_at_max_upgrade: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 54 | [INFO] [stdout] 55 | cant_be_dropped: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | cant_be_sold: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 57 | auto_lock_in_item_box: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | did_one_time_effect: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 59 | is_locked: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 60 | manual_lr: bool, // what is this? [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 61 | [INFO] [stdout] 62 | primary_color_override: LinearColor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 63 | secondary_color_override: LinearColor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 64 | [INFO] [stdout] 65 | user_equipment_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 66 | user_forger_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 67 | description: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 68 | equipment_template: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 69 | [INFO] [stdout] 70 | folder_id: i32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 71 | is_secondary: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EquipmentSaveInfo` 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 `hero` and `equipment` are never read [INFO] [stdout] --> src/parser/decompressed/hero_and_equipment.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct HeroAndEquipment { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 5 | hero: HeroSaveInfo, [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | equipment: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeroAndEquipment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser/decompressed/hero_save_info.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct HeroSaveInfo { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 5 | is_initialized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 6 | [INFO] [stdout] 7 | hero_health_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | hero_speed_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | hero_damage_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | hero_casting_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | hero_ability1_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | hero_ability2_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | [INFO] [stdout] 14 | hero_defense_health_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | hero_defense_rate_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | hero_defense_damage_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | hero_defense_range_modifier: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | [INFO] [stdout] 19 | hero_level: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 20 | hero_experience: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | mana_power: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 22 | [INFO] [stdout] 23 | guid1: i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | guid2: i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 25 | guid3: i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | guid4: i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 27 | [INFO] [stdout] 28 | current_costume_index: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | c1: LinearColor, [INFO] [stdout] | ^^ [INFO] [stdout] 30 | c2: LinearColor, [INFO] [stdout] | ^^ [INFO] [stdout] 31 | c3: LinearColor, [INFO] [stdout] | ^^ [INFO] [stdout] 32 | [INFO] [stdout] 33 | did_respec: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 34 | gave_exp_bonus: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 35 | allow_rename: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 36 | [INFO] [stdout] 37 | hero_name: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 38 | hero_template: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 39 | [INFO] [stdout] 40 | hotkey_action1: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | hotkey_action2: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 42 | hotkey_action3: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 43 | hotkey_action4: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | hotkey_action5: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 45 | hotkey_action6: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 46 | hotkey_action7: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 47 | hotkey_action8: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 48 | hotkey_action9: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 49 | hotkey_action10: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HeroSaveInfo` 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 `r`, `g`, `b`, and `a` are never read [INFO] [stdout] --> src/parser/decompressed/linear_color.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct LinearColor { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 3 | r: f32, [INFO] [stdout] | ^ [INFO] [stdout] 4 | g: f32, [INFO] [stdout] | ^ [INFO] [stdout] 5 | b: f32, [INFO] [stdout] | ^ [INFO] [stdout] 6 | a: f32, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `LinearColor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser/decompressed/options_info.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct OptionsInfo { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 9 | fixed_size_options: OptionsFixedSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | resolution: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 11 | [INFO] [stdout] 12 | last_level_tag: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | gamespy_username: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | gamespy_password: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | [INFO] [stdout] 18 | search_filters: SearchFilterSettings, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 19 | installed_dlc_equipments: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OptionsInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser/decompressed/options_info.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct OptionsFixedSize { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 24 | auto_show_levelup: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | allow_friendly_fire: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 26 | use_gamepad: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 27 | auto_adjust_camera_for_phase: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 28 | [INFO] [stdout] 29 | show_tutorials: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 30 | shown_tutorials: [i32; MAX_TUTORIAL_SETS], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | [INFO] [stdout] 32 | volume_sfx: f32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 33 | volume_music: f32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 34 | [INFO] [stdout] 35 | voice_play_volume: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | voice_capture_volume: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | push_to_talk: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 38 | incoming_voice: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 39 | outgoing_voice: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 40 | [INFO] [stdout] 41 | gamma: f32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 42 | saturation: f32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 43 | ui_scale: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 44 | [INFO] [stdout] 45 | post_processing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | [INFO] [stdout] 47 | show_floating_damage_numbers: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 48 | right_strick_turns_camera_scheme: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 49 | invert_camera_pitch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | swap_triggers_and_buttons: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | fullscreen: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 52 | splitscreen_config: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | current_difficulty: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 54 | lobby_item_lock: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 55 | default_chase_camera: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | default_camera_target_distance: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 57 | default_placing_tower_camera_distance: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | mouse_camera_rotation_speed: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | minimum_level: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | saved_login_info: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 65 | custom_game_meta_flags: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 66 | [INFO] [stdout] 67 | costume_unlocks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 68 | hero_unlocks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OptionsFixedSize` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser/decompressed/options_info.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct SearchFilterSettings { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 73 | level_indices_to_filter: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 74 | difficulties_to_filter: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 75 | filter_challenge_missions: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 76 | filter_campaign_missions: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 77 | filter_pure_strategy: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 78 | filter_infinite_build: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 79 | filter_infinite_waves: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 80 | [INFO] [stdout] 81 | filter_host_class: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 82 | filter_host_level: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 83 | filter_host_level_start: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 84 | filter_host_level_end: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SearchFilterSettings` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/main.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | fn compress(input: &Path, output: &Path) -> eyre::Result<()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/main.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | fn compress(input: &Path, output: &Path) -> eyre::Result<()> { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcQws8DA/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libeyre-890bd3d0628d236b.rlib,libindenter-add53b8e51d6428d.rlib,libonce_cell-a1d7742f74efe1da.rlib,libdundefsave-36e36b4bc3d27cf5.rlib,libcompress-d603d7b0723f977d.rlib,liblog-d92df7c38c336d51.rlib,librand-451f2d889d3b01dd.rlib,librand_chacha-ee5d96815b446301.rlib,libppv_lite86-74d192d5fb0d20a2.rlib,librand_core-cb4cc37a0cb7fb1e.rlib,libgetrandom-1cbeedb916bc8a6c.rlib,liblibc-fa3b7c068e3e61df.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libbyteorder-8f59b6d1bfdaa844.rlib,libclap-ec818fcba233dc6a.rlib,libclap_builder-4571e3ff003887a7.rlib,libstrsim-4d1ed08a123238dc.rlib,libanstream-d65ff0cee23422aa.rlib,libanstyle_query-c2ddf24da84b808b.rlib,libis_terminal_polyfill-e39671344234c74d.rlib,libcolorchoice-f043a9cbe978a475.rlib,libanstyle_parse-d052f2eded0228ad.rlib,libutf8parse-92d0158219063202.rlib,libclap_lex-0512dbb32afc12f9.rlib,libanstyle-30c2776cf400edb9.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-2e6eca6bf1681754.rlib,libpanic_unwind-6419b8734ab2f0cb.rlib,libobject-784ada497c5d935e.rlib,libmemchr-9267ffe866ca370f.rlib,libaddr2line-36f3ec5f8f15f213.rlib,libgimli-a0a71c3c5fe00164.rlib,librustc_demangle-95f237535246c825.rlib,libstd_detect-e0bd23c2b0917c59.rlib,libhashbrown-22a7802a8abbef9e.rlib,librustc_std_workspace_alloc-eb0228d54dd99343.rlib,libminiz_oxide-e6c6f516ce70276d.rlib,libadler-af73ed2b2e212982.rlib,libunwind-0000b4ce778574a2.rlib,libcfg_if-1a94dbdc43bc518f.rlib,liblibc-b957950176a614bc.rlib,liballoc-2b137d666ae9b5cb.rlib,librustc_std_workspace_core-4cf833632aafa84c.rlib,libcore-65c2c6d2d6ae570b.rlib,libcompiler_builtins-678c764df5f831e4.rlib}" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dundefsave-e7a13eb7a76f6d92" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dundefsave` (bin "dundefsave") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8e0e02239304d259b07997f435948e7c753085b93245934524a379299ef57878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e0e02239304d259b07997f435948e7c753085b93245934524a379299ef57878", kill_on_drop: false }` [INFO] [stdout] 8e0e02239304d259b07997f435948e7c753085b93245934524a379299ef57878