[INFO] fetching crate p101_sys 0.12.3...
[INFO] testing p101_sys-0.12.3 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate p101_sys 0.12.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate p101_sys 0.12.3
[INFO] finished tweaking crates.io crate p101_sys 0.12.3
[INFO] tweaked toml for crates.io crate p101_sys 0.12.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate p101_sys 0.12.3 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate p101_sys 0.12.3 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b7e87cfb96f14a70d2a952c041130b0bdf539bafb4da8c70fda51964dbbd84c
[INFO] running `Command { std: "docker" "start" "-a" "0b7e87cfb96f14a70d2a952c041130b0bdf539bafb4da8c70fda51964dbbd84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b7e87cfb96f14a70d2a952c041130b0bdf539bafb4da8c70fda51964dbbd84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b7e87cfb96f14a70d2a952c041130b0bdf539bafb4da8c70fda51964dbbd84c", kill_on_drop: false }`
[INFO] [stdout] 0b7e87cfb96f14a70d2a952c041130b0bdf539bafb4da8c70fda51964dbbd84c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f630b4a4434c8d2e248dc34208fdbb69aba688c94d2239ccfa9fb8e5f5d87a38
[INFO] running `Command { std: "docker" "start" "-a" "f630b4a4434c8d2e248dc34208fdbb69aba688c94d2239ccfa9fb8e5f5d87a38", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling p101_is v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling p101_enc v0.11.0
[INFO] [stderr]    Compiling p101_sys v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CliGui` is never constructed
[INFO] [stdout]  --> src/gui/cli_gui.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CliGui {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s
[INFO] running `Command { std: "docker" "inspect" "f630b4a4434c8d2e248dc34208fdbb69aba688c94d2239ccfa9fb8e5f5d87a38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f630b4a4434c8d2e248dc34208fdbb69aba688c94d2239ccfa9fb8e5f5d87a38", kill_on_drop: false }`
[INFO] [stdout] f630b4a4434c8d2e248dc34208fdbb69aba688c94d2239ccfa9fb8e5f5d87a38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f8eb76518e596e906cafd20b6bedbe871ba691167078ffa75423838b91102f15
[INFO] running `Command { std: "docker" "start" "-a" "f8eb76518e596e906cafd20b6bedbe871ba691167078ffa75423838b91102f15", kill_on_drop: false }`
[INFO] [stdout] warning: struct `CliGui` is never constructed
[INFO] [stdout]  --> src/gui/cli_gui.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CliGui {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p101_sys v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CliGui` is never constructed
[INFO] [stdout]  --> src/gui/cli_gui.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CliGui {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.76s
[INFO] running `Command { std: "docker" "inspect" "f8eb76518e596e906cafd20b6bedbe871ba691167078ffa75423838b91102f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8eb76518e596e906cafd20b6bedbe871ba691167078ffa75423838b91102f15", kill_on_drop: false }`
[INFO] [stdout] f8eb76518e596e906cafd20b6bedbe871ba691167078ffa75423838b91102f15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d18d25fc7e2d4b7e6197655f02102f83b4d7bf5a21efbc4471e8ee5ce04efc81
[INFO] running `Command { std: "docker" "start" "-a" "d18d25fc7e2d4b7e6197655f02102f83b4d7bf5a21efbc4471e8ee5ce04efc81", kill_on_drop: false }`
[INFO] [stderr] warning: struct `CliGui` is never constructed
[INFO] [stderr]  --> src/gui/cli_gui.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct CliGui {
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `p101_sys` (lib) generated 1 warning
[INFO] [stderr] warning: `p101_sys` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p101_sys-05e05c5957f4f8f4)
[INFO] [stdout] 
[INFO] [stdout] running 268 tests
[INFO] [stdout] test alu::component::selected_operand::tests::get_operand_is_idempotent ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::ignore_unmanaged_keys ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_a_and_split_keys_are_pressed_then_select_the_a_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_a_key_is_pressed_then_select_the_a_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_b_and_split_keys_are_pressed_then_select_the_split_b_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_c_and_split_keys_are_pressed_then_select_the_split_c_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_b_key_is_pressed_then_select_the_b_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_c_key_is_pressed_then_select_the_c_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_d_and_split_keys_are_pressed_then_select_the_split_d_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_d_key_is_pressed_then_select_the_d_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_e_and_split_keys_are_pressed_then_select_the_split_e_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_e_key_is_pressed_then_select_the_e_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_f_and_split_keys_are_pressed_then_select_the_split_f_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_f_key_is_pressed_then_select_the_f_register ... ok
[INFO] [stdout] test alu::component::tests::clear_m::clear_m_register_after_a_subtraction ... ok
[INFO] [stdout] test alu::component::tests::clear_m::clear_m_register_after_an_addition ... ok
[INFO] [stdout] test alu::component::tests::clear_m::clear_m_register_after_an_multiplication ... ok
[INFO] [stdout] test alu::component::tests::clear_m::record_when_the_m_register_should_be_cleared ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_a_then_clear_m ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_b_then_clear_m ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_r_and_split_keys_are_pressed_then_select_the_split_r_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_r_key_is_pressed_then_select_the_r_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_b_keys_are_pressed_then_select_the_b_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_a_keys_are_pressed_then_select_the_a_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_e_keys_are_pressed_then_select_the_e_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_f_keys_are_pressed_then_select_the_f_register ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_c_then_clear_m ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_r_keys_are_pressed_then_select_the_r_register ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_c_keys_are_pressed_then_select_the_c_register ... ok
[INFO] [stdout] test alu::component::tests::clear_m::clear_m_register_after_an_division ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_d_then_clear_m ... ok
[INFO] [stdout] test alu::component::tests::copy_m::copy_m_register_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::copy_to_a::copy_to_a_register_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::divide::perform_a_division_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::clear_m::clear_m_register_after_a_square_root ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_f_then_clear_m ... ok
[INFO] [stdout] test alu::component::tests::clear_entry::when_the_clear_entry_key_is_pressed_then_invoke_alu_clear_entry_method ... ok
[INFO] [stdout] test alu::component::tests::copy_to_a::copy_to_a_register_from_program ... ok
[INFO] [stdout] test alu::component::tests::multiply::perform_a_multiplication_from_program ... ok
[INFO] [stdout] test alu::component::tests::add::perform_an_addition_from_program ... ok
[INFO] [stdout] test alu::component::selected_operand::tests::when_split_and_d_keys_are_pressed_then_select_the_d_register ... ok
[INFO] [stdout] test alu::component::tests::sqr::perform_sqr_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::start_stop::continue_program_execution_once_input_has_been_provided ... ok
[INFO] [stdout] test alu::component::tests::divide::perform_a_division_from_program ... ok
[INFO] [stdout] test alu::component::tests::clear_m::when_m_is_copied_to_e_then_clear_m ... ok
[INFO] [stdout] test alu::component::tests::add::perform_an_addition_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::start_stop::when_a_stop_instruction_is_executed_then_suspend_the_program_and_wait_user_input ... ok
[INFO] [stdout] test alu::component::tests::multiply::perform_a_multiplication_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::copy_m::copy_m_register_from_program ... ok
[INFO] [stdout] test alu::component::tests::print::print_b_register_from_user_input ... ok
[INFO] [stdout] test alu::default_alu::abs::abs_of_zero_value_does_not_alter_the_register ... ok
[INFO] [stdout] test alu::default_alu::abs::abs_of_a_positive_value_does_not_alter_the_register ... ok
[INFO] [stdout] test alu::component::tests::subtract::perform_a_subtraction_from_program ... ok
[INFO] [stdout] test alu::default_alu::abs::abs_on_a_negative_value_negates_register_value ... ok
[INFO] [stdout] test alu::component::tests::swap_a::swap_a_with_b_register_from_program ... ok
[INFO] [stdout] test alu::component::tests::swap_a::swap_a_with_b_register_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::print::print_b_register_from_program ... ok
[INFO] [stdout] test alu::component::tests::reset::when_the_reset_key_is_pressed_then_reset_the_alu ... ok
[INFO] [stdout] test alu::default_alu::cai::coding_31_68 ... ok
[INFO] [stdout] test alu::default_alu::clear_entry::the_clear_entry_function_should_reset_the_value_stored_in_the_m_register ... ok
[INFO] [stdout] test alu::component::tests::sqr::perform_sqr_from_program ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::setup_fn_can_set_a_to_one ... ok
[INFO] [stdout] test alu::component::tests::subtract::perform_a_subtraction_from_user_input ... ok
[INFO] [stdout] test alu::component::tests::when_the_start_label_is_not_found_then_post_a_error_message ... ok
[INFO] [stdout] test alu::default_alu::clear_entry::the_clear_entry_message_should_clear_the_input_buffer ... ok
[INFO] [stdout] test alu::component::tests::when_the_alu_component_receives_an_halt_message_then_it_stops ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to__v_set_ip_to_1 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::setup_fn_can_set_a_to_zero ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_cv_should_set_ip_to_5 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to__y_should_set_ip_to_3 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_cw_should_set_ip_to_6 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_cz_should_set_ip_to_8 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to__z_should_set_ip_to_4 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_cy_should_set_ip_to_7 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_dw_should_set_ip_to_10 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_dy_should_set_ip_to_11 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to__z_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_cw_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_dz_should_set_ip_to_12 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_cy_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_rv_should_set_ip_to_13 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_dv_should_set_ip_to_9 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_rw_should_set_ip_to_14 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_cz_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_dv_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_rv_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_ry_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_rz_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::copy_decimal::m_should_have_the_same_decimal_part_as_a ... ok
[INFO] [stdout] test alu::default_alu::copy_decimal::m_should_respect_the_a_sign ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_b_register_always_works ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_rw_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_b_split_register_fails_if_the_value_overflows ... ok
[INFO] [stdout] test alu::default_alu::copy_decimal::copying_an_integer_value_set_m_to_0 ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_rz_should_set_ip_to_16 ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_b_split_register_succeed_when_the_value_is_fit ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_dz_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_dy_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to__y_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to__v_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_c_split_register_succeed_when_the_value_is_fit ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumping_to_dw_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_zero_jumpidoes_not_update_the_ip ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_c_split_register_fails_if_the_value_overflows ... ok
[INFO] [stdout] test alu::default_alu::conditional_jump::when_a_is_one_jumping_to_ry_should_set_ip_to_15 ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_c_register_always_works ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_e_register_always_works ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_e_split_register_fails_if_the_value_overflows ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_f_register_always_works ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_d_split_register_fails_if_the_value_overflows ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_d_split_register_succeed_when_the_value_is_fit ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_f_split_register_fails_if_the_value_overflows ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_f_split_register_succeed_when_the_value_is_fit ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_itself_changes_nothing ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_r_register_changes_nothing ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_accumulator_on_itself_changes_nothing ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_d_register_always_works ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_b_split_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_m::copying_m_to_e_split_register_succeed_when_the_value_is_fit ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_c_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_d_split_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_e_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_b_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_e_split_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_f_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_c_split_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_f_split_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_d_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_cz_should_set_pc_to_7 ... ok
[INFO] [stdout] test alu::default_alu::copy_to_a::copying_the_m_register_alter_the_accumulator ... ok
[INFO] [stdout] test alu::default_alu::dr_exchange::when_d_contains_both_data_and_instructions_exchange_value_with_r_zeroing_the_instruction_part ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_dv_should_set_pc_to_8 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_dw_should_set_pc_to_9 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_av_should_set_pc_to_0 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_aw_should_set_pc_to_1 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_ay_should_set_pc_to_2 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_az_should_set_pc_to_3 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_cv_should_set_pc_to_4 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_cw_should_set_pc_to_5 ... ok
[INFO] [stdout] test alu::default_alu::dr_exchange::when_d_is_split_exchange_its_value_with_r ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_cy_should_set_pc_to_6 ... ok
[INFO] [stdout] test alu::default_alu::dr_exchange::when_d_is_a_register_exchange_its_value_with_r ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_dy_should_set_pc_to_10 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_dz_should_set_pc_to_11 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_rw_should_set_pc_to_13 ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_rz_should_set_pc_to_15 ... ok
[INFO] [stdout] test alu::default_alu::math::check_intermediate_registers_values_of_multiple_addiction ... ok
[INFO] [stdout] test alu::default_alu::math::check_intermediate_registers_values_of_multiple_divisions ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_rv_should_set_pc_to_12 ... ok
[INFO] [stdout] test alu::default_alu::math::seven_by_six_dot_four_equals_33_dot_28 ... ok
[INFO] [stdout] test alu::default_alu::math::check_intermediate_registers_values_of_multiple_subtractions ... ok
[INFO] [stdout] test alu::default_alu::math::seven_divided_three_equals_two_remainder_one ... ok
[INFO] [stdout] test alu::default_alu::math::check_intermediate_registers_values_of_multiple_multiplications ... ok
[INFO] [stdout] test alu::default_alu::math::seven_dot_five_minus_three_dot_six_equals_three_dot_nine ... ok
[INFO] [stdout] test alu::default_alu::math::sqr_of_five_is_2_236067977499789 ... ok
[INFO] [stdout] test alu::default_alu::math::dividing_by_zero_turns_on_the_error_light ... ok
[INFO] [stdout] test alu::default_alu::math::seven_plus_three_equals_ten ... ok
[INFO] [stdout] test alu::default_alu::jump::jump_to_ry_should_set_pc_to_14 ... ok
[INFO] [stdout] test alu::default_alu::newline::printing_a_newline_increments_ip ... ok
[INFO] [stdout] test alu::default_alu::math::sqr_of_four_is_two ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_d_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_e_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_f_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_b_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_r_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_m_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_split_register_c_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_a_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_register_c_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_split_register_b_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_split_register_d_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_split_register_e_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::print::printing_split_register_f_posts_its_value_on_the_system_bus ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_accumulator_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_b_left_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_c_left_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_c_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_b_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::rounding::an_integer_gets_a_zero_fractional_part ... ok
[INFO] [stdout] test alu::default_alu::rounding::numbers_with_a_precision_lower_than_required_are_right_zero_padded ... ok
[INFO] [stdout] test alu::default_alu::rounding::numbers_with_the_precision_are_not_updated ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_d_left_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_d_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_c_right_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::rounding::rounding_provides_the_correct_number_of_decimals ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_b_split_register_updates_splits_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_c_register_updates_c_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_b_register_updates_b_and_a ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_e_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_c_split_register_updates_splits_and_a ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_e_right_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_f_left_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_e_left_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_d_split_register_updates_splits_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_e_split_register_updates_splits_and_a ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_f_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_f_register_updates_f_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_f_split_register_updates_splits_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_e_register_updates_e_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_d_register_updates_d_and_a ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_the_accumulator_is_idempotent ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_b_right_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::default_alu::swap_a::swapping_m_register_updates_m_and_a ... ok
[INFO] [stdout] test alu::default_alu::reset::resetting_the_f_right_register_writes_a_zero_in_it_and_prints_its_previous_value ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_read_instructions_within_bounds_from_i_register ... ok
[INFO] [stdout] test alu::memory::tests::program_is_correctly_layd_out_in_memory ... ok
[INFO] [stdout] test alu::default_alu::write_to_m::when_several_numeric_keys_are_pressed_then_the_m_register_should_be_updated_accordingly ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_read_instructions_within_bounds_from_ir_register ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_write_to_i_register ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_write_to_ir_register ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_write_to_the_register ... ok
[INFO] [stdout] test alu::register::memory_register::tests::can_write_to_the_split_register ... ok
[INFO] [stdout] test alu::register::memory_register::tests::register_default_value_is_zero ... ok
[INFO] [stdout] test alu::register::split_register::tests::catch_cannot_split_error ... ok
[INFO] [stdout] test alu::register::split_register::tests::catch_split_register_overflow ... ok
[INFO] [stdout] test alu::register::split_register::tests::overflowing_left_register_produces_an_error ... ok
[INFO] [stdout] test alu::register::split_register::tests::overflowing_a_non_zero_split_register_produces_an_error ... ok
[INFO] [stdout] test alu::default_alu::write_to_m::when_decimals_are_entered_then_the_m_register_should_be_updated_accordingly ... ok
[INFO] [stdout] test alu::register::split_register::tests::updating_left_register_value ... ok
[INFO] [stdout] test alu::register::split_register::tests::write_register ... ok
[INFO] [stdout] test alu::register::tests::read_the_register_value ... ok
[INFO] [stdout] test alu::register::split_register::tests::write_split_register_values ... ok
[INFO] [stdout] test alu::register::tests::register_is_initialized_to_zero ... ok
[INFO] [stdout] test alu::register::split_register::tests::register_default_value_is_zero ... ok
[INFO] [stdout] test alu::default_alu::write_to_m::when_a_numeric_key_is_pressed_then_the_m_register_should_be_updated ... ok
[INFO] [stdout] test alu::register::split_register::tests::split_register_values_match_the_exposed_ones ... ok
[INFO] [stdout] test alu::register::split_register::tests::updating_left_register_on_a_zeroed_full_register_splits_it ... ok
[INFO] [stdout] test alu::register::split_register::tests::register_value_matches_the_exposed_one ... ok
[INFO] [stdout] test alu::register::tests::register_stores_the_written_value ... ok
[INFO] [stdout] test halt::tests::when_the_halt_component_receives_an_halt_message_then_it_stops ... ok
[INFO] [stdout] test keyboard::script_keyboard::tests::when_a_line_ends_then_pass_to_next_one ... ok
[INFO] [stdout] test keyboard::test_keyboard::tests::test_keyboard_returns_configured_keys ... ok
[INFO] [stdout] test keyboard::script_keyboard::tests::when_a_line_contains_some_sharacters_then_map_them_to_keys ... ok
[INFO] [stdout] test printer::component::tests::when_multiple_print_messages_are_received_then_print_them_in_order ... ok
[INFO] [stdout] test printer::component::tests::when_the_printer_component_receives_an_halt_message_then_it_stops ... ok
[INFO] [stdout] test alu::register::split_register::tests::split_register_default_values_are_zero ... ok
[INFO] [stdout] test alu::register::split_register::tests::write_an_overflowing_value_to_a_zeroed_split_register_coalesce_the_register ... ok
[INFO] [stdout] test keyboard::script_keyboard::tests::when_power_and_reset_are_pressed_then_emit_those_events ... ok
[INFO] [stdout] test keyboard::script_keyboard::tests::polling_an_empty_buffer_returns_none ... ok
[INFO] [stdout] test keyboard::cli_keyboard::tests::consume_all_characters_in_the_buffer ... ok
[INFO] [stdout] test printer::test_printer::tests::log_everything_that_gets_printed ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_decimal_up_pressed_message_then_update_the_precision_field_and_emit_a_set_precision_event ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_decimal_down_pressed_message_then_update_the_precision_field_and_emit_a_set_precision_event ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_power_key_pressed_message_while_off_then_change_system_status_to_on ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_reset_key_pressed_message_while_on_then_change_system_status_to_ready ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_power_key_pressed_message_while_on_then_change_system_status_to_off ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_record_program_pressed_message_while_the_switch_is_off_then_set_the_record_program_field_and_emit_a_record_program_true_event ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_print_program_pressed_message_while_the_switch_is_on_then_set_the_print_program_field_and_emit_a_print_program_false_event ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_print_program_pressed_message_while_the_switch_is_off_then_set_the_print_program_field_and_emit_a_print_program_true_event ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_a_record_program_pressed_message_while_the_switch_is_on_then_reset_the_record_program_field_and_emit_a_record_program_false_event ... ok
[INFO] [stdout] test halt::tests::when_the_halt_component_receives_an_program_ended_message_then_it_stops ... ok
[INFO] [stdout] test storage::card::tests::when_a_memory_card_is_read_then_return_its_content ... ok
[INFO] [stdout] test storage::card::tests::when_a_memory_card_is_written_then_return_its_content ... ok
[INFO] [stdout] test status::tests::when_the_status_component_receives_an_halt_message_then_it_stops ... ok
[INFO] [stdout] test system::tests::when_no_component_is_registered_then_the_system_exits ... ok
[INFO] [stdout] test system::tests::when_system_receive_an_halt_message_then_exit ... ok
[INFO] [stdout] test storage::card::tests::when_reading_a_missing_file_then_return_an_error ... ok
[INFO] [stdout] test storage::component::tests::when_a_card_is_inserted_then_storage_takes_ownership ... ok
[INFO] [stdout] test storage::component::tests::when_a_card_is_read_then_storage_posts_its_content_on_the_system_bus ... ok
[INFO] [stdout] test storage::component::tests::when_a_card_is_wrote_then_storage_updates_its_contents ... ok
[INFO] [stdout] test storage::component::tests::when_the_storage_component_receives_an_halt_message_then_it_stops ... ok
[INFO] [stdout] test keyboard::component::tests::test_keyboard_returns_configured_keys ... ok
[INFO] [stdout] test system::tests::messages_are_dispatched_to_registered_consumers ... ok
[INFO] [stdout] test storage::card::tests::when_reading_a_file_then_return_its_content ... FAILED
[INFO] [stdout] test storage::card::tests::when_writing_a_file_then_return_an_ok_on_success ... FAILED
[INFO] [stdout] test alu::component::tests::when_a_program_ends_then_post_a_program_ended_message ... ok
[INFO] [stdout] test alu::component::tests::when_the_alu_component_receives_a_text_read_message_then_it_updates_the_memory ... ok
[INFO] [stdout] test alu::component::tests::when_a_program_is_run_some_messages_are_posted ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- storage::card::tests::when_reading_a_file_then_return_its_content stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'storage::card::tests::when_reading_a_file_then_return_its_content' panicked at src/storage/card.rs:148:23:
[INFO] [stdout] Error reading card: Cannot read card: File "file_card__when_reading_a_file_then_return_its_content.txt" does not exists
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5853e18968b2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5853e18968b2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5853e18968b2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5853e18968b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5853e18bc6f3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5853e18bc6f3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5853e1893293 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5853e1893293 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5853e1896702 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5853e1897ecc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5853e1897d22 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5853e185ade4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5853e185ade4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5853e18988ab - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5853e18988ab - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5853e189867a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5853e1896da9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5853e189830d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5853e18baf30 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5853e1749d29 - p101_sys::storage::card::tests::when_reading_a_file_then_return_its_content::h6afd812591cb6d15
[INFO] [stdout]                                at /opt/rustwide/workdir/src/storage/card.rs:148:23
[INFO] [stdout]   20:     0x5853e16c0759 - p101_sys::storage::card::tests::when_reading_a_file_then_return_its_content::{{closure}}::h97500922043331fb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/storage/card.rs:130:57
[INFO] [stdout]   21:     0x5853e16c0759 - core::ops::function::FnOnce::call_once::h2dfe55e5f99b893a
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5853e186051b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5853e186051b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x5853e185f75e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x5853e185f75e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x5853e185f75e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x5853e185f75e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x5853e185f75e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5853e185f75e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x5853e185f75e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x5853e1823304 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x5853e1823304 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x5853e1826caa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x5853e1826caa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5853e1826caa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5853e1826caa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x5853e1826caa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5853e1826caa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x5853e1826caa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5853e189b807 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x5853e189b807 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x5853e189b807 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x7593d9801aa4 - <unknown>
[INFO] [stdout]   44:     0x7593d988ea34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- storage::card::tests::when_writing_a_file_then_return_an_ok_on_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'storage::card::tests::when_writing_a_file_then_return_an_ok_on_success' panicked at src/storage/card.rs:172:9:
[INFO] [stdout] assertion `left == right` failed: Error writing to card
[INFO] [stdout]   left: Ok(())
[INFO] [stdout]  right: Err(ReadError("Cannot write to file \"file_card__when_writing_a_file_then_return_an_ok_on_success.txt\"; Read-only file system (os error 30)"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5853e18968b2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5853e18968b2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5853e18968b2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5853e18968b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5853e18bc6f3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5853e18bc6f3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5853e1893293 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5853e1893293 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5853e1896702 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5853e1897ecc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5853e1897d22 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5853e185ade4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5853e185ade4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5853e18988ab - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5853e18988ab - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5853e189867a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5853e1896da9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5853e189830d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5853e18baf30 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5853e18bb257 - core::panicking::assert_failed_inner::h6a89cd271393c011
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5853e170e4e3 - core::panicking::assert_failed::ha331ea9d51a10c2f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5853e174a186 - p101_sys::storage::card::tests::when_writing_a_file_then_return_an_ok_on_success::hc5165cc6493338fd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/storage/card.rs:172:9
[INFO] [stdout]   22:     0x5853e16cc5d9 - p101_sys::storage::card::tests::when_writing_a_file_then_return_an_ok_on_success::{{closure}}::hdf1cf47719e75092
[INFO] [stdout]                                at /opt/rustwide/workdir/src/storage/card.rs:157:62
[INFO] [stdout]   23:     0x5853e16cc5d9 - core::ops::function::FnOnce::call_once::hb6de55e68e8405bf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5853e186051b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5853e186051b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5853e185f75e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5853e185f75e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5853e185f75e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5853e185f75e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5853e185f75e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5853e185f75e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5853e185f75e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5853e1823304 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5853e1823304 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5853e1826caa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5853e1826caa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5853e1826caa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5853e1826caa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5853e1826caa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5853e1826caa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5853e1826caa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5853e189b807 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5853e189b807 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5853e189b807 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7593d9801aa4 - <unknown>
[INFO] [stdout]   46:     0x7593d988ea34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     storage::card::tests::when_reading_a_file_then_return_its_content
[INFO] [stdout]     storage::card::tests::when_writing_a_file_then_return_an_ok_on_success
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 266 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d18d25fc7e2d4b7e6197655f02102f83b4d7bf5a21efbc4471e8ee5ce04efc81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18d25fc7e2d4b7e6197655f02102f83b4d7bf5a21efbc4471e8ee5ce04efc81", kill_on_drop: false }`
[INFO] [stdout] d18d25fc7e2d4b7e6197655f02102f83b4d7bf5a21efbc4471e8ee5ce04efc81
