[INFO] cloning repository https://github.com/val500/rustboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/val500/rustboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fval500%2Frustboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fval500%2Frustboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] abb0326f13d39a1901dcec6ed3f0425b3898e79f [INFO] checking val500/rustboy against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fval500%2Frustboy" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/val500/rustboy on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/val500/rustboy [INFO] finished tweaking git repo https://github.com/val500/rustboy [INFO] tweaked toml for git repo https://github.com/val500/rustboy written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/val500/rustboy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 030d6addfb98b0d53321ed0d1b69228e5783ebc5a4b2848cddf57e1b9e090b83 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "030d6addfb98b0d53321ed0d1b69228e5783ebc5a4b2848cddf57e1b9e090b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "030d6addfb98b0d53321ed0d1b69228e5783ebc5a4b2848cddf57e1b9e090b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "030d6addfb98b0d53321ed0d1b69228e5783ebc5a4b2848cddf57e1b9e090b83", kill_on_drop: false }` [INFO] [stdout] 030d6addfb98b0d53321ed0d1b69228e5783ebc5a4b2848cddf57e1b9e090b83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79112e507714333b430e2fda88ebd75ebb14183a4cd85babbeb3a35cc7b31698 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "79112e507714333b430e2fda88ebd75ebb14183a4cd85babbeb3a35cc7b31698", kill_on_drop: false }` [INFO] [stderr] Checking rustboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `reg_file` [INFO] [stdout] --> src/instructions.rs:451:36 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/instructions.rs:451:60 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reg_file` [INFO] [stdout] --> src/instructions.rs:451:36 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/instructions.rs:451:60 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `instruction82RW` should have a snake case name [INFO] [stdout] --> src/instructions.rs:451:8 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `instruction82_rw` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/cpu.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Z: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `N` should have a snake case name [INFO] [stdout] --> src/cpu.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub N: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/cpu.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub H: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `C` should have a snake case name [INFO] [stdout] --> src/cpu.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub C: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/cpu.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub A: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `B` should have a snake case name [INFO] [stdout] --> src/cpu.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub B: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `C` should have a snake case name [INFO] [stdout] --> src/cpu.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub C: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `D` should have a snake case name [INFO] [stdout] --> src/cpu.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub D: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `E` should have a snake case name [INFO] [stdout] --> src/cpu.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub E: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `F` should have a snake case name [INFO] [stdout] --> src/cpu.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub F: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/cpu.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub H: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `L` should have a snake case name [INFO] [stdout] --> src/cpu.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub L: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/cpu.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub SP: u16, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `instruction82RW` should have a snake case name [INFO] [stdout] --> src/instructions.rs:451:8 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn instruction82RW(opcode: u8, reg_file: &mut RegFile, data: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `instruction82_rw` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/cpu.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Z: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `N` should have a snake case name [INFO] [stdout] --> src/cpu.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub N: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/cpu.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub H: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `C` should have a snake case name [INFO] [stdout] --> src/cpu.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub C: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/cpu.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub A: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `B` should have a snake case name [INFO] [stdout] --> src/cpu.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub B: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `C` should have a snake case name [INFO] [stdout] --> src/cpu.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub C: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `D` should have a snake case name [INFO] [stdout] --> src/cpu.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub D: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `E` should have a snake case name [INFO] [stdout] --> src/cpu.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub E: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `F` should have a snake case name [INFO] [stdout] --> src/cpu.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub F: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/cpu.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub H: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `L` should have a snake case name [INFO] [stdout] --> src/cpu.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub L: u8, [INFO] [stdout] | ^ help: convert the identifier to snake case: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/cpu.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub SP: u16, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "79112e507714333b430e2fda88ebd75ebb14183a4cd85babbeb3a35cc7b31698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79112e507714333b430e2fda88ebd75ebb14183a4cd85babbeb3a35cc7b31698", kill_on_drop: false }` [INFO] [stdout] 79112e507714333b430e2fda88ebd75ebb14183a4cd85babbeb3a35cc7b31698