[INFO] fetching crate game-boy-inator 0.0.1... [INFO] checking game-boy-inator-0.0.1 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate game-boy-inator 0.0.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate game-boy-inator 0.0.1 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate game-boy-inator 0.0.1 [INFO] finished tweaking crates.io crate game-boy-inator 0.0.1 [INFO] tweaked toml for crates.io crate game-boy-inator 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c61e5490ce24f70ac208d00ec673530db4db362f947a6c435388bd5b9778e3fe [INFO] running `Command { std: "docker" "start" "-a" "c61e5490ce24f70ac208d00ec673530db4db362f947a6c435388bd5b9778e3fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c61e5490ce24f70ac208d00ec673530db4db362f947a6c435388bd5b9778e3fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c61e5490ce24f70ac208d00ec673530db4db362f947a6c435388bd5b9778e3fe", kill_on_drop: false }` [INFO] [stdout] c61e5490ce24f70ac208d00ec673530db4db362f947a6c435388bd5b9778e3fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38fb811c3f897504968b6588f9bbe6f1e8f788b2bd4a13bdbaeb63cea73b1ffc [INFO] running `Command { std: "docker" "start" "-a" "38fb811c3f897504968b6588f9bbe6f1e8f788b2bd4a13bdbaeb63cea73b1ffc", kill_on_drop: false }` [INFO] [stderr] Checking game-boy-inator v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/cpu/alu_tests.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::cpu::{self, *}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `cpu::Cpu` and `ram::Ram` [INFO] [stdout] --> src/tests.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::{ram::Ram, cpu::Cpu}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/cpu/alu_tests.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | let mut cpu = Cpu::new(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cpu/alu_tests.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | let mut cpu = Cpu::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STAT_MODE` is never used [INFO] [stdout] --> src/ppu.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | const STAT_MODE:u8 = 0b00000011; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STAT_MATCH` is never used [INFO] [stdout] --> src/ppu.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const STAT_MATCH:u8 = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_00` is never used [INFO] [stdout] --> src/ppu.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | const PALETTE_DOT_00:u8 = 0b00000011; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_01` is never used [INFO] [stdout] --> src/ppu.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | const PALETTE_DOT_01:u8 = 0b00001100; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_10` is never used [INFO] [stdout] --> src/ppu.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | const PALETTE_DOT_10:u8 = 0b00110000; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_11` is never used [INFO] [stdout] --> src/ppu.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const PALETTE_DOT_11:u8 = 0b11000000; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `new_frame` is never read [INFO] [stdout] --> src/ppu.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Ppu [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | new_frame: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_jp_nflag_pc_16` is never used [INFO] [stdout] --> src/cpu/jump_branch_tests.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | fn test_jp_nflag_pc_16() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STAT_MODE` is never used [INFO] [stdout] --> src/ppu.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | const STAT_MODE:u8 = 0b00000011; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STAT_MATCH` is never used [INFO] [stdout] --> src/ppu.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const STAT_MATCH:u8 = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_00` is never used [INFO] [stdout] --> src/ppu.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | const PALETTE_DOT_00:u8 = 0b00000011; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_01` is never used [INFO] [stdout] --> src/ppu.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | const PALETTE_DOT_01:u8 = 0b00001100; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_10` is never used [INFO] [stdout] --> src/ppu.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | const PALETTE_DOT_10:u8 = 0b00110000; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PALETTE_DOT_11` is never used [INFO] [stdout] --> src/ppu.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const PALETTE_DOT_11:u8 = 0b11000000; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `new_frame` is never read [INFO] [stdout] --> src/ppu.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct Ppu [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | new_frame: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "38fb811c3f897504968b6588f9bbe6f1e8f788b2bd4a13bdbaeb63cea73b1ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38fb811c3f897504968b6588f9bbe6f1e8f788b2bd4a13bdbaeb63cea73b1ffc", kill_on_drop: false }` [INFO] [stdout] 38fb811c3f897504968b6588f9bbe6f1e8f788b2bd4a13bdbaeb63cea73b1ffc