[INFO] fetching crate emulator_6502 1.1.0... [INFO] testing emulator_6502-1.1.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate emulator_6502 1.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate emulator_6502 1.1.0 [INFO] finished tweaking crates.io crate emulator_6502 1.1.0 [INFO] tweaked toml for crates.io crate emulator_6502 1.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate emulator_6502 1.1.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 64 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.8.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73f559fff5b773abb42fa8b5dd5522f52addfd12cccdc13b0cee67172c24137f [INFO] running `Command { std: "docker" "start" "-a" "73f559fff5b773abb42fa8b5dd5522f52addfd12cccdc13b0cee67172c24137f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73f559fff5b773abb42fa8b5dd5522f52addfd12cccdc13b0cee67172c24137f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73f559fff5b773abb42fa8b5dd5522f52addfd12cccdc13b0cee67172c24137f", kill_on_drop: false }` [INFO] [stdout] 73f559fff5b773abb42fa8b5dd5522f52addfd12cccdc13b0cee67172c24137f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b6d5471bba1ea0f245e8e5c7d1f49c63f5c1f9a65313a1f13a05d76ba943efb [INFO] running `Command { std: "docker" "start" "-a" "0b6d5471bba1ea0f245e8e5c7d1f49c63f5c1f9a65313a1f13a05d76ba943efb", kill_on_drop: false }` [INFO] [stderr] Compiling emulator_6502 v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:192:47 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 192 - pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] 192 + pub fn new_reset_position(interface: &mut dyn Interface6502) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:277:45 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 277 - pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 277 + pub fn cycle(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:325:59 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 325 - pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 325 + pub fn execute_instruction(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "0b6d5471bba1ea0f245e8e5c7d1f49c63f5c1f9a65313a1f13a05d76ba943efb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b6d5471bba1ea0f245e8e5c7d1f49c63f5c1f9a65313a1f13a05d76ba943efb", kill_on_drop: false }` [INFO] [stdout] 0b6d5471bba1ea0f245e8e5c7d1f49c63f5c1f9a65313a1f13a05d76ba943efb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5dce3717be46e57eecf4296dfd1a8bf772d180c8940a0c21b56d3374eec18592 [INFO] running `Command { std: "docker" "start" "-a" "5dce3717be46e57eecf4296dfd1a8bf772d180c8940a0c21b56d3374eec18592", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:192:47 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 192 - pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] 192 + pub fn new_reset_position(interface: &mut dyn Interface6502) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:277:45 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 277 - pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 277 + pub fn cycle(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:325:59 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 325 - pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 325 + pub fn execute_instruction(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling emulator_6502 v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:192:47 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 192 - pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stdout] 192 + pub fn new_reset_position(interface: &mut dyn Interface6502) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:277:45 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 277 - pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 277 + pub fn cycle(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:325:59 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 325 - pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stdout] 325 + pub fn execute_instruction(&mut self, interface: &mut dyn Interface6502) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.57s [INFO] running `Command { std: "docker" "inspect" "5dce3717be46e57eecf4296dfd1a8bf772d180c8940a0c21b56d3374eec18592", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dce3717be46e57eecf4296dfd1a8bf772d180c8940a0c21b56d3374eec18592", kill_on_drop: false }` [INFO] [stdout] 5dce3717be46e57eecf4296dfd1a8bf772d180c8940a0c21b56d3374eec18592 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0d75fe81bdae7c1ee07832c4ae969284fadcc00bfbc201c2f07f8c5e2680685d [INFO] running `Command { std: "docker" "start" "-a" "0d75fe81bdae7c1ee07832c4ae969284fadcc00bfbc201c2f07f8c5e2680685d", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:192:47 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 192 - pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stderr] 192 + pub fn new_reset_position(interface: &mut dyn Interface6502) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:277:45 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 277 - pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] 277 + pub fn cycle(&mut self, interface: &mut dyn Interface6502) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:325:59 [INFO] [stderr] | [INFO] [stderr] 325 | pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 325 - pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] 325 + pub fn execute_instruction(&mut self, interface: &mut dyn Interface6502) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `emulator_6502` (lib) generated 3 warnings (run `cargo fix --lib -p emulator_6502` to apply 3 suggestions) [INFO] [stderr] warning: `emulator_6502` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/emulator_6502-c0e434f7ccd09925) [INFO] [stdout] [INFO] [stdout] running 82 tests [INFO] [stdout] test address_modes::test::test_absolute_x ... ok [INFO] [stdout] test address_modes::test::test_absolute_y ... ok [INFO] [stdout] test address_modes::test::test_absolute_x_extra_cycle ... ok [INFO] [stdout] test address_modes::test::test_immediate ... ok [INFO] [stdout] test address_modes::test::test_indirect_x_page_edge ... ok [INFO] [stdout] test address_modes::test::test_indirect_y ... ok [INFO] [stdout] test address_modes::test::test_implied ... ok [INFO] [stdout] test address_modes::test::test_indirect ... ok [INFO] [stdout] test address_modes::test::test_indirect_page_edge ... ok [INFO] [stdout] test address_modes::test::test_indirect_y_page_edge ... ok [INFO] [stdout] test address_modes::test::test_indirect_y_extra_cycle ... ok [INFO] [stdout] test address_modes::test::test_indirect_x ... ok [INFO] [stdout] test address_modes::test::test_zero_page_x ... ok [INFO] [stdout] test opcodes::test::test_adc_overflow_negative_flags ... ok [INFO] [stdout] test opcodes::test::test_and_zero_flag ... ok [INFO] [stdout] test opcodes::test::test_asl ... ok [INFO] [stdout] test opcodes::test::test_and ... ok [INFO] [stdout] test opcodes::test::test_bit ... ok [INFO] [stdout] test opcodes::test::test_adc_zero_carry_flags ... ok [INFO] [stdout] test opcodes::test::test_bit_negative_overflow_flags ... ok [INFO] [stdout] test opcodes::test::test_branch_backwards ... ok [INFO] [stdout] test address_modes::test::test_zero_page_y ... ok [INFO] [stdout] test address_modes::test::test_zero_page ... ok [INFO] [stdout] test opcodes::test::test_branch ... ok [INFO] [stdout] test opcodes::test::test_adc ... ok [INFO] [stdout] test opcodes::test::test_compare ... ok [INFO] [stdout] test opcodes::test::test_branch_fail ... ok [INFO] [stdout] test opcodes::test::test_dec_negative ... ok [INFO] [stdout] test address_modes::test::test_relative ... ok [INFO] [stdout] test opcodes::test::test_brk ... ok [INFO] [stdout] test opcodes::test::test_dec ... ok [INFO] [stdout] test opcodes::test::test_dey_negative ... ok [INFO] [stdout] test address_modes::test::test_absolute_y_extra_cycle ... ok [INFO] [stdout] test opcodes::test::test_dey ... ok [INFO] [stdout] test opcodes::test::test_asl_accumulator_zero_flag ... ok [INFO] [stdout] test opcodes::test::test_dex_negative ... ok [INFO] [stdout] test opcodes::test::test_eor ... ok [INFO] [stdout] test opcodes::test::test_eor_zero_flag ... ok [INFO] [stdout] test opcodes::test::test_inc ... ok [INFO] [stdout] test opcodes::test::test_inc_negative ... ok [INFO] [stdout] test opcodes::test::test_inx ... ok [INFO] [stdout] test opcodes::test::test_iny ... ok [INFO] [stdout] test opcodes::test::test_inx_negative ... ok [INFO] [stdout] test opcodes::test::test_iny_negative ... ok [INFO] [stdout] test opcodes::test::test_jmp ... ok [INFO] [stdout] test opcodes::test::test_lda ... ok [INFO] [stdout] test opcodes::test::test_jsr ... ok [INFO] [stdout] test opcodes::test::test_ldx_negative ... ok [INFO] [stdout] test opcodes::test::test_lda_negative ... ok [INFO] [stdout] test opcodes::test::test_ldx ... ok [INFO] [stdout] test opcodes::test::test_lsr ... ok [INFO] [stdout] test opcodes::test::test_ldy_negative ... ok [INFO] [stdout] test opcodes::test::test_ldy ... ok [INFO] [stdout] test opcodes::test::test_lsr_accumulator_zero_flag ... ok [INFO] [stdout] test opcodes::test::test_ora ... ok [INFO] [stdout] test opcodes::test::test_ora_zero_flag ... ok [INFO] [stdout] test opcodes::test::test_pha ... ok [INFO] [stdout] test opcodes::test::test_php ... ok [INFO] [stdout] test opcodes::test::test_pla ... ok [INFO] [stdout] test opcodes::test::test_plp ... ok [INFO] [stdout] test opcodes::test::test_rti ... ok [INFO] [stdout] test opcodes::test::test_rts ... ok [INFO] [stdout] test opcodes::test::test_sbc ... ok [INFO] [stdout] test opcodes::test::test_sbc_carry_negative ... ok [INFO] [stdout] test opcodes::test::test_sbc_zero ... ok [INFO] [stdout] test opcodes::test::test_sta ... ok [INFO] [stdout] test opcodes::test::test_stx ... ok [INFO] [stdout] test opcodes::test::test_sbc_overflow ... ok [INFO] [stdout] test opcodes::test::test_txa ... ok [INFO] [stdout] test opcodes::test::test_tay ... ok [INFO] [stdout] test opcodes::test::test_txs ... ok [INFO] [stdout] test opcodes::test::test_sty ... ok [INFO] [stdout] test opcodes::test::test_tsx ... ok [INFO] [stdout] test opcodes::test::test_tax ... ok [INFO] [stdout] test opcodes::test::test_tya ... ok [INFO] [stdout] test opcodes::test::test_rol ... ok [INFO] [stdout] test opcodes::test::test_ror ... ok [INFO] [stdout] test opcodes::test::test_ror_accumulator ... ok [INFO] [stdout] test opcodes::test::test_compare_less ... ok [INFO] [stdout] test opcodes::test::test_dex ... ok [INFO] [stdout] test opcodes::test::test_rol_accumulator ... ok [INFO] [stdout] test address_modes::test::test_absolute ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-db3cf43e172e4cd9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests emulator_6502 [INFO] [stdout] test loop_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:192:47 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 192 - pub fn new_reset_position(interface: &mut (dyn Interface6502)) -> Self { [INFO] [stderr] 192 + pub fn new_reset_position(interface: &mut dyn Interface6502) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:277:45 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 277 - pub fn cycle(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] 277 + pub fn cycle(&mut self, interface: &mut dyn Interface6502) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:325:59 [INFO] [stderr] | [INFO] [stderr] 325 | pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 325 - pub fn execute_instruction(&mut self, interface: &mut (dyn Interface6502)) { [INFO] [stderr] 325 + pub fn execute_instruction(&mut self, interface: &mut dyn Interface6502) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 16) ... ignored [INFO] [stdout] test src/lib.rs - (line 51) ... ignored [INFO] [stdout] test src/lib.rs - Interface6502 (line 406) ... ignored [INFO] [stdout] test src/lib.rs - MOS6502 (line 117) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0d75fe81bdae7c1ee07832c4ae969284fadcc00bfbc201c2f07f8c5e2680685d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d75fe81bdae7c1ee07832c4ae969284fadcc00bfbc201c2f07f8c5e2680685d", kill_on_drop: false }` [INFO] [stdout] 0d75fe81bdae7c1ee07832c4ae969284fadcc00bfbc201c2f07f8c5e2680685d