[INFO] cloning repository https://github.com/sahilmob/codecrafters-interpreter-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sahilmob/codecrafters-interpreter-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsahilmob%2Fcodecrafters-interpreter-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsahilmob%2Fcodecrafters-interpreter-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c74137965ed374f3b9c3ca8231243037c5310fd
[INFO] testing sahilmob/codecrafters-interpreter-rust against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsahilmob%2Fcodecrafters-interpreter-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sahilmob/codecrafters-interpreter-rust
[INFO] finished tweaking git repo https://github.com/sahilmob/codecrafters-interpreter-rust
[INFO] tweaked toml for git repo https://github.com/sahilmob/codecrafters-interpreter-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sahilmob/codecrafters-interpreter-rust 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/sahilmob/codecrafters-interpreter-rust 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6c54d07ad8ae065c0db67c8af6622cf353863f6354b3a9b107436e1cadd715c8
[INFO] running `Command { std: "docker" "start" "-a" "6c54d07ad8ae065c0db67c8af6622cf353863f6354b3a9b107436e1cadd715c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c54d07ad8ae065c0db67c8af6622cf353863f6354b3a9b107436e1cadd715c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c54d07ad8ae065c0db67c8af6622cf353863f6354b3a9b107436e1cadd715c8", kill_on_drop: false }`
[INFO] [stdout] 6c54d07ad8ae065c0db67c8af6622cf353863f6354b3a9b107436e1cadd715c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e7303c966c26effbb08027ff43873fbbbcaf07746a558684321a571294d006ba
[INFO] running `Command { std: "docker" "start" "-a" "e7303c966c26effbb08027ff43873fbbbcaf07746a558684321a571294d006ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling codecrafters-interpreter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Nil` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Nil;
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s
[INFO] running `Command { std: "docker" "inspect" "e7303c966c26effbb08027ff43873fbbbcaf07746a558684321a571294d006ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7303c966c26effbb08027ff43873fbbbcaf07746a558684321a571294d006ba", kill_on_drop: false }`
[INFO] [stdout] e7303c966c26effbb08027ff43873fbbbcaf07746a558684321a571294d006ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6446303d28ccbd1c6c2514fae6ce0fe2c4131fe91b64acb03381107d4d7d342c
[INFO] running `Command { std: "docker" "start" "-a" "6446303d28ccbd1c6c2514fae6ce0fe2c4131fe91b64acb03381107d4d7d342c", kill_on_drop: false }`
[INFO] [stderr]    Compiling codecrafters-interpreter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Nil` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Nil;
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Nil` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Nil;
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s
[INFO] running `Command { std: "docker" "inspect" "6446303d28ccbd1c6c2514fae6ce0fe2c4131fe91b64acb03381107d4d7d342c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6446303d28ccbd1c6c2514fae6ce0fe2c4131fe91b64acb03381107d4d7d342c", kill_on_drop: false }`
[INFO] [stdout] 6446303d28ccbd1c6c2514fae6ce0fe2c4131fe91b64acb03381107d4d7d342c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] add6df6f317f3601acda831cb917dd90e35c68f389e7897eb498d7bbc951d951
[INFO] running `Command { std: "docker" "start" "-a" "add6df6f317f3601acda831cb917dd90e35c68f389e7897eb498d7bbc951d951", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Nil` is never constructed
[INFO] [stderr]   --> src/parser/ast.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct Nil;
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `codecrafters-interpreter` (bin "codecrafters-interpreter") generated 1 warning
[INFO] [stderr] warning: `codecrafters-interpreter` (bin "codecrafters-interpreter" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/codecrafters_interpreter-0bffe3380b3b050d)
[INFO] [stdout] 
[INFO] [stdout] running 110 tests
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_comparison_expressions_1 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_comparison_expressions ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_number_1 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_false ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_group ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_nil ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_equality_expressions_4 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_string_concatenation ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_comparison_expressions_2 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_true ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_number ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_bang_true ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_minus ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_without_coercion ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_bang_nil ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_equality_expressions_1 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_string ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_equality_expressions_3 ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_boolean_false ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_assignment_expression ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_arithmetic_expressions_1 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_bang_number ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_boolean_unary_minus ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_equality_expressions ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_bang_false ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_boolean_true ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_double_bang_number ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_integers ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_float ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_binary_expression ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_equality_operators ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_equality_operators_1 ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_nested_binary_expressions ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_print_binary_expression ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_string_group ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_string ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_print ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_variable_declaration_with_init ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_variable_declaration_without_init ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_unary_bang_group_bool ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_multiple_spaces ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_multiple_tabs ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_spaces_between_other_tokens ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_a_sequence_of_brace ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_nested_factor_expressions ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_tabs ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_tabs_and_spaces ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_a_sequence_of_brace_out_of_language_order ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_a_sequence_of_parens ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_a_sequence_of_parens_out_of_language_order ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_tabs_and_spaces_1 ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_arithmetic_expressions ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_bang ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_bang_and_bang_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_and ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_bang_equal_and_bang ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_dot ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_comma ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_else ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_parse_nested_comparison_expressions ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_class ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_equal_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_equal_equal_and_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_false ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_float_literal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_comments ... ok
[INFO] [stdout] test tokenizer::tests::test::should_panic_store_errors ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_handle_unterminated_string ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_float_literal_with_decimal_points_only ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_for ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_fun ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_bang_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_float_literal_1 ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_grater_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_greater ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_comments_unicode ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_identifier ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_identifier_underscore_only ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_identifier_starts_with_underscore ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_integer_literal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_left_brace ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_if ... ok
[INFO] [stdout] test tokenizer::tests::test::should_ignore_space ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_identifier_with_numbers ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_less ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_left_paren ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_less_equal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_minus ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_new_line ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_or ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_plus ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_return ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_nil ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_print ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_right_brace ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_right_paren ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_semicolon ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_slash ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_star ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_string_literal ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_super ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_special_characters ... ok
[INFO] [stdout] test interpreter::tests::tests::should_evaluate_equality_expressions_2 ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_var ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_while ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_true ... ok
[INFO] [stdout] test tokenizer::tests::test::should_recognize_this ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_boolean_nil ... ok
[INFO] [stdout] test parser::tests::tests::should_parse_boolean_unary_bang ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 110 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-a1b2513317242c65)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_assignment_operation_4 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_expression_statement ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_syntax_1 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_scope_3 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_scope_5 ... FAILED
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_assignment_operation_1 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_1 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_scope_4 ... FAILED
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_scope_1 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_assignment_operation_2 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_syntax_4 ... FAILED
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_scope_2 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_2 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_assignment_operation_3 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_syntax_2 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_4 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_with_nil ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_block_syntax_3 ... ok
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_3 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test lib`
[INFO] [stdout] test interpreter::integration::interpreter_integration_test::should_run_variable_declaration_5 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- interpreter::integration::interpreter_integration_test::should_run_block_scope_5 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'interpreter::integration::interpreter_integration_test::should_run_block_scope_5' panicked at tests/interpreter/integration.rs:239:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: struct `Nil` is never constructed\n24 | pub struct Nil;\n\nwarning: `codecrafters-interpreter` (bin \"codecrafters-interpreter\") generated 1 warning\nUndefined variable 'world'.\n"
[INFO] [stdout]  right: "Undefined variable 'world'.\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6325b1d05882 - 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:     0x6325b1d05882 - 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:     0x6325b1d05882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6325b1d05882 - <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:     0x6325b1d2aba3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6325b1d2aba3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6325b1d02673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6325b1d02673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6325b1d056d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6325b1d06df9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6325b1d06c2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6325b1ccf074 - <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:     0x6325b1ccf074 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6325b1d077ce - <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:     0x6325b1d077ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6325b1d0759a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x6325b1d05d79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6325b1d0722d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6325b1d296c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6325b1d29947 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x6325b1c93541 - core::panicking::assert_failed::hf6143e94704e8754
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x6325b1c908b1 - lib::interpreter::integration::interpreter_integration_test::should_run_block_scope_5::hee87187351d299d5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:239:9
[INFO] [stdout]   22:     0x6325b1c90567 - lib::interpreter::integration::interpreter_integration_test::should_run_block_scope_5::{{closure}}::hf796de2b4b9a36d6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:224:34
[INFO] [stdout]   23:     0x6325b1c91c96 - core::ops::function::FnOnce::call_once::h22c8f1fd011690d3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6325b1cd48db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6325b1cd48db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6325b1cd3a15 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6325b1cd3a15 - <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:     0x6325b1cd3a15 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6325b1cd3a15 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6325b1cd3a15 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6325b1cd3a15 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6325b1cd3a15 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6325b1c97614 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6325b1c97614 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6325b1c9afea - <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:     0x6325b1c9afea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6325b1c9afea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6325b1c9afea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6325b1c9afea - 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:     0x6325b1d0a74f - <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:     0x6325b1d0a74f - 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:     0x7a31297deaa4 - <unknown>
[INFO] [stdout]   45:     0x7a312986ba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- interpreter::integration::interpreter_integration_test::should_run_block_scope_4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'interpreter::integration::interpreter_integration_test::should_run_block_scope_4' panicked at tests/interpreter/integration.rs:216:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: struct `Nil` is never constructed\n24 | pub struct Nil;\n\nwarning: `codecrafters-interpreter` (bin \"codecrafters-interpreter\") generated 1 warning\nUndefined variable 'hello'.\n"
[INFO] [stdout]  right: "Undefined variable 'hello'.\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6325b1d05882 - 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:     0x6325b1d05882 - 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:     0x6325b1d05882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6325b1d05882 - <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:     0x6325b1d2aba3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6325b1d2aba3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6325b1d02673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6325b1d02673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6325b1d056d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6325b1d06df9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6325b1d06c2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6325b1ccf074 - <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:     0x6325b1ccf074 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6325b1d077ce - <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:     0x6325b1d077ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6325b1d0759a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x6325b1d05d79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6325b1d0722d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6325b1d296c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6325b1d29947 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x6325b1c93541 - core::panicking::assert_failed::hf6143e94704e8754
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x6325b1c90441 - lib::interpreter::integration::interpreter_integration_test::should_run_block_scope_4::haf21ab73beb346ce
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:216:9
[INFO] [stdout]   22:     0x6325b1c900f7 - lib::interpreter::integration::interpreter_integration_test::should_run_block_scope_4::{{closure}}::h6e56135f5c3043f1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:203:34
[INFO] [stdout]   23:     0x6325b1c91f56 - core::ops::function::FnOnce::call_once::h91f4129111283eb2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6325b1cd48db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6325b1cd48db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6325b1cd3a15 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6325b1cd3a15 - <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:     0x6325b1cd3a15 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6325b1cd3a15 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6325b1cd3a15 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6325b1cd3a15 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6325b1cd3a15 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6325b1c97614 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6325b1c97614 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6325b1c9afea - <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:     0x6325b1c9afea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6325b1c9afea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6325b1c9afea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6325b1c9afea - 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:     0x6325b1d0a74f - <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:     0x6325b1d0a74f - 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:     0x7a31297deaa4 - <unknown>
[INFO] [stdout]   45:     0x7a312986ba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- interpreter::integration::interpreter_integration_test::should_run_block_syntax_4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'interpreter::integration::interpreter_integration_test::should_run_block_syntax_4' panicked at tests/interpreter/integration.rs:158:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "warning: struct `Nil` is never constructed\n24 | pub struct Nil;\n\nwarning: `codecrafters-interpreter` (bin \"codecrafters-interpreter\") generated 1 warning\n[line 6] Error at end: Expect '}' .\n"
[INFO] [stdout]  right: "[line 6] Error at end: Expect '}' .\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6325b1d05882 - 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:     0x6325b1d05882 - 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:     0x6325b1d05882 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6325b1d05882 - <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:     0x6325b1d2aba3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6325b1d2aba3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6325b1d02673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6325b1d02673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6325b1d056d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6325b1d06df9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6325b1d06c2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6325b1ccf074 - <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:     0x6325b1ccf074 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6325b1d077ce - <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:     0x6325b1d077ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6325b1d0759a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x6325b1d05d79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6325b1d0722d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6325b1d296c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6325b1d29947 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x6325b1c93541 - core::panicking::assert_failed::hf6143e94704e8754
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x6325b1c8f913 - lib::interpreter::integration::interpreter_integration_test::should_run_block_syntax_4::h724b78c70b50cbb1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:158:9
[INFO] [stdout]   22:     0x6325b1c8f727 - lib::interpreter::integration::interpreter_integration_test::should_run_block_syntax_4::{{closure}}::h56f8071724f3942c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/interpreter/integration.rs:154:35
[INFO] [stdout]   23:     0x6325b1c91e56 - core::ops::function::FnOnce::call_once::h51f8fb005edd8729
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6325b1cd48db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6325b1cd48db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6325b1cd3a15 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6325b1cd3a15 - <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:     0x6325b1cd3a15 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6325b1cd3a15 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6325b1cd3a15 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6325b1cd3a15 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6325b1cd3a15 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6325b1c97614 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6325b1c97614 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6325b1c9afea - <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:     0x6325b1c9afea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6325b1c9afea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6325b1c9afea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6325b1c9afea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6325b1c9afea - 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:     0x6325b1d0a74f - <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:     0x6325b1d0a74f - 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:     0x7a31297deaa4 - <unknown>
[INFO] [stdout]   45:     0x7a312986ba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     interpreter::integration::interpreter_integration_test::should_run_block_scope_4
[INFO] [stdout]     interpreter::integration::interpreter_integration_test::should_run_block_scope_5
[INFO] [stdout]     interpreter::integration::interpreter_integration_test::should_run_block_syntax_4
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 17 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 22.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "add6df6f317f3601acda831cb917dd90e35c68f389e7897eb498d7bbc951d951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "add6df6f317f3601acda831cb917dd90e35c68f389e7897eb498d7bbc951d951", kill_on_drop: false }`
[INFO] [stdout] add6df6f317f3601acda831cb917dd90e35c68f389e7897eb498d7bbc951d951
