[INFO] fetching crate rz80 0.1.1... [INFO] checking rz80-0.1.1 against try#d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf for pr-100046 [INFO] extracting crate rz80 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rz80 0.1.1 on toolchain d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rz80 0.1.1 [INFO] finished tweaking crates.io crate rz80 0.1.1 [INFO] tweaked toml for crates.io crate rz80 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e73e811f643fe0c799547d0d07541a613e17455946d6fc6ccd13c5f322d9be68 [INFO] running `Command { std: "docker" "start" "-a" "e73e811f643fe0c799547d0d07541a613e17455946d6fc6ccd13c5f322d9be68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e73e811f643fe0c799547d0d07541a613e17455946d6fc6ccd13c5f322d9be68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73e811f643fe0c799547d0d07541a613e17455946d6fc6ccd13c5f322d9be68", kill_on_drop: false }` [INFO] [stdout] e73e811f643fe0c799547d0d07541a613e17455946d6fc6ccd13c5f322d9be68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "RUSTDOCFLAGS=--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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85d859aa8262fe866b31f18af8824d576af194140cce2c1adae88f05f860eda2 [INFO] running `Command { std: "docker" "start" "-a" "85d859aa8262fe866b31f18af8824d576af194140cce2c1adae88f05f860eda2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.129 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking libc v0.1.12 [INFO] [stderr] Checking rz80 v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/memory.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | const PAGE_SIZE: usize = (1 << PAGE_SHIFT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 5 - const PAGE_SIZE: usize = (1 << PAGE_SHIFT); [INFO] [stdout] 5 + const PAGE_SIZE: usize = 1 << PAGE_SHIFT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/memory.rs:140:32 [INFO] [stdout] | [INFO] [stdout] 140 | mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 140 - mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stdout] 140 + mem.map(0, 0, 0, true, 1 << 16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/pio.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | pub const INTCTRL_ENABLE_INT: u8 = (1 << 7); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 25 - pub const INTCTRL_ENABLE_INT: u8 = (1 << 7); [INFO] [stdout] 25 + pub const INTCTRL_ENABLE_INT: u8 = 1 << 7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/pio.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | pub const INTCTRL_MASK_FOLLOWS: u8 = (1 << 4); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - pub const INTCTRL_MASK_FOLLOWS: u8 = (1 << 4); [INFO] [stdout] 26 + pub const INTCTRL_MASK_FOLLOWS: u8 = 1 << 4; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:158:34 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn step(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - pub fn step(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 158 + pub fn step(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:252:35 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn do_op(&mut self, bus: &Bus, ext: bool) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 252 - pub fn do_op(&mut self, bus: &Bus, ext: bool) -> i64 { [INFO] [stdout] 252 + pub fn do_op(&mut self, bus: &dyn Bus, ext: bool) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:663:34 [INFO] [stdout] | [INFO] [stdout] 663 | fn do_ed_op(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 663 - fn do_ed_op(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 663 + fn do_ed_op(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:952:34 [INFO] [stdout] | [INFO] [stdout] 952 | pub fn reti(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 952 - pub fn reti(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 952 + pub fn reti(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:959:40 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn handle_irq(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 959 - pub fn handle_irq(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 959 + pub fn handle_irq(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1638:33 [INFO] [stdout] | [INFO] [stdout] 1638 | pub fn inp(&mut self, bus: &Bus, port: RegT) -> RegT { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1638 - pub fn inp(&mut self, bus: &Bus, port: RegT) -> RegT { [INFO] [stdout] 1638 + pub fn inp(&mut self, bus: &dyn Bus, port: RegT) -> RegT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1643:34 [INFO] [stdout] | [INFO] [stdout] 1643 | pub fn outp(&mut self, bus: &Bus, port: RegT, val: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1643 - pub fn outp(&mut self, bus: &Bus, port: RegT, val: RegT) { [INFO] [stdout] 1643 + pub fn outp(&mut self, bus: &dyn Bus, port: RegT, val: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1692:33 [INFO] [stdout] | [INFO] [stdout] 1692 | pub fn ini(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1692 - pub fn ini(&mut self, bus: &Bus) { [INFO] [stdout] 1692 + pub fn ini(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1706:33 [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn ind(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1706 - pub fn ind(&mut self, bus: &Bus) { [INFO] [stdout] 1706 + pub fn ind(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1720:34 [INFO] [stdout] | [INFO] [stdout] 1720 | pub fn inir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1720 - pub fn inir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1720 + pub fn inir(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1731:34 [INFO] [stdout] | [INFO] [stdout] 1731 | pub fn indr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1731 - pub fn indr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1731 + pub fn indr(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1742:34 [INFO] [stdout] | [INFO] [stdout] 1742 | pub fn outi(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1742 - pub fn outi(&mut self, bus: &Bus) { [INFO] [stdout] 1742 + pub fn outi(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1756:34 [INFO] [stdout] | [INFO] [stdout] 1756 | pub fn outd(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1756 - pub fn outd(&mut self, bus: &Bus) { [INFO] [stdout] 1756 + pub fn outd(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1770:34 [INFO] [stdout] | [INFO] [stdout] 1770 | pub fn otir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1770 - pub fn otir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1770 + pub fn otir(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1781:34 [INFO] [stdout] | [INFO] [stdout] 1781 | pub fn otdr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1781 - pub fn otdr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1781 + pub fn otdr(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:150:33 [INFO] [stdout] | [INFO] [stdout] 150 | fn set_rdy(&mut self, bus: &Bus, chn: usize, rdy: bool) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 150 - fn set_rdy(&mut self, bus: &Bus, chn: usize, rdy: bool) { [INFO] [stdout] 150 + fn set_rdy(&mut self, bus: &dyn Bus, chn: usize, rdy: bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:159:40 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn write_data(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 159 - pub fn write_data(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] 159 + pub fn write_data(&mut self, bus: &dyn Bus, chn: usize, data: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn read_data(&mut self, bus: &Bus, chn: usize) -> RegT { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 186 - pub fn read_data(&mut self, bus: &Bus, chn: usize) -> RegT { [INFO] [stdout] 186 + pub fn read_data(&mut self, bus: &dyn Bus, chn: usize) -> RegT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:211:35 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn write(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 211 - pub fn write(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] 211 + pub fn write(&mut self, bus: &dyn Bus, chn: usize, data: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:83:35 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn write(&mut self, bus: &Bus, chn: usize, val: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - pub fn write(&mut self, bus: &Bus, chn: usize, val: RegT) { [INFO] [stdout] 83 + pub fn write(&mut self, bus: &dyn Bus, chn: usize, val: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn trigger(&mut self, bus: &Bus, chn: usize) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 129 - pub fn trigger(&mut self, bus: &Bus, chn: usize) { [INFO] [stdout] 129 + pub fn trigger(&mut self, bus: &dyn Bus, chn: usize) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:143:43 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn update_timers(&mut self, bus: &Bus, cycles: i64) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - pub fn update_timers(&mut self, bus: &Bus, cycles: i64) { [INFO] [stdout] 143 + pub fn update_timers(&mut self, bus: &dyn Bus, cycles: i64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:182:42 [INFO] [stdout] | [INFO] [stdout] 182 | fn down_counter_trigger(&self, bus: &Bus, chn: usize) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 182 - fn down_counter_trigger(&self, bus: &Bus, chn: usize) { [INFO] [stdout] 182 + fn down_counter_trigger(&self, bus: &dyn Bus, chn: usize) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/daisychain.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn irq(&mut self, bus: &Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 - pub fn irq(&mut self, bus: &Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] 57 + pub fn irq(&mut self, bus: &dyn Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling minifb v0.8.4 [INFO] [stderr] Checking dylib v0.0.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking x11-dl v2.2.1 [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/memory.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | const PAGE_SIZE: usize = (1 << PAGE_SHIFT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 5 - const PAGE_SIZE: usize = (1 << PAGE_SHIFT); [INFO] [stdout] 5 + const PAGE_SIZE: usize = 1 << PAGE_SHIFT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/memory.rs:140:32 [INFO] [stdout] | [INFO] [stdout] 140 | mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 140 - mem.map(0, 0, 0, true, (1 << 16)); [INFO] [stdout] 140 + mem.map(0, 0, 0, true, 1 << 16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/pio.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | pub const INTCTRL_ENABLE_INT: u8 = (1 << 7); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 25 - pub const INTCTRL_ENABLE_INT: u8 = (1 << 7); [INFO] [stdout] 25 + pub const INTCTRL_ENABLE_INT: u8 = 1 << 7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/pio.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | pub const INTCTRL_MASK_FOLLOWS: u8 = (1 << 4); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - pub const INTCTRL_MASK_FOLLOWS: u8 = (1 << 4); [INFO] [stdout] 26 + pub const INTCTRL_MASK_FOLLOWS: u8 = 1 << 4; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:158:34 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn step(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - pub fn step(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 158 + pub fn step(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:252:35 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn do_op(&mut self, bus: &Bus, ext: bool) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 252 - pub fn do_op(&mut self, bus: &Bus, ext: bool) -> i64 { [INFO] [stdout] 252 + pub fn do_op(&mut self, bus: &dyn Bus, ext: bool) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:663:34 [INFO] [stdout] | [INFO] [stdout] 663 | fn do_ed_op(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 663 - fn do_ed_op(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 663 + fn do_ed_op(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:952:34 [INFO] [stdout] | [INFO] [stdout] 952 | pub fn reti(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 952 - pub fn reti(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 952 + pub fn reti(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:959:40 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn handle_irq(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 959 - pub fn handle_irq(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 959 + pub fn handle_irq(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1638:33 [INFO] [stdout] | [INFO] [stdout] 1638 | pub fn inp(&mut self, bus: &Bus, port: RegT) -> RegT { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1638 - pub fn inp(&mut self, bus: &Bus, port: RegT) -> RegT { [INFO] [stdout] 1638 + pub fn inp(&mut self, bus: &dyn Bus, port: RegT) -> RegT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1643:34 [INFO] [stdout] | [INFO] [stdout] 1643 | pub fn outp(&mut self, bus: &Bus, port: RegT, val: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1643 - pub fn outp(&mut self, bus: &Bus, port: RegT, val: RegT) { [INFO] [stdout] 1643 + pub fn outp(&mut self, bus: &dyn Bus, port: RegT, val: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1692:33 [INFO] [stdout] | [INFO] [stdout] 1692 | pub fn ini(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1692 - pub fn ini(&mut self, bus: &Bus) { [INFO] [stdout] 1692 + pub fn ini(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1706:33 [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn ind(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1706 - pub fn ind(&mut self, bus: &Bus) { [INFO] [stdout] 1706 + pub fn ind(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1720:34 [INFO] [stdout] | [INFO] [stdout] 1720 | pub fn inir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1720 - pub fn inir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1720 + pub fn inir(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1731:34 [INFO] [stdout] | [INFO] [stdout] 1731 | pub fn indr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1731 - pub fn indr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1731 + pub fn indr(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1742:34 [INFO] [stdout] | [INFO] [stdout] 1742 | pub fn outi(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1742 - pub fn outi(&mut self, bus: &Bus) { [INFO] [stdout] 1742 + pub fn outi(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1756:34 [INFO] [stdout] | [INFO] [stdout] 1756 | pub fn outd(&mut self, bus: &Bus) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1756 - pub fn outd(&mut self, bus: &Bus) { [INFO] [stdout] 1756 + pub fn outd(&mut self, bus: &dyn Bus) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1770:34 [INFO] [stdout] | [INFO] [stdout] 1770 | pub fn otir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1770 - pub fn otir(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1770 + pub fn otir(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:1781:34 [INFO] [stdout] | [INFO] [stdout] 1781 | pub fn otdr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1781 - pub fn otdr(&mut self, bus: &Bus) -> i64 { [INFO] [stdout] 1781 + pub fn otdr(&mut self, bus: &dyn Bus) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:150:33 [INFO] [stdout] | [INFO] [stdout] 150 | fn set_rdy(&mut self, bus: &Bus, chn: usize, rdy: bool) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 150 - fn set_rdy(&mut self, bus: &Bus, chn: usize, rdy: bool) { [INFO] [stdout] 150 + fn set_rdy(&mut self, bus: &dyn Bus, chn: usize, rdy: bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:159:40 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn write_data(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 159 - pub fn write_data(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] 159 + pub fn write_data(&mut self, bus: &dyn Bus, chn: usize, data: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn read_data(&mut self, bus: &Bus, chn: usize) -> RegT { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 186 - pub fn read_data(&mut self, bus: &Bus, chn: usize) -> RegT { [INFO] [stdout] 186 + pub fn read_data(&mut self, bus: &dyn Bus, chn: usize) -> RegT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pio.rs:211:35 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn write(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 211 - pub fn write(&mut self, bus: &Bus, chn: usize, data: RegT) { [INFO] [stdout] 211 + pub fn write(&mut self, bus: &dyn Bus, chn: usize, data: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:83:35 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn write(&mut self, bus: &Bus, chn: usize, val: RegT) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - pub fn write(&mut self, bus: &Bus, chn: usize, val: RegT) { [INFO] [stdout] 83 + pub fn write(&mut self, bus: &dyn Bus, chn: usize, val: RegT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn trigger(&mut self, bus: &Bus, chn: usize) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 129 - pub fn trigger(&mut self, bus: &Bus, chn: usize) { [INFO] [stdout] 129 + pub fn trigger(&mut self, bus: &dyn Bus, chn: usize) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:143:43 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn update_timers(&mut self, bus: &Bus, cycles: i64) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - pub fn update_timers(&mut self, bus: &Bus, cycles: i64) { [INFO] [stdout] 143 + pub fn update_timers(&mut self, bus: &dyn Bus, cycles: i64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ctc.rs:182:42 [INFO] [stdout] | [INFO] [stdout] 182 | fn down_counter_trigger(&self, bus: &Bus, chn: usize) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 182 - fn down_counter_trigger(&self, bus: &Bus, chn: usize) { [INFO] [stdout] 182 + fn down_counter_trigger(&self, bus: &dyn Bus, chn: usize) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/daisychain.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn irq(&mut self, bus: &Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 - pub fn irq(&mut self, bus: &Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] 57 + pub fn irq(&mut self, bus: &dyn Bus, ctrl_id: usize, vec: u8) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.15s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "85d859aa8262fe866b31f18af8824d576af194140cce2c1adae88f05f860eda2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85d859aa8262fe866b31f18af8824d576af194140cce2c1adae88f05f860eda2", kill_on_drop: false }` [INFO] [stdout] 85d859aa8262fe866b31f18af8824d576af194140cce2c1adae88f05f860eda2