[INFO] cloning repository https://github.com/vaisest/compilers-2026
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vaisest/compilers-2026" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaisest%2Fcompilers-2026", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaisest%2Fcompilers-2026'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac5190f7f4744169953cb67b7281c001b78a4967
[INFO] testing vaisest/compilers-2026 against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvaisest%2Fcompilers-2026" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vaisest/compilers-2026
[INFO] finished tweaking git repo https://github.com/vaisest/compilers-2026
[INFO] tweaked toml for git repo https://github.com/vaisest/compilers-2026 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vaisest/compilers-2026 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vaisest/compilers-2026 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bdf4bd8a57b315b4ff4b2da60a0990961022913199b57d965e26cba178daa951
[INFO] running `Command { std: "docker" "start" "-a" "bdf4bd8a57b315b4ff4b2da60a0990961022913199b57d965e26cba178daa951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdf4bd8a57b315b4ff4b2da60a0990961022913199b57d965e26cba178daa951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdf4bd8a57b315b4ff4b2da60a0990961022913199b57d965e26cba178daa951", kill_on_drop: false }`
[INFO] [stdout] bdf4bd8a57b315b4ff4b2da60a0990961022913199b57d965e26cba178daa951
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6265bcb1185ac52583ded20f69c56e687732148d0836932d9cea6a07824699a2
[INFO] running `Command { std: "docker" "start" "-a" "6265bcb1185ac52583ded20f69c56e687732148d0836932d9cea6a07824699a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling compilers-2026 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Pointer`
[INFO] [stdout]  --> src/compiler/generator.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fmt::{Debug, Display, Pointer},
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Instruction` is more private than the item `IR::Instruction::0`
[INFO] [stdout]   --> src/compiler/generator.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     Instruction(Instruction),
[INFO] [stdout]    |                 ^^^^^^^^^^^ field `IR::Instruction::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Instruction` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/generator.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct Instruction {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Label` is more private than the item `IR::Label::0`
[INFO] [stdout]   --> src/compiler/generator.rs:82:11
[INFO] [stdout]    |
[INFO] [stdout] 82 |     Label(Label),
[INFO] [stdout]    |           ^^^^^ field `IR::Label::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Label` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/generator.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Label {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]   --> src/compiler/generator.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct Instruction {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 41 |     location: CodeLoc,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wrap_print_call` is never used
[INFO] [stdout]    --> src/compiler/generator.rs:109:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub fn wrap_print_call(input: Expr) -> Expr {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_type` is never used
[INFO] [stdout]   --> src/compiler/parser.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Expr {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn with_type(kind: ExprKind, type_: Type) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/compiler/generator.rs:338:17
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 self.add_symbol(name.clone(), dest.clone());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 let _ = self.add_symbol(name.clone(), dest.clone());
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s
[INFO] running `Command { std: "docker" "inspect" "6265bcb1185ac52583ded20f69c56e687732148d0836932d9cea6a07824699a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6265bcb1185ac52583ded20f69c56e687732148d0836932d9cea6a07824699a2", kill_on_drop: false }`
[INFO] [stdout] 6265bcb1185ac52583ded20f69c56e687732148d0836932d9cea6a07824699a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aaa89656d682ccebb660f1c1232d875bb659e65c1cd2772ca09fe1904a3de5fa
[INFO] running `Command { std: "docker" "start" "-a" "aaa89656d682ccebb660f1c1232d875bb659e65c1cd2772ca09fe1904a3de5fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling compilers-2026 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Pointer`
[INFO] [stdout]  --> src/compiler/generator.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fmt::{Debug, Display, Pointer},
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Instruction` is more private than the item `IR::Instruction::0`
[INFO] [stdout]   --> src/compiler/generator.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     Instruction(Instruction),
[INFO] [stdout]    |                 ^^^^^^^^^^^ field `IR::Instruction::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Instruction` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/generator.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct Instruction {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Label` is more private than the item `IR::Label::0`
[INFO] [stdout]   --> src/compiler/generator.rs:82:11
[INFO] [stdout]    |
[INFO] [stdout] 82 |     Label(Label),
[INFO] [stdout]    |           ^^^^^ field `IR::Label::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Label` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/generator.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Label {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]   --> src/compiler/generator.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct Instruction {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 41 |     location: CodeLoc,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `wrap_print_call` is never used
[INFO] [stdout]    --> src/compiler/generator.rs:109:8
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub fn wrap_print_call(input: Expr) -> Expr {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_type` is never used
[INFO] [stdout]   --> src/compiler/parser.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Expr {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn with_type(kind: ExprKind, type_: Type) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/compiler/generator.rs:338:17
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 self.add_symbol(name.clone(), dest.clone());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 338 |                 let _ = self.add_symbol(name.clone(), dest.clone());
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.57s
[INFO] running `Command { std: "docker" "inspect" "aaa89656d682ccebb660f1c1232d875bb659e65c1cd2772ca09fe1904a3de5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaa89656d682ccebb660f1c1232d875bb659e65c1cd2772ca09fe1904a3de5fa", kill_on_drop: false }`
[INFO] [stdout] aaa89656d682ccebb660f1c1232d875bb659e65c1cd2772ca09fe1904a3de5fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4c18a67fd5410e58e4a0142dc4e38de99e72e3026a534dc86059f2213999123e
[INFO] running `Command { std: "docker" "start" "-a" "4c18a67fd5410e58e4a0142dc4e38de99e72e3026a534dc86059f2213999123e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Pointer`
[INFO] [stderr]  --> src/compiler/generator.rs:3:27
[INFO] [stderr]   |
[INFO] [stderr] 3 |     fmt::{Debug, Display, Pointer},
[INFO] [stderr]   |                           ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `Instruction` is more private than the item `IR::Instruction::0`
[INFO] [stderr]   --> src/compiler/generator.rs:81:17
[INFO] [stderr]    |
[INFO] [stderr] 81 |     Instruction(Instruction),
[INFO] [stderr]    |                 ^^^^^^^^^^^ field `IR::Instruction::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stderr]    |
[INFO] [stderr] note: but type `Instruction` is only usable at visibility `pub(self)`
[INFO] [stderr]   --> src/compiler/generator.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | struct Instruction {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `Label` is more private than the item `IR::Label::0`
[INFO] [stderr]   --> src/compiler/generator.rs:82:11
[INFO] [stderr]    |
[INFO] [stderr] 82 |     Label(Label),
[INFO] [stderr]    |           ^^^^^ field `IR::Label::0` is reachable at visibility `pub(in crate::compiler)`
[INFO] [stderr]    |
[INFO] [stderr] note: but type `Label` is only usable at visibility `pub(self)`
[INFO] [stderr]   --> src/compiler/generator.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | struct Label {
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `location` is never read
[INFO] [stderr]   --> src/compiler/generator.rs:41:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | struct Instruction {
[INFO] [stderr]    |        ----------- field in this struct
[INFO] [stderr] 41 |     location: CodeLoc,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `wrap_print_call` is never used
[INFO] [stderr]    --> src/compiler/generator.rs:109:8
[INFO] [stderr]     |
[INFO] [stderr] 109 | pub fn wrap_print_call(input: Expr) -> Expr {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `with_type` is never used
[INFO] [stderr]   --> src/compiler/parser.rs:72:12
[INFO] [stderr]    |
[INFO] [stderr] 56 | impl Expr {
[INFO] [stderr]    | --------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 72 |     pub fn with_type(kind: ExprKind, type_: Type) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/compiler/generator.rs:338:17
[INFO] [stderr]     |
[INFO] [stderr] 338 |                 self.add_symbol(name.clone(), dest.clone());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 338 |                 let _ = self.add_symbol(name.clone(), dest.clone());
[INFO] [stderr]     |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `compilers-2026` (bin "compilers-2026" test) generated 7 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/compilers_2026-4350049928e724a3)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test compiler::parser::tests::assignment_works ... ok
[INFO] [stdout] test compiler::parser::tests::blocks_behave_properly ... ok
[INFO] [stdout] test compiler::parser::tests::empty_block_works ... ok
[INFO] [stdout] test compiler::parser::tests::garbage_at_the_front_is_an_error ... ok
[INFO] [stdout] test compiler::parser::tests::multiple_top_level_expressions_works ... ok
[INFO] [stdout] test compiler::parser::tests::nested_function_calls_work ... ok
[INFO] [stdout] test compiler::parser::tests::simple_addition_works ... ok
[INFO] [stdout] test compiler::parser::tests::simple_block_works ... ok
[INFO] [stdout] test compiler::parser::tests::simple_if_then_else_works ... ok
[INFO] [stdout] test compiler::parser::tests::simple_if_then_works ... ok
[INFO] [stdout] test compiler::parser::tests::simple_func_works ... ok
[INFO] [stdout] test compiler::parser::tests::typed_variable_works ... ok
[INFO] [stdout] test compiler::parser::tests::unary_works ... ok
[INFO] [stdout] test compiler::tokenizer::tests::it_works ... ok
[INFO] [stdout] test compiler::tokenizer::tests::punctuation_makes_sense ... ok
[INFO] [stdout] test compiler::tokenizer::tests::language_spec_example_works_and_matches_sandbox ... ok
[INFO] [stdout] test compiler::parser::tests::while_works ... ok
[INFO] [stdout] test compiler::typecheck::tests::basic_operators_work ... ok
[INFO] [stdout] test compiler::typecheck::tests::function_signatures_work ... ok
[INFO] [stdout] test compiler::parser::tests::bool_literals_work ... ok
[INFO] [stdout] test compiler::parser::tests::empty_input_is_an_error ... ok
[INFO] [stdout] test compiler::parser::tests::other_specifics_behave_properly ... ok
[INFO] [stdout] test compiler::parser::tests::complex_precedence_works ... ok
[INFO] [stdout] test compiler::parser::tests::simple_precedence_works ... ok
[INFO] [stdout] test compiler::parser::tests::trailing_garbage_is_an_error ... ok
[INFO] [stdout] test compiler::parser::tests::var_initialisation_works ... ok
[INFO] [stdout] test compiler::tokenizer::tests::comments_are_ignored ... ok
[INFO] [stdout] test compiler::typecheck::tests::local_type_checking_works ... ok
[INFO] [stdout] test compiler::generator::tests::basic_operators_work ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin compilers-2026`
[INFO] [stdout] test compiler::generator::tests::func_call_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compiler::generator::tests::basic_operators_work stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compiler::generator::tests::basic_operators_work' (25) panicked at src/compiler/generator.rs:413:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "LoadIntConst(1, x)\nLoadIntConst(2, x2)\nCall(Add, [x, x2], x3)"
[INFO] [stdout]  right: "LoadIntConst(1, x)\nLoadIntConst(2, x2)\nCall(+, [x, x2], x3)\nCall(print_int, [x3], x4)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x585c0b8beb1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x585c0b8beb1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x585c0b8beb1a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x585c0b8beb1a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x585c0b8d2f4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x585c0b8d2f4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x585c0b8c33a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x585c0b8c33a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x585c0b89dd2f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x585c0b89dd2f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x585c0b8b7089 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x585c0b82a9fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x585c0b82a9fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x585c0b8b7242 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x585c0b8b7242 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x585c0b89dde8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x585c0b895789 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x585c0b89eafd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x585c0b8d37fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x585c0b8d36b3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x585c0b7f8abe - core::panicking::assert_failed::h73f4eb76352c3eed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x585c0b7f485e - compilers_2026::compiler::generator::tests::assert_ir_eq::h047b51d05c4cab55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:413:9
[INFO] [stdout]   22:     0x585c0b7f494e - compilers_2026::compiler::generator::tests::basic_operators_work::hc5c3af40dbd24a8f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:418:9
[INFO] [stdout]   23:     0x585c0b7f4967 - compilers_2026::compiler::generator::tests::basic_operators_work::{{closure}}::h6a2b2dfed0e53f64
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:417:30
[INFO] [stdout]   24:     0x585c0b7f64d6 - core::ops::function::FnOnce::call_once::h0e5c4c5dcb9525fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x585c0b81eadb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x585c0b81eadb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x585c0b82b4cb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x585c0b826be4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x585c0b826be4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   37:     0x585c0b82e0d2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   42:     0x585c0b82e0d2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x585c0b8be42f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   44:     0x585c0b8be42f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x74be29d77aa4 - <unknown>
[INFO] [stdout]   46:     0x74be29e04a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compiler::generator::tests::func_call_works stdout ----
[INFO] [stdout] [src/compiler/generator.rs:182:9] &self.symbols = [
[INFO] [stdout]     {
[INFO] [stdout]         "Geq": Geq,
[INFO] [stdout]         "Assign": Assign,
[INFO] [stdout]         "And": And,
[INFO] [stdout]         "Mul": Mul,
[INFO] [stdout]         "Leq": Leq,
[INFO] [stdout]         "Lt": Lt,
[INFO] [stdout]         "Eq": Eq,
[INFO] [stdout]         "Div": Div,
[INFO] [stdout]         "Add": Add,
[INFO] [stdout]         "Neq": Neq,
[INFO] [stdout]         "Rem": Rem,
[INFO] [stdout]         "Or": Or,
[INFO] [stdout]         "Gt": Gt,
[INFO] [stdout]         "Sub": Sub,
[INFO] [stdout]         "print_int": print_int,
[INFO] [stdout]     },
[INFO] [stdout]     {},
[INFO] [stdout] ]
[INFO] [stdout] [src/compiler/generator.rs:182:9] &self.symbols = [
[INFO] [stdout]     {
[INFO] [stdout]         "Geq": Geq,
[INFO] [stdout]         "Assign": Assign,
[INFO] [stdout]         "And": And,
[INFO] [stdout]         "Mul": Mul,
[INFO] [stdout]         "Leq": Leq,
[INFO] [stdout]         "Lt": Lt,
[INFO] [stdout]         "Eq": Eq,
[INFO] [stdout]         "Div": Div,
[INFO] [stdout]         "Add": Add,
[INFO] [stdout]         "Neq": Neq,
[INFO] [stdout]         "Rem": Rem,
[INFO] [stdout]         "Or": Or,
[INFO] [stdout]         "Gt": Gt,
[INFO] [stdout]         "Sub": Sub,
[INFO] [stdout]         "print_int": print_int,
[INFO] [stdout]     },
[INFO] [stdout]     {},
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] thread 'compiler::generator::tests::func_call_works' (26) panicked at src/compiler/generator.rs:237:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not find type of local a. Is it not defined yet?"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x585c0b8beb1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x585c0b8beb1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x585c0b8beb1a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x585c0b8beb1a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x585c0b8d2f4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x585c0b8d2f4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x585c0b8c33a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x585c0b8c33a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x585c0b89dd2f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x585c0b89dd2f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x585c0b8b7089 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x585c0b82a9fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x585c0b82a9fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x585c0b8b7242 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x585c0b8b7242 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x585c0b89dde8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x585c0b895789 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x585c0b89eafd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x585c0b8d37fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x585c0b8d3572 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x585c0b7edc5a - core::result::Result<T,E>::unwrap::h3a93edec6a476017
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x585c0b7edc5a - compilers_2026::compiler::generator::IrGenerator::visit::h799f73577235eb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:237:39
[INFO] [stdout]   22:     0x585c0b7ee08f - compilers_2026::compiler::generator::IrGenerator::visit::h799f73577235eb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:241:36
[INFO] [stdout]   23:     0x585c0b7efd2d - compilers_2026::compiler::generator::IrGenerator::visit::{{closure}}::h5c44548e7cd28e1b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:255:56
[INFO] [stdout]   24:     0x585c0b7f889c - core::iter::adapters::map::map_fold::{{closure}}::h22edfeb5c7dbbe94
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x585c0b7eb0fa - <core::slice::iter::Iter<T> as core::iter::traits::iterator::Iterator>::fold::ha921c8cd93c58a1d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x585c0b7f4223 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::fold::h9cf25ff1c14976b1
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x585c0b7f87f5 - core::iter::traits::iterator::Iterator::for_each::h101f239cd07355f9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:845:14
[INFO] [stdout]   28:     0x585c0b816214 - alloc::vec::Vec<T,A>::extend_trusted::he9805f3d6a5f66f7
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/mod.rs:4001:26
[INFO] [stdout]   29:     0x585c0b81786a - <alloc::vec::Vec<T,A> as alloc::vec::spec_extend::SpecExtend<T,I>>::spec_extend::h40594d3debc326f0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   30:     0x585c0b815a20 - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::hff3b67fc40b3a152
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   31:     0x585c0b81791d - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h8fd1098cd74ff5d6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   32:     0x585c0b817775 - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h01e9d4e8fcbbe57d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/mod.rs:3865:9
[INFO] [stdout]   33:     0x585c0b7f873d - core::iter::traits::iterator::Iterator::collect::he864f01dce064e8d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:2064:9
[INFO] [stdout]   34:     0x585c0b7f9a00 - itertools::Itertools::collect_vec::h51845674bf4ce71b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs:2352:14
[INFO] [stdout]   35:     0x585c0b7ede1c - compilers_2026::compiler::generator::IrGenerator::visit::h799f73577235eb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:255:69
[INFO] [stdout]   36:     0x585c0b7ed2fe - compilers_2026::compiler::generator::IrGenerator::visit_block::h4e2deeb2d5722d4e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:378:24
[INFO] [stdout]   37:     0x585c0b7efd5d - compilers_2026::compiler::generator::IrGenerator::visit::{{closure}}::hf2dff4cfcd7c16d8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:365:38
[INFO] [stdout]   38:     0x585c0b7f899c - core::iter::adapters::map::map_fold::{{closure}}::hdfc87f07d89bbc0c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   39:     0x585c0b7eaf2a - <core::slice::iter::Iter<T> as core::iter::traits::iterator::Iterator>::fold::h77c0041a3af8f147
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   40:     0x585c0b7f41d3 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::fold::h686fc3c238788cea
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   41:     0x585c0b7f8825 - core::iter::traits::iterator::Iterator::for_each::h7e0f4074c8dc4bc8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:845:14
[INFO] [stdout]   42:     0x585c0b815f84 - alloc::vec::Vec<T,A>::extend_trusted::h7e3b7ce3be3a5a49
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/mod.rs:4001:26
[INFO] [stdout]   43:     0x585c0b81788a - <alloc::vec::Vec<T,A> as alloc::vec::spec_extend::SpecExtend<T,I>>::spec_extend::h51d67c2e39c6951b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   44:     0x585c0b8158b0 - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h810a0681f5badbd8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   45:     0x585c0b81795d - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::hd240fedf51586406
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   46:     0x585c0b817825 - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hc1a56a63f157b393
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/vec/mod.rs:3865:9
[INFO] [stdout]   47:     0x585c0b7f86cd - core::iter::traits::iterator::Iterator::collect::h572d764cd7523cf3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/iter/traits/iterator.rs:2064:9
[INFO] [stdout]   48:     0x585c0b7f9a40 - itertools::Itertools::collect_vec::h61c59bc4fbe2182f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs:2352:14
[INFO] [stdout]   49:     0x585c0b7edf00 - compilers_2026::compiler::generator::IrGenerator::visit::h799f73577235eb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:366:22
[INFO] [stdout]   50:     0x585c0b7f0140 - compilers_2026::compiler::generator::generate_ir::h64cb6c2697466e3b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:386:15
[INFO] [stdout]   51:     0x585c0b7f4733 - compilers_2026::compiler::generator::tests::assert_ir_eq::h047b51d05c4cab55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:410:18
[INFO] [stdout]   52:     0x585c0b7f48fe - compilers_2026::compiler::generator::tests::func_call_works::hc850f24fe23c26ad
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:429:9
[INFO] [stdout]   53:     0x585c0b7f4917 - compilers_2026::compiler::generator::tests::func_call_works::{{closure}}::heb7f3e3132702a40
[INFO] [stdout]                                at /opt/rustwide/workdir/src/compiler/generator.rs:428:25
[INFO] [stdout]   54:     0x585c0b7f6906 - core::ops::function::FnOnce::call_once::h6db298491ae8cb13
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x585c0b81eadb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x585c0b81eadb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x585c0b82b4cb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x585c0b82b4cb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x585c0b82b4cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x585c0b826be4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x585c0b826be4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x585c0b82e0d2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   68:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x585c0b82e0d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x585c0b82e0d2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x585c0b8be42f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   74:     0x585c0b8be42f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x74be29d77aa4 - <unknown>
[INFO] [stdout]   76:     0x74be29e04a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compiler::generator::tests::basic_operators_work
[INFO] [stdout]     compiler::generator::tests::func_call_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 28 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4c18a67fd5410e58e4a0142dc4e38de99e72e3026a534dc86059f2213999123e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c18a67fd5410e58e4a0142dc4e38de99e72e3026a534dc86059f2213999123e", kill_on_drop: false }`
[INFO] [stdout] 4c18a67fd5410e58e4a0142dc4e38de99e72e3026a534dc86059f2213999123e
