[INFO] cloning repository https://github.com/ProrokWielki/AvrEmulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ProrokWielki/AvrEmulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProrokWielki%2FAvrEmulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProrokWielki%2FAvrEmulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c563be5dfc2d935482265118dddd6b12f2c24a30
[INFO] testing ProrokWielki/AvrEmulator against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProrokWielki%2FAvrEmulator" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ProrokWielki/AvrEmulator
[INFO] finished tweaking git repo https://github.com/ProrokWielki/AvrEmulator
[INFO] tweaked toml for git repo https://github.com/ProrokWielki/AvrEmulator written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ProrokWielki/AvrEmulator on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ProrokWielki/AvrEmulator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 11a7b1a88819e71416e8a1aeb59de28604e6570dac3632d0dc1053ce69932fd9
[INFO] running `Command { std: "docker" "start" "-a" "11a7b1a88819e71416e8a1aeb59de28604e6570dac3632d0dc1053ce69932fd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11a7b1a88819e71416e8a1aeb59de28604e6570dac3632d0dc1053ce69932fd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11a7b1a88819e71416e8a1aeb59de28604e6570dac3632d0dc1053ce69932fd9", kill_on_drop: false }`
[INFO] [stdout] 11a7b1a88819e71416e8a1aeb59de28604e6570dac3632d0dc1053ce69932fd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 635a6d16a5d72a4f0e388106cd435ff0fb62538a2e69368a0674507890d0ef99
[INFO] running `Command { std: "docker" "start" "-a" "635a6d16a5d72a4f0e388106cd435ff0fb62538a2e69368a0674507890d0ef99", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling sdd v3.0.4
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling bytesize v1.3.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling scc v2.2.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling bin_file v0.1.1
[INFO] [stderr]    Compiling AvrEmulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bin_file::BinFile`
[INFO] [stdout]  --> src/avr_emulator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bin_file::BinFile;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_current_instruction` is never used
[INFO] [stdout]   --> src/avr_emulator/instruction_executor.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl InstructionExecutor {
[INFO] [stdout]    | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn get_current_instruction(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_all_registers`, `get_all_io`, and `get_all_stack` are never used
[INFO] [stdout]   --> src/avr_emulator/memory.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Memory {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn get_all_registers(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn get_all_io(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn get_all_stack(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.97s
[INFO] running `Command { std: "docker" "inspect" "635a6d16a5d72a4f0e388106cd435ff0fb62538a2e69368a0674507890d0ef99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "635a6d16a5d72a4f0e388106cd435ff0fb62538a2e69368a0674507890d0ef99", kill_on_drop: false }`
[INFO] [stdout] 635a6d16a5d72a4f0e388106cd435ff0fb62538a2e69368a0674507890d0ef99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6de885b01f1d27577f721ba2da7f746a9597e9da91a23d0b81703269130e0bb
[INFO] running `Command { std: "docker" "start" "-a" "a6de885b01f1d27577f721ba2da7f746a9597e9da91a23d0b81703269130e0bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling AvrEmulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bin_file::BinFile`
[INFO] [stdout]  --> src/avr_emulator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bin_file::BinFile;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_current_instruction` is never used
[INFO] [stdout]   --> src/avr_emulator/instruction_executor.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl InstructionExecutor {
[INFO] [stdout]    | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn get_current_instruction(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_all_registers`, `get_all_io`, and `get_all_stack` are never used
[INFO] [stdout]   --> src/avr_emulator/memory.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Memory {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn get_all_registers(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn get_all_io(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn get_all_stack(&self) -> Vec<u8> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bin_file::BinFile`
[INFO] [stdout]  --> src/avr_emulator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bin_file::BinFile;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.46s
[INFO] running `Command { std: "docker" "inspect" "a6de885b01f1d27577f721ba2da7f746a9597e9da91a23d0b81703269130e0bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6de885b01f1d27577f721ba2da7f746a9597e9da91a23d0b81703269130e0bb", kill_on_drop: false }`
[INFO] [stdout] a6de885b01f1d27577f721ba2da7f746a9597e9da91a23d0b81703269130e0bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f7811c1aab38c619e40ed91096985def411fd4ba2d5671f264e7f75821eeb8f2
[INFO] running `Command { std: "docker" "start" "-a" "f7811c1aab38c619e40ed91096985def411fd4ba2d5671f264e7f75821eeb8f2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `bin_file::BinFile`
[INFO] [stderr]  --> src/avr_emulator.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use bin_file::BinFile;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `AvrEmulator` (bin "AvrEmulator" test) generated 1 warning (run `cargo fix --bin "AvrEmulator" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: method `get_current_instruction` is never used
[INFO] [stderr]   --> src/avr_emulator/instruction_executor.rs:48:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl InstructionExecutor {
[INFO] [stderr]    | ------------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 48 |     pub fn get_current_instruction(&self) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_all_registers`, `get_all_io`, and `get_all_stack` are never used
[INFO] [stderr]   --> src/avr_emulator/memory.rs:47:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Memory {
[INFO] [stderr]    | ----------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 47 |     pub fn get_all_registers(&self) -> Vec<u8> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 50 |     pub fn get_all_io(&self) -> Vec<u8> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     pub fn get_all_stack(&self) -> Vec<u8> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `AvrEmulator` (bin "AvrEmulator") generated 3 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/AvrEmulator-8fb1f5cb0ff75873)
[INFO] [stdout] 
[INFO] [stdout] running 337 tests
[INFO] [stdout] test avr_emulator::instruction::adc::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::adc::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::adc::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::adc::tests::test_process_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::adc::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::add::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::add::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::add::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::andi::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::andi::tests::test_process_result_0 ... ok
[INFO] [stdout] test avr_emulator::instruction::andi::tests::test_process_result_not_0 ... ok
[INFO] [stdout] test avr_emulator::instruction::andi::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::brbc::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::brbc::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::brbc::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::brbs::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::brbs::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::brbs::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::brbs::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::breq::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::breq::tests::test_process_false ... ok
[INFO] [stdout] test avr_emulator::instruction::breq::tests::test_process_true ... ok
[INFO] [stdout] test avr_emulator::instruction::breq::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::brge::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::brge::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::brge::tests::test_process_false ... ok
[INFO] [stdout] test avr_emulator::instruction::brge::tests::test_process_true ... ok
[INFO] [stdout] test avr_emulator::instruction::brge::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::brlt::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::brlt::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::brlt::tests::test_process_false ... ok
[INFO] [stdout] test avr_emulator::instruction::brlt::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::brne::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::brne::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::brne::tests::test_process_false ... ok
[INFO] [stdout] test avr_emulator::instruction::brne::tests::test_process_true ... ok
[INFO] [stdout] test avr_emulator::instruction::brne::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::bset::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::bset::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::bset::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::brlt::tests::test_process_true ... ok
[INFO] [stdout] test avr_emulator::instruction::bset::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_process_result_negative ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_process_result_positive ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_process_result_zero ... ok
[INFO] [stdout] test avr_emulator::instruction::cp::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_negative_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::breq::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_negative_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_positive_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_positive_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_positive_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_zero_before_carry_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_zero_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_zero_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_process_result_negative ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_process_result_positive ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_zero_with_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_process_result_zero ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::cpc::tests::test_process_result_zero_wo_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::andi::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::cpi::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_process_different_registers ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_process_same_register_over_15 ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_process_same_register ... ok
[INFO] [stdout] test avr_emulator::instruction::eor::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::i_in::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::i_in::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_process_io ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_process_register ... ok
[INFO] [stdout] test avr_emulator::instruction::integraiton_test::test_ret_after_rcall ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::ldd_y::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::i_in::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::ldd_y::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ldd_y::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::ldd_y::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::ldi::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::i_in::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ld_z::tests::test_process_stack ... ok
[INFO] [stdout] test avr_emulator::instruction::add::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::brbc::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ldi::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ldi::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::lds::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::lds::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::lpm_z_plus::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::lpm_z_plus::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::lpm_z_plus::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::mov::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::mov::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::movw::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::movw::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::movw::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::nop::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::lds::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::mov::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::nop::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::nop::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::out::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::movw::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::out::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::mov::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::lpm_z_plus::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::out::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::pop::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::pop::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::pop::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::pop::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::push::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::push::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::push::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::push::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::rcall::tests::test_process_negative_k ... ok
[INFO] [stdout] test avr_emulator::instruction::rcall::tests::test_process_postivie_k ... ok
[INFO] [stdout] test avr_emulator::instruction::rcall::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::ret::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::rcall::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::ret::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::ret::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::reti::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::reti::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::reti::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::rjmp::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::rjmp::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ret::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::reti::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::rjmp::tests::test_process_negative_k ... ok
[INFO] [stdout] test avr_emulator::instruction::out::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::rcall::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::ldi::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::rjmp::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::lds::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::nop::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::rjmp::tests::test_process_positive_k ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_negative_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_negative_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_positive_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_zero_with_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_zero_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_negative_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_zero_before_carry_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_zero_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_zero_wo_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_negative_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_positive_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_positive_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbc::tests::test_process_result_positive_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_zero_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_zero_with_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_positive_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_zero_wo_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_zero_before_carry_with_carry ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_process_result_positive ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_process_result_zero ... ok
[INFO] [stdout] test avr_emulator::instruction::sbr::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::sbr::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::sbr::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::sbr::tests::test_process_same_register ... ok
[INFO] [stdout] test avr_emulator::instruction::sbiw::tests::test_process_result_negative ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::sbci::tests::test_process_result_zero_wo_carry_zero_before ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_process_register ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_process_stack ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_process_io ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_process_register ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_process_stack ... ok
[INFO] [stdout] test avr_emulator::instruction::st_y_plus::tests::test_process_stack ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_process_io ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_process_register ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_process_stack ... ok
[INFO] [stdout] test avr_emulator::instruction::std_y::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_process_register ... ok
[INFO] [stdout] test avr_emulator::instruction::sts::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::std_y::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::sts::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::std_y::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::std_z::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::std_z::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::std_z::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::std_y::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::st_x_plus::tests::test_process_io ... ok
[INFO] [stdout] test avr_emulator::instruction::std_z::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::st_z_plus::tests::test_process_io ... ok
[INFO] [stdout] test avr_emulator::instruction::sts::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::sts::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::sub::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::sub::tests::test_process ... ok
[INFO] [stdout] test avr_emulator::instruction::sub::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::sub::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_get_instruction_codes ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_get_instruction_mask ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_process_result_negative ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_process_result_positive ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_process_result_zero ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_andi_for_andi_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::subi::tests::test_str ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_eq_returns_false_for_invalid_instruction ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_eq_returns_true_for_valid_instruction ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_extend_return_correct_value_for_positive_integers ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_adc_for_adc_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_add_for_add_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_extend_return_correct_value_for_negative_integers ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_brbc_for_brbc_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_brbs_for_brbs_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_breq_for_breq_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_brge_for_brge_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_brlt_for_brlt_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_cp_for_cp_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_cpc_for_cpc_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_brne_for_brne_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_cpi_for_cpi_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_bset_for_bset_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_ldd_for_ldd_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_ldi_for_ldi_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_ldz_for_ldz_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_lds_for_lds_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_lpm_z_plus_for_lpm_z_plus_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_mov_for_mov_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_eor_for_eor_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_nop_for_nop_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_none_for_invalid_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_out_for_out_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_in_for_in_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_pop_for_pop_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_reti_for_reti_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_rjmp_for_rjmp_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_rcall_for_rcall_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sbc_for_sbc_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sbr_for_sbr_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sbiw_for_sbiw_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_st_z_plus_for_st_z_plus_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sbci_for_sbci_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_std_for_std_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_ret_for_ret_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_std_z_for_std_z_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_push_for_push_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sts_for_sts_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_stz_for_stz_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_subi_for_subi_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_sub_for_sub_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::test_get_current_instruction ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::test_find_instruction_from_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::test_run_with_falling_edge_notify ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::find_instruction_from_opcode ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::test_run_without_notify ... ok
[INFO] [stdout] test avr_emulator::instruction_executor::tests::test_run_with_rising_edge_notify ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_bit8 ... ok
[INFO] [stdout] test avr_emulator::interrupt_handler::tests::test_interrupt_routine_is_not_executed_if_interrupts_are_disabled ... ok
[INFO] [stdout] test avr_emulator::interrupt_handler::tests::test_interrupts_stay_enabled_if_interrupt_does_not_occur ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_bit16 ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_all_registers ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_all_stack ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_as_16bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_io_register_fails_on_out_of_bounds_access ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_register_fails_on_out_of_bounds_access ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_sp ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_io_register_returns_correct_value ... ok
[INFO] [stdout] test avr_emulator::interrupt_handler::tests::test_interrupts_are_disabled_after_interrupt_occurs ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_sram_fails_on_out_of_bounds_access ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_register_returns_correct_value ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_as_16bit_out_of_bounds ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_flash ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_all_io ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_x_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_y_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_z_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_new_fails_on_too_small_size ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_as_16bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_sram_returns_correct_value ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_z_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_sp ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_sram ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_x_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_16bit_n_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_y_register ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_stack_out_of_bounds ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_16bit_c_bit ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_st_x_plus_for_st_x_plus_opcode ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_16bit_s_bit ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_st_y_plus_for_st_y_plus_opcode ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_16bit_v_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_carry_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_result_zero_keep ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_result_zero_no_keep ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_s_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_n_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_16bit_z_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_v_bit ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_sreg_update_borrow_from_bit_3 ... ok
[INFO] [stdout] test ui::cli::ui::tests::test_ui ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_to_bit_position ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_get_prescaler ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_run_falling_edge ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_run_prescaler_0 ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_run_prescaler_1 ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_run_prescaler_1_overflow ... ok
[INFO] [stdout] test avr_emulator::timer::tests::test_run_prescaler_8 ... ok
[INFO] [stdout] test ui::tests::test_get_ui_cli ... ok
[INFO] [stdout] test avr_emulator::instruction::tests::test_get_instruction_returns_movw_for_movw_opcode ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_get_flash_out_of_bounds - should panic ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_io_register_out_of_bounds - should panic ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_register_out_of_bounds - should panic ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_stack_out_of_bounds - should panic ... ok
[INFO] [stdout] test avr_emulator::memory::tests::test_set_sram_out_of_bounds - should panic ... ok
[INFO] [stdout] test avr_emulator::clock::tests::test_run ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin AvrEmulator`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- avr_emulator::clock::tests::test_run stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'avr_emulator::clock::tests::test_run' (24) panicked at src/avr_emulator/clock.rs:94:13:
[INFO] [stdout] assertion failed: i64::abs(measured_half_cycle_time_ms - expected_half_cycle_time_ms) < 5
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56cdf4028ac2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56cdf4028ac2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56cdf4028ac2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56cdf4028ac2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56cdf403903f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56cdf403903f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56cdf3ff5f51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56cdf3ff5f51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56cdf4001fb2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56cdf4006bdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56cdf4006a71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56cdf3fc450e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56cdf3fc450e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56cdf400729f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56cdf400729f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56cdf40070c6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56cdf40020e9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56cdf3fea42d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56cdf4040ba0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56cdf4040b7c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x56cdf3f73dc2 - <AvrEmulator::avr_emulator::clock::tests::MockSubscriber as AvrEmulator::avr_emulator::clock::Subscriber>::run::h84fc50992d92aa31
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avr_emulator/clock.rs:94:13
[INFO] [stdout]   21:     0x56cdf3f73a93 - AvrEmulator::avr_emulator::clock::tests::test_run::h9ae4ffb5d8f8eb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avr_emulator/clock.rs:113:41
[INFO] [stdout]   22:     0x56cdf3f73b07 - AvrEmulator::avr_emulator::clock::tests::test_run::{{closure}}::h7349a95c2216a2c4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avr_emulator/clock.rs:99:18
[INFO] [stdout]   23:     0x56cdf3f9e636 - core::ops::function::FnOnce::call_once::h7c5ca8d4173c5f23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56cdf3fc42cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56cdf3fc42cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x56cdf3fd9f35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x56cdf3fd9f35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x56cdf3fd9f35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x56cdf3fd9f35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x56cdf3fd9f35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56cdf3fd9f35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x56cdf3fd9f35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x56cdf3fb0724 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x56cdf3fb0724 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x56cdf3fb3fea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x56cdf3fb3fea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x56cdf3fb3fea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x56cdf3fb3fea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x56cdf3fb3fea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x56cdf3fb3fea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x56cdf3fb3fea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56cdf3ffd24f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x56cdf3ffd24f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7da869a7eaa4 - <unknown>
[INFO] [stdout]   45:     0x7da869b0ba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     avr_emulator::clock::tests::test_run
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 336 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f7811c1aab38c619e40ed91096985def411fd4ba2d5671f264e7f75821eeb8f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7811c1aab38c619e40ed91096985def411fd4ba2d5671f264e7f75821eeb8f2", kill_on_drop: false }`
[INFO] [stdout] f7811c1aab38c619e40ed91096985def411fd4ba2d5671f264e7f75821eeb8f2
