[INFO] cloning repository https://github.com/HOddyPropsting/Gameboy-Emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HOddyPropsting/Gameboy-Emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHOddyPropsting%2FGameboy-Emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHOddyPropsting%2FGameboy-Emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2a4212e1d2baf148900aa804c3752e261eadad81 [INFO] documenting HOddyPropsting/Gameboy-Emulator against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHOddyPropsting%2FGameboy-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/HOddyPropsting/Gameboy-Emulator on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HOddyPropsting/Gameboy-Emulator [INFO] finished tweaking git repo https://github.com/HOddyPropsting/Gameboy-Emulator [INFO] tweaked toml for git repo https://github.com/HOddyPropsting/Gameboy-Emulator written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/HOddyPropsting/Gameboy-Emulator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d73a9397750614701ee8cc5e1fbb1d70a2661b30334f5e841fb87ed05fc6636 [INFO] running `Command { std: "docker" "start" "-a" "9d73a9397750614701ee8cc5e1fbb1d70a2661b30334f5e841fb87ed05fc6636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d73a9397750614701ee8cc5e1fbb1d70a2661b30334f5e841fb87ed05fc6636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d73a9397750614701ee8cc5e1fbb1d70a2661b30334f5e841fb87ed05fc6636", kill_on_drop: false }` [INFO] [stdout] 9d73a9397750614701ee8cc5e1fbb1d70a2661b30334f5e841fb87ed05fc6636 [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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7185df08b1a01b1fba3fb49a9d088ca6e522b330cd3711ed7e9b2e9de26e8962 [INFO] running `Command { std: "docker" "start" "-a" "7185df08b1a01b1fba3fb49a9d088ca6e522b330cd3711ed7e9b2e9de26e8962", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking num-traits v0.1.37 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Compiling gb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking num-integer v0.1.34 [INFO] [stderr] Checking num-iter v0.1.33 [INFO] [stderr] Checking num v0.1.37 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking sdl2 v0.30.0 [INFO] [stderr] Documenting gb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/cpu.rs:721:42 [INFO] [stdout] | [INFO] [stdout] 721 | 0x56 => { ld_8!(self,D,HL_address);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1294:12 [INFO] [stdout] | [INFO] [stdout] 1294 | 0o000...0o007 => self.rlc(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1295:12 [INFO] [stdout] | [INFO] [stdout] 1295 | 0o010...0o017 => self.rrc(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1296:12 [INFO] [stdout] | [INFO] [stdout] 1296 | 0o020...0o027 => self.rl(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1297:12 [INFO] [stdout] | [INFO] [stdout] 1297 | 0o030...0o037 => self.rr(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1298:12 [INFO] [stdout] | [INFO] [stdout] 1298 | 0o040...0o047 => self.sla(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1299:12 [INFO] [stdout] | [INFO] [stdout] 1299 | 0o050...0o057 => self.sra(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1300:12 [INFO] [stdout] | [INFO] [stdout] 1300 | 0o060...0o067 => self.swap(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1301:12 [INFO] [stdout] | [INFO] [stdout] 1301 | 0o070...0o077 => self.srl(reg_vec[(instruction % 8) as usize]), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1302:12 [INFO] [stdout] | [INFO] [stdout] 1302 | 0o100...0o107 => self.bit(reg_vec[(instruction % 8) as usize], Bit::One), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1303:12 [INFO] [stdout] | [INFO] [stdout] 1303 | 0o110...0o117 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Two), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1304:12 [INFO] [stdout] | [INFO] [stdout] 1304 | 0o120...0o127 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Three), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1305:12 [INFO] [stdout] | [INFO] [stdout] 1305 | 0o130...0o137 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Four), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1306:12 [INFO] [stdout] | [INFO] [stdout] 1306 | 0o140...0o147 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Five), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1307:12 [INFO] [stdout] | [INFO] [stdout] 1307 | 0o150...0o157 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Six), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1308:12 [INFO] [stdout] | [INFO] [stdout] 1308 | 0o160...0o167 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Seven), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1309:12 [INFO] [stdout] | [INFO] [stdout] 1309 | 0o170...0o177 => self.bit(reg_vec[(instruction % 8) as usize], Bit::Eight), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1310:12 [INFO] [stdout] | [INFO] [stdout] 1310 | 0o200...0o207 => self.res(reg_vec[(instruction % 8) as usize], Bit::One), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1311:12 [INFO] [stdout] | [INFO] [stdout] 1311 | 0o210...0o217 => self.res(reg_vec[(instruction % 8) as usize], Bit::Two), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1312:12 [INFO] [stdout] | [INFO] [stdout] 1312 | 0o220...0o227 => self.res(reg_vec[(instruction % 8) as usize], Bit::Three), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1313:12 [INFO] [stdout] | [INFO] [stdout] 1313 | 0o230...0o237 => self.res(reg_vec[(instruction % 8) as usize], Bit::Four), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1314:12 [INFO] [stdout] | [INFO] [stdout] 1314 | 0o240...0o247 => self.res(reg_vec[(instruction % 8) as usize], Bit::Five), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1315:12 [INFO] [stdout] | [INFO] [stdout] 1315 | 0o250...0o257 => self.res(reg_vec[(instruction % 8) as usize], Bit::Six), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1316:12 [INFO] [stdout] | [INFO] [stdout] 1316 | 0o260...0o267 => self.res(reg_vec[(instruction % 8) as usize], Bit::Seven), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1317:12 [INFO] [stdout] | [INFO] [stdout] 1317 | 0o270...0o277 => self.res(reg_vec[(instruction % 8) as usize], Bit::Eight), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1318:12 [INFO] [stdout] | [INFO] [stdout] 1318 | 0o300...0o307 => self.set(reg_vec[(instruction % 8) as usize], Bit::One), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1319:12 [INFO] [stdout] | [INFO] [stdout] 1319 | 0o310...0o317 => self.set(reg_vec[(instruction % 8) as usize], Bit::Two), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1320:12 [INFO] [stdout] | [INFO] [stdout] 1320 | 0o320...0o327 => self.set(reg_vec[(instruction % 8) as usize], Bit::Three), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1321:12 [INFO] [stdout] | [INFO] [stdout] 1321 | 0o330...0o337 => self.set(reg_vec[(instruction % 8) as usize], Bit::Four), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1322:12 [INFO] [stdout] | [INFO] [stdout] 1322 | 0o340...0o347 => self.set(reg_vec[(instruction % 8) as usize], Bit::Five), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1323:12 [INFO] [stdout] | [INFO] [stdout] 1323 | 0o350...0o357 => self.set(reg_vec[(instruction % 8) as usize], Bit::Six), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1324:12 [INFO] [stdout] | [INFO] [stdout] 1324 | 0o360...0o367 => self.set(reg_vec[(instruction % 8) as usize], Bit::Seven), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/cpu.rs:1325:12 [INFO] [stdout] | [INFO] [stdout] 1325 | 0o370...0o377 => self.set(reg_vec[(instruction % 8) as usize], Bit::Eight), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/lcd.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | const BG_COLOR_SHADES : [Color;4] = {[COLOR_WHITE, COLOR_L_GREY, COLOR_GREY, COLOR_BLACK]}; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 50 - const BG_COLOR_SHADES : [Color;4] = {[COLOR_WHITE, COLOR_L_GREY, COLOR_GREY, COLOR_BLACK]}; [INFO] [stdout] 50 + const BG_COLOR_SHADES : [Color;4] = [COLOR_WHITE, COLOR_L_GREY, COLOR_GREY, COLOR_BLACK]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "7185df08b1a01b1fba3fb49a9d088ca6e522b330cd3711ed7e9b2e9de26e8962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7185df08b1a01b1fba3fb49a9d088ca6e522b330cd3711ed7e9b2e9de26e8962", kill_on_drop: false }` [INFO] [stdout] 7185df08b1a01b1fba3fb49a9d088ca6e522b330cd3711ed7e9b2e9de26e8962