[INFO] cloning repository https://github.com/52617365/intel8086-decoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/52617365/intel8086-decoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F52617365%2Fintel8086-decoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F52617365%2Fintel8086-decoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ef9a53bec9f01729ed2fec19fabfdf7fe8320e0
[INFO] testing 52617365/intel8086-decoder against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F52617365%2Fintel8086-decoder" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/52617365/intel8086-decoder
[INFO] finished tweaking git repo https://github.com/52617365/intel8086-decoder
[INFO] tweaked toml for git repo https://github.com/52617365/intel8086-decoder written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/52617365/intel8086-decoder on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/52617365/intel8086-decoder 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec11231a1209e3a41bd4edd65b39a79e0f956223db0fec2a466bbd5f4c905693
[INFO] running `Command { std: "docker" "start" "-a" "ec11231a1209e3a41bd4edd65b39a79e0f956223db0fec2a466bbd5f4c905693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec11231a1209e3a41bd4edd65b39a79e0f956223db0fec2a466bbd5f4c905693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec11231a1209e3a41bd4edd65b39a79e0f956223db0fec2a466bbd5f4c905693", kill_on_drop: false }`
[INFO] [stdout] ec11231a1209e3a41bd4edd65b39a79e0f956223db0fec2a466bbd5f4c905693
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c806e459b839ef6f9042fe45ee7d927d9ff2e45939ad26d294a25f024af28a73
[INFO] running `Command { std: "docker" "start" "-a" "c806e459b839ef6f9042fe45ee7d927d9ff2e45939ad26d294a25f024af28a73", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.1.0
[INFO] [stderr]    Compiling assembler_8086 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `JE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     JE_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JeJump`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JL_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     JL_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JlJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JLE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     JLE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JleJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JB_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     JB_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JbJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JBE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     JBE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JbeJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JP_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     JP_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JpJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JO_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     JO_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JoJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JS_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     JS_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JsJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     JNE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JneJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNL_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     JNL_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnlJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNLE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     JNLE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnleJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNB_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     JNB_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnbJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNBE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     JNBE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnbeJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNP_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     JNP_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnpJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNO_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     JNO_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnoJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IMMEDIATE_TO_REG_MOV_W_BIT` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 250 |     IMMEDIATE_TO_REG_MOV_W_BIT = 0b_00001000,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ImmediateToRegMovWBit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MOD_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 251 |     MOD_BITS = 0b_11000000,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `ModBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `W_BIT` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 |     W_BIT = 0b_00000001,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `WBit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RM_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     RM_BITS = 0b_00000111,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `RmBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `REG_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:254:5
[INFO] [stdout]     |
[INFO] [stdout] 254 |     REG_BITS = 0b_00111000,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `RegBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `D_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:255:5
[INFO] [stdout]     |
[INFO] [stdout] 255 |     D_BITS = 0b_00000010,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to upper camel case: `DBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_struct` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct memory_struct {
[INFO] [stdout]    |            ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `bits_struct` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct bits_struct {
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BitsStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_contents` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct memory_contents {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryContents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `decimal_memory_contents` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct decimal_memory_contents {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DecimalMemoryContents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `word_sized_value_bytes` should have an upper camel case name
[INFO] [stdout]    --> src/memory.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct word_sized_value_bytes {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WordSizedValueBytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `instruction_data` should have an upper camel case name
[INFO] [stdout]    --> src/main.rs:296:8
[INFO] [stdout]     |
[INFO] [stdout] 296 | struct instruction_data {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `InstructionData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `old_instruction_pointer` is never read
[INFO] [stdout]    --> src/main.rs:270:13
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let mut old_instruction_pointer: usize = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_register`
[INFO] [stdout]    --> src/main.rs:480:30
[INFO] [stdout]     |
[INFO] [stdout] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_register`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_register`
[INFO] [stdout]    --> src/main.rs:480:46
[INFO] [stdout]     |
[INFO] [stdout] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_register`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:547:25
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 let mut value: ValueEnum = ValueEnum::Uninitialized;
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:556:29
[INFO] [stdout]     |
[INFO] [stdout] 556 | ...                   value = result;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:558:29
[INFO] [stdout]     |
[INFO] [stdout] 558 | ...                   value = combine_register_containing_multiple_registers(registers, &rm_register).value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:564:29
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   value = result;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:567:29
[INFO] [stdout]     |
[INFO] [stdout] 567 | ...                   value = rm.updated_value.value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:576:33
[INFO] [stdout]     |
[INFO] [stdout] 576 | ...                   value = reg.updated_value.value.wrap_sub(memory_contents.original_value.value);
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | ...                   value = reg.updated_value.value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:584:29
[INFO] [stdout]     |
[INFO] [stdout] 584 | ...                   value = rm.updated_value.value.wrap_sub(memory_contents.modified_value.value);
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "c806e459b839ef6f9042fe45ee7d927d9ff2e45939ad26d294a25f024af28a73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c806e459b839ef6f9042fe45ee7d927d9ff2e45939ad26d294a25f024af28a73", kill_on_drop: false }`
[INFO] [stdout] c806e459b839ef6f9042fe45ee7d927d9ff2e45939ad26d294a25f024af28a73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66d16994e989c987cee9f74e80d3693326d0249307d00b60e1f916dad2f7e538
[INFO] running `Command { std: "docker" "start" "-a" "66d16994e989c987cee9f74e80d3693326d0249307d00b60e1f916dad2f7e538", kill_on_drop: false }`
[INFO] [stderr]    Compiling assembler_8086 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `JE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     JE_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JeJump`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JL_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     JL_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JlJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JLE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     JLE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JleJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JB_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     JB_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JbJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JBE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     JBE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JbeJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JP_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     JP_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JpJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JO_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     JO_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JoJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JS_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     JS_JUMP,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JsJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     JNE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JneJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNL_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     JNL_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnlJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNLE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     JNLE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnleJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNB_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     JNB_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnbJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNBE_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     JNBE_JUMP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnbeJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNP_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     JNP_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnpJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `JNO_JUMP` should have an upper camel case name
[INFO] [stdout]   --> src/bits.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     JNO_JUMP,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnoJump`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IMMEDIATE_TO_REG_MOV_W_BIT` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 250 |     IMMEDIATE_TO_REG_MOV_W_BIT = 0b_00001000,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ImmediateToRegMovWBit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MOD_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 251 |     MOD_BITS = 0b_11000000,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `ModBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `W_BIT` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 |     W_BIT = 0b_00000001,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `WBit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RM_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     RM_BITS = 0b_00000111,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `RmBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `REG_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:254:5
[INFO] [stdout]     |
[INFO] [stdout] 254 |     REG_BITS = 0b_00111000,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `RegBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `D_BITS` should have an upper camel case name
[INFO] [stdout]    --> src/bits.rs:255:5
[INFO] [stdout]     |
[INFO] [stdout] 255 |     D_BITS = 0b_00000010,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to upper camel case: `DBits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_struct` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct memory_struct {
[INFO] [stdout]    |            ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `bits_struct` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct bits_struct {
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BitsStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_contents` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct memory_contents {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryContents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `decimal_memory_contents` should have an upper camel case name
[INFO] [stdout]   --> src/memory.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct decimal_memory_contents {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DecimalMemoryContents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `word_sized_value_bytes` should have an upper camel case name
[INFO] [stdout]    --> src/memory.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct word_sized_value_bytes {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WordSizedValueBytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `instruction_data` should have an upper camel case name
[INFO] [stdout]    --> src/main.rs:296:8
[INFO] [stdout]     |
[INFO] [stdout] 296 | struct instruction_data {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `InstructionData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `old_instruction_pointer` is never read
[INFO] [stdout]    --> src/main.rs:270:13
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let mut old_instruction_pointer: usize = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_register`
[INFO] [stdout]    --> src/main.rs:480:30
[INFO] [stdout]     |
[INFO] [stdout] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_register`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_register`
[INFO] [stdout]    --> src/main.rs:480:46
[INFO] [stdout]     |
[INFO] [stdout] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_register`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:547:25
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 let mut value: ValueEnum = ValueEnum::Uninitialized;
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:556:29
[INFO] [stdout]     |
[INFO] [stdout] 556 | ...                   value = result;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:558:29
[INFO] [stdout]     |
[INFO] [stdout] 558 | ...                   value = combine_register_containing_multiple_registers(registers, &rm_register).value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:564:29
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   value = result;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:567:29
[INFO] [stdout]     |
[INFO] [stdout] 567 | ...                   value = rm.updated_value.value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:576:33
[INFO] [stdout]     |
[INFO] [stdout] 576 | ...                   value = reg.updated_value.value.wrap_sub(memory_contents.original_value.value);
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:579:33
[INFO] [stdout]     |
[INFO] [stdout] 579 | ...                   value = reg.updated_value.value;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/main.rs:584:29
[INFO] [stdout]     |
[INFO] [stdout] 584 | ...                   value = rm.updated_value.value.wrap_sub(memory_contents.modified_value.value);
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "66d16994e989c987cee9f74e80d3693326d0249307d00b60e1f916dad2f7e538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d16994e989c987cee9f74e80d3693326d0249307d00b60e1f916dad2f7e538", kill_on_drop: false }`
[INFO] [stdout] 66d16994e989c987cee9f74e80d3693326d0249307d00b60e1f916dad2f7e538
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d19411aabaac0b106dd6b4dbac195dade82578496cd170d905f3109b8dcbae32
[INFO] running `Command { std: "docker" "start" "-a" "d19411aabaac0b106dd6b4dbac195dade82578496cd170d905f3109b8dcbae32", kill_on_drop: false }`
[INFO] [stderr] warning: variant `JE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     JE_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JeJump`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JL_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     JL_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JlJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JLE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     JLE_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JleJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JB_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     JB_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JbJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JBE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     JBE_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JbeJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JP_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     JP_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JpJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JO_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 |     JO_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JoJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JS_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     JS_JUMP,
[INFO] [stderr]    |     ^^^^^^^ help: convert the identifier to upper camel case: `JsJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     JNE_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JneJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNL_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 |     JNL_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnlJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNLE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     JNLE_JUMP,
[INFO] [stderr]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnleJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNB_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     JNB_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnbJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNBE_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     JNBE_JUMP,
[INFO] [stderr]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `JnbeJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNP_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:40:5
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] running 9 tests
[INFO] [stderr] 40 |     JNP_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnpJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `JNO_JUMP` should have an upper camel case name
[INFO] [stderr]   --> src/bits.rs:41:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |     JNO_JUMP,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `JnoJump`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `IMMEDIATE_TO_REG_MOV_W_BIT` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:250:5
[INFO] [stderr]     |
[INFO] [stderr] 250 |     IMMEDIATE_TO_REG_MOV_W_BIT = 0b_00001000,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ImmediateToRegMovWBit`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `MOD_BITS` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:251:5
[INFO] [stderr]     |
[INFO] [stderr] 251 |     MOD_BITS = 0b_11000000,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `ModBits`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `W_BIT` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:252:5
[INFO] [stderr]     |
[INFO] [stderr] 252 |     W_BIT = 0b_00000001,
[INFO] [stderr]     |     ^^^^^ help: convert the identifier to upper camel case: `WBit`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `RM_BITS` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:253:5
[INFO] [stderr]     |
[INFO] [stderr] 253 |     RM_BITS = 0b_00000111,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `RmBits`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `REG_BITS` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:254:5
[INFO] [stderr]     |
[INFO] [stderr] 254 |     REG_BITS = 0b_00111000,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `RegBits`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `D_BITS` should have an upper camel case name
[INFO] [stderr]    --> src/bits.rs:255:5
[INFO] [stderr]     |
[INFO] [stderr] 255 |     D_BITS = 0b_00000010,
[INFO] [stderr]     |     ^^^^^^ help: convert the identifier to upper camel case: `DBits`
[INFO] [stderr] 
[INFO] [stderr] warning: type `memory_struct` should have an upper camel case name
[INFO] [stderr]   --> src/memory.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct memory_struct {
[INFO] [stderr]    |            ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryStruct`
[INFO] [stderr] 
[INFO] [stderr] warning: type `bits_struct` should have an upper camel case name
[INFO] [stderr]   --> src/memory.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct bits_struct {
[INFO] [stderr]    |            ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BitsStruct`
[INFO] [stderr] 
[INFO] [stderr] warning: type `memory_contents` should have an upper camel case name
[INFO] [stderr]   --> src/memory.rs:29:12
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub struct memory_contents {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryContents`
[INFO] [stderr] 
[INFO] [stderr] warning: type `decimal_memory_contents` should have an upper camel case name
[INFO] [stderr]   --> src/memory.rs:37:12
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub struct decimal_memory_contents {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DecimalMemoryContents`
[INFO] [stderr] 
[INFO] [stderr] warning: type `word_sized_value_bytes` should have an upper camel case name
[INFO] [stderr]    --> src/memory.rs:207:12
[INFO] [stderr]     |
[INFO] [stderr] 207 | pub struct word_sized_value_bytes {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WordSizedValueBytes`
[INFO] [stderr] 
[INFO] [stderr] warning: type `instruction_data` should have an upper camel case name
[INFO] [stderr]    --> src/main.rs:296:8
[INFO] [stderr]     |
[INFO] [stderr] 296 | struct instruction_data {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `InstructionData`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `old_instruction_pointer` is never read
[INFO] [stderr]    --> src/main.rs:270:13
[INFO] [stderr]     |
[INFO] [stderr] 270 |     let mut old_instruction_pointer: usize = 0;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `first_register`
[INFO] [stderr]    --> src/main.rs:480:30
[INFO] [stderr]     |
[INFO] [stderr] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_register`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `second_register`
[INFO] [stderr]    --> src/main.rs:480:46
[INFO] [stderr]     |
[INFO] [stderr] 480 |                         let (first_register, second_register) = get_registers_from_multiple_register(registers, &rm_register);
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_register`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:547:25
[INFO] [stderr]     |
[INFO] [stderr] 547 |                 let mut value: ValueEnum = ValueEnum::Uninitialized;
[INFO] [stderr]     |                         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:556:29
[INFO] [stderr]     |
[INFO] [stderr] 556 | ...                   value = result;
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:558:29
[INFO] [stderr]     |
[INFO] [stderr] 558 | ...                   value = combine_register_containing_multiple_registers(registers, &rm_register).value;
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:564:29
[INFO] [stderr]     |
[INFO] [stderr] 564 | ...                   value = result;
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:567:29
[INFO] [stderr]     |
[INFO] [stderr] 567 | ...                   value = rm.updated_value.value;
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:576:33
[INFO] [stderr]     |
[INFO] [stderr] 576 | ...                   value = reg.updated_value.value.wrap_sub(memory_contents.original_value.value);
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:579:33
[INFO] [stderr]     |
[INFO] [stderr] 579 | ...                   value = reg.updated_value.value;
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `value` is never read
[INFO] [stderr]    --> src/main.rs:584:29
[INFO] [stderr]     |
[INFO] [stderr] 584 | ...                   value = rm.updated_value.value.wrap_sub(memory_contents.modified_value.value);
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: `assembler_8086` (bin "assembler_8086" test) generated 38 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/assembler_8086-f40c18a967e260a4)
[INFO] [stdout] test tests::test_listing_0038 ... FAILED
[INFO] [stdout] test tests::test_listing_0039 ... FAILED
[INFO] [stdout] test tests::test_listing_0044 ... FAILED
[INFO] [stdout] test tests::test_listing_0043 ... FAILED
[INFO] [stdout] test tests::test_listing_0041 ... FAILED
[INFO] [stdout] test tests::test_listing_0049 ... FAILED
[INFO] [stdout] test tests::test_listing_0051 ... FAILED
[INFO] [stdout] test tests::test_listing_0052 ... FAILED
[INFO] [stdout] test tests::test_listing_0046 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0038 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0038' panicked at src/main.rs:938:141:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2ba4e5 - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2ba4e5 - assembler_8086::tests::test_listing_0038::hbc7fbb839440d8aa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:938:141
[INFO] [stdout]   22:     0x62637b2ba437 - assembler_8086::tests::test_listing_0038::{{closure}}::hfa49e0f575b22f97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:937:27
[INFO] [stdout]   23:     0x62637b2af936 - core::ops::function::FnOnce::call_once::h8bf35039124d68e8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stderr] error: test failed, to rerun pass `--bin assembler_8086`
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0039 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0039' panicked at src/main.rs:962:133:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2ba9fe - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2ba9fe - assembler_8086::tests::test_listing_0039::h83ccf028e66b8047
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:962:133
[INFO] [stdout]   22:     0x62637b2ba947 - assembler_8086::tests::test_listing_0039::{{closure}}::hf8a63b343ce9bd04
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:961:27
[INFO] [stdout]   23:     0x62637b2afa26 - core::ops::function::FnOnce::call_once::hc2a9b1c4d855d3b7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0044 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0044' panicked at src/main.rs:1294:137:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2bee78 - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2bee78 - assembler_8086::tests::test_listing_0044::hef06ab347e83aef7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1294:137
[INFO] [stdout]   22:     0x62637b2bedc7 - assembler_8086::tests::test_listing_0044::{{closure}}::h3b038a389c3d4e33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1293:27
[INFO] [stdout]   23:     0x62637b2af9b6 - core::ops::function::FnOnce::call_once::hbc168ac16b1a19d1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0043 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0043' panicked at src/main.rs:1216:138:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2bda1e - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2bda1e - assembler_8086::tests::test_listing_0043::hb4af04c617e60535
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1216:138
[INFO] [stdout]   22:     0x62637b2bd967 - assembler_8086::tests::test_listing_0043::{{closure}}::h7dacf04c27e9345c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1215:27
[INFO] [stdout]   23:     0x62637b2af836 - core::ops::function::FnOnce::call_once::h4b0878b296d1938d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0041 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0041' panicked at src/main.rs:1086:139:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2bca3e - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2bca3e - assembler_8086::tests::test_listing_0041::h394307522ea19cd0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1086:139
[INFO] [stdout]   22:     0x62637b2bc987 - assembler_8086::tests::test_listing_0041::{{closure}}::h3ddc15d5b3f23623
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1085:27
[INFO] [stdout]   23:     0x62637b2afa66 - core::ops::function::FnOnce::call_once::heba72fb00e90b060
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0049 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0049' panicked at src/main.rs:1472:141:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2c171e - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2c171e - assembler_8086::tests::test_listing_0049::h957b7909f42fc681
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1472:141
[INFO] [stdout]   22:     0x62637b2c1667 - assembler_8086::tests::test_listing_0049::{{closure}}::hfcac18729178edc6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1471:27
[INFO] [stdout]   23:     0x62637b2af7e6 - core::ops::function::FnOnce::call_once::h206aa8ec9b8f931e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0051 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0051' panicked at src/main.rs:1565:134:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2c2d58 - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2c2d58 - assembler_8086::tests::test_listing_0051::h062324b6b37f1a20
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1565:134
[INFO] [stdout]   22:     0x62637b2c2ca7 - assembler_8086::tests::test_listing_0051::{{closure}}::hf3400fb44138adb9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1564:27
[INFO] [stdout]   23:     0x62637b2af976 - core::ops::function::FnOnce::call_once::haceafc39fb9419d1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0052 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0052' panicked at src/main.rs:1845:139:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2c7883 - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2c7883 - assembler_8086::tests::test_listing_0052::hdb1d46eaf8fbbd4d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1845:139
[INFO] [stdout]   22:     0x62637b2c4067 - assembler_8086::tests::test_listing_0052::{{closure}}::hd9d0c952b6ed979f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1648:27
[INFO] [stdout]   23:     0x62637b2af8f6 - core::ops::function::FnOnce::call_once::h8340d63444a86602
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_listing_0046 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_listing_0046' panicked at src/main.rs:1393:135:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62637b3481a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62637b3481a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62637b3481a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62637b3481a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62637b36d493 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62637b36d493 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62637b345123 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62637b345123 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62637b347ff2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62637b349719 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62637b34954e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62637b311434 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62637b311434 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62637b34a0ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62637b34a0ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62637b349eba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62637b348699 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62637b349b4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62637b36bf10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62637b36c346 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x62637b2c053e - core::result::Result<T,E>::unwrap::hb1e3981e618a40ea
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62637b2c053e - assembler_8086::tests::test_listing_0046::h15daa60642b1eaaf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1393:135
[INFO] [stdout]   22:     0x62637b2c0487 - assembler_8086::tests::test_listing_0046::{{closure}}::h5c7f1f5d1e83fba2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1392:27
[INFO] [stdout]   23:     0x62637b2af8b6 - core::ops::function::FnOnce::call_once::h806ac07a91fef410
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x62637b316c9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x62637b316c9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62637b315dd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62637b315dd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62637b315dd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62637b315dd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62637b315dd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62637b315dd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62637b315dd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62637b2d99d4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62637b2d99d4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62637b2dd3aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62637b2dd3aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62637b2dd3aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62637b2dd3aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62637b2dd3aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62637b2dd3aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x62637b34d06f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62637b34d06f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78d008ebfaa4 - <unknown>
[INFO] [stdout]   45:     0x78d008f4ca34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_listing_0038
[INFO] [stdout]     tests::test_listing_0039
[INFO] [stdout]     tests::test_listing_0041
[INFO] [stdout]     tests::test_listing_0043
[INFO] [stdout]     tests::test_listing_0044
[INFO] [stdout]     tests::test_listing_0046
[INFO] [stdout]     tests::test_listing_0049
[INFO] [stdout]     tests::test_listing_0051
[INFO] [stdout]     tests::test_listing_0052
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d19411aabaac0b106dd6b4dbac195dade82578496cd170d905f3109b8dcbae32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d19411aabaac0b106dd6b4dbac195dade82578496cd170d905f3109b8dcbae32", kill_on_drop: false }`
[INFO] [stdout] d19411aabaac0b106dd6b4dbac195dade82578496cd170d905f3109b8dcbae32
