[INFO] cloning repository https://github.com/scott181182/nespiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scott181182/nespiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott181182%2Fnespiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott181182%2Fnespiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b791ae38d95a3ebe29a878e395d7c965451417ec [INFO] checking scott181182/nespiler against try#dd2d87b6cc31907ae305875eb6be399783dc0256 for pr-143929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscott181182%2Fnespiler" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/scott181182/nespiler [INFO] finished tweaking git repo https://github.com/scott181182/nespiler [INFO] tweaked toml for git repo https://github.com/scott181182/nespiler written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/scott181182/nespiler on toolchain dd2d87b6cc31907ae305875eb6be399783dc0256 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/scott181182/nespiler 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" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a57ce79a60415109d2385b84739cdb1dd8dff6cf5adbc40f8832ee8b5c612436 [INFO] running `Command { std: "docker" "start" "-a" "a57ce79a60415109d2385b84739cdb1dd8dff6cf5adbc40f8832ee8b5c612436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a57ce79a60415109d2385b84739cdb1dd8dff6cf5adbc40f8832ee8b5c612436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a57ce79a60415109d2385b84739cdb1dd8dff6cf5adbc40f8832ee8b5c612436", kill_on_drop: false }` [INFO] [stdout] a57ce79a60415109d2385b84739cdb1dd8dff6cf5adbc40f8832ee8b5c612436 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0960521b29269b72e750fd8e65935dd4c78b299b57c6ca280444d80cded960a5 [INFO] running `Command { std: "docker" "start" "-a" "0960521b29269b72e750fd8e65935dd4c78b299b57c6ca280444d80cded960a5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling binrw_derive v0.14.0 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling binrw v0.14.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Checking bytemuck v1.16.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking anstyle-query v1.1.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking clap_lex v0.7.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Checking clap_builder v4.5.7 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking syn v2.0.66 [INFO] [stderr] Checking nespile_macros v0.1.0 (/opt/rustwide/workdir/nespile_macros) [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling clap_derive v4.5.5 [INFO] [stderr] Checking clap v4.5.7 [INFO] [stderr] Compiling modular-bitfield-impl v0.11.2 [INFO] [stderr] Compiling subenum v1.1.2 [INFO] [stderr] Checking modular-bitfield v0.11.2 [INFO] [stderr] Checking nespile v0.1.0 (/opt/rustwide/workdir/nespile) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 35 - pub nametable_arrangement: NametableArrangement, [INFO] [stdout] 35 + ub nametable_arrangement: NametableArrangemen, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | pub persistent_memory: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 36 - pub persistent_memory: bool, [INFO] [stdout] 36 + ub persistent_memory: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub has_trainer: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - pub has_trainer: bool, [INFO] [stdout] 37 + ub has_trainer: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | pub alt_nametable_layout: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - pub alt_nametable_layout: bool, [INFO] [stdout] 38 + ub alt_nametable_layout: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | pub mapper_lower: B4 [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 39 - pub mapper_lower: B4 [INFO] [stdout] 39 + ub mapper_lower: B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub vs_unisystem: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub vs_unisystem: bool, [INFO] [stdout] 45 + ub vs_unisystem: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub playchoice_10: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - pub playchoice_10: bool, [INFO] [stdout] 46 + ub playchoice_10: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub nes2_indicator: B2, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 47 - pub nes2_indicator: B2, [INFO] [stdout] 47 + ub nes2_indicator: B, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | pub mapper_upper: B4 [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 48 - pub mapper_upper: B4 [INFO] [stdout] 48 + ub mapper_upper: B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | pub tv_system: TVSystem, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 54 - pub tv_system: TVSystem, [INFO] [stdout] 54 + ub tv_system: TVSyste, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 35 - pub nametable_arrangement: NametableArrangement, [INFO] [stdout] 35 + ub nametable_arrangement: NametableArrangemen, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | pub persistent_memory: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 36 - pub persistent_memory: bool, [INFO] [stdout] 36 + ub persistent_memory: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub has_trainer: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - pub has_trainer: bool, [INFO] [stdout] 37 + ub has_trainer: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | pub alt_nametable_layout: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - pub alt_nametable_layout: bool, [INFO] [stdout] 38 + ub alt_nametable_layout: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | pub mapper_lower: B4 [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 39 - pub mapper_lower: B4 [INFO] [stdout] 39 + ub mapper_lower: B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub vs_unisystem: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub vs_unisystem: bool, [INFO] [stdout] 45 + ub vs_unisystem: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub playchoice_10: bool, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - pub playchoice_10: bool, [INFO] [stdout] 46 + ub playchoice_10: boo, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub nes2_indicator: B2, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 47 - pub nes2_indicator: B2, [INFO] [stdout] 47 + ub nes2_indicator: B, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | pub mapper_upper: B4 [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 48 - pub mapper_upper: B4 [INFO] [stdout] 48 + ub mapper_upper: B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> nespile/src/parser/rom.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | pub tv_system: TVSystem, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 54 - pub tv_system: TVSystem, [INFO] [stdout] 54 + ub tv_system: TVSyste, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | // #[derive(BinRead, Debug)] [INFO] [stdout] 33 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | || pub struct INesHeaderFlags6 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 35 | | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] ... | [INFO] [stdout] 39 | | pub mapper_lower: B4 [INFO] [stdout] 40 | | } [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `into_bytes` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | // #[derive(BinRead, Debug)] [INFO] [stdout] 33 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | || pub struct INesHeaderFlags6 { [INFO] [stdout] | ||___________________________- method in this implementation [INFO] [stdout] 35 | | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] ... | [INFO] [stdout] 39 | | pub mapper_lower: B4 [INFO] [stdout] 40 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `nametable_arrangement`, `persistent_memory`, `alt_nametable_layout`, and `mapper_lower` are never used [INFO] [stdout] --> nespile/src/parser/rom.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 32 | / #[derive(BinRead, Debug)] [INFO] [stdout] 33 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | | pub struct INesHeaderFlags6 { [INFO] [stdout] | |___________________________- methods in this implementation [INFO] [stdout] 35 | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | pub persistent_memory: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | pub has_trainer: bool, [INFO] [stdout] 38 | pub alt_nametable_layout: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | pub mapper_lower: B4 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 43 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 44 | || pub struct INesHeaderFlags7 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 45 | | pub vs_unisystem: bool, [INFO] [stdout] ... | [INFO] [stdout] 48 | | pub mapper_upper: B4 [INFO] [stdout] 49 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `vs_unisystem`, `playchoice_10`, `nes2_indicator`, and `mapper_upper` are never used [INFO] [stdout] --> nespile/src/parser/rom.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 42 | / #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 43 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 44 | | pub struct INesHeaderFlags7 { [INFO] [stdout] | |___________________________- methods in this implementation [INFO] [stdout] 45 | pub vs_unisystem: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 46 | pub playchoice_10: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 47 | pub nes2_indicator: B2, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 48 | pub mapper_upper: B4 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | || pub struct INesHeaderFlags9 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 54 | | pub tv_system: TVSystem, [INFO] [stdout] 55 | | #[skip] [INFO] [stdout] 56 | | reserved: B7 [INFO] [stdout] 57 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `into_bytes` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | || pub struct INesHeaderFlags9 { [INFO] [stdout] | ||___________________________- method in this implementation [INFO] [stdout] 54 | | pub tv_system: TVSystem, [INFO] [stdout] 55 | | #[skip] [INFO] [stdout] 56 | | reserved: B7 [INFO] [stdout] 57 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `tv_system` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | | pub struct INesHeaderFlags9 { [INFO] [stdout] | |___________________________- method in this implementation [INFO] [stdout] 54 | pub tv_system: TVSystem, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `flags7`, `prgram_size`, `flags9`, `unused`, and `version` are never read [INFO] [stdout] --> nespile/src/parser/rom.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct NesHeader { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 70 | pub flags7: INesHeaderFlags7, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | prgram_size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 74 | [INFO] [stdout] 75 | pub flags9: INesHeaderFlags9, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 76 | [INFO] [stdout] 77 | unused: [u8; 6], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | pub version: NesFormatVersion [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `NesHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | // #[derive(BinRead, Debug)] [INFO] [stdout] 33 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | || pub struct INesHeaderFlags6 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 35 | | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] ... | [INFO] [stdout] 39 | | pub mapper_lower: B4 [INFO] [stdout] 40 | | } [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `into_bytes` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | // #[derive(BinRead, Debug)] [INFO] [stdout] 33 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | || pub struct INesHeaderFlags6 { [INFO] [stdout] | ||___________________________- method in this implementation [INFO] [stdout] 35 | | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] ... | [INFO] [stdout] 39 | | pub mapper_lower: B4 [INFO] [stdout] 40 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `nametable_arrangement`, `persistent_memory`, `alt_nametable_layout`, and `mapper_lower` are never used [INFO] [stdout] --> nespile/src/parser/rom.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 32 | / #[derive(BinRead, Debug)] [INFO] [stdout] 33 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 34 | | pub struct INesHeaderFlags6 { [INFO] [stdout] | |___________________________- methods in this implementation [INFO] [stdout] 35 | pub nametable_arrangement: NametableArrangement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | pub persistent_memory: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | pub has_trainer: bool, [INFO] [stdout] 38 | pub alt_nametable_layout: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | pub mapper_lower: B4 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 43 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 44 | || pub struct INesHeaderFlags7 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 45 | | pub vs_unisystem: bool, [INFO] [stdout] ... | [INFO] [stdout] 48 | | pub mapper_upper: B4 [INFO] [stdout] 49 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `vs_unisystem`, `playchoice_10`, `nes2_indicator`, and `mapper_upper` are never used [INFO] [stdout] --> nespile/src/parser/rom.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 42 | / #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 43 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 44 | | pub struct INesHeaderFlags7 { [INFO] [stdout] | |___________________________- methods in this implementation [INFO] [stdout] 45 | pub vs_unisystem: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 46 | pub playchoice_10: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 47 | pub nes2_indicator: B2, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 48 | pub mapper_upper: B4 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | || pub struct INesHeaderFlags9 { [INFO] [stdout] | ||___________________________- associated function in this implementation [INFO] [stdout] 54 | | pub tv_system: TVSystem, [INFO] [stdout] 55 | | #[skip] [INFO] [stdout] 56 | | reserved: B7 [INFO] [stdout] 57 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `into_bytes` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | // #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | || #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | || pub struct INesHeaderFlags9 { [INFO] [stdout] | ||___________________________- method in this implementation [INFO] [stdout] 54 | | pub tv_system: TVSystem, [INFO] [stdout] 55 | | #[skip] [INFO] [stdout] 56 | | reserved: B7 [INFO] [stdout] 57 | | } [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `tv_system` is never used [INFO] [stdout] --> nespile/src/parser/rom.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive(BinRead, Clone, Debug)] [INFO] [stdout] 52 | | #[br(map = Self::from_bytes)] [INFO] [stdout] 53 | | pub struct INesHeaderFlags9 { [INFO] [stdout] | |___________________________- method in this implementation [INFO] [stdout] 54 | pub tv_system: TVSystem, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `flags7`, `prgram_size`, `flags9`, `unused`, and `version` are never read [INFO] [stdout] --> nespile/src/parser/rom.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct NesHeader { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 70 | pub flags7: INesHeaderFlags7, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | prgram_size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 74 | [INFO] [stdout] 75 | pub flags9: INesHeaderFlags9, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 76 | [INFO] [stdout] 77 | unused: [u8; 6], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | pub version: NesFormatVersion [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `NesHeader` 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 35.34s [INFO] running `Command { std: "docker" "inspect" "0960521b29269b72e750fd8e65935dd4c78b299b57c6ca280444d80cded960a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0960521b29269b72e750fd8e65935dd4c78b299b57c6ca280444d80cded960a5", kill_on_drop: false }` [INFO] [stdout] 0960521b29269b72e750fd8e65935dd4c78b299b57c6ca280444d80cded960a5