[INFO] cloning repository https://github.com/TheTharin/anastation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheTharin/anastation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheTharin%2Fanastation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheTharin%2Fanastation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e9ed94d2850d47e20ef23f9ef116fc50263a579 [INFO] testing TheTharin/anastation against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheTharin%2Fanastation" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheTharin/anastation on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheTharin/anastation [INFO] finished tweaking git repo https://github.com/TheTharin/anastation [INFO] tweaked toml for git repo https://github.com/TheTharin/anastation written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/TheTharin/anastation already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76956b8c860600c71fa06bcfa3390c9babbc29df396e4561a09bfbe78aaf0265 [INFO] running `Command { std: "docker" "start" "-a" "76956b8c860600c71fa06bcfa3390c9babbc29df396e4561a09bfbe78aaf0265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76956b8c860600c71fa06bcfa3390c9babbc29df396e4561a09bfbe78aaf0265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76956b8c860600c71fa06bcfa3390c9babbc29df396e4561a09bfbe78aaf0265", kill_on_drop: false }` [INFO] [stdout] 76956b8c860600c71fa06bcfa3390c9babbc29df396e4561a09bfbe78aaf0265 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e62bd302c64f607d7d196b032c2b71078cce41f39fd8afdff160c034d4982d9 [INFO] running `Command { std: "docker" "start" "-a" "6e62bd302c64f607d7d196b032c2b71078cce41f39fd8afdff160c034d4982d9", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling anastation v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `rom` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let rom = read_bin(rom_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PIF_ROM_SIZE` [INFO] [stdout] --> src/interconnect.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | const PIF_ROM_SIZE: usize = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/interconnect.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | ram: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/n64.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn run(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fpr` [INFO] [stdout] --> src/cpu/cpu.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | reg_fpr: [f64; NUM_FPR], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_hi` [INFO] [stdout] --> src/cpu/cpu.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | reg_hi: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_lo` [INFO] [stdout] --> src/cpu/cpu.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | reg_lo: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_llbit` [INFO] [stdout] --> src/cpu/cpu.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | reg_llbit: bool, // TODO: Enum type [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fcr0` [INFO] [stdout] --> src/cpu/cpu.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | reg_fcr0: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fcr31` [INFO] [stdout] --> src/cpu/cpu.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | reg_fcr31: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/cpu/cpu.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn run(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cu` [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | cu: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kseg0_cache_enabled` [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | kseg0_cache_enabled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `coprocessor_usability` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | coprocessor_usability: [bool; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `low_power` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | low_power: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `additional_fp_regs` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | additional_fp_regs: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reverse_endian` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | reverse_endian: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `diagnostic_status` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | diagnostic_status: SelfDiagnosticStatusField, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_mask` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | interrupt_mask: InterruptMask, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kernel_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | kernel_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `supervisor_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | supervisor_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | user_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mode` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | mode: Mode, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error_level` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | error_level: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exception_level` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | exception_level: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `global_interrupts_enable` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | global_interrupts_enable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instruction_trace_support` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | instruction_trace_support: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tlb_and_general_exception_vectors_location` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | tlb_and_general_exception_vectors_location: TLBGeneralExceptionVectorsLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tlb_shutdown` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | tlb_shutdown: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `soft_reset_or_nmi_occurred` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | soft_reset_or_nmi_occurred: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `condition_bit` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | condition_bit: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer_interrupt` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | timer_interrupt: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `external_interrupt_write_req` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | external_interrupt_write_req: [bool; 5], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `software_interrupt_causer_reg` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | software_interrupt_causer_reg: [bool; 2], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "6e62bd302c64f607d7d196b032c2b71078cce41f39fd8afdff160c034d4982d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e62bd302c64f607d7d196b032c2b71078cce41f39fd8afdff160c034d4982d9", kill_on_drop: false }` [INFO] [stdout] 6e62bd302c64f607d7d196b032c2b71078cce41f39fd8afdff160c034d4982d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d26569b40151519c17c8e5203069f7580b723a9e59882db3c0b5db28ebd70e16 [INFO] running `Command { std: "docker" "start" "-a" "d26569b40151519c17c8e5203069f7580b723a9e59882db3c0b5db28ebd70e16", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling anastation v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `rom` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let rom = read_bin(rom_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PIF_ROM_SIZE` [INFO] [stdout] --> src/interconnect.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | const PIF_ROM_SIZE: usize = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/interconnect.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | ram: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/n64.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn run(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fpr` [INFO] [stdout] --> src/cpu/cpu.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | reg_fpr: [f64; NUM_FPR], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_hi` [INFO] [stdout] --> src/cpu/cpu.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | reg_hi: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_lo` [INFO] [stdout] --> src/cpu/cpu.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | reg_lo: u64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_llbit` [INFO] [stdout] --> src/cpu/cpu.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | reg_llbit: bool, // TODO: Enum type [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fcr0` [INFO] [stdout] --> src/cpu/cpu.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | reg_fcr0: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_fcr31` [INFO] [stdout] --> src/cpu/cpu.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | reg_fcr31: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cpu.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/cpu/cpu.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn run(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cu` [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | cu: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kseg0_cache_enabled` [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | kseg0_cache_enabled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `coprocessor_usability` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | coprocessor_usability: [bool; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `low_power` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | low_power: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `additional_fp_regs` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | additional_fp_regs: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reverse_endian` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | reverse_endian: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `diagnostic_status` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | diagnostic_status: SelfDiagnosticStatusField, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_mask` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | interrupt_mask: InterruptMask, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kernel_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | kernel_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `supervisor_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | supervisor_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_mode_64bit_addressing` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | user_mode_64bit_addressing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mode` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | mode: Mode, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error_level` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | error_level: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exception_level` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | exception_level: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `global_interrupts_enable` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | global_interrupts_enable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instruction_trace_support` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | instruction_trace_support: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tlb_and_general_exception_vectors_location` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | tlb_and_general_exception_vectors_location: TLBGeneralExceptionVectorsLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tlb_shutdown` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | tlb_shutdown: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `soft_reset_or_nmi_occurred` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | soft_reset_or_nmi_occurred: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `condition_bit` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | condition_bit: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer_interrupt` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | timer_interrupt: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `external_interrupt_write_req` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | external_interrupt_write_req: [bool; 5], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `software_interrupt_causer_reg` [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | software_interrupt_causer_reg: [bool; 2], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.56s [INFO] running `Command { std: "docker" "inspect" "d26569b40151519c17c8e5203069f7580b723a9e59882db3c0b5db28ebd70e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d26569b40151519c17c8e5203069f7580b723a9e59882db3c0b5db28ebd70e16", kill_on_drop: false }` [INFO] [stdout] d26569b40151519c17c8e5203069f7580b723a9e59882db3c0b5db28ebd70e16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4353ddfcdde73dd6deee04a760a8c3dc15923c3a5207db69ccbc442a97059ffc [INFO] running `Command { std: "docker" "start" "-a" "4353ddfcdde73dd6deee04a760a8c3dc15923c3a5207db69ccbc442a97059ffc", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `rom` [INFO] [stderr] --> src/main.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | let rom = read_bin(rom_file_name); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `PIF_ROM_SIZE` [INFO] [stderr] --> src/interconnect.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | const PIF_ROM_SIZE: usize = 2048; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ram` [INFO] [stderr] --> src/interconnect.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | ram: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `run` [INFO] [stderr] --> src/n64.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn run(&mut self) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_fpr` [INFO] [stderr] --> src/cpu/cpu.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | reg_fpr: [f64; NUM_FPR], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_hi` [INFO] [stderr] --> src/cpu/cpu.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | reg_hi: u64, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_lo` [INFO] [stderr] --> src/cpu/cpu.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | reg_lo: u64, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_llbit` [INFO] [stderr] --> src/cpu/cpu.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | reg_llbit: bool, // TODO: Enum type [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_fcr0` [INFO] [stderr] --> src/cpu/cpu.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | reg_fcr0: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reg_fcr31` [INFO] [stderr] --> src/cpu/cpu.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | reg_fcr31: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cpu` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cpu.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `run` [INFO] [stderr] --> src/cpu/cpu.rs:56:12 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn run(&mut self) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cu` [INFO] [stderr] --> src/cpu/cp0/reg_config.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | cu: bool, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `kseg0_cache_enabled` [INFO] [stderr] --> src/cpu/cp0/reg_config.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | kseg0_cache_enabled: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_config.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `coprocessor_usability` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | coprocessor_usability: [bool; 4], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `low_power` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | low_power: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `additional_fp_regs` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | additional_fp_regs: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `reverse_endian` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | reverse_endian: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `diagnostic_status` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | diagnostic_status: SelfDiagnosticStatusField, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `interrupt_mask` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | interrupt_mask: InterruptMask, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `kernel_mode_64bit_addressing` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | kernel_mode_64bit_addressing: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `supervisor_mode_64bit_addressing` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | supervisor_mode_64bit_addressing: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `user_mode_64bit_addressing` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | user_mode_64bit_addressing: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `mode` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | mode: Mode, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `error_level` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | error_level: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `exception_level` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | exception_level: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `global_interrupts_enable` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | global_interrupts_enable: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `instruction_trace_support` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | instruction_trace_support: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tlb_and_general_exception_vectors_location` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | tlb_and_general_exception_vectors_location: TLBGeneralExceptionVectorsLocation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tlb_shutdown` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | tlb_shutdown: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `soft_reset_or_nmi_occurred` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | soft_reset_or_nmi_occurred: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `condition_bit` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | condition_bit: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SelfDiagnosticStatusField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `timer_interrupt` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | timer_interrupt: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `external_interrupt_write_req` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | external_interrupt_write_req: [bool; 5], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `software_interrupt_causer_reg` [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | software_interrupt_causer_reg: [bool; 2], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InterruptMask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/cpu/cp0/reg_status.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `anastation` (bin "anastation" test) generated 34 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/anastation-7a71050ee8917458) [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" "4353ddfcdde73dd6deee04a760a8c3dc15923c3a5207db69ccbc442a97059ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4353ddfcdde73dd6deee04a760a8c3dc15923c3a5207db69ccbc442a97059ffc", kill_on_drop: false }` [INFO] [stdout] 4353ddfcdde73dd6deee04a760a8c3dc15923c3a5207db69ccbc442a97059ffc