[INFO] cloning repository https://github.com/maxmynter/MonkeyCompiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxmynter/MonkeyCompiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxmynter%2FMonkeyCompiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxmynter%2FMonkeyCompiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a96ea9b2eec62b726be11baf11f9ce9737508110
[INFO] testing maxmynter/MonkeyCompiler 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%2Fmaxmynter%2FMonkeyCompiler" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maxmynter/MonkeyCompiler
[INFO] finished tweaking git repo https://github.com/maxmynter/MonkeyCompiler
[INFO] tweaked toml for git repo https://github.com/maxmynter/MonkeyCompiler written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxmynter/MonkeyCompiler 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/maxmynter/MonkeyCompiler 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 15f3816c663dcb94c1ba7c6e22829281ff160d03087ef503004efefc29219f56
[INFO] running `Command { std: "docker" "start" "-a" "15f3816c663dcb94c1ba7c6e22829281ff160d03087ef503004efefc29219f56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "15f3816c663dcb94c1ba7c6e22829281ff160d03087ef503004efefc29219f56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15f3816c663dcb94c1ba7c6e22829281ff160d03087ef503004efefc29219f56", kill_on_drop: false }`
[INFO] [stdout] 15f3816c663dcb94c1ba7c6e22829281ff160d03087ef503004efefc29219f56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d18b536880983ed1e8c8b23772e3b14be513a8d99cce4b9b47f478c43aa60abb
[INFO] running `Command { std: "docker" "start" "-a" "d18b536880983ed1e8c8b23772e3b14be513a8d99cce4b9b47f478c43aa60abb", kill_on_drop: false }`
[INFO] [stderr]    Compiling lexer v0.1.0 (/opt/rustwide/workdir/lexer)
[INFO] [stderr]    Compiling code v0.1.0 (/opt/rustwide/workdir/code)
[INFO] [stderr]    Compiling ast v0.1.0 (/opt/rustwide/workdir/ast)
[INFO] [stderr]    Compiling object v0.1.0 (/opt/rustwide/workdir/object)
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir/parser)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> object/src/object.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  76 | #[derive(Clone, Debug, PartialEq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 101 |         func: BuiltinFn,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling compiler v0.1.0 (/opt/rustwide/workdir/compiler)
[INFO] [stderr]    Compiling vm v0.1.0 (/opt/rustwide/workdir/vm)
[INFO] [stderr]    Compiling tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]    Compiling repl v0.1.0 (/opt/rustwide/workdir/repl)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] running `Command { std: "docker" "inspect" "d18b536880983ed1e8c8b23772e3b14be513a8d99cce4b9b47f478c43aa60abb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18b536880983ed1e8c8b23772e3b14be513a8d99cce4b9b47f478c43aa60abb", kill_on_drop: false }`
[INFO] [stdout] d18b536880983ed1e8c8b23772e3b14be513a8d99cce4b9b47f478c43aa60abb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 666919a2c06c8543955da7a5ea94176e30bbefc5bb678bb6ea615cfd12e53434
[INFO] running `Command { std: "docker" "start" "-a" "666919a2c06c8543955da7a5ea94176e30bbefc5bb678bb6ea615cfd12e53434", kill_on_drop: false }`
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> object/src/object.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  76 | #[derive(Clone, Debug, PartialEq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 101 |         func: BuiltinFn,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling repl v0.1.0 (/opt/rustwide/workdir/repl)
[INFO] [stderr]    Compiling tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]    Compiling vm v0.1.0 (/opt/rustwide/workdir/vm)
[INFO] [stderr]    Compiling compiler v0.1.0 (/opt/rustwide/workdir/compiler)
[INFO] [stderr]    Compiling object v0.1.0 (/opt/rustwide/workdir/object)
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir/parser)
[INFO] [stderr]    Compiling ast v0.1.0 (/opt/rustwide/workdir/ast)
[INFO] [stderr]    Compiling lexer v0.1.0 (/opt/rustwide/workdir/lexer)
[INFO] [stderr]    Compiling code v0.1.0 (/opt/rustwide/workdir/code)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> object/src/object.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  76 | #[derive(Clone, Debug, PartialEq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 101 |         func: BuiltinFn,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.42s
[INFO] running `Command { std: "docker" "inspect" "666919a2c06c8543955da7a5ea94176e30bbefc5bb678bb6ea615cfd12e53434", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "666919a2c06c8543955da7a5ea94176e30bbefc5bb678bb6ea615cfd12e53434", kill_on_drop: false }`
[INFO] [stdout] 666919a2c06c8543955da7a5ea94176e30bbefc5bb678bb6ea615cfd12e53434
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3ee3ca5dfc130d69589cc915b874b16d69dbaaf2b7c9dd4f1b3cc8bf94ccb3b6
[INFO] running `Command { std: "docker" "start" "-a" "3ee3ca5dfc130d69589cc915b874b16d69dbaaf2b7c9dd4f1b3cc8bf94ccb3b6", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> object/src/object.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr]  76 | #[derive(Clone, Debug, PartialEq)]
[INFO] [stderr]     |                        --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 101 |         func: BuiltinFn,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `object` (lib) generated 1 warning
[INFO] [stderr] warning: `object` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/ast.rs (/opt/rustwide/target/debug/deps/ast-32608164e622cebd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/code.rs (/opt/rustwide/target/debug/deps/code-ac09b74a477b793c)
[INFO] [stderr]      Running unittests src/compiler.rs (/opt/rustwide/target/debug/deps/compiler-90b4570f1b17d8cf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lexer.rs (/opt/rustwide/target/debug/deps/lexer-40f2e838f71c2fdd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/object.rs (/opt/rustwide/target/debug/deps/object-d093b0f71e413b8f)
[INFO] [stderr]      Running unittests src/parser.rs (/opt/rustwide/target/debug/deps/parser-0e70b36a16b923c7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/repl-145e12af6f5b662e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/tests.rs (/opt/rustwide/target/debug/deps/tests-6ad79a06cbdccbea)
[INFO] [stdout] 
[INFO] [stdout] running 87 tests
[INFO] [stdout] test compiler_tests::test_function_calls ... ok
[INFO] [stdout] test compiler_tests::compiler_tests ... ok
[INFO] [stdout] test compiler_tests::test_conditionals ... ok
[INFO] [stdout] test compiler_tests::test_builtins ... ok
[INFO] [stdout] test compiler_tests::test_compiler_scopes ... ok
[INFO] [stdout] test compiler_tests::test_function_without_return ... ok
[INFO] [stdout] test compiler_tests::test_closures ... ok
[INFO] [stdout] test compiler_tests::test_array_literals ... ok
[INFO] [stdout] test compiler_tests::test_hash_literal ... ok
[INFO] [stdout] test compiler_tests::test_make ... ok
[INFO] [stdout] test compiler_tests::test_functions ... ok
[INFO] [stdout] test compiler_tests::test_read_operands ... ok
[INFO] [stdout] test compiler_tests::test_index_expression ... ok
[INFO] [stdout] test interpreter_tests::test_array_index_expressions ... ok
[INFO] [stdout] test compiler_tests::test_instructions_string ... ok
[INFO] [stdout] test interpreter_tests::test_array_literal ... ok
[INFO] [stdout] test compiler_tests::test_string_expression ... ok
[INFO] [stdout] test interpreter_tests::test_bool_hash_key ... ok
[INFO] [stdout] test interpreter_tests::test_boolean_expression ... ok
[INFO] [stdout] test interpreter_tests::test_ast ... ok
[INFO] [stdout] test interpreter_tests::test_builtin_functions ... ok
[INFO] [stdout] test interpreter_tests::test_call_expression ... ok
[INFO] [stdout] test interpreter_tests::test_error_handling ... ok
[INFO] [stdout] test interpreter_tests::test_eval_integer_expression ... ok
[INFO] [stdout] test interpreter_tests::test_evaluate_if_else_expressions ... ok
[INFO] [stdout] test interpreter_tests::test_bang_operator ... ok
[INFO] [stdout] test interpreter_tests::test_function_literal_with_name ... ok
[INFO] [stdout] test interpreter_tests::test_function_parameter_parsing ... ok
[INFO] [stdout] test interpreter_tests::test_function_object ... ok
[INFO] [stdout] test interpreter_tests::test_identifiers ... ok
[INFO] [stdout] test interpreter_tests::test_hash_index_expressions ... ok
[INFO] [stdout] test interpreter_tests::test_hash_literal ... ok
[INFO] [stdout] test interpreter_tests::test_function_literal ... ok
[INFO] [stdout] test interpreter_tests::test_if_expression ... ok
[INFO] [stdout] test interpreter_tests::test_function_application ... ok
[INFO] [stdout] test interpreter_tests::test_infix_expressions ... ok
[INFO] [stdout] test interpreter_tests::test_integer ... ok
[INFO] [stdout] test compiler_tests::test_let_statement_scopes ... ok
[INFO] [stdout] test interpreter_tests::test_let_parsing ... ok
[INFO] [stdout] test interpreter_tests::test_parse_empty_hash_literal ... ok
[INFO] [stdout] test interpreter_tests::test_let_statement_evaluation ... ok
[INFO] [stdout] test interpreter_tests::test_next_token ... ok
[INFO] [stdout] test interpreter_tests::test_parse_array_literals ... ok
[INFO] [stdout] test interpreter_tests::test_parse_hash_literal_int_keys ... ok
[INFO] [stdout] test interpreter_tests::test_parse_hash_literal_string_keys ... ok
[INFO] [stdout] test interpreter_tests::test_parse_if_else_expression ... ok
[INFO] [stdout] test interpreter_tests::test_int_hash_key ... ok
[INFO] [stdout] test interpreter_tests::test_parse_code ... ok
[INFO] [stdout] test interpreter_tests::test_return_statement_evaluation ... ok
[INFO] [stdout] test interpreter_tests::test_prefix_expressions ... ok
[INFO] [stdout] test interpreter_tests::test_operator_precedence_parsing ... ok
[INFO] [stdout] test interpreter_tests::test_string_hash_key ... ok
[INFO] [stdout] test interpreter_tests::test_parse_hash_literal_bool_keys ... ok
[INFO] [stdout] test interpreter_tests::test_parse_hash_literal_expression_keys ... ok
[INFO] [stdout] test interpreter_tests::test_string_concatenation ... ok
[INFO] [stdout] test interpreter_tests::test_parse_index_expression ... ok
[INFO] [stdout] test interpreter_tests::test_return_statement ... ok
[INFO] [stdout] test interpreter_tests::test_string_literal_evaluation ... ok
[INFO] [stdout] test compiler_tests::test_recursive_functions ... FAILED
[INFO] [stdout] test interpreter_tests::test_string_literal_expression ... ok
[INFO] [stdout] test symbol_table_tests::test_define ... ok
[INFO] [stdout] test symbol_table_tests::test_resolve_local ... ok
[INFO] [stdout] test symbol_table_tests::test_define_resolve_builtins ... ok
[INFO] [stdout] test symbol_table_tests::test_define_and_resolve_function_name ... ok
[INFO] [stdout] test symbol_table_tests::test_resolve ... ok
[INFO] [stdout] test symbol_table_tests::test_resolve_unresolvable_free ... ok
[INFO] [stdout] test symbol_table_tests::test_shadowing_function_name ... ok
[INFO] [stdout] test symbol_table_tests::test_resolve_free ... ok
[INFO] [stdout] test symbol_table_tests::test_resolve_nested_local ... ok
[INFO] [stdout] test vm_tests::test_array_literals ... ok
[INFO] [stdout] test vm_tests::test_calling_functions_with_bindings ... ok
[INFO] [stdout] test vm_tests::test_calling_functions_with_wrong_arguments ... ok
[INFO] [stdout] test vm_tests::test_first_class_functions ... ok
[INFO] [stdout] test vm_tests::test_calling_functions_with_arguments_and_bindings ... ok
[INFO] [stdout] test vm_tests::test_calling_functions_without_arguments ... ok
[INFO] [stdout] test vm_tests::test_functions_with_return_statement ... ok
[INFO] [stdout] test vm_tests::test_functions_without_return_value ... ok
[INFO] [stdout] test vm_tests::test_closure ... ok
[INFO] [stdout] test vm_tests::test_hash_literal ... ok
[INFO] [stdout] test vm_tests::test_global_let_statements ... ok
[INFO] [stdout] test vm_tests::test_recursive_functions ... FAILED
[INFO] [stdout] test vm_tests::test_string_expressions ... ok
[INFO] [stdout] test vm_tests::test_conditionals ... ok
[INFO] [stdout] test vm_tests::test_builtin_functions ... ok
[INFO] [stdout] test vm_tests::test_index_expression ... ok
[INFO] [stdout] test vm_tests::test_integer_arithmetic ... ok
[INFO] [stdout] test vm_tests::test_boolean_expression ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compiler_tests::test_recursive_functions stdout ----
[INFO] [stdout] Parser has 0 errors
[INFO] [stdout] 
[INFO] [stdout] thread 'compiler_tests::test_recursive_functions' (39) panicked at tests/src/compiler_tests.rs:72:9:
[INFO] [stdout] test_instructions failed: wrong instructions length
[INFO] [stdout] want=0000 OpCurrentClosure
[INFO] [stdout] 0001 OpGetLocal 0
[INFO] [stdout] 0003 OpConstant 0
[INFO] [stdout] 0006 OpSub
[INFO] [stdout] 0007 OpCall 1
[INFO] [stdout] 0009 OpReturnValue
[INFO] [stdout] 
[INFO] [stdout] got=0000 OpGetGlobal 0
[INFO] [stdout] 0003 OpGetLocal 0
[INFO] [stdout] 0005 OpConstant 0
[INFO] [stdout] 0008 OpSub
[INFO] [stdout] 0009 OpCall 1
[INFO] [stdout] 0011 OpReturnValue
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61d52bac94ea - 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:     0x61d52bac94ea - 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:     0x61d52bac94ea - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61d52bac94ea - <<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:     0x61d52badd81a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61d52badd81a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61d52bacdd72 - 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:     0x61d52bacdd72 - <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:     0x61d52baa86ff - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61d52baa86ff - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61d52bac1a59 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61d52b9eeb5c - <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:     0x61d52b9eeb5c - 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:     0x61d52bac1c12 - <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:     0x61d52bac1c12 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61d52baa87b8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61d52baa0159 - 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:     0x61d52baa94cd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61d52bade0fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61d52b992fef - tests::compiler_tests::test_instruction::hfca863be9fccb253
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/compiler_tests.rs:72:9
[INFO] [stdout]   20:     0x61d52b990e56 - tests::compiler_tests::test_constants::hf6c46067458eafc6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/compiler_tests.rs:121:21
[INFO] [stdout]   21:     0x61d52b996bd4 - tests::compiler_tests::run_compiler_tests::hd42691350a8d9446
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/compiler_tests.rs:306:25
[INFO] [stdout]   22:     0x61d52b9a0f2a - tests::compiler_tests::test_recursive_functions::h8fad894f124b9351
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/compiler_tests.rs:1188:5
[INFO] [stdout]   23:     0x61d52b9a0fa7 - tests::compiler_tests::test_recursive_functions::{{closure}}::h50d50ea7bc709571
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/compiler_tests.rs:1116:30
[INFO] [stdout]   24:     0x61d52b9d5296 - core::ops::function::FnOnce::call_once::h9677ae4394eded49
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61d52b9e2c3b - <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:     0x61d52b9e2c3b - 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:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61d52b9ef62b - <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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61d52b9ead44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61d52b9ead44 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - <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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - <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:     0x61d52bac8dff - <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:     0x61d52bac8dff - <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:     0x734d72699aa4 - <unknown>
[INFO] [stdout]   46:     0x734d72726a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- vm_tests::test_recursive_functions stdout ----
[INFO] [stdout] Parser has 0 errors
[INFO] [stdout] CONSTANT: 0 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 1 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 2 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] CONSTANT: 3 CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 }) CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 })
[INFO] [stdout] Compiled Fn Instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22])
[INFO] [stdout] CONSTANT: 4 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] Parser has 0 errors
[INFO] [stdout] CONSTANT: 0 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 1 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 2 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] CONSTANT: 3 CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 }) CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 })
[INFO] [stdout] Compiled Fn Instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 27, 16, 0, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22])
[INFO] [stdout] CONSTANT: 4 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] CONSTANT: 5 CompiledFunction(CompiledFunction { instructions: Instruction([16, 0, 0, 0, 0, 4, 21, 1, 22]), num_locals: 0, num_parameters: 0 }) CompiledFunction(CompiledFunction { instructions: Instruction([16, 0, 0, 0, 0, 4, 21, 1, 22]), num_locals: 0, num_parameters: 0 })
[INFO] [stdout] Compiled Fn Instructions: Instruction([16, 0, 0, 0, 0, 4, 21, 1, 22])
[INFO] [stdout] Parser has 0 errors
[INFO] [stdout] CONSTANT: 0 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 1 Integer { value: 0 } Integer { value: 0 }
[INFO] [stdout] Integer Value: 0
[INFO] [stdout] CONSTANT: 2 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] CONSTANT: 3 CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 26, 28, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 }) CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 26, 28, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22]), num_locals: 1, num_parameters: 1 })
[INFO] [stdout] Compiled Fn Instructions: Instruction([25, 0, 0, 0, 0, 8, 13, 0, 16, 0, 0, 1, 22, 14, 0, 26, 28, 0, 25, 0, 0, 0, 2, 3, 21, 1, 22])
[INFO] [stdout] CONSTANT: 4 Integer { value: 1 } Integer { value: 1 }
[INFO] [stdout] Integer Value: 1
[INFO] [stdout] CONSTANT: 5 CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 27, 0, 3, 1, 24, 0, 25, 0, 0, 0, 4, 21, 1, 22]), num_locals: 1, num_parameters: 0 }) CompiledFunction(CompiledFunction { instructions: Instruction([25, 0, 27, 0, 3, 1, 24, 0, 25, 0, 0, 0, 4, 21, 1, 22]), num_locals: 1, num_parameters: 0 })
[INFO] [stdout] Compiled Fn Instructions: Instruction([25, 0, 27, 0, 3, 1, 24, 0, 25, 0, 0, 0, 4, 21, 1, 22])
[INFO] [stdout] 
[INFO] [stdout] thread 'vm_tests::test_recursive_functions' (109) panicked at vm/src/vm.rs:328:18:
[INFO] [stdout] internal error: entered unreachable code: couldn't match Null
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61d52bac94ea - 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:     0x61d52bac94ea - 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:     0x61d52bac94ea - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61d52bac94ea - <<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:     0x61d52badd81a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61d52badd81a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61d52bacdd72 - 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:     0x61d52bacdd72 - <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:     0x61d52baa86ff - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61d52baa86ff - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61d52bac1a59 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61d52b9eeb5c - <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:     0x61d52b9eeb5c - 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:     0x61d52bac1c12 - <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:     0x61d52bac1c12 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61d52baa87b8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61d52baa0159 - 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:     0x61d52baa94cd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61d52bade0fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61d52ba22cc1 - vm::VM::execute_call::h6bffbfc495cf8dce
[INFO] [stdout]                                at /opt/rustwide/workdir/vm/src/vm.rs:328:18
[INFO] [stdout]   20:     0x61d52ba280a6 - vm::VM::run::hf0dad169217335f3
[INFO] [stdout]                                at /opt/rustwide/workdir/vm/src/vm.rs:463:26
[INFO] [stdout]   21:     0x61d52b9cb8f3 - tests::vm_tests::run_vm_tests::h103f867e33c4ce24
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/vm_tests.rs:41:25
[INFO] [stdout]   22:     0x61d52b9d2361 - tests::vm_tests::test_recursive_functions::hb5c5a52b7d5f02f8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/vm_tests.rs:878:5
[INFO] [stdout]   23:     0x61d52b9d2397 - tests::vm_tests::test_recursive_functions::{{closure}}::h29e79b74f2e8a03c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/src/vm_tests.rs:834:30
[INFO] [stdout]   24:     0x61d52b9d5016 - core::ops::function::FnOnce::call_once::h8388fef700a374e7
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61d52b9e2c3b - <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:     0x61d52b9e2c3b - 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:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61d52b9ef62b - <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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - 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:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61d52b9ef62b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61d52b9ead44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61d52b9ead44 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - <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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - 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:     0x61d52b9f2232 - <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:     0x61d52bac8dff - <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:     0x61d52bac8dff - <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:     0x734d72699aa4 - <unknown>
[INFO] [stdout]   46:     0x734d72726a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compiler_tests::test_recursive_functions
[INFO] [stdout]     vm_tests::test_recursive_functions
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 85 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p tests --lib`
[INFO] running `Command { std: "docker" "inspect" "3ee3ca5dfc130d69589cc915b874b16d69dbaaf2b7c9dd4f1b3cc8bf94ccb3b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ee3ca5dfc130d69589cc915b874b16d69dbaaf2b7c9dd4f1b3cc8bf94ccb3b6", kill_on_drop: false }`
[INFO] [stdout] 3ee3ca5dfc130d69589cc915b874b16d69dbaaf2b7c9dd4f1b3cc8bf94ccb3b6
