[INFO] cloning repository https://github.com/bobhacko1112/nesdecompiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bobhacko1112/nesdecompiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobhacko1112%2Fnesdecompiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobhacko1112%2Fnesdecompiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f37304ecc92fb7de5ed3047d7c7d88ace1f0e0f [INFO] checking bobhacko1112/nesdecompiler against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobhacko1112%2Fnesdecompiler" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bobhacko1112/nesdecompiler on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bobhacko1112/nesdecompiler [INFO] finished tweaking git repo https://github.com/bobhacko1112/nesdecompiler [INFO] tweaked toml for git repo https://github.com/bobhacko1112/nesdecompiler written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bobhacko1112/nesdecompiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 445b80a6409d547865b71547de7562c8dbeb9fbf9709a635542dfd57a816ad49 [INFO] running `Command { std: "docker" "start" "-a" "445b80a6409d547865b71547de7562c8dbeb9fbf9709a635542dfd57a816ad49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "445b80a6409d547865b71547de7562c8dbeb9fbf9709a635542dfd57a816ad49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "445b80a6409d547865b71547de7562c8dbeb9fbf9709a635542dfd57a816ad49", kill_on_drop: false }` [INFO] [stdout] 445b80a6409d547865b71547de7562c8dbeb9fbf9709a635542dfd57a816ad49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34a61b2c467edcf54ed2e939cea8134d3f97f801c65288e3f51d7e6728adef57 [INFO] running `Command { std: "docker" "start" "-a" "34a61b2c467edcf54ed2e939cea8134d3f97f801c65288e3f51d7e6728adef57", kill_on_drop: false }` [INFO] [stderr] Checking nes_decompiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | if (a.as_ref().unwrap() != b.as_ref().unwrap()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | if (a.as_ref().unwrap() != b.as_ref().unwrap()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | let mut input_file = File::open(args.next().unwrap())?; [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: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let mut bytes = bytes.iter().enumerate(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `chr_page_size` [INFO] [stdout] --> src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | static chr_page_size: usize = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | let mut input_file = File::open(args.next().unwrap())?; [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: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let mut bytes = bytes.iter().enumerate(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `chr_page_size` [INFO] [stdout] --> src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | static chr_page_size: usize = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `header_size` should have an upper case name [INFO] [stdout] --> src/main.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | static header_size: usize = 16; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEADER_SIZE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `chr_page_size` should have an upper case name [INFO] [stdout] --> src/main.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | static chr_page_size: usize = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHR_PAGE_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `prg_page_size` should have an upper case name [INFO] [stdout] --> src/main.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | static prg_page_size: usize = 8192 *2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRG_PAGE_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `key` should have an upper case name [INFO] [stdout] --> src/main.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | static key: [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `KEY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `header_size` should have an upper case name [INFO] [stdout] --> src/main.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | static header_size: usize = 16; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEADER_SIZE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `chr_page_size` should have an upper case name [INFO] [stdout] --> src/main.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | static chr_page_size: usize = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHR_PAGE_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `prg_page_size` should have an upper case name [INFO] [stdout] --> src/main.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | static prg_page_size: usize = 8192 *2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRG_PAGE_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `key` should have an upper case name [INFO] [stdout] --> src/main.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | static key: [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `KEY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] running `Command { std: "docker" "inspect" "34a61b2c467edcf54ed2e939cea8134d3f97f801c65288e3f51d7e6728adef57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34a61b2c467edcf54ed2e939cea8134d3f97f801c65288e3f51d7e6728adef57", kill_on_drop: false }` [INFO] [stdout] 34a61b2c467edcf54ed2e939cea8134d3f97f801c65288e3f51d7e6728adef57