[INFO] cloning repository https://github.com/maxjoehnk/emulato-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxjoehnk/emulato-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Femulato-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Femulato-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d2042c147d28225419dc28ac265b61c061e8d1f [INFO] testing maxjoehnk/emulato-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Femulato-rs" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maxjoehnk/emulato-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maxjoehnk/emulato-rs [INFO] finished tweaking git repo https://github.com/maxjoehnk/emulato-rs [INFO] tweaked toml for git repo https://github.com/maxjoehnk/emulato-rs written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/maxjoehnk/emulato-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded byteorder v1.2.4 [INFO] [stderr] Downloaded tui v0.2.3 [INFO] [stderr] Downloaded load_file v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 51b5fb7c39fcf7fa80310739d3fb20dd471e367c636a3cfee159f9bd92a66a1b [INFO] running `Command { std: "docker" "start" "-a" "51b5fb7c39fcf7fa80310739d3fb20dd471e367c636a3cfee159f9bd92a66a1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51b5fb7c39fcf7fa80310739d3fb20dd471e367c636a3cfee159f9bd92a66a1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51b5fb7c39fcf7fa80310739d3fb20dd471e367c636a3cfee159f9bd92a66a1b", kill_on_drop: false }` [INFO] [stdout] 51b5fb7c39fcf7fa80310739d3fb20dd471e367c636a3cfee159f9bd92a66a1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70441c767c6e5ab4e00f21f74591fa18196a08eef6575c91f0945d78dbc6f56a [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" "70441c767c6e5ab4e00f21f74591fa18196a08eef6575c91f0945d78dbc6f56a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling load_file v1.0.0 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling tui v0.2.3 [INFO] [stderr] Compiling gb-rs v0.1.0 (/opt/rustwide/workdir/gameboy) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | 0x00...0x07 => unimplemented!("RLC r"), [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] --> gameboy/src/cpu/instructions/mod.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | 0x08...0x0F => unimplemented!("RRC r"), [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] --> gameboy/src/cpu/instructions/mod.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | 0x17...0x1F => unimplemented!("RR r"), [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] --> gameboy/src/cpu/instructions/mod.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | 0x20...0x27 => unimplemented!("SLA r"), [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] --> gameboy/src/cpu/instructions/mod.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | 0x27...0x2F => unimplemented!("SRA r"), [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] --> gameboy/src/cpu/instructions/mod.rs:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [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] --> gameboy/src/cpu/instructions/mod.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [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] --> gameboy/src/cpu/instructions/mod.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | 0x78...0x7F => { [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: multiple patterns overlap on their endpoints [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 215 | 0x20...0x27 => unimplemented!("SLA r"), [INFO] [stdout] | ----------- this range overlaps on `39_u8`... [INFO] [stdout] 216 | /* SRA r */ [INFO] [stdout] 217 | 0x27...0x2F => unimplemented!("SRA r"), [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [INFO] [stdout] | ----------- this range overlaps on `71_u8`... [INFO] [stdout] 220 | /* BIT 1,r */ [INFO] [stdout] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:80:16 [INFO] [stdout] | [INFO] [stdout] 80 | header.into_iter(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 80 | header.iter(), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 80 | IntoIterator::into_iter(header), [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(registers.into_iter()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(registers.iter()) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | header.into_iter(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 109 | header.iter(), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 109 | IntoIterator::into_iter(header), [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(registers.into_iter()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(registers.iter()) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.54s [INFO] running `Command { std: "docker" "inspect" "70441c767c6e5ab4e00f21f74591fa18196a08eef6575c91f0945d78dbc6f56a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70441c767c6e5ab4e00f21f74591fa18196a08eef6575c91f0945d78dbc6f56a", kill_on_drop: false }` [INFO] [stdout] 70441c767c6e5ab4e00f21f74591fa18196a08eef6575c91f0945d78dbc6f56a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e27255d1b62afe502341a510916a63f3ee6617cce438223cac0a69ebeaf491e1 [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" "e27255d1b62afe502341a510916a63f3ee6617cce438223cac0a69ebeaf491e1", kill_on_drop: false }` [INFO] [stderr] Compiling gb-rs v0.1.0 (/opt/rustwide/workdir/gameboy) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / bitflags! { [INFO] [stdout] 5 | | #[derive(Default)] [INFO] [stdout] 6 | | pub struct Flags: u8 { [INFO] [stdout] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | 0x00...0x07 => unimplemented!("RLC r"), [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] --> gameboy/src/cpu/instructions/mod.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | 0x08...0x0F => unimplemented!("RRC r"), [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] --> gameboy/src/cpu/instructions/mod.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | 0x17...0x1F => unimplemented!("RR r"), [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] --> gameboy/src/cpu/instructions/mod.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | 0x20...0x27 => unimplemented!("SLA r"), [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] --> gameboy/src/cpu/instructions/mod.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | 0x27...0x2F => unimplemented!("SRA r"), [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] --> gameboy/src/cpu/instructions/mod.rs:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [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] --> gameboy/src/cpu/instructions/mod.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [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] --> gameboy/src/cpu/instructions/mod.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | 0x78...0x7F => { [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: multiple patterns overlap on their endpoints [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 215 | 0x20...0x27 => unimplemented!("SLA r"), [INFO] [stdout] | ----------- this range overlaps on `39_u8`... [INFO] [stdout] 216 | /* SRA r */ [INFO] [stdout] 217 | 0x27...0x2F => unimplemented!("SRA r"), [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> gameboy/src/cpu/instructions/mod.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [INFO] [stdout] | ----------- this range overlaps on `71_u8`... [INFO] [stdout] 220 | /* BIT 1,r */ [INFO] [stdout] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:80:16 [INFO] [stdout] | [INFO] [stdout] 80 | header.into_iter(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 80 | header.iter(), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 80 | IntoIterator::into_iter(header), [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(registers.into_iter()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(registers.iter()) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 82 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | header.into_iter(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 109 | header.iter(), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 109 | IntoIterator::into_iter(header), [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> gameboy/src/gui/terminal.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(registers.into_iter()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(registers.iter()) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 111 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "e27255d1b62afe502341a510916a63f3ee6617cce438223cac0a69ebeaf491e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27255d1b62afe502341a510916a63f3ee6617cce438223cac0a69ebeaf491e1", kill_on_drop: false }` [INFO] [stdout] e27255d1b62afe502341a510916a63f3ee6617cce438223cac0a69ebeaf491e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 118d3bba3375b21d63be80b70e7c88274bc7f0e50b59d0e3c019bf106fbcc121 [INFO] running `Command { std: "docker" "start" "-a" "118d3bba3375b21d63be80b70e7c88274bc7f0e50b59d0e3c019bf106fbcc121", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | #[derive(Default)] [INFO] [stderr] 6 | | pub struct Flags: u8 { [INFO] [stderr] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> gameboy/src/cpu/register.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | #[derive(Default)] [INFO] [stderr] 6 | | pub struct Flags: u8 { [INFO] [stderr] 7 | | const Z = 0b10000000; // Zero Flag [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:193:13 [INFO] [stderr] | [INFO] [stderr] 193 | 0x00...0x07 => unimplemented!("RLC r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | 0x08...0x0F => unimplemented!("RRC r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | 0x17...0x1F => unimplemented!("RR r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | 0x20...0x27 => unimplemented!("SLA r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 217 | 0x27...0x2F => unimplemented!("SRA r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:223:13 [INFO] [stderr] | [INFO] [stderr] 223 | 0x78...0x7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 215 | 0x20...0x27 => unimplemented!("SLA r"), [INFO] [stderr] | ----------- this range overlaps on `39_u8`... [INFO] [stderr] 216 | /* SRA r */ [INFO] [stderr] 217 | 0x27...0x2F => unimplemented!("SRA r"), [INFO] [stderr] | ^^^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> gameboy/src/cpu/instructions/mod.rs:221:9 [INFO] [stderr] | [INFO] [stderr] 219 | 0x40...0x47 => unimplemented!("BIT 0,r"), [INFO] [stderr] | ----------- this range overlaps on `71_u8`... [INFO] [stderr] 220 | /* BIT 1,r */ [INFO] [stderr] 221 | 0x47...0x4F => unimplemented!("BIT 1,r"), [INFO] [stderr] | ^^^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> gameboy/src/gui/terminal.rs:80:16 [INFO] [stderr] | [INFO] [stderr] 80 | header.into_iter(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 80 | header.iter(), [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 80 | IntoIterator::into_iter(header), [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> gameboy/src/gui/terminal.rs:82:33 [INFO] [stderr] | [INFO] [stderr] 82 | Row::Data(registers.into_iter()) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 82 | Row::Data(registers.iter()) [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 82 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> gameboy/src/gui/terminal.rs:109:16 [INFO] [stderr] | [INFO] [stderr] 109 | header.into_iter(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 109 | header.iter(), [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 109 | IntoIterator::into_iter(header), [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> gameboy/src/gui/terminal.rs:111:33 [INFO] [stderr] | [INFO] [stderr] 111 | Row::Data(registers.into_iter()) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 111 | Row::Data(registers.iter()) [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 111 | Row::Data(IntoIterator::into_iter(registers)) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: `gb-rs` (bin "gb-rs" test) generated 17 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gb_rs-f185617a39e64132) [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_e ... ok [INFO] [stdout] test cpu::instructions::call::tests::it_should_set_the_pc ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_l ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_b ... ok [INFO] [stdout] test cpu::instructions::call::tests::it_should_store_the_current_pc ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_b ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_a ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_d ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_d ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_a ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_c ... ok [INFO] [stdout] test cpu::instructions::inc::tests::it_should_increase_the_pc ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_h ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_overflow_while_decrementing ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_e ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_increment_the_value_of_register_pair_de ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_h ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_overflow_while_incrementing ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_overflow_while_incrementing ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_increment_the_value_of_register_pair_af ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_increment_the_value_of_register_pair_sp ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_jump_when_z_flag_is_reset ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_jump_when_c_flag_is_set ... ok [INFO] [stdout] test cpu::instructions::inc::tests::one_byte::it_should_increment_the_value_of_register_l ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_jump_when_c_flag_is_reset ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_not_jump_when_c_flag_is_reset ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_jump_when_z_flag_is_set ... ok [INFO] [stdout] test cpu::instructions::dec::tests::one_byte::it_should_decrement_the_value_of_register_c ... ok [INFO] [stdout] test cpu::instructions::dec::tests::it_should_increase_the_pc ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_increment_the_value_of_register_pair_bc ... ok [INFO] [stdout] test cpu::instructions::inc::tests::two_bytes::it_should_increment_the_value_of_register_pair_hl ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_not_jump_when_z_flag_is_set ... ok [INFO] [stdout] test cpu::register::tests::it_should_pair_af ... ok [INFO] [stdout] test cpu::register::tests::it_should_pair_de ... ok [INFO] [stdout] test cpu::register::tests::it_should_pair_bc ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_not_jump_when_z_flag_is_reset ... ok [INFO] [stdout] test cpu::instructions::push::tests::write_16_bit_register_into_stack ... ok [INFO] [stdout] test cpu::instructions::push::tests::should_increase_the_pc ... ok [INFO] [stdout] test cpu::instructions::jump::tests::it_should_not_jump_when_c_flag_is_set ... ok [INFO] [stdout] test cpu::instructions::pop::tests::write_16_bit_stack_value_into_register ... ok [INFO] [stdout] test cpu::register::tests::it_should_pair_hl ... ok [INFO] [stdout] test cpu::instructions::pop::tests::should_increase_the_pc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "118d3bba3375b21d63be80b70e7c88274bc7f0e50b59d0e3c019bf106fbcc121", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118d3bba3375b21d63be80b70e7c88274bc7f0e50b59d0e3c019bf106fbcc121", kill_on_drop: false }` [INFO] [stdout] 118d3bba3375b21d63be80b70e7c88274bc7f0e50b59d0e3c019bf106fbcc121