[INFO] cloning repository https://github.com/marethyu/nesty [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marethyu/nesty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarethyu%2Fnesty", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarethyu%2Fnesty'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bb358dc0f6f5d00cefd1927f64879abb85446a1d [INFO] testing marethyu/nesty against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarethyu%2Fnesty" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marethyu/nesty on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/marethyu/nesty [INFO] finished tweaking git repo https://github.com/marethyu/nesty [INFO] tweaked toml for git repo https://github.com/marethyu/nesty written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/marethyu/nesty already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e837ac342add6240c9e2b8fb165c7c0d178a344334c70b1f024a9e4682a6028 [INFO] running `Command { std: "docker" "start" "-a" "0e837ac342add6240c9e2b8fb165c7c0d178a344334c70b1f024a9e4682a6028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e837ac342add6240c9e2b8fb165c7c0d178a344334c70b1f024a9e4682a6028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e837ac342add6240c9e2b8fb165c7c0d178a344334c70b1f024a9e4682a6028", kill_on_drop: false }` [INFO] [stdout] 0e837ac342add6240c9e2b8fb165c7c0d178a344334c70b1f024a9e4682a6028 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebcbda016ead1de398a56705713409bc57d1148d3b0c053d976d267547b019f7 [INFO] running `Command { std: "docker" "start" "-a" "ebcbda016ead1de398a56705713409bc57d1148d3b0c053d976d267547b019f7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling bumpalo v3.10.0 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling sdl2 v0.34.5 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling sdl2-sys v0.34.5 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.82 [INFO] [stderr] Compiling proc-bitfield-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.82 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.82 [INFO] [stderr] Compiling proc-bitfield v0.1.1 [INFO] [stderr] Compiling nesty v0.1.0 (/opt/rustwide/workdir/nesty) [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling native-dialog v0.6.3 [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> nesty/src/mapper/mapper0.rs:61:45 [INFO] [stdout] | [INFO] [stdout] 61 | fn ppu_write_byte(&mut self, addr: u16, data: u8) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> nesty/src/bus.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | _ => panic!("Address out of bounds: {:04X}", addr) [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> nesty/src/bus.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 106 | 0x0000..=0x1FFF => self.ram[mirror!(0x0000, addr, RAM_SIZE)], [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 107 | 0x2000..=0x3FFF => self.ppu().borrow_mut().read_register(mirror!(0x2000, addr, PPU_REG_COUNT)), [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 108 | 0x4000..=0x401F => { [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 114 | 0x4020..=0xFFFF => self.cart().borrow_mut().read_byte(addr), [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 115 | _ => panic!("Address out of bounds: {:04X}", addr) [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> nesty/src/bus.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | _ => panic!("Address out of bounds: {:04X}", addr) [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> nesty/src/bus.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 127 | 0x0000..=0x1FFF => { self.ram[mirror!(0x0000, addr, RAM_SIZE)] = data; } [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 128 | 0x2000..=0x3FFF => { self.ppu().borrow_mut().write_register(mirror!(0x2000, addr, PPU_REG_COUNT), data); } [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 129 | 0x4000..=0x401F => { [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 145 | 0x4020..=0xFFFF => { self.cart().borrow_mut().write_byte(addr, data); } [INFO] [stdout] | --------------- matches some of the same values [INFO] [stdout] 146 | _ => panic!("Address out of bounds: {:04X}", addr) [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `write_word` is never used [INFO] [stdout] --> nesty/src/io.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub trait IO { [INFO] [stdout] | -- method in this trait [INFO] [stdout] ... [INFO] [stdout] 5 | fn write_word(&mut self, addr: u16, data: u16); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `FLAG_U` is never used [INFO] [stdout] --> nesty/src/m6502.rs:38:7 [INFO] [stdout] | [INFO] [stdout] 38 | const FLAG_U: u8 = 5; // unused [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `FLAG_B` is never used [INFO] [stdout] --> nesty/src/m6502.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | const FLAG_B: u8 = 4; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `cpu_write_word` is never used [INFO] [stdout] --> nesty/src/m6502.rs:658:8 [INFO] [stdout] | [INFO] [stdout] 81 | impl M6502 { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 658 | fn cpu_write_word(&mut self, addr: u16, data: u16) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> nesty/src/ppu.rs:799:29 [INFO] [stdout] | [INFO] [stdout] 799 | if (a >= 0x000 && a < 0x400) || (a >= 0x800 && a < 0xC00) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> nesty/src/ppu.rs:812:28 [INFO] [stdout] | [INFO] [stdout] 812 | if a >= 0x000 && a < 0x800 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> nesty/src/ppu.rs:857:29 [INFO] [stdout] | [INFO] [stdout] 857 | if (a >= 0x000 && a < 0x400) || (a >= 0x800 && a < 0xC00) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> nesty/src/ppu.rs:870:28 [INFO] [stdout] | [INFO] [stdout] 870 | if a >= 0x000 && a < 0x800 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nesty-desktop-sdl2 v0.1.0 (/opt/rustwide/workdir/platform/desktop-sdl2) [INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ebcbda016ead1de398a56705713409bc57d1148d3b0c053d976d267547b019f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebcbda016ead1de398a56705713409bc57d1148d3b0c053d976d267547b019f7", kill_on_drop: false }` [INFO] [stdout] ebcbda016ead1de398a56705713409bc57d1148d3b0c053d976d267547b019f7