[INFO] cloning repository https://github.com/JohnHMoses/rBoy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JohnHMoses/rBoy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnHMoses%2FrBoy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnHMoses%2FrBoy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 930180c1b77773234c5caf153c9757860758263f [INFO] testing JohnHMoses/rBoy against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnHMoses%2FrBoy" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JohnHMoses/rBoy on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JohnHMoses/rBoy [INFO] finished tweaking git repo https://github.com/JohnHMoses/rBoy [INFO] tweaked toml for git repo https://github.com/JohnHMoses/rBoy written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/JohnHMoses/rBoy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56e37bc99d3b535d8f495e80d185888c2f0ea0d021d1575960265b34753e97bb [INFO] running `Command { std: "docker" "start" "-a" "56e37bc99d3b535d8f495e80d185888c2f0ea0d021d1575960265b34753e97bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56e37bc99d3b535d8f495e80d185888c2f0ea0d021d1575960265b34753e97bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e37bc99d3b535d8f495e80d185888c2f0ea0d021d1575960265b34753e97bb", kill_on_drop: false }` [INFO] [stdout] 56e37bc99d3b535d8f495e80d185888c2f0ea0d021d1575960265b34753e97bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd8b719df3301b8e7b8017ee18b91addbd56d5d73579642f4225e32adc5d881c [INFO] running `Command { std: "docker" "start" "-a" "dd8b719df3301b8e7b8017ee18b91addbd56d5d73579642f4225e32adc5d881c", kill_on_drop: false }` [INFO] [stderr] Compiling rboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::ByteAddressable` [INFO] [stdout] --> src/memory/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::ByteAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ByteReference` [INFO] [stdout] --> src/memory/tests.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::ByteReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Memory` [INFO] [stdout] --> src/memory/tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordAddressable` [INFO] [stdout] --> src/memory/tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::WordAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordReference` [INFO] [stdout] --> src/memory/tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::WordReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | lower: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | upper: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:57 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:87 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn new(value: &'a mut u8) -> ByteReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Memory` [INFO] [stdout] --> src/memory/mod.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | struct Memory { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new() -> Memory { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_ref` [INFO] [stdout] --> src/memory/mod.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_ref(&'a mut self, address: u16) -> WordReference { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_byte_refs` [INFO] [stdout] --> src/memory/mod.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ByteAddressable` [INFO] [stdout] --> src/memory/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::ByteAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ByteReference` [INFO] [stdout] --> src/memory/tests.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::ByteReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Memory` [INFO] [stdout] --> src/memory/tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordAddressable` [INFO] [stdout] --> src/memory/tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::WordAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordReference` [INFO] [stdout] --> src/memory/tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::WordReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | lower: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | upper: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:57 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:87 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn new(value: &'a mut u8) -> ByteReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Memory` [INFO] [stdout] --> src/memory/mod.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | struct Memory { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new() -> Memory { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_ref` [INFO] [stdout] --> src/memory/mod.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_ref(&'a mut self, address: u16) -> WordReference { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_byte_refs` [INFO] [stdout] --> src/memory/mod.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [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 0.59s [INFO] running `Command { std: "docker" "inspect" "dd8b719df3301b8e7b8017ee18b91addbd56d5d73579642f4225e32adc5d881c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd8b719df3301b8e7b8017ee18b91addbd56d5d73579642f4225e32adc5d881c", kill_on_drop: false }` [INFO] [stdout] dd8b719df3301b8e7b8017ee18b91addbd56d5d73579642f4225e32adc5d881c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a73715685017239ebaf7abc83626c472ef0ac80e2b868a7e29b1456c44eaa981 [INFO] running `Command { std: "docker" "start" "-a" "a73715685017239ebaf7abc83626c472ef0ac80e2b868a7e29b1456c44eaa981", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `super::ByteAddressable` [INFO] [stdout] --> src/memory/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::ByteAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::ByteReference` [INFO] [stdout] --> src/memory/tests.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::ByteReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::Memory` [INFO] [stdout] --> src/memory/tests.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordAddressable` [INFO] [stdout] --> src/memory/tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::WordAddressable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::WordReference` [INFO] [stdout] --> src/memory/tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::WordReference; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | lower: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | upper: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:57 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:87 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn new(value: &'a mut u8) -> ByteReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Memory` [INFO] [stdout] --> src/memory/mod.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | struct Memory { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/memory/mod.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn new() -> Memory { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_ref` [INFO] [stdout] --> src/memory/mod.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_ref(&'a mut self, address: u16) -> WordReference { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_byte_refs` [INFO] [stdout] --> src/memory/mod.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | lower: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | upper: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:57 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:87 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | lower: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | upper: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:42:57 [INFO] [stdout] | [INFO] [stdout] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory/mod.rs:84:87 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "a73715685017239ebaf7abc83626c472ef0ac80e2b868a7e29b1456c44eaa981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a73715685017239ebaf7abc83626c472ef0ac80e2b868a7e29b1456c44eaa981", kill_on_drop: false }` [INFO] [stdout] a73715685017239ebaf7abc83626c472ef0ac80e2b868a7e29b1456c44eaa981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f5a8717a5951f3f0fc00c0df091262a8f95ef9bce1be35644c40e836c1e5892 [INFO] running `Command { std: "docker" "start" "-a" "4f5a8717a5951f3f0fc00c0df091262a8f95ef9bce1be35644c40e836c1e5892", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `super::ByteAddressable` [INFO] [stderr] --> src/memory/tests.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use super::ByteAddressable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::ByteReference` [INFO] [stderr] --> src/memory/tests.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use super::ByteReference; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::Memory` [INFO] [stderr] --> src/memory/tests.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use super::Memory; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::WordAddressable` [INFO] [stderr] --> src/memory/tests.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use super::WordAddressable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::WordReference` [INFO] [stderr] --> src/memory/tests.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use super::WordReference; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | lower: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | upper: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:42:23 [INFO] [stderr] | [INFO] [stderr] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:42:57 [INFO] [stderr] | [INFO] [stderr] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:84:60 [INFO] [stderr] | [INFO] [stderr] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/memory/mod.rs:84:87 [INFO] [stderr] | [INFO] [stderr] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ByteAddressable + 'a` [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 issue #80165 [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/memory/mod.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn new(value: &'a mut u8) -> ByteReference<'a> { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/memory/mod.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 42 | fn new(lower: Box, upper: Box) -> WordReference<'a> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Memory` [INFO] [stderr] --> src/memory/mod.rs:68:8 [INFO] [stderr] | [INFO] [stderr] 68 | struct Memory { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/memory/mod.rs:73:12 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn new() -> Memory { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_ref` [INFO] [stderr] --> src/memory/mod.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_ref(&'a mut self, address: u16) -> WordReference { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_byte_refs` [INFO] [stderr] --> src/memory/mod.rs:84:8 [INFO] [stderr] | [INFO] [stderr] 84 | fn get_byte_refs(&'a mut self, address: usize) -> (Box, Box) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rboy` (lib) generated 17 warnings [INFO] [stderr] warning: `rboy` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: `rboy` (bin "rboy" test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rboy-ec446b4ce381a905) [INFO] [stdout] running 7 tests [INFO] [stdout] test memory::tests::byte_reference_can_write_value ... ok [INFO] [stdout] test memory::tests::word_reference_can_write_value ... ok [INFO] [stdout] test memory::tests::memory_refs_can_overlap ... ok [INFO] [stdout] test tests::hello_world ... ok [INFO] [stdout] test memory::tests::byte_reference_can_read_value ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rboy-8efdd0527ce129c9) [INFO] [stdout] test memory::tests::word_reference_can_read_value ... ok [INFO] [stdout] test memory::tests::memory_can_make_read_write_references ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test memory::tests::word_reference_can_read_value ... ok [INFO] [stdout] test memory::tests::word_reference_can_write_value ... ok [INFO] [stdout] test memory::tests::byte_reference_can_read_value ... ok [INFO] [stdout] test memory::tests::byte_reference_can_write_value ... ok [INFO] [stderr] Doc-tests rboy [INFO] [stdout] test memory::tests::memory_refs_can_overlap ... ok [INFO] [stdout] test memory::tests::memory_can_make_read_write_references ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4f5a8717a5951f3f0fc00c0df091262a8f95ef9bce1be35644c40e836c1e5892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f5a8717a5951f3f0fc00c0df091262a8f95ef9bce1be35644c40e836c1e5892", kill_on_drop: false }` [INFO] [stdout] 4f5a8717a5951f3f0fc00c0df091262a8f95ef9bce1be35644c40e836c1e5892