[INFO] cloning repository https://github.com/jeramyRR/rust-n64-emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeramyRR/rust-n64-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjeramyRR%2Frust-n64-emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjeramyRR%2Frust-n64-emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d059f826b7b59708f7fe0cd6d3f6ad84d289173 [INFO] testing jeramyRR/rust-n64-emulator 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%2FjeramyRR%2Frust-n64-emulator" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeramyRR/rust-n64-emulator 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/jeramyRR/rust-n64-emulator [INFO] finished tweaking git repo https://github.com/jeramyRR/rust-n64-emulator [INFO] tweaked toml for git repo https://github.com/jeramyRR/rust-n64-emulator written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/jeramyRR/rust-n64-emulator 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] f597ed3e55a3ee0356fe9794a57d09463cfc2111684d9a2d24fc8f7661e94d77 [INFO] running `Command { std: "docker" "start" "-a" "f597ed3e55a3ee0356fe9794a57d09463cfc2111684d9a2d24fc8f7661e94d77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f597ed3e55a3ee0356fe9794a57d09463cfc2111684d9a2d24fc8f7661e94d77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f597ed3e55a3ee0356fe9794a57d09463cfc2111684d9a2d24fc8f7661e94d77", kill_on_drop: false }` [INFO] [stdout] f597ed3e55a3ee0356fe9794a57d09463cfc2111684d9a2d24fc8f7661e94d77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] bcc3a99e1a511f2597717cbc194251dc1fef1afac95bb6b7138ec35bce7433ff [INFO] running `Command { std: "docker" "start" "-a" "bcc3a99e1a511f2597717cbc194251dc1fef1afac95bb6b7138ec35bce7433ff", kill_on_drop: false }` [INFO] [stderr] Compiling rustendo64 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `pif` [INFO] [stdout] --> src/main.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let pif = load_rom(pif_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pif` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rom` [INFO] [stdout] --> src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let rom = load_rom(rom_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_gprs` [INFO] [stdout] --> src/cpu.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | reg_gprs: [u64; NUM_GRP_REGS], // general purpose registers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fprs` [INFO] [stdout] --> src/cpu.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | reg_fprs: [f64; NUM_GRP_REGS], // floating point operation registers [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_pc` [INFO] [stdout] --> src/cpu.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | reg_pc: u64, // Program Counter register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_hi` [INFO] [stdout] --> src/cpu.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | reg_hi: u64, // Integer multiply & divide high order doubleword result [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_lo` [INFO] [stdout] --> src/cpu.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | reg_lo: u64, // Integer multiply & divide low order doubleword result [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_llbit` [INFO] [stdout] --> src/cpu.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | reg_llbit: bool, // Load/Link LLBit registers [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fcr0` [INFO] [stdout] --> src/cpu.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | reg_fcr0: f32, // Implementation/Revision register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fcr31` [INFO] [stdout] --> src/cpu.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | reg_fcr31: f32, // Control/Status register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: variant is never constructed: `DxxDxx` [INFO] [stdout] --> src/coprocessor0.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | DxxDxx, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[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: variant is never constructed: `RFU` [INFO] [stdout] --> src/coprocessor0.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | RFU, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[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: variant is never constructed: `LittleEndian` [INFO] [stdout] --> src/coprocessor0.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | LittleEndian, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigBE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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: `new` [INFO] [stdout] --> src/coprocessor0.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | fn new() -> RegConfig { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/coprocessor0.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn new() -> Cp0 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "bcc3a99e1a511f2597717cbc194251dc1fef1afac95bb6b7138ec35bce7433ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc3a99e1a511f2597717cbc194251dc1fef1afac95bb6b7138ec35bce7433ff", kill_on_drop: false }` [INFO] [stdout] bcc3a99e1a511f2597717cbc194251dc1fef1afac95bb6b7138ec35bce7433ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 83d87693cb910f47d0049b919c47f9ecabbdda5ba98c1f3a28ca91e799c3884a [INFO] running `Command { std: "docker" "start" "-a" "83d87693cb910f47d0049b919c47f9ecabbdda5ba98c1f3a28ca91e799c3884a", kill_on_drop: false }` [INFO] [stderr] Compiling rustendo64 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `pif` [INFO] [stdout] --> src/main.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let pif = load_rom(pif_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pif` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rom` [INFO] [stdout] --> src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let rom = load_rom(rom_file_name); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reg_gprs` [INFO] [stdout] --> src/cpu.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | reg_gprs: [u64; NUM_GRP_REGS], // general purpose registers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fprs` [INFO] [stdout] --> src/cpu.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | reg_fprs: [f64; NUM_GRP_REGS], // floating point operation registers [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_pc` [INFO] [stdout] --> src/cpu.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | reg_pc: u64, // Program Counter register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_hi` [INFO] [stdout] --> src/cpu.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | reg_hi: u64, // Integer multiply & divide high order doubleword result [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_lo` [INFO] [stdout] --> src/cpu.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | reg_lo: u64, // Integer multiply & divide low order doubleword result [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_llbit` [INFO] [stdout] --> src/cpu.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | reg_llbit: bool, // Load/Link LLBit registers [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fcr0` [INFO] [stdout] --> src/cpu.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | reg_fcr0: f32, // Implementation/Revision register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: `reg_fcr31` [INFO] [stdout] --> src/cpu.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | reg_fcr31: f32, // Control/Status register [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.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: variant is never constructed: `DxxDxx` [INFO] [stdout] --> src/coprocessor0.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | DxxDxx, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[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: variant is never constructed: `RFU` [INFO] [stdout] --> src/coprocessor0.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | RFU, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[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: variant is never constructed: `LittleEndian` [INFO] [stdout] --> src/coprocessor0.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | LittleEndian, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RegConfigBE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/coprocessor0.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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: `new` [INFO] [stdout] --> src/coprocessor0.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | fn new() -> RegConfig { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/coprocessor0.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn new() -> Cp0 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "83d87693cb910f47d0049b919c47f9ecabbdda5ba98c1f3a28ca91e799c3884a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83d87693cb910f47d0049b919c47f9ecabbdda5ba98c1f3a28ca91e799c3884a", kill_on_drop: false }` [INFO] [stdout] 83d87693cb910f47d0049b919c47f9ecabbdda5ba98c1f3a28ca91e799c3884a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] d85c6bfe5eb109746b1cc94d706fc98a53ab09e822c5c7c46350551550a7440f [INFO] running `Command { std: "docker" "start" "-a" "d85c6bfe5eb109746b1cc94d706fc98a53ab09e822c5c7c46350551550a7440f", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `pif` [INFO] [stderr] --> src/main.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | let pif = load_rom(pif_file_name); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_pif` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rom` [INFO] [stderr] --> src/main.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | let rom = load_rom(rom_file_name); [INFO] [stdout] [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_rom` [INFO] [stdout] running 0 tests [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: field is never read: `reg_gprs` [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> src/cpu.rs:11:3 [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] 11 | reg_gprs: [u64; NUM_GRP_REGS], // general purpose registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_fprs` [INFO] [stderr] --> src/cpu.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | reg_fprs: [f64; NUM_GRP_REGS], // floating point operation registers [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_pc` [INFO] [stderr] --> src/cpu.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | reg_pc: u64, // Program Counter register [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_hi` [INFO] [stderr] --> src/cpu.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | reg_hi: u64, // Integer multiply & divide high order doubleword result [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_lo` [INFO] [stderr] --> src/cpu.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | reg_lo: u64, // Integer multiply & divide low order doubleword result [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_llbit` [INFO] [stderr] --> src/cpu.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | reg_llbit: bool, // Load/Link LLBit registers [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_fcr0` [INFO] [stderr] --> src/cpu.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | reg_fcr0: f32, // Implementation/Revision register [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `reg_fcr31` [INFO] [stderr] --> src/cpu.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | reg_fcr31: f32, // Control/Status register [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.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: variant is never constructed: `DxxDxx` [INFO] [stderr] --> src/coprocessor0.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | DxxDxx, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/coprocessor0.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[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: variant is never constructed: `RFU` [INFO] [stderr] --> src/coprocessor0.rs:13:3 [INFO] [stderr] | [INFO] [stderr] 13 | RFU, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegConfigEP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/coprocessor0.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[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: variant is never constructed: `LittleEndian` [INFO] [stderr] --> src/coprocessor0.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | LittleEndian, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RegConfigBE` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/coprocessor0.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #[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: `new` [INFO] [stderr] --> src/coprocessor0.rs:41:6 [INFO] [stderr] | [INFO] [stderr] 41 | fn new() -> RegConfig { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/coprocessor0.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn new() -> Cp0 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `rustendo64` (bin "rustendo64" test) generated 15 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustendo64-a5aa396b6e2aaa0f) [INFO] running `Command { std: "docker" "inspect" "d85c6bfe5eb109746b1cc94d706fc98a53ab09e822c5c7c46350551550a7440f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d85c6bfe5eb109746b1cc94d706fc98a53ab09e822c5c7c46350551550a7440f", kill_on_drop: false }` [INFO] [stdout] d85c6bfe5eb109746b1cc94d706fc98a53ab09e822c5c7c46350551550a7440f