[INFO] cloning repository https://github.com/general-works/Glint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/general-works/Glint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneral-works%2FGlint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneral-works%2FGlint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e88e7d8181ea7979912e35d5169d7c55ba20f84
[INFO] testing general-works/Glint against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneral-works%2FGlint" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/general-works/Glint
[INFO] finished tweaking git repo https://github.com/general-works/Glint
[INFO] tweaked toml for git repo https://github.com/general-works/Glint written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/general-works/Glint on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/general-works/Glint 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5889f0ff7e4a869520f740aacdaf59da38fa553ca5288247a029f980a8799496
[INFO] running `Command { std: "docker" "start" "-a" "5889f0ff7e4a869520f740aacdaf59da38fa553ca5288247a029f980a8799496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5889f0ff7e4a869520f740aacdaf59da38fa553ca5288247a029f980a8799496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5889f0ff7e4a869520f740aacdaf59da38fa553ca5288247a029f980a8799496", kill_on_drop: false }`
[INFO] [stdout] 5889f0ff7e4a869520f740aacdaf59da38fa553ca5288247a029f980a8799496
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0825900cbfb5d6055637cc68403af14141504462fea2b98281470d796a866067
[INFO] running `Command { std: "docker" "start" "-a" "0825900cbfb5d6055637cc68403af14141504462fea2b98281470d796a866067", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling glint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.63s
[INFO] running `Command { std: "docker" "inspect" "0825900cbfb5d6055637cc68403af14141504462fea2b98281470d796a866067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0825900cbfb5d6055637cc68403af14141504462fea2b98281470d796a866067", kill_on_drop: false }`
[INFO] [stdout] 0825900cbfb5d6055637cc68403af14141504462fea2b98281470d796a866067
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0d5172c7f299b2e5e5983c41a029859ac1f917fc582e73e0d1790392aeafb44
[INFO] running `Command { std: "docker" "start" "-a" "a0d5172c7f299b2e5e5983c41a029859ac1f917fc582e73e0d1790392aeafb44", kill_on_drop: false }`
[INFO] [stderr]    Compiling glint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.59s
[INFO] running `Command { std: "docker" "inspect" "a0d5172c7f299b2e5e5983c41a029859ac1f917fc582e73e0d1790392aeafb44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0d5172c7f299b2e5e5983c41a029859ac1f917fc582e73e0d1790392aeafb44", kill_on_drop: false }`
[INFO] [stdout] a0d5172c7f299b2e5e5983c41a029859ac1f917fc582e73e0d1790392aeafb44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c7ae9a0fc1797560f7b2f6931986a238ec2b4df76b00bca1a9a132dec49d818b
[INFO] running `Command { std: "docker" "start" "-a" "c7ae9a0fc1797560f7b2f6931986a238ec2b4df76b00bca1a9a132dec49d818b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glint-93a096b1a0d2394d)
[INFO] [stdout] 
[INFO] [stdout] running 232 tests
[INFO] [stdout] test execution::tests::test_has_next_after_completion ... ok
[INFO] [stdout] test execution::tests::test_execute_returns_batch_result_only ... ok
[INFO] [stdout] test execution::tests::test_single_step_execution ... ok
[INFO] [stdout] test execution::tests::test_has_next_initial_state ... ok
[INFO] [stdout] test expression::tests::test_extract_value_complete ... ok
[INFO] [stdout] test expression::tests::test_navigate_json_path_array ... ok
[INFO] [stdout] test expression::tests::test_navigate_json_path_object ... ok
[INFO] [stdout] test execution::tests::test_multi_step_execution ... ok
[INFO] [stdout] test expression::tests::test_validate_expression_invalid_format ... ok
[INFO] [stdout] test expression::tests::test_validate_expression_invalid_node_id ... ok
[INFO] [stdout] test expression::tests::test_validate_expression_invalid_path ... ok
[INFO] [stdout] test expression::tests::test_validate_expression_valid ... ok
[INFO] [stdout] test expression::tests::test_validate_json_path ... ok
[INFO] [stdout] test expression::tests::test_parse_expression ... ok
[INFO] [stdout] test node::code::tests::test_code_node_creation ... ok
[INFO] [stdout] test node::code::tests::test_code_validation ... ok
[INFO] [stdout] test expression::tests::test_is_valid_json_key ... ok
[INFO] [stdout] test node::code::tests::test_simple_javascript_execution ... ok
[INFO] [stdout] test node::code::tests::test_unsupported_language ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_compare_datasets_node_creation ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_counts_only_output ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_equality ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_find_differences ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_fuzzy_compare ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_intersection ... ok
[INFO] [stdout] test node::compare_datasets::tests::test_validation ... ok
[INFO] [stdout] test node::datetime::tests::test_add_to_date ... ok
[INFO] [stdout] test node::datetime::tests::test_datetime_validation ... ok
[INFO] [stdout] test node::datetime::tests::test_datetime_node_creation ... ok
[INFO] [stdout] test node::datetime::tests::test_format_date ... ok
[INFO] [stdout] test node::datetime::tests::test_extract_date_part ... ok
[INFO] [stdout] test node::datetime::tests::test_get_current_date ... ok
[INFO] [stdout] test node::datetime::tests::test_parse_different_date_formats ... ok
[INFO] [stdout] test node::datetime::tests::test_subtract_from_date ... ok
[INFO] [stdout] test node::datetime::tests::test_include_input_fields ... ok
[INFO] [stdout] test node::execute_command::tests::test_command_parsing ... ok
[INFO] [stdout] test node::execute_command::tests::test_execute_command_validation ... ok
[INFO] [stdout] test node::execute_command::tests::test_execute_command_node_creation ... ok
[INFO] [stdout] test node::file::tests::test_file_node_creation ... ok
[INFO] [stdout] test node::file::tests::test_file_validation ... ok
[INFO] [stdout] test node::file::tests::test_file_path_from_field ... ok
[INFO] [stdout] test node::file::tests::test_file_size ... ok
[INFO] [stdout] test node::filter::tests::test_filter_node_creation ... ok
[INFO] [stdout] test node::file::tests::test_file_exists ... ok
[INFO] [stdout] test node::function::tests::test_function_node_creation ... ok
[INFO] [stdout] test node::function::tests::test_function_validation ... ok
[INFO] [stdout] test node::function::tests::test_parse_assignment ... ok
[INFO] [stdout] test node::function::tests::test_empty_function_code ... ok
[INFO] [stdout] test node::function::tests::test_parse_simple_values ... ok
[INFO] [stdout] test node::function::tests::test_unsupported_language ... ok
[INFO] [stdout] test node::filter::tests::test_filter_validation ... ok
[INFO] [stdout] test node::function::tests::test_simple_passthrough ... ok
[INFO] [stdout] test node::http_request::tests::test_http_request_validation ... ok
[INFO] [stdout] test node::function::tests::test_add_field_execution ... ok
[INFO] [stdout] test node::http_request::tests::test_http_request_node_creation ... ok
[INFO] [stdout] test node::if_node::tests::test_if_node_creation ... ok
[INFO] [stdout] test node::if_node::tests::test_if_condition_false ... ok
[INFO] [stdout] test node::if_node::tests::test_if_condition_evaluation ... ok
[INFO] [stdout] test node::filter::tests::test_filter_execution ... ok
[INFO] [stdout] test node::file::tests::test_list_directory ... ok
[INFO] [stdout] test node::execute_command::tests::test_invalid_command ... ok
[INFO] [stdout] test node::execute_command::tests::test_working_directory ... ok
[INFO] [stdout] test node::execute_command::tests::test_echo_command ... ok
[INFO] [stdout] test node::json::tests::test_json_node_creation ... ok
[INFO] [stdout] test node::if_node::tests::test_if_validation ... ok
[INFO] [stdout] test node::json::tests::test_json_extract_operation ... ok
[INFO] [stdout] test node::json::tests::test_json_parse_operation ... ok
[INFO] [stdout] test node::file::tests::test_write_and_read_file ... ok
[INFO] [stdout] test node::execute_command::tests::test_multiple_executions ... ok
[INFO] [stdout] test node::limit::tests::test_limit_larger_than_items ... ok
[INFO] [stdout] test node::json::tests::test_json_validate_operation ... ok
[INFO] [stdout] test node::limit::tests::test_limit_node_creation ... ok
[INFO] [stdout] test node::limit::tests::test_limit_validation ... ok
[INFO] [stdout] test node::json::tests::test_json_validation ... ok
[INFO] [stdout] test node::limit::tests::test_limit_with_skip ... ok
[INFO] [stdout] test node::limit::tests::test_multiple_input_arrays ... ok
[INFO] [stdout] test node::limit::tests::test_single_item_input ... ok
[INFO] [stdout] test node::loop_node::tests::test_condition_evaluation ... ok
[INFO] [stdout] test node::limit::tests::test_skip_all_items ... ok
[INFO] [stdout] test node::limit::tests::test_empty_input ... ok
[INFO] [stdout] test node::json::tests::test_json_stringify_operation ... ok
[INFO] [stdout] test node::limit::tests::test_basic_limit ... ok
[INFO] [stdout] test node::loop_node::tests::test_for_loop_execution ... ok
[INFO] [stdout] test node::loop_node::tests::test_foreach_loop_execution ... ok
[INFO] [stdout] test node::loop_node::tests::test_foreach_validation ... ok
[INFO] [stdout] test node::loop_node::tests::test_for_loop_with_negative_step ... ok
[INFO] [stdout] test node::loop_node::tests::test_loop_node_creation ... ok
[INFO] [stdout] test node::loop_node::tests::test_loop_validation ... ok
[INFO] [stdout] test node::loop_node::tests::test_while_loop_execution ... ok
[INFO] [stdout] test node::loop_node::tests::test_zero_step_validation ... ok
[INFO] [stdout] test node::math::tests::test_add_operation ... ok
[INFO] [stdout] test node::math::tests::test_avg_array_operation ... ok
[INFO] [stdout] test node::math::tests::test_divide_operation ... ok
[INFO] [stdout] test node::math::tests::test_math_node_creation ... ok
[INFO] [stdout] test node::math::tests::test_math_validation ... ok
[INFO] [stdout] test node::math::tests::test_max_array_operation ... ok
[INFO] [stdout] test node::math::tests::test_multiply_operation ... ok
[INFO] [stdout] test node::math::tests::test_round_operation ... ok
[INFO] [stdout] test node::math::tests::test_sqrt_operation ... ok
[INFO] [stdout] test node::math::tests::test_subtract_with_fields ... ok
[INFO] [stdout] test node::math::tests::test_sum_array_operation ... ok
[INFO] [stdout] test node::merge::tests::test_merge_append ... ok
[INFO] [stdout] test node::merge::tests::test_merge_by_key ... ok
[INFO] [stdout] test node::merge::tests::test_merge_node_creation ... ok
[INFO] [stdout] test node::merge::tests::test_merge_validation_merge_by_key ... ok
[INFO] [stdout] test node::merge::tests::test_merge_zip ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_base64_encoding ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_binary_to_json ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_hex_encoding ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_json_to_binary ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_keep_source ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_move_binary_data_node_creation ... ok
[INFO] [stdout] test node::move_binary_data::tests::test_validation ... ok
[INFO] [stdout] test node::openai::tests::test_validate_no_parameters ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_empty_input ... ok
[INFO] [stdout] test node::openai::tests::test_parse_node_id_from_expression ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_except_fields ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_no_duplicates ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_nested_fields ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_multiple_fields ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_all_fields ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_selected_fields ... ok
[INFO] [stdout] test node::openai::tests::test_validate_expressions_in_string ... ok
[INFO] [stdout] test node::openai::tests::test_validate_invalid_expressions ... ok
[INFO] [stdout] test node::openai::tests::test_extract_node_ids_from_string ... ok
[INFO] [stdout] test node::openai::tests::test_validate_openai_example ... ok
[INFO] [stdout] test node::openai::tests::test_process_string_with_expressions ... ok
[INFO] [stdout] test node::openai::tests::test_extract_dependencies_from_openai_example ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_validation ... ok
[INFO] [stdout] test node::rename_keys::tests::test_multiple_key_renames ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_cron_validation ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_datetime_parsing ... ok
[INFO] [stdout] test node::rename_keys::tests::test_key_rename_with_deletion ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_disabled_schedule ... ok
[INFO] [stdout] test node::rename_keys::tests::test_nested_key_rename ... ok
[INFO] [stdout] test node::rename_keys::tests::test_rename_keys_node_creation ... ok
[INFO] [stdout] test node::rename_keys::tests::test_rename_keys_validation ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_interval_schedule ... ok
[INFO] [stdout] test node::rename_keys::tests::test_simple_key_rename ... ok
[INFO] [stdout] test node::remove_duplicates::tests::test_remove_duplicates_node_creation ... ok
[INFO] [stdout] test node::openai::tests::test_execute_missing_model ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_should_execute_now ... ok
[INFO] [stdout] test node::rename_keys::tests::test_regex_key_rename ... ok
[INFO] [stdout] test node::set::tests::test_execute_expression_not_found ... ok
[INFO] [stdout] test node::set::tests::test_execute_no_parameters ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_validation ... ok
[INFO] [stdout] test node::set::tests::test_execute_with_expressions ... ok
[INFO] [stdout] test node::openai::tests::test_process_parameters ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_once_schedule ... ok
[INFO] [stdout] test node::rename_keys::tests::test_case_insensitive_regex ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_schedule_trigger_node_creation ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_cron_schedule ... ok
[INFO] [stdout] test node::schedule_trigger::tests::test_with_trigger_data ... ok
[INFO] [stdout] test node::set::tests::test_execute_with_nested_parameters ... ok
[INFO] [stdout] test node::set::tests::test_validate_basic_types ... ok
[INFO] [stdout] test node::set::tests::test_validate_empty_name ... ok
[INFO] [stdout] test node::openai::tests::test_execute_missing_parameters ... ok
[INFO] [stdout] test node::set::tests::test_validate_invalid_expressions ... ok
[INFO] [stdout] test node::set::tests::test_validate_no_parameters ... ok
[INFO] [stdout] test node::set::tests::test_validate_nested_structure ... ok
[INFO] [stdout] test node::set::tests::test_validate_null_values ... ok
[INFO] [stdout] test node::sort::tests::test_code_sort ... ok
[INFO] [stdout] test node::sort::tests::test_multi_key_sort ... ok
[INFO] [stdout] test node::sort::tests::test_nested_field_sort ... ok
[INFO] [stdout] test node::sort::tests::test_simple_sort_ascending ... ok
[INFO] [stdout] test node::set::tests::test_validate_empty_strings ... ok
[INFO] [stdout] test node::split::tests::test_batch_validation ... ok
[INFO] [stdout] test node::split::tests::test_dot_notation_field_access ... ok
[INFO] [stdout] test node::set::tests::test_validate_valid_expressions ... ok
[INFO] [stdout] test node::split::tests::test_field_split_validation ... ok
[INFO] [stdout] test node::split::tests::test_selected_fields_include ... ok
[INFO] [stdout] test node::sort::tests::test_simple_sort_descending ... ok
[INFO] [stdout] test node::sort::tests::test_sort_node_creation ... ok
[INFO] [stdout] test node::sort::tests::test_sort_validation ... ok
[INFO] [stdout] test node::sort::tests::test_string_sort_case_insensitive ... ok
[INFO] [stdout] test node::split::tests::test_split_items ... ok
[INFO] [stdout] test node::split::tests::test_split_node_creation ... ok
[INFO] [stdout] test node::split::tests::test_split_out_fields ... ok
[INFO] [stdout] test node::split::tests::test_split_validation ... ok
[INFO] [stdout] test node::sticky_note::tests::test_hex_color_validation ... ok
[INFO] [stdout] test node::sticky_note::tests::test_note_filtering ... ok
[INFO] [stdout] test node::sticky_note::tests::test_note_with_color ... ok
[INFO] [stdout] test node::sticky_note::tests::test_note_with_expiration ... ok
[INFO] [stdout] test node::sticky_note::tests::test_pass_through_behavior ... ok
[INFO] [stdout] test node::sticky_note::tests::test_format_note_for_display ... ok
[INFO] [stdout] test node::sticky_note::tests::test_todo_note ... ok
[INFO] [stdout] test node::sticky_note::tests::test_warning_note ... ok
[INFO] [stdout] test node::sticky_note::tests::test_basic_note ... ok
[INFO] [stdout] test node::switch::tests::test_switch_expression_execution ... ok
[INFO] [stdout] test node::split::tests::test_split_in_batches ... ok
[INFO] [stdout] test node::switch::tests::test_switch_node_creation ... ok
[INFO] [stdout] test node::switch::tests::test_switch_validation_expression_mode ... ok
[INFO] [stdout] test node::switch::tests::test_switch_rules_execution ... ok
[INFO] [stdout] test node::text::tests::test_text_concat ... ok
[INFO] [stdout] test node::text::tests::test_text_contains ... ok
[INFO] [stdout] test node::text::tests::test_text_length ... ok
[INFO] [stdout] test node::text::tests::test_text_node_creation ... ok
[INFO] [stdout] test node::text::tests::test_text_replace ... ok
[INFO] [stdout] test node::text::tests::test_text_split ... ok
[INFO] [stdout] test node::switch::tests::test_switch_validation_rules_mode ... ok
[INFO] [stdout] test node::sticky_note::tests::test_sticky_note_node_creation ... ok
[INFO] [stdout] test node::text::tests::test_text_to_upper ... ok
[INFO] [stdout] test node::text::tests::test_text_validation ... ok
[INFO] [stdout] test node::transform::tests::test_add_field_transformation ... ok
[INFO] [stdout] test node::transform::tests::test_sort_transformation ... ok
[INFO] [stdout] test node::wait::tests::test_parse_datetime_formats ... ok
[INFO] [stdout] test node::transform::tests::test_transform_node_creation ... ok
[INFO] [stdout] test node::wait::tests::test_wait_node_creation ... ok
[INFO] [stdout] test node::wait::tests::test_wait_specific_time_past_date ... ok
[INFO] [stdout] test node::text::tests::test_text_substr ... ok
[INFO] [stdout] test node::transform::tests::test_transform_validation ... ok
[INFO] [stdout] test node::sticky_note::tests::test_validation ... ok
[INFO] [stdout] test node::webhook::tests::test_webhook_node_creation ... ok
[INFO] [stdout] test node::webhook::tests::test_webhook_last_node_execution ... ok
[INFO] [stdout] test node::webhook::tests::test_webhook_on_received_execution ... ok
[INFO] [stdout] test node::webhook::tests::test_webhook_validation ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_invalid_batch_dependencies_later_batch ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_invalid_batch_dependencies_same_batch ... ok
[INFO] [stdout] test node::wait::tests::test_wait_validation ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_invalid_connections ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_invalid_node_references ... ok
[INFO] [stdout] test node::webhook::tests::test_webhook_simulate_call ... ok
[INFO] [stdout] test node::wait::tests::test_wait_specific_time_validation ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_nested_expression_batch_dependencies ... ok
[INFO] [stdout] test node::wait::tests::test_wait_different_units ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_nested_references ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_valid_batch_dependencies ... ok
[INFO] [stdout] test workflow::tests::test_workflow_validate_valid_node_references ... ok
[INFO] [stdout] test node::text::tests::test_text_regex ... ok
[INFO] [stdout] test node::wait::tests::test_wait_time_interval_execution ... ok
[INFO] [stdout] test node::http_request::tests::test_http_request_execute_get ... FAILED
[INFO] [stdout] test node::http_request::tests::test_http_request_execute_post ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- node::http_request::tests::test_http_request_execute_get stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'node::http_request::tests::test_http_request_execute_get' (88) panicked at src/node/http_request.rs:282:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b6cbba5e432 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b6cbba5e432 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b6cbba5e432 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b6cbba5e432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b6cbba7122f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b6cbba7122f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5b6cbba29063 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b6cbba29063 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b6cbba36a52 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b6cbba3bc9f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5b6cbba3bb31 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5b6cbb2cb92e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5b6cbb2cb92e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b6cbba3c35f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5b6cbba3c35f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5b6cbba3c0d6 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5b6cbba36b89 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5b6cbba1c4fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5b6cbba7c2a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b6cbba7c27c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b6cbb151e90 - glint::node::http_request::tests::test_http_request_execute_get::hd277bab279c96c45
[INFO] [stdout]                                at /opt/rustwide/workdir/src/node/http_request.rs:282:9
[INFO] [stdout]   21:     0x5b6cbb151f87 - glint::node::http_request::tests::test_http_request_execute_get::{{closure}}::h1706c49957aee1a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/node/http_request.rs:267:39
[INFO] [stdout]   22:     0x5b6cbb018226 - core::ops::function::FnOnce::call_once::hc0cb66d140e5433b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b6cbb2cb72b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b6cbb2cb72b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5b6cbb2df78d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5b6cbb2df78d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5b6cbb2df78d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5b6cbb2df78d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5b6cbb2df78d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b6cbb2df78d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5b6cbb2df78d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5b6cbb2b8cd4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5b6cbb2b8cd4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5b6cbb2bc52a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5b6cbb2bc52a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5b6cbb2bc52a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5b6cbb2bc52a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5b6cbb2bc52a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b6cbb2bc52a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5b6cbb2bc52a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b6cbba31ddf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5b6cbba31ddf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x7bbe044bcaa4 - <unknown>
[INFO] [stdout]   44:     0x7bbe04549a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- node::http_request::tests::test_http_request_execute_post stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'node::http_request::tests::test_http_request_execute_post' (89) panicked at src/node/http_request.rs:302:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b6cbba5e432 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b6cbba5e432 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b6cbba5e432 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b6cbba5e432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b6cbba7122f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b6cbba7122f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5b6cbba29063 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b6cbba29063 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b6cbba36a52 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b6cbba3bc9f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5b6cbba3bb31 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5b6cbb2cb92e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5b6cbb2cb92e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b6cbba3c35f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5b6cbba3c35f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5b6cbba3c0d6 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5b6cbba36b89 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5b6cbba1c4fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5b6cbba7c2a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b6cbba7c27c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b6cbb152a71 - glint::node::http_request::tests::test_http_request_execute_post::haaef0d1e59600ade
[INFO] [stdout]                                at /opt/rustwide/workdir/src/node/http_request.rs:302:9
[INFO] [stdout]   21:     0x5b6cbb152b97 - glint::node::http_request::tests::test_http_request_execute_post::{{closure}}::hef18bec45be30f64
[INFO] [stdout]                                at /opt/rustwide/workdir/src/node/http_request.rs:286:40
[INFO] [stdout]   22:     0x5b6cbb018e46 - core::ops::function::FnOnce::call_once::hdfe16b57f53aeade
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b6cbb2cb72b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b6cbb2cb72b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5b6cbb2df78d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5b6cbb2df78d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5b6cbb2df78d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5b6cbb2df78d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5b6cbb2df78d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b6cbb2df78d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5b6cbb2df78d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5b6cbb2b8cd4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5b6cbb2b8cd4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5b6cbb2bc52a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5b6cbb2bc52a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5b6cbb2bc52a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5b6cbb2bc52a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5b6cbb2bc52a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b6cbb2bc52a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5b6cbb2bc52a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b6cbba31ddf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5b6cbba31ddf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x7bbe044bcaa4 - <unknown>
[INFO] [stdout]   44:     0x7bbe04549a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     node::http_request::tests::test_http_request_execute_get
[INFO] [stdout]     node::http_request::tests::test_http_request_execute_post
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 230 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c7ae9a0fc1797560f7b2f6931986a238ec2b4df76b00bca1a9a132dec49d818b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7ae9a0fc1797560f7b2f6931986a238ec2b4df76b00bca1a9a132dec49d818b", kill_on_drop: false }`
[INFO] [stdout] c7ae9a0fc1797560f7b2f6931986a238ec2b4df76b00bca1a9a132dec49d818b
