[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-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheTharin%2Fanastation" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheTharin/anastation on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-74/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-04-10" "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-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f65409f9998f2c99508e1dd9a3d53e31daa2e098bf669558a77ebcb768f6f9f4 [INFO] running `Command { std: "docker" "start" "-a" "f65409f9998f2c99508e1dd9a3d53e31daa2e098bf669558a77ebcb768f6f9f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f65409f9998f2c99508e1dd9a3d53e31daa2e098bf669558a77ebcb768f6f9f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65409f9998f2c99508e1dd9a3d53e31daa2e098bf669558a77ebcb768f6f9f4", kill_on_drop: false }` [INFO] [stdout] f65409f9998f2c99508e1dd9a3d53e31daa2e098bf669558a77ebcb768f6f9f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2192cb6b666950ff3f301f3d18329a914a154142ebeb7613a73ea31521857f6e [INFO] running `Command { std: "docker" "start" "-a" "2192cb6b666950ff3f301f3d18329a914a154142ebeb7613a73ea31521857f6e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 29.96s [INFO] running `Command { std: "docker" "inspect" "2192cb6b666950ff3f301f3d18329a914a154142ebeb7613a73ea31521857f6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2192cb6b666950ff3f301f3d18329a914a154142ebeb7613a73ea31521857f6e", kill_on_drop: false }` [INFO] [stdout] 2192cb6b666950ff3f301f3d18329a914a154142ebeb7613a73ea31521857f6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4071432fef7022999d2ec965f953079a87d43aa8e59364c75c1f80def355c618 [INFO] running `Command { std: "docker" "start" "-a" "4071432fef7022999d2ec965f953079a87d43aa8e59364c75c1f80def355c618", kill_on_drop: false }` [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 18.39s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/anastation-7a71050ee8917458) [INFO] running `Command { std: "docker" "inspect" "4071432fef7022999d2ec965f953079a87d43aa8e59364c75c1f80def355c618", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4071432fef7022999d2ec965f953079a87d43aa8e59364c75c1f80def355c618", kill_on_drop: false }` [INFO] [stdout] 4071432fef7022999d2ec965f953079a87d43aa8e59364c75c1f80def355c618 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 730fcbcf70a15aa0edd05f513aea2a9afeeda43748657cd6502b6bb98b340cfd [INFO] running `Command { std: "docker" "start" "-a" "730fcbcf70a15aa0edd05f513aea2a9afeeda43748657cd6502b6bb98b340cfd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `rom` [INFO] [stderr] --> src/main.rs:17:9 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] 17 | let rom = read_bin(rom_file_name); [INFO] [stdout] [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | [INFO] [stdout] [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.75s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/anastation-7a71050ee8917458) [INFO] running `Command { std: "docker" "inspect" "730fcbcf70a15aa0edd05f513aea2a9afeeda43748657cd6502b6bb98b340cfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "730fcbcf70a15aa0edd05f513aea2a9afeeda43748657cd6502b6bb98b340cfd", kill_on_drop: false }` [INFO] [stdout] 730fcbcf70a15aa0edd05f513aea2a9afeeda43748657cd6502b6bb98b340cfd