[INFO] cloning repository https://github.com/1aggarcia/turbina
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1aggarcia/turbina" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1aggarcia%2Fturbina", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1aggarcia%2Fturbina'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40dc2054985dc2fb32d7655074c2745e4e73d96d
[INFO] testing 1aggarcia/turbina against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1aggarcia%2Fturbina" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/1aggarcia/turbina
[INFO] finished tweaking git repo https://github.com/1aggarcia/turbina
[INFO] tweaked toml for git repo https://github.com/1aggarcia/turbina written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/1aggarcia/turbina on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/1aggarcia/turbina 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clipboard-win v5.4.1
[INFO] [stderr]   Downloaded custom_error v1.9.2
[INFO] [stderr]   Downloaded unescaper v0.1.6
[INFO] [stderr]   Downloaded relative-path v1.9.3
[INFO] [stderr]   Downloaded rstest v0.24.0
[INFO] [stderr]   Downloaded clap_derive v4.5.47
[INFO] [stderr]   Downloaded clap v4.5.48
[INFO] [stderr]   Downloaded rstest_macros v0.24.0
[INFO] [stderr]   Downloaded rustyline v17.0.2
[INFO] [stderr]   Downloaded winnow v0.6.22
[INFO] [stderr]   Downloaded clap_builder v4.5.48
[INFO] [stderr]   Downloaded syn v2.0.95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acf87484adb47d6ba09ddbf1be756e6348934907cf63b5a1c9e6f0ea4be2e05b
[INFO] running `Command { std: "docker" "start" "-a" "acf87484adb47d6ba09ddbf1be756e6348934907cf63b5a1c9e6f0ea4be2e05b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acf87484adb47d6ba09ddbf1be756e6348934907cf63b5a1c9e6f0ea4be2e05b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acf87484adb47d6ba09ddbf1be756e6348934907cf63b5a1c9e6f0ea4be2e05b", kill_on_drop: false }`
[INFO] [stdout] acf87484adb47d6ba09ddbf1be756e6348934907cf63b5a1c9e6f0ea4be2e05b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4197247ade5f3912d72f43a8b784a63816c69d7326172c90c345a6d05a9bc03d
[INFO] running `Command { std: "docker" "start" "-a" "4197247ade5f3912d72f43a8b784a63816c69d7326172c90c345a6d05a9bc03d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.17
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling winnow v0.6.22
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling custom_error v1.9.2
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.24.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rand_core v0.9.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling rustyline v17.0.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling unescaper v0.1.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling js-sys v0.3.77
[INFO] [stderr]    Compiling rstest v0.24.0
[INFO] [stderr]    Compiling turbina v0.1.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/models.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 200 |     Native(fn(Vec<Literal>, &mut EvalContext) -> Literal)
[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 `dev` profile [unoptimized + debuginfo] target(s) in 34.98s
[INFO] running `Command { std: "docker" "inspect" "4197247ade5f3912d72f43a8b784a63816c69d7326172c90c345a6d05a9bc03d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4197247ade5f3912d72f43a8b784a63816c69d7326172c90c345a6d05a9bc03d", kill_on_drop: false }`
[INFO] [stdout] 4197247ade5f3912d72f43a8b784a63816c69d7326172c90c345a6d05a9bc03d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d6060f6638744f3b8405ba54713a76e33064cb72af292b27a36d3ab97295d9b
[INFO] running `Command { std: "docker" "start" "-a" "2d6060f6638744f3b8405ba54713a76e33064cb72af292b27a36d3ab97295d9b", 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]    --> src/models.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 200 |     Native(fn(Vec<Literal>, &mut EvalContext) -> Literal)
[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 turbina v0.1.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/models.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 200 |     Native(fn(Vec<Literal>, &mut EvalContext) -> Literal)
[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 3.34s
[INFO] running `Command { std: "docker" "inspect" "2d6060f6638744f3b8405ba54713a76e33064cb72af292b27a36d3ab97295d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d6060f6638744f3b8405ba54713a76e33064cb72af292b27a36d3ab97295d9b", kill_on_drop: false }`
[INFO] [stdout] 2d6060f6638744f3b8405ba54713a76e33064cb72af292b27a36d3ab97295d9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cf4c11181921ad282f68576db95f971f797a36b9f716180cb79f8ec8e3c331cc
[INFO] running `Command { std: "docker" "start" "-a" "cf4c11181921ad282f68576db95f971f797a36b9f716180cb79f8ec8e3c331cc", 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]    --> src/models.rs:200:12
[INFO] [stderr]     |
[INFO] [stderr] 197 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stderr]     |          --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 200 |     Native(fn(Vec<Literal>, &mut EvalContext) -> Literal)
[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: `turbina` (lib) generated 1 warning
[INFO] [stderr] warning: `turbina` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/turbina-de20a8f0c2f177d3)
[INFO] [stdout] 
[INFO] [stdout] running 363 tests
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_01 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_07 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_04 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_calls_user_defined_function ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_09 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_10 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_03 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_calls_native_library_function ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_binds_literal_value_to_symbol::case_1 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_08 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_06 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_05 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_12 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_binds_casted_nullable_value ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_11 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_14 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_02 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_13 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_19 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_18 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_17 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_16 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_calls_function_with_params_overriding_global_scope ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_21 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_20 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_22 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_math_operators::case_4 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_math_operators::case_5 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_1 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_math_operators::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_24 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_23 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_4 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_5_pemdas ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_binds_literal_value_to_symbol::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_3 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_bool_operators::case_15 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_list_of_expressions ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_math_operators::case_3 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_calls_passed_in_function_with_less_args_than_param_type_defines ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_calls_function_with_function_argument ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_string_concatenation ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_returns_input_on_literals::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_returns_input_on_literals::case_3 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_returns_input_on_literals::case_1 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_negates_literals::case_1 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_conditional_expression::case_1 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_returns_value_of_var_after_binding ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_01 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_conditional_expression::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_negates_literals::case_3 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_02 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_list_of_literals ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_04 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_looks_up_variables_correctly ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_03 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_10 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_07 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_05 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_11 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_06 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_captures_closure_environment_correctly_in_code_blocks ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_negates_literals::case_2 ... ok
[INFO] [stdout] test lexer::tests::escape_string::it_escapes_escape_characters_and_adds_quotes ... ok
[INFO] [stdout] test lexer::tests::escape_string::it_performs_inverse_of_unescape_string ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_14 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_binary_math_operators::case_1 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_13 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_09 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_08 ... ok
[INFO] [stdout] test lexer::tests::binary_operators::case_12 ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_02_negative_int ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_complex_expressions::case_6_function_piping ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_06_var_declaration ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_05_operators_with_spaces ... ok
[INFO] [stdout] test lexer::tests::comments ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_10_comment_and_newline ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_01_repeated_not ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_captures_closure_environment_correctly_in_global_scope ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_07_declared_type ... ok
[INFO] [stdout] test lexer::tests::multiple_strings ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_12_nullable_type ... ok
[INFO] [stdout] test lexer::tests::one_token::case_01_bool ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_04_operators_and_numbers ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_11_tokens_surrounding_newlines ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_09_function_call ... ok
[INFO] [stdout] test lexer::tests::one_token::case_05_empty_string ... ok
[INFO] [stdout] test lexer::tests::one_token::case_02_bool ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_03_operators_and_numbers ... ok
[INFO] [stdout] test lexer::tests::one_token::case_03_null ... ok
[INFO] [stdout] test lexer::tests::one_token::case_16_multiple_newlines ... ok
[INFO] [stdout] test lexer::tests::one_token::case_07_string_with_spaces ... ok
[INFO] [stdout] test lexer::tests::one_token::case_15_legacy_mac_newline ... ok
[INFO] [stdout] test lexer::tests::one_token::case_18_newlines_with_whitespace ... ok
[INFO] [stdout] test lexer::tests::one_token::case_06_normal_string ... ok
[INFO] [stdout] test lexer::tests::one_token::case_13_linux_newline ... ok
[INFO] [stdout] test lexer::tests::one_token::case_14_windows_newline ... ok
[INFO] [stdout] test lexer::tests::one_token::case_09_symbol ... ok
[INFO] [stdout] test lexer::tests::one_token::case_08_string_with_newline ... ok
[INFO] [stdout] test lexer::tests::one_token::case_21 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_22 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_12_underscore_symbol ... ok
[INFO] [stdout] test lexer::tests::one_token::case_11_symbol_starting_with_underscore ... ok
[INFO] [stdout] test lexer::tests::one_token::case_20 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_17_mixed_newlines ... ok
[INFO] [stdout] test lexer::tests::unescape_string::it_applies_escape_characters_and_removes_quotes ... ok
[INFO] [stdout] test lexer::tests::one_token::case_19 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_04_null ... ok
[INFO] [stdout] test lexer::tests::many_tokens::case_08_symbols ... ok
[INFO] [stdout] test lexer::tests::one_token::case_10_symbol_with_underscore ... ok
[INFO] [stdout] test lexer::tests::one_token::case_26 ... ok
[INFO] [stdout] test lexer::tests::unescape_string::it_applies_inverse_of_escape_string ... ok
[INFO] [stdout] test lexer::tests::one_token::case_24 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_25 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_27 ... ok
[INFO] [stdout] test lexer::tests::one_token::case_23 ... ok
[INFO] [stdout] test lexer::tests::unary_operators::case_1 ... ok
[INFO] [stdout] test lexer::tests::symbol_starting_with_numbers ... ok
[INFO] [stdout] test lexer::tests::unary_operators::case_2 ... ok
[INFO] [stdout] test lexer::tests::unary_operators::case_3 ... ok
[INFO] [stdout] test library::test_library::test_join::case_3 ... ok
[INFO] [stdout] test library::test_library::test_get_function_signature ... ok
[INFO] [stdout] test library::test_library::test_ends_with::case_1 ... ok
[INFO] [stdout] test library::test_library::test_includes::case_4 ... ok
[INFO] [stdout] test library::test_library::test_join::case_2 ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_saves_scope_for_curried_function ... ok
[INFO] [stdout] test library::test_library::test_includes::case_1 ... ok
[INFO] [stdout] test library::test_library::test_includes::case_2 ... ok
[INFO] [stdout] test library::test_library::test_includes::case_3 ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_3_any_returns_false_if_no_matches ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_4_every_returns_true_if_all_match ... ok
[INFO] [stdout] test library::test_library::test_ends_with::case_3 ... ok
[INFO] [stdout] test library::test_library::test_ends_with::case_2 ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_1_any_returns_true_if_single_match ... ok
[INFO] [stdout] test evaluator::test_evalutate::it_evaluates_code_blocks ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_6_every_returns_true_if_empty_list ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_2_every_returns_false_if_single_match ... ok
[INFO] [stdout] test library::test_library::test_join::case_1 ... ok
[INFO] [stdout] test library::test_library::test_reverse ... ok
[INFO] [stdout] test library::test_library::test_make_int_list ... ok
[INFO] [stdout] test library::test_library::test_lowercase ... ok
[INFO] [stdout] test library::test_library::test_list_predicates::case_5_any_returns_false_if_empty_list ... ok
[INFO] [stdout] test library::test_library::test_make_string_list ... ok
[INFO] [stdout] test library::test_library::test_len ... ok
[INFO] [stdout] test library::test_library::test_list_transformations::case_2_map2 ... ok
[INFO] [stdout] test library::test_library::test_list_transformations::case_1_map1 ... ok
[INFO] [stdout] test library::test_library::test_list_transformations::case_3_map3 ... ok
[INFO] [stdout] test models::test_type::test_display_function_with_nullable_return_type ... ok
[INFO] [stdout] test models::test_type::test_display_adds_parentheses_for_nullable_function ... ok
[INFO] [stdout] test library::test_library::test_list_transformations::case_4_filter ... ok
[INFO] [stdout] test library::test_library::test_starts_with::case_3 ... ok
[INFO] [stdout] test library::test_library::test_starts_with::case_1 ... ok
[INFO] [stdout] test library::test_library::test_split ... ok
[INFO] [stdout] test library::test_library::test_reduce::case_3_max ... ok
[INFO] [stdout] test library::test_library::test_to_string::case_3 ... ok
[INFO] [stdout] test library::test_library::test_reduce::case_1_empty_list ... ok
[INFO] [stdout] test library::test_library::test_to_string::case_2 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_binary_expressions::case_2 ... ok
[INFO] [stdout] test library::test_library::test_to_string::case_1 ... ok
[INFO] [stdout] test library::test_library::test_to_string::case_4 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_binary_expressions::case_1 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_returns_error_for_empty_code_block ... ok
[INFO] [stdout] test library::test_library::test_reduce::case_2_nonempty_list ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_1_thunk ... ok
[INFO] [stdout] test library::test_library::test_uppercase ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_binary_expressions::case_3 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_binary_expressions::case_5 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_expression_with_multiple_functions ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_4_one_generic_type ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_binary_expressions::case_4 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_expression_in_parens ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_5_many_generic_types ... ok
[INFO] [stdout] test library::test_library::test_starts_with::case_2 ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_code_block_with_no_result_value ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_3_declared_return_type ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_if_else_expression ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_6_implicit_param_types ... ok
[INFO] [stdout] test parser::test_parse::function::it_returns_error_for_non_id_param ... ok
[INFO] [stdout] test parser::test_parse::function::it_parses_function::case_2_many_params ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_string_plus_string ... ok
[INFO] [stdout] test parser::test_parse::it_returns_end_of_file_error_for_empty_stream ... ok
[INFO] [stdout] test parser::test_parse::expr::it_respects_boolean_operator_precedence ... ok
[INFO] [stdout] test parser::test_parse::expr::it_parses_code_block_with_binding ... ok
[INFO] [stdout] test parser::test_parse::it_returns_error_for_incomplete_statements::case_2 ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_04_expression_in_parens_on_separate_lines ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_10_list_with_trailing_comma ... ok
[INFO] [stdout] test parser::test_parse::function::it_returns_error_for_empty_type_param_list ... ok
[INFO] [stdout] test parser::test_parse::it_returns_error_for_incomplete_statements::case_1 ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_1_simple ... ok
[INFO] [stdout] test library::test_library::test_rand_int ... ok
[INFO] [stdout] test parser::test_parse::it_returns_error_for_incomplete_statements::case_3 ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_07_function_args_split_unconventionally ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_3_nullable ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_4_many_args ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_1_int_literal ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_2_no_args ... ok
[INFO] [stdout] test parser::test_parse::it_returns_error_for_statement_without_newline_or_semicolon ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_2_simple_expression ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_3_declared_type ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_5_list_type ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_02_shorthand_function_with_generic_types ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_7_func_with_func_input ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_5_func_retruning_func ... ok
[INFO] [stdout] test parser::test_parse::it_ignores_tokens_after_semicolon ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_7_nested_list_and_nullable_types ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_4_nullable_type ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_correct_function_type::case_6_func_retruning_func_in_parens ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_invalid_let_type ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_6_nested_list_type ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_05_function_on_separate_lines ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_parses_var_binding::case_8_multiple_lines ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_08_function_args_with_trailing_comma ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_equals_in_let_expr ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_function_call::case_1_empty ... ok
[INFO] [stdout] test parser::test_parse::list::it_parses_list_of_literals::case_3_many_elements ... ok
[INFO] [stdout] test parser::test_parse::list::it_parses_list_of_literals::case_1_empty ... ok
[INFO] [stdout] test parser::test_parse::list::it_parses_list_of_literals::case_2_one_element ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_function_call::case_2_one_arg ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_multiple_nullable_operators ... ok
[INFO] [stdout] test parser::test_parse::list::it_parses_list_of_expressions ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_unexpected_let ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_many_negations ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_one_token_to_one_node::case_1 ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_01_shorthand_function ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_one_token_to_one_node::case_3 ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_negative_num_in_parens ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_one_token_to_one_node::case_2 ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_function_call::case_4_curried_function ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_bad_var_id ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_one_operator::case_1 ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_one_operator::case_2 ... ok
[INFO] [stdout] test streams::test_string_stream::it_preserves_newlines_at_the_end_of_each_line ... ok
[INFO] [stdout] test parser::test_parse::let_binding::it_returns_error_for_nullable_null ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_one_operator::case_3 ... ok
[INFO] [stdout] test streams::test_string_stream::it_skips_blank_lines ... ok
[INFO] [stdout] test streams::test_string_stream::it_skips_comments ... ok
[INFO] [stdout] test streams::test_token_stream::test_has_next_is_false_for_empty_stream ... ok
[INFO] [stdout] test streams::test_token_stream::test_peek_doesnt_consume_data ... ok
[INFO] [stdout] test streams::test_token_stream::test_has_next_is_true_for_non_empty_stream ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_negative_numbers::case_1 ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_function_call::case_3_many_args ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_not_null_assertion::case_3_function_call ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_not_null_assertion::case_1_id ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_negative_numbers::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_01 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_02 ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_not_null_literal ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_equality_of_disjoint_types::case_2 ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_not_null_assertion::case_2_expression ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_child_error::case_1 ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_many_negative_symbols ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_child_error::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_06 ... ok
[INFO] [stdout] test parser::test_parse::term::it_parses_negated_boolean ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_03 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_08 ... ok
[INFO] [stdout] test parser::test_parse::term::it_returns_error_for_multiple_ints ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_03 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_09 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_child_error::case_3 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_10 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_07 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_04 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_02 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_04 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_05 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_equality_of_disjoint_types::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_error_for_illegal_types::case_05 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_01 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_06 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_08 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_07 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_10 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_boolean_operator_on_same_type::case_09 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_good_operands::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_equality_of_comparable_types::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_good_operands::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_06_function_as_unknown ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_03_if_else_on_separate_lines ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_good_operands::case_4 ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_01_literal_with_declared_type ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_propagates_error_in_expression ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_09_function_body_without_arrow ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_09_int_as_nullable_unknown ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_03_string_expr ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_allows_casted_nullable_value_to_be_assigned_as_not_null ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_04_int_as_unknown ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_07_int_as_nullable_type ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_08_null_as_nullable_type ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_11_func_with_explicit_type ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_good_operands::case_3 ... ok
[INFO] [stdout] test parser::test_parse::it_parses_equivalent_statements::case_06_function_args_on_separate_lines ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_02_math_expr ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_05_string_as_unknown ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_10_null_as_nullable_unknown ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_13_empty_list ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_error_for_single_underscore_id ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_equality_of_comparable_types::case_3 ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_error_for_assigning_unknown_to_int ... ok
[INFO] [stdout] test type_resolver::test_validate::binary_expr::it_returns_ok_for_equality_of_comparable_types::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_err_for_duplicate_id ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_4_disjoint_types ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_type_error_for_conflicting_types::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_14_nullable_list_with_only_null ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_3_null_and_primitive ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_5_list_and_empty_list ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_2_both_string ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_correct_type::case_12_list_with_explicit_type ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_ok_for_empty_defined_function ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_1_both_int ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_type_error_for_conflicting_types::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_error_for_non_function_id ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_ok_for_function_passed_in_without_declared_input_types ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_ok_for_multi_arg_function ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_error_for_wrong_num_args ... ok
[INFO] [stdout] test type_resolver::test_validate::bindings::it_returns_type_error_for_conflicting_types::case_3_empty_list ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_error_for_mismatched_types ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_1_native_func ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_6_unknown_list ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_1_undefined_symbol ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_returns_error_for_non_bool_condition ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_error_for_undefined_function ... ok
[INFO] [stdout] test type_resolver::test_validate::code_block::it_returns_type_of_final_expression ... ok
[INFO] [stdout] test type_resolver::test_validate::cond_expr::it_infers_correct_type_for_both_conditions::case_7_nested_if_else_with_complex_type ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_5_recursive_function_without_return_type ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_7_generic_return_type_not_in_type_param_list ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_6_generic_param_not_in_type_param_list ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_returns_ok_for_function_passed_in_with_less_args_than_param_type ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_ok_for_recursive_function ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_ok_for_explicit_generic_type ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_5_curried_function ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_2_bool_list ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_4_returns_unknown ... ok
[INFO] [stdout] test type_resolver::test_validate::code_block::it_stops_validating_statements_after_first_error ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_3_param_used_in_body ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_2_bad_return_type ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_performs_non_null_assertion::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_2_explicit_return_type ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_4_many_reused_parameters ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_error::case_3_reused_parameter ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_ok_for_reused_variable_name_as_parameter ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_correct_function_type::case_6_higher_order_func ... ok
[INFO] [stdout] test type_resolver::test_validate::function::it_returns_ok_for_generic_type_in_nested_function ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_1_string_list ... ok
[INFO] [stdout] test type_resolver::test_validate::term::returns_ok_for_literals::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_performs_non_null_assertion::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::returns_ok_for_literals::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_correct_empty_list_type ... ok
[INFO] [stdout] test type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments ... FAILED
[INFO] [stdout] test type_resolver::test_validate::term::returns_ok_for_literals::case_3 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_error_for_bad_negated_types::case_1 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_6_nullable_int_list ... ok
[INFO] [stdout] test type_resolver::test_validate::code_block::it_finds_errors_in_local_bindings ... ok
[INFO] [stdout] test type_resolver::test_validate::code_block::it_returns_type_of_final_statement ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_5_null ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_4_many_types_and_null ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_error_for_bad_negated_types::case_4 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_ok_for_valid_symbol ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_error_for_bad_negated_types::case_2 ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_determines_strictest_type_for_lists::case_3_many_types ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_error_for_non_existent_symbol ... ok
[INFO] [stdout] test type_resolver::test_validate::term::it_returns_error_for_bad_negated_types::case_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments' (344) panicked at src/type_resolver.rs:899:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok(TreeType { datatype: Generic("T"), name_to_bind: None })
[INFO] [stdout]  right: Ok(TreeType { datatype: Bool, name_to_bind: None })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5780dce05e52 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5780dce05e52 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5780dce05e52 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5780dce05e52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5780dce17d4f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5780dce17d4f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5780dcdd0eb3 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5780dcdd0eb3 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5780dcdddb52 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5780dcde277f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5780dcde2611 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5780dcad589e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5780dcad589e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5780dcde2d8f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5780dcde2d8f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5780dcde2bea - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5780dcdddc89 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5780dcdc4e3d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5780dce21930 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5780dce21733 - core::panicking::assert_failed_inner::hdcc703ae7c807131
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x5780dca58522 - core::panicking::assert_failed::h027bbd2028514fad
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x5780dcaa6ba8 - turbina::type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments::h64cd1fae70a5f535
[INFO] [stdout]                                at /opt/rustwide/workdir/src/type_resolver.rs:899:13
[INFO] [stdout]   22:     0x5780dcaa6c87 - turbina::type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments::{{closure}}::hf406d1a265b70732
[INFO] [stdout]                                at /opt/rustwide/workdir/src/type_resolver.rs:894:75
[INFO] [stdout]   23:     0x5780dca42496 - core::ops::function::FnOnce::call_once::hffd56c617c7e50dc
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5780dcad567b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5780dcad567b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5780dcae96fd - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5780dcae96fd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5780dcae96fd - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5780dcae96fd - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5780dcae96fd - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5780dcae96fd - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5780dcae96fd - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5780dcac2c14 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5780dcac2c14 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5780dcac654a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5780dcac654a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5780dcac654a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5780dcac654a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5780dcac654a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5780dcac654a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5780dcac654a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5780dcdd8faf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x5780dcdd8faf - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x754b08ba2aa4 - <unknown>
[INFO] [stdout]   45:     0x754b08c2fa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     type_resolver::test_validate::func_call::it_infers_correct_return_type_from_generic_function_arguments
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 362 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.51s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "cf4c11181921ad282f68576db95f971f797a36b9f716180cb79f8ec8e3c331cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf4c11181921ad282f68576db95f971f797a36b9f716180cb79f8ec8e3c331cc", kill_on_drop: false }`
[INFO] [stdout] cf4c11181921ad282f68576db95f971f797a36b9f716180cb79f8ec8e3c331cc
