[INFO] cloning repository https://github.com/dzfrias/scurry
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dzfrias/scurry" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzfrias%2Fscurry", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzfrias%2Fscurry'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97cb17074f6896b947648f60c73b44347e78c805
[INFO] testing dzfrias/scurry against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdzfrias%2Fscurry" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dzfrias/scurry
[INFO] finished tweaking git repo https://github.com/dzfrias/scurry
[INFO] tweaked toml for git repo https://github.com/dzfrias/scurry written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dzfrias/scurry on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dzfrias/scurry 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] faf3cba447c74f89e830bb6bfca0ae8e3796aa37aea013e66aae31607611bc13
[INFO] running `Command { std: "docker" "start" "-a" "faf3cba447c74f89e830bb6bfca0ae8e3796aa37aea013e66aae31607611bc13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "faf3cba447c74f89e830bb6bfca0ae8e3796aa37aea013e66aae31607611bc13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faf3cba447c74f89e830bb6bfca0ae8e3796aa37aea013e66aae31607611bc13", kill_on_drop: false }`
[INFO] [stdout] faf3cba447c74f89e830bb6bfca0ae8e3796aa37aea013e66aae31607611bc13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b8d85509421caba0e33b6565ca5c9ec94c7537f3992ef1a0f924800389e4359
[INFO] running `Command { std: "docker" "start" "-a" "1b8d85509421caba0e33b6565ca5c9ec94c7537f3992ef1a0f924800389e4359", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling os_str_bytes v6.3.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling io-lifetimes v0.7.4
[INFO] [stderr]    Compiling rustix v0.35.12
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling roff v0.2.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling fd-lock v3.0.6
[INFO] [stderr]    Compiling rustyline v10.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling rustyline-derive v0.7.0
[INFO] [stderr]    Compiling snailquote v0.3.1
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling clap v4.0.18
[INFO] [stderr]    Compiling clap_complete v4.0.6
[INFO] [stderr]    Compiling clap_mangen v0.2.5
[INFO] [stderr]    Compiling scurry v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: scurry@0.5.0: completion scripts generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out"
[INFO] [stderr] warning: scurry@0.5.0: manpage generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out/scurry.1"
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 |     Builtin(BuiltinFunc),
[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] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 47 |         function: BuiltinMethod,
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.02s
[INFO] running `Command { std: "docker" "inspect" "1b8d85509421caba0e33b6565ca5c9ec94c7537f3992ef1a0f924800389e4359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b8d85509421caba0e33b6565ca5c9ec94c7537f3992ef1a0f924800389e4359", kill_on_drop: false }`
[INFO] [stdout] 1b8d85509421caba0e33b6565ca5c9ec94c7537f3992ef1a0f924800389e4359
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4a7606d281cfb4e0f1de5898c3688f6a8d440c1f7e2c7f241ef4fc0ba737a64
[INFO] running `Command { std: "docker" "start" "-a" "f4a7606d281cfb4e0f1de5898c3688f6a8d440c1f7e2c7f241ef4fc0ba737a64", kill_on_drop: false }`
[INFO] [stderr] warning: scurry@0.5.0: completion scripts generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out"
[INFO] [stderr] warning: scurry@0.5.0: manpage generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out/scurry.1"
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 |     Builtin(BuiltinFunc),
[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] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 47 |         function: BuiltinMethod,
[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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling scurry v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 43 |     Builtin(BuiltinFunc),
[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] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/interpreter/object.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 47 |         function: BuiltinMethod,
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.06s
[INFO] running `Command { std: "docker" "inspect" "f4a7606d281cfb4e0f1de5898c3688f6a8d440c1f7e2c7f241ef4fc0ba737a64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4a7606d281cfb4e0f1de5898c3688f6a8d440c1f7e2c7f241ef4fc0ba737a64", kill_on_drop: false }`
[INFO] [stdout] f4a7606d281cfb4e0f1de5898c3688f6a8d440c1f7e2c7f241ef4fc0ba737a64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2a808afd60f89e253a4170a567b71085c622be1601c47ec42d91e7b67a8ebf99
[INFO] running `Command { std: "docker" "start" "-a" "2a808afd60f89e253a4170a567b71085c622be1601c47ec42d91e7b67a8ebf99", kill_on_drop: false }`
[INFO] [stderr] warning: scurry@0.5.0: completion scripts generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out"
[INFO] [stderr] warning: scurry@0.5.0: manpage generated to: "/opt/rustwide/target/debug/build/scurry-8d900aa4ca045296/out/scurry.1"
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/interpreter/object.rs:43:13
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[derive(Debug, PartialEq)]
[INFO] [stderr]    |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Builtin(BuiltinFunc),
[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: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/interpreter/object.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[derive(Debug, PartialEq)]
[INFO] [stderr]    |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 47 |         function: BuiltinMethod,
[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] 
[INFO] [stderr] warning: `scurry` (lib) generated 2 warnings
[INFO] [stderr] warning: `scurry` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scurry-441f464f07b73606)
[INFO] [stdout] 
[INFO] [stdout] running 217 tests
[INFO] [stdout] test ast::tests::call_expr_display ... ok
[INFO] [stdout] test ast::tests::block_display ... ok
[INFO] [stdout] test ast::tests::decl_stmt_display ... ok
[INFO] [stdout] test ast::tests::assign_stmt_display ... ok
[INFO] [stdout] test ast::tests::function_expr_display ... ok
[INFO] [stdout] test ast::tests::for_stmt_display ... ok
[INFO] [stdout] test ast::tests::if_stmt_display ... ok
[INFO] [stdout] test ast::tests::literal_display ... ok
[INFO] [stdout] test ast::tests::prefix_expr_display ... ok
[INFO] [stdout] test ast::tests::return_stmt_display ... ok
[INFO] [stdout] test ast::tests::while_stmt_display ... ok
[INFO] [stdout] test ast::tests::switch_stmt_display ... ok
[INFO] [stdout] test ast::tests::unbound_expr_display ... ok
[INFO] [stdout] test ast::tests::dot_expr_display ... ok
[INFO] [stdout] test interpreter::tests::builtin_array_len ... ok
[INFO] [stdout] test ast::tests::function_stmt_display ... ok
[INFO] [stdout] test interpreter::tests::builtin_array_push ... ok
[INFO] [stdout] test interpreter::tests::assign_stmt_works_with_any_expression ... ok
[INFO] [stdout] test ast::tests::infix_expr_display ... ok
[INFO] [stdout] test interpreter::tests::builtin_float_abs ... ok
[INFO] [stdout] test interpreter::tests::builtin_map_remove ... ok
[INFO] [stdout] test interpreter::tests::builtin_string_len ... ok
[INFO] [stdout] test interpreter::tests::builtin_array_pop ... ok
[INFO] [stdout] test interpreter::tests::builtin_type ... ok
[INFO] [stdout] test interpreter::tests::builtin_float_to_int ... ok
[INFO] [stdout] test interpreter::tests::builtin_string_trim ... ok
[INFO] [stdout] test interpreter::tests::array_out_of_range_indices ... ok
[INFO] [stdout] test interpreter::tests::builtins_error_with_wrong_number_of_args ... ok
[INFO] [stdout] test interpreter::tests::builtin_int_to_float ... ok
[INFO] [stdout] test interpreter::tests::cannot_index_assign_on_out_of_bounds_array ... ok
[INFO] [stdout] test interpreter::tests::cannot_return_public_access_from_method ... ok
[INFO] [stdout] test interpreter::tests::builtin_int_abs ... ok
[INFO] [stdout] test interpreter::tests::eval_basic_decl_statement ... ok
[INFO] [stdout] test interpreter::tests::eval_array_literal ... ok
[INFO] [stdout] test interpreter::tests::eval_boolean_literal ... ok
[INFO] [stdout] test interpreter::tests::div_op_overload ... ok
[INFO] [stdout] test interpreter::tests::eval_array_index_expr ... ok
[INFO] [stdout] test interpreter::tests::cannot_assign_to_wrong_expr_type ... ok
[INFO] [stdout] test interpreter::tests::eval_break_and_continue ... ok
[INFO] [stdout] test interpreter::tests::err_on_uncallable_object ... ok
[INFO] [stdout] test interpreter::tests::eval_embedded_methods_in_component_instances ... ok
[INFO] [stdout] test interpreter::tests::eval_exprs_in_assigned_fields ... ok
[INFO] [stdout] test interpreter::tests::eval_embed_in_decl_statement ... ok
[INFO] [stdout] test interpreter::tests::eval_boolean_binary_ops ... ok
[INFO] [stdout] test interpreter::tests::eval_boolean_prefix_ops ... ok
[INFO] [stdout] test interpreter::tests::eval_function_calls_with_outer_env ... ok
[INFO] [stdout] test interpreter::tests::cannot_iterate_through_some_types ... ok
[INFO] [stdout] test interpreter::tests::eval_ident ... ok
[INFO] [stdout] test interpreter::tests::eval_function_calls ... ok
[INFO] [stdout] test interpreter::tests::eval_function_expr ... ok
[INFO] [stdout] test interpreter::tests::div_by_zero_causes_runtime_error ... ok
[INFO] [stdout] test interpreter::tests::eval_for_stmt ... ok
[INFO] [stdout] test interpreter::tests::eval_if_stmt ... ok
[INFO] [stdout] test interpreter::tests::eval_integer_literal ... ok
[INFO] [stdout] test interpreter::tests::eval_float_infix_expr ... ok
[INFO] [stdout] test interpreter::tests::eval_methods_and_dot_expr ... ok
[INFO] [stdout] test interpreter::tests::eval_map_literal ... ok
[INFO] [stdout] test interpreter::tests::eval_operator_assignment_in_array ... ok
[INFO] [stdout] test interpreter::tests::eval_operator_assignment ... ok
[INFO] [stdout] test interpreter::tests::eval_operator_assignment_in_struct_field ... ok
[INFO] [stdout] test interpreter::tests::eval_integer_binary_ops ... ok
[INFO] [stdout] test interpreter::tests::eval_string_binary_ops ... ok
[INFO] [stdout] test interpreter::tests::eval_float_literal ... ok
[INFO] [stdout] test interpreter::tests::eval_num_infix_expr_mixed ... ok
[INFO] [stdout] test interpreter::tests::eval_operator_assignment_in_hashmap ... ok
[INFO] [stdout] test interpreter::tests::eval_string_infix_expr ... ok
[INFO] [stdout] test interpreter::tests::eval_object_instance ... ok
[INFO] [stdout] test interpreter::tests::eval_switch_stmt ... ok
[INFO] [stdout] test interpreter::tests::eval_integer_prefix_ops ... ok
[INFO] [stdout] test interpreter::tests::eval_string_literal ... ok
[INFO] [stdout] test interpreter::tests::eval_type_checked_function_call ... ok
[INFO] [stdout] test interpreter::tests::field_assignment ... ok
[INFO] [stdout] test interpreter::tests::index_assignment_on_arrays ... ok
[INFO] [stdout] test interpreter::tests::index_assignment_on_maps ... ok
[INFO] [stdout] test interpreter::tests::eval_string_index_expr ... ok
[INFO] [stdout] test interpreter::tests::invalid_embed ... ok
[INFO] [stdout] test interpreter::tests::invalid_key_in_map_index_expr ... ok
[INFO] [stdout] test interpreter::tests::invalid_unary_operands ... ok
[INFO] [stdout] test interpreter::tests::minus_op_overload ... ok
[INFO] [stdout] test interpreter::tests::invalid_binary_operands ... ok
[INFO] [stdout] test interpreter::tests::non_operator_overloaded_components_throws_runtime_error ... ok
[INFO] [stdout] test interpreter::tests::mod_op_overload ... ok
[INFO] [stdout] test interpreter::tests::invalid_use_of_dot_operator ... ok
[INFO] [stdout] test interpreter::tests::import_stmt_errors_with_invalid_file ... ok
[INFO] [stdout] test interpreter::tests::eval_while_statement ... ok
[INFO] [stdout] test interpreter::tests::private_methods_usable_in_component ... ok
[INFO] [stdout] test interpreter::tests::short_circuit_evaluation ... ok
[INFO] [stdout] test interpreter::tests::println_writes ... ok
[INFO] [stdout] test interpreter::tests::mul_op_overload ... ok
[INFO] [stdout] test interpreter::tests::string_out_of_range_indices ... ok
[INFO] [stdout] test interpreter::tests::type_checked_assignment ... ok
[INFO] [stdout] test interpreter::tests::return_from_nested_block ... ok
[INFO] [stdout] test interpreter::tests::parent_field_assignment_to_embed ... ok
[INFO] [stdout] test interpreter::tests::plus_op_overload ... ok
[INFO] [stdout] test interpreter::tests::eval_import_stmt ... FAILED
[INFO] [stdout] test interpreter::tests::map_index_expr ... ok
[INFO] [stdout] test interpreter::tests::type_checked_function_call_works_with_instances ... ok
[INFO] [stdout] test interpreter::tests::type_checked_function_call_with_mismatched_type_throws_error ... ok
[INFO] [stdout] test interpreter::tests::type_checked_assignment_with_mismatched_type_throws_error ... ok
[INFO] [stdout] test interpreter::tests::type_checked_embeds ... ok
[INFO] [stdout] test lexer::tests::errors_on_unteriminated_string ... ok
[INFO] [stdout] test lexer::tests::does_not_panic_on_integer_overflow ... ok
[INFO] [stdout] test lexer::tests::lexes_binary_literals ... ok
[INFO] [stdout] test interpreter::tests::unbound_returns_var_when_var_is_assigned ... ok
[INFO] [stdout] test lexer::tests::does_not_recognized_ident_with_number_in_front ... ok
[INFO] [stdout] test interpreter::tests::unbound_returns_and_assigns_when_var_unbound ... ok
[INFO] [stdout] test interpreter::tests::type_checked_field_assign_throws_error_with_mismatched_type ... ok
[INFO] [stdout] test interpreter::tests::unrecognized_field_in_component_instance ... ok
[INFO] [stdout] test lexer::tests::recognizes_eof ... ok
[INFO] [stdout] test lexer::tests::tokenizes_alphabetic_idents ... ok
[INFO] [stdout] test lexer::tests::tokenizes_as ... ok
[INFO] [stdout] test lexer::tests::tokenizes_assigns ... ok
[INFO] [stdout] test lexer::tests::lexes_hexadecimal_literals ... ok
[INFO] [stdout] test lexer::tests::tokenizes_alphanumeric_idents ... ok
[INFO] [stdout] test lexer::tests::tokenizes_case ... ok
[INFO] [stdout] test lexer::tests::tokenizes_colon ... ok
[INFO] [stdout] test lexer::tests::tokenizes_comma ... ok
[INFO] [stdout] test lexer::tests::tokenizes_declaration ... ok
[INFO] [stdout] test lexer::tests::tokenizes_continue ... ok
[INFO] [stdout] test lexer::tests::tokenizes_default ... ok
[INFO] [stdout] test lexer::tests::tokenizes_dot ... ok
[INFO] [stdout] test lexer::tests::tokenizes_dollar ... ok
[INFO] [stdout] test lexer::tests::tokenizes_else ... ok
[INFO] [stdout] test lexer::tests::tokenizes_elseif ... ok
[INFO] [stdout] test lexer::tests::tokenizes_export ... ok
[INFO] [stdout] test lexer::tests::tokenizes_false ... ok
[INFO] [stdout] test lexer::tests::tokenizes_fn ... ok
[INFO] [stdout] test lexer::tests::tokenizes_gt ... ok
[INFO] [stdout] test lexer::tests::tokenizes_ge ... ok
[INFO] [stdout] test lexer::tests::tokenizes_for ... ok
[INFO] [stdout] test lexer::tests::tokenizes_floats ... ok
[INFO] [stdout] test lexer::tests::tokenizes_if ... ok
[INFO] [stdout] test lexer::tests::tokenizes_import ... ok
[INFO] [stdout] test lexer::tests::tokenizes_in ... ok
[INFO] [stdout] test lexer::tests::tokenizes_integers ... ok
[INFO] [stdout] test lexer::tests::tokenizes_lbracket ... ok
[INFO] [stdout] test lexer::tests::tokenizes_lbrace ... ok
[INFO] [stdout] test lexer::tests::tokenizes_logical_or ... ok
[INFO] [stdout] test lexer::tests::tokenizes_lparen ... ok
[INFO] [stdout] test lexer::tests::tokenizes_minus ... ok
[INFO] [stdout] test lexer::tests::tokenizes_le ... ok
[INFO] [stdout] test lexer::tests::tokenizes_lt ... ok
[INFO] [stdout] test lexer::tests::tokenizes_logical_and ... ok
[INFO] [stdout] test lexer::tests::tokenizes_nil ... ok
[INFO] [stdout] test lexer::tests::tokenizes_noteq ... ok
[INFO] [stdout] test lexer::tests::tokenizes_percent ... ok
[INFO] [stdout] test lexer::tests::tokenizes_pipe ... ok
[INFO] [stdout] test lexer::tests::tokenizes_plus ... ok
[INFO] [stdout] test lexer::tests::tokenizes_rbrace ... ok
[INFO] [stdout] test lexer::tests::tokenizes_rbracket ... ok
[INFO] [stdout] test lexer::tests::tokenizes_return ... ok
[INFO] [stdout] test lexer::tests::tokenizes_rparen ... ok
[INFO] [stdout] test lexer::tests::tokenizes_semicolon ... ok
[INFO] [stdout] test lexer::tests::tokenizes_slash ... ok
[INFO] [stdout] test lexer::tests::tokenizes_switch ... ok
[INFO] [stdout] test lexer::tests::tokenizes_strings ... ok
[INFO] [stdout] test lexer::tests::tokenizes_while ... ok
[INFO] [stdout] test parser::tests::assigned_fields_can_be_exprs ... ok
[INFO] [stdout] test lexer::tests::tokenizes_true ... ok
[INFO] [stdout] test parser::tests::can_return_from_loop_in_function ... ok
[INFO] [stdout] test parser::tests::cant_return_outside_of_function_context ... ok
[INFO] [stdout] test parser::tests::dot_field_syntax_in_field_assignment ... ok
[INFO] [stdout] test parser::tests::errors_appear_in_expressions_nested_in_statements ... ok
[INFO] [stdout] test parser::tests::have_to_import_string ... ok
[INFO] [stdout] test parser::tests::continue_and_break_can_only_be_used_in_loops ... ok
[INFO] [stdout] test lexer::tests::tokenizes_break ... ok
[INFO] [stdout] test parser::tests::invalid_prefix_operators_recognized ... ok
[INFO] [stdout] test parser::tests::needs_semicolon_at_end_of_statements ... ok
[INFO] [stdout] test parser::tests::operator_precedence ... ok
[INFO] [stdout] test parser::tests::operator_parsing_doesnt_cause_panic_with_eof ... ok
[INFO] [stdout] test lexer::tests::tokenizes_bang ... ok
[INFO] [stdout] test parser::tests::exp_can_only_be_used_with_functions_and_decls ... ok
[INFO] [stdout] test parser::tests::parse_assign_stmt ... ok
[INFO] [stdout] test parser::tests::parse_array_literal ... ok
[INFO] [stdout] test parser::tests::parse_dot_expr ... ok
[INFO] [stdout] test parser::tests::parse_call_expr ... ok
[INFO] [stdout] test parser::tests::parse_decl_stmt ... ok
[INFO] [stdout] test parser::tests::parse_dot_assignment ... ok
[INFO] [stdout] test parser::tests::parse_for_stmt ... ok
[INFO] [stdout] test parser::tests::parse_basic_binary_operators ... ok
[INFO] [stdout] test parser::tests::parse_if_elif_stmt_with_multiple_elifs ... ok
[INFO] [stdout] test parser::tests::parse_continue_and_break_stmt ... ok
[INFO] [stdout] test parser::tests::parse_if_elif_stmt_with_multiple_elifs_and_else ... ok
[INFO] [stdout] test parser::tests::parse_if_else_stmt ... ok
[INFO] [stdout] test parser::tests::parse_import_statement ... ok
[INFO] [stdout] test parser::tests::parse_if_stmt ... ok
[INFO] [stdout] test parser::tests::parse_index_assignment ... ok
[INFO] [stdout] test parser::tests::parse_index_expr ... ok
[INFO] [stdout] test parser::tests::parse_function_expr ... ok
[INFO] [stdout] test parser::tests::parse_literal_exprs ... ok
[INFO] [stdout] test parser::tests::parse_map_literal ... ok
[INFO] [stdout] test parser::tests::parse_function_stmt ... ok
[INFO] [stdout] test parser::tests::parse_return_stmt ... ok
[INFO] [stdout] test parser::tests::parse_stmt_with_no_significant_whitespace ... ok
[INFO] [stdout] test parser::tests::parse_stmt_on_line_2 ... ok
[INFO] [stdout] test parser::tests::parse_switch_stmt ... ok
[INFO] [stdout] test parser::tests::parse_unary_operators ... ok
[INFO] [stdout] test parser::tests::parse_type_checked_embed ... ok
[INFO] [stdout] test parser::tests::parse_unbound_expr ... ok
[INFO] [stdout] test parser::tests::rbrace_stmts_have_optional_semicolons ... ok
[INFO] [stdout] test parser::tests::parse_while_stmt ... ok
[INFO] [stdout] test parser::tests::parser_throws_error_at_invalid_tokens ... ok
[INFO] [stdout] test parser::tests::parser_throws_error_at_unterminated_string ... ok
[INFO] [stdout] test parser::tests::parser_tracks_line_numbers_in_expressions ... ok
[INFO] [stdout] test parser::tests::tracks_first_line ... ok
[INFO] [stdout] test parser::tests::type_annotation_in_var_assignment ... ok
[INFO] [stdout] test lexer::tests::tokenizes_asterisk ... ok
[INFO] [stdout] test parser::tests::type_annotations_in_component_fields ... ok
[INFO] [stdout] test parser::tests::tracks_position_horizontally ... ok
[INFO] [stdout] test parser::tests::parse_if_elif_stmt ... ok
[INFO] [stdout] test parser::tests::tracks_position_vertically ... ok
[INFO] [stdout] test parser::tests::type_annotations_in_function_params ... ok
[INFO] [stdout] test parser::tests::type_annotations_in_function_expr_params ... ok
[INFO] [stdout] test parser::tests::type_annotations_in_function_expr_return_type ... ok
[INFO] [stdout] test parser::tests::type_annotations_in_function_ret_type ... ok
[INFO] [stdout] test parser::tests::type_checked_function_call ... ok
[INFO] [stdout] test parser::tests::type_checked_variable_assignment ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- interpreter::tests::eval_import_stmt stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'interpreter::tests::eval_import_stmt' (73) panicked at src/interpreter/mod.rs:2328:49:
[INFO] [stdout] should create file correctly: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59210a872d22 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59210a872d22 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59210a872d22 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59210a872d22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59210a883d8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59210a883d8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59210a83fcd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59210a83fcd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59210a84be92 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59210a850d2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59210a850bc1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59210a80c81e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59210a80c81e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59210a8513ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59210a8513ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59210a85124a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59210a84bfc9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59210a833a1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59210a88d510 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59210a88cb76 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x59210a7dc0ae - core::result::Result<T,E>::expect::h0d0c14653e9c36f2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x59210a720e0f - scurry::interpreter::tests::eval_import_stmt::h1e159ec61873ec07
[INFO] [stdout]                                at /opt/rustwide/workdir/src/interpreter/mod.rs:2328:49
[INFO] [stdout]   22:     0x59210a721357 - scurry::interpreter::tests::eval_import_stmt::{{closure}}::hc6022735345d956a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/interpreter/mod.rs:2327:26
[INFO] [stdout]   23:     0x59210a7d3576 - core::ops::function::FnOnce::call_once::hc6fff255a881b2e5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59210a80c5db - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59210a80c5db - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59210a822245 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59210a822245 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59210a822245 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x59210a822245 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x59210a822245 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59210a822245 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59210a822245 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59210a7f8a34 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59210a7f8a34 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x59210a7fc2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x59210a7fc2fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59210a7fc2fa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x59210a7fc2fa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x59210a7fc2fa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59210a7fc2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x59210a7fc2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59210a84712f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x59210a84712f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7366b1a59aa4 - <unknown>
[INFO] [stdout]   45:     0x7366b1ae6a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     interpreter::tests::eval_import_stmt
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 216 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "2a808afd60f89e253a4170a567b71085c622be1601c47ec42d91e7b67a8ebf99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a808afd60f89e253a4170a567b71085c622be1601c47ec42d91e7b67a8ebf99", kill_on_drop: false }`
[INFO] [stdout] 2a808afd60f89e253a4170a567b71085c622be1601c47ec42d91e7b67a8ebf99
