[INFO] cloning repository https://github.com/SDAChess/68kemu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SDAChess/68kemu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSDAChess%2F68kemu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSDAChess%2F68kemu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 483fb33eaedb321da9401106cbc5f9099a4bdfa0 [INFO] checking SDAChess/68kemu against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSDAChess%2F68kemu" "/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/SDAChess/68kemu on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SDAChess/68kemu [INFO] finished tweaking git repo https://github.com/SDAChess/68kemu [INFO] tweaked toml for git repo https://github.com/SDAChess/68kemu written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/SDAChess/68kemu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f64fa5751531fe87db134dde5b28c3954c9928036b1822767db95c58ca06fe2 [INFO] running `Command { std: "docker" "start" "-a" "2f64fa5751531fe87db134dde5b28c3954c9928036b1822767db95c58ca06fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f64fa5751531fe87db134dde5b28c3954c9928036b1822767db95c58ca06fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f64fa5751531fe87db134dde5b28c3954c9928036b1822767db95c58ca06fe2", kill_on_drop: false }` [INFO] [stdout] 2f64fa5751531fe87db134dde5b28c3954c9928036b1822767db95c58ca06fe2 [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=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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0348e5d28553e365acfc25a7c5deafa85396856641b09e6fb15ad35b2fadccc4 [INFO] running `Command { std: "docker" "start" "-a" "0348e5d28553e365acfc25a7c5deafa85396856641b09e6fb15ad35b2fadccc4", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking emu68k v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/cpu/cpu_actions.rs (2 fixes) [INFO] [stderr] Fixed src/cpu.rs (1 fix) [INFO] [stderr] Fixed src/cpu/cpu_actions.rs (1 fix) [INFO] [stdout] warning: variant `DATA_REGISTER` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | DATA_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DataRegister` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ADDRESS_REGISTER` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | ADDRESS_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddressRegister` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `IMEDIATE_VALUE` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | IMEDIATE_VALUE(Vec), //4 u8 big endian [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ImediateValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `MEMORY_ADDR` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | MEMORY_ADDR(usize), [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | let (flag, r) = _perform_add(&v1[..], &v2[..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | let (flag, r) = _perform_add(&v2[..], &v3[..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | let (flag, r) = _perform_add(&v2[..], &(vec![0])[..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | let (flag, r) = _perform_add(&v1[..], &v2[..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:86:25 [INFO] [stdout] | [INFO] [stdout] 86 | let (flag, r) = _perform_add(&v1[1..], &v2[1..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | let (flag, r) = _perform_add(&v1[2..], &v2[2..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let (flag, r) = _perform_add(&v1[..], &v2[..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_perform_add` in this scope [INFO] [stdout] --> src/cpu/cpu_actions.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | let (flag, r) = _perform_add(&v1[1..], &v2[1..]); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 60 | use crate::cpu::cpu_actions::_perform_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `DATA_REGISTER` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | DATA_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DataRegister` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `ADDRESS_REGISTER` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | ADDRESS_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddressRegister` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `IMEDIATE_VALUE` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | IMEDIATE_VALUE(Vec), //4 u8 big endian [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ImediateValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `MEMORY_ADDR` should have an upper camel case name [INFO] [stdout] --> src/cpu/instruction.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | MEMORY_ADDR(usize), [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryAddr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `c` is never read [INFO] [stdout] --> src/cpu/cpu_actions.rs:39:41 [INFO] [stdout] | [INFO] [stdout] 39 | ... Some(r) => {c = 0; r}, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_target_mut` [INFO] [stdout] --> src/cpu/cpu_actions.rs:112:8 [INFO] [stdout] | [INFO] [stdout] 112 | fn get_target_mut<'a>(&'a mut self, data : &'a DataContainer, op_size : &'a OpSize) -> &'a mut [u8] { [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: `get_target` [INFO] [stdout] --> src/cpu/cpu_actions.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | fn get_target<'a>(&'a self, data : &'a DataContainer, op_size : &'a OpSize) -> &'a [u8] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `perform_move` [INFO] [stdout] --> src/cpu/cpu_actions.rs:138:12 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn perform_move(&mut self, inst: &Instruction) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `perform_tst` [INFO] [stdout] --> src/cpu/cpu_actions.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn perform_tst(&mut self, inst : &Instruction) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `perform_add` [INFO] [stdout] --> src/cpu/cpu_actions.rs:190:12 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn perform_add(&mut self, inst: &Instruction) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BYTE` [INFO] [stdout] --> src/cpu/instruction.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | BYTE, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WORD` [INFO] [stdout] --> src/cpu/instruction.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | WORD, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LONG` [INFO] [stdout] --> src/cpu/instruction.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | LONG [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MOVE` [INFO] [stdout] --> src/cpu/instruction.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | MOVE, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MOVEA` [INFO] [stdout] --> src/cpu/instruction.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | MOVEA, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ADD` [INFO] [stdout] --> src/cpu/instruction.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | ADD, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ADDA` [INFO] [stdout] --> src/cpu/instruction.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | ADDA, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LEA` [INFO] [stdout] --> src/cpu/instruction.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | LEA, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TST` [INFO] [stdout] --> src/cpu/instruction.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | TST, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DATA_REGISTER` [INFO] [stdout] --> src/cpu/instruction.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | DATA_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ADDRESS_REGISTER` [INFO] [stdout] --> src/cpu/instruction.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | ADDRESS_REGISTER(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IMEDIATE_VALUE` [INFO] [stdout] --> src/cpu/instruction.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | IMEDIATE_VALUE(Vec), //4 u8 big endian [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MEMORY_ADDR` [INFO] [stdout] --> src/cpu/instruction.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | MEMORY_ADDR(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SR` [INFO] [stdout] --> src/cpu/instruction.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | SR, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CCR` [INFO] [stdout] --> src/cpu/instruction.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | CCR, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EMPTY` [INFO] [stdout] --> src/cpu/instruction.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | EMPTY, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Instruction` [INFO] [stdout] --> src/cpu/instruction.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Instruction { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/cpu/instruction.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn new(op: Mnemonic, size: OpSize, lhs: DataContainer, trg: DataContainer) -> Instruction { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_op` [INFO] [stdout] --> src/cpu/instruction.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_op(&self) -> &Mnemonic { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_size` [INFO] [stdout] --> src/cpu/instruction.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_size(& self) -> &OpSize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_lhs` [INFO] [stdout] --> src/cpu/instruction.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn get_lhs(&self) -> &DataContainer { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_trg` [INFO] [stdout] --> src/cpu/instruction.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn get_trg(&self) -> &DataContainer { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `memory` [INFO] [stdout] --> src/cpu.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | memory: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_n_flag` [INFO] [stdout] --> src/cpu.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | fn set_n_flag(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear_c_flag` [INFO] [stdout] --> src/cpu.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | fn clear_c_flag(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear_v_flag` [INFO] [stdout] --> src/cpu.rs:112:8 [INFO] [stdout] | [INFO] [stdout] 112 | fn clear_v_flag(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear_z_flag` [INFO] [stdout] --> src/cpu.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 116 | fn clear_z_flag(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear_x_flag` [INFO] [stdout] --> src/cpu.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | fn clear_x_flag(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cache_value` [INFO] [stdout] --> src/cpu.rs:130:8 [INFO] [stdout] | [INFO] [stdout] 130 | fn cache_value<'a>(&'a mut self, val: &'a Vec, n: usize) -> &'a mut [u8] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_ccr` [INFO] [stdout] --> src/cpu.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn get_ccr(&self) -> u8 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_data_reg` [INFO] [stdout] --> src/cpu.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn get_data_reg(&self, i: usize) -> Option<&[u8]> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_addr_reg` [INFO] [stdout] --> src/cpu.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn get_addr_reg(&self, i: usize) -> Option<&[u8]> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_memory_offset` [INFO] [stdout] --> src/cpu.rs:157:12 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn get_memory_offset(&self, offset: usize, len: usize) -> Option<&[u8]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print_mem` [INFO] [stdout] --> src/cpu.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn print_mem(&self, offset: usize, len: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute` [INFO] [stdout] --> src/cpu.rs:180:12 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn execute(&mut self, inst: &Instruction) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cpu_flag_move_test` [INFO] [stdout] --> src/cpu.rs:190:12 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn cpu_flag_move_test(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 46 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `emu68k` due to 9 previous errors; 4 warnings emitted [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0348e5d28553e365acfc25a7c5deafa85396856641b09e6fb15ad35b2fadccc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0348e5d28553e365acfc25a7c5deafa85396856641b09e6fb15ad35b2fadccc4", kill_on_drop: false }` [INFO] [stdout] 0348e5d28553e365acfc25a7c5deafa85396856641b09e6fb15ad35b2fadccc4