Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate itertools to 0.13.0 #747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): update rust crate itertools to 0.13.0

d46dddd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update rust crate itertools to 0.13.0 #747

chore(deps): update rust crate itertools to 0.13.0
d46dddd
Select commit
Loading
Failed to load commit list.
GitHub Actions / aquavm report succeeded Aug 8, 2024 in 1s

716 passed, 0 failed and 0 skipped

Tests passed successfully

✅ target/nextest/ci/junit.xml

716 tests were completed in 22s with 716 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
air-beautifier 41✅ NaNms
air-interpreter-cid 8✅ NaNms
air-interpreter-data 2✅ NaNms
air-interpreter-value::value 22✅ NaNms
air-lambda-parser 18✅ NaNms
air-test-utils 3✅ NaNms
air-testing-framework 117✅ NaNms
air-trace-handler 3✅ NaNms
aquavm-air 30✅ NaNms
aquavm-air-parser 144✅ NaNms
aquavm-air::test_module 326✅ NaNms
avm-data-store 2✅ NaNms

✅ air-beautifier

✅ tests::beautifier::ap_with_init_peer_id
✅ tests::beautifier::ap_with_bool
✅ tests::beautifier::ap_with_empty_array
✅ tests::beautifier::ap_with_last_error
✅ tests::beautifier::ap_with_literal
✅ tests::beautifier::ap_with_ttl
✅ tests::beautifier::ap_with_number
✅ tests::beautifier::ap_with_timestamp
✅ tests::beautifier::call_noargs
✅ tests::beautifier::call_novar
✅ tests::beautifier::custom_indent_step
✅ tests::beautifier::call_var
✅ tests::beautifier::deeply_nested
✅ tests::beautifier::fail_expr
✅ tests::beautifier::fail_error
✅ tests::beautifier::fail_common
✅ tests::beautifier::fail_last_error
✅ tests::beautifier::fold_scalar_with_last_instruction
✅ tests::beautifier::fold_scalar
✅ tests::beautifier::fold_stream_with_last_instruction
✅ tests::beautifier::fold_stream
✅ tests::beautifier::hopon_canon_mismatch
✅ tests::beautifier::hopon_on
✅ tests::beautifier::hopon_nested
✅ tests::beautifier::hopon_shadowing
✅ tests::beautifier::hopon_off
✅ tests::beautifier::hopon_stream_mismatch
✅ tests::beautifier::match_
✅ tests::beautifier::next
✅ tests::beautifier::mismatch
✅ tests::beautifier::new
✅ tests::beautifier::null
✅ tests::beautifier::par
✅ tests::beautifier::seq_nested_post
✅ tests::beautifier::seq_nested_pre
✅ tests::beautifier::seq
✅ tests::beautify_invalid
✅ tests::beautify_to_string_invalid
✅ tests::beautify_to_string_valid
✅ tests::beautify_valid
✅ tests::beautify_valid_with_patterns

✅ air-interpreter-cid

✅ verify::tests::test_incorrect_value
✅ tests::test_cid_default
✅ verify::tests::test_verify_blake3
✅ verify::tests::test_verify_garbage
✅ verify::tests::test_verify_unknown_codec
✅ verify::tests::test_verify_sha2_256
✅ verify::tests::test_verify_unknown_hasher
✅ verify::tests::test_verify_unsupported_hasher

✅ air-interpreter-data

✅ cid_store::tests::test_store
✅ cid_store::tests::test_iter

✅ air-interpreter-value::value

✅ de::test_deserialize_array
✅ de::test_deserialize_bool
✅ de::test_deserialize_i64_2
✅ de::test_deserialize_i64
✅ de::test_deserialize_f64
✅ de::test_deserialize_bool_false
✅ de::test_deserialize_null
✅ de::test_deserialize_object
✅ de::test_deserialize_object_ordered
✅ de::test_deserialize_string_escaping
✅ de::test_deserialize_string_simple
✅ ser::test_serialize_array
✅ ser::test_serialize_bool
✅ ser::test_serialize_bool_false
✅ ser::test_serialize_f64
✅ ser::test_serialize_i64_2
✅ ser::test_serialize_i64
✅ ser::test_serialize_object
✅ ser::test_serialize_null
✅ ser::test_serialize_string_escaping
✅ ser::test_serialize_object_ordered
✅ ser::test_serialize_string_simple

✅ air-lambda-parser

✅ parser::lexer::tests::array_access
✅ parser::tests::array_access
✅ parser::lexer::tests::field_access
✅ parser::tests::array_field_access
✅ parser::tests::array_access_with_flattening
✅ parser::tests::array_scalar_access
✅ parser::tests::field_access
✅ parser::tests::field_access_with_flattening
✅ parser::tests::field_array_access_without_dot
✅ parser::tests::field_array_access
✅ parser::tests::field_scalar_access
✅ parser::tests::many_array_field_access
✅ parser::tests::many_array_field_scalar_access
✅ parser::tests::parse_length_functor
✅ parser::tests::parse_length_functor_with_following_accessors
✅ parser::tests::scalar_access
✅ parser::tests::scalar_array_access
✅ parser::tests::scalar_access_with_flattening

✅ air-test-utils

✅ executed_state::tests::test_scalar
✅ executed_state::tests::test_scalar_tracked
✅ test_runner::tests::test_override_current_peer_id

✅ air-testing-framework

✅ asserts::behavior::tests::test_parse_behavior_arg
✅ asserts::behavior::tests::test_parse_behavior_tetraplet
✅ asserts::behavior::tests::test_parse_behavior_echo
✅ asserts::behavior::tests::test_parse_behavior_unit
✅ asserts::parser::tests::test_behaviour
✅ asserts::parser::tests::test_call_result_invalid
✅ asserts::behavior::tests::test_parse_behavior_function
✅ asserts::parser::tests::test_call_result
✅ asserts::parser::tests::test_call_result_malformed
✅ asserts::behavior::tests::test_parse_behavior_service
✅ asserts::parser::tests::test_map
✅ asserts::parser::tests::test_composable
✅ asserts::parser::tests::test_dbg_behaviour
✅ asserts::parser::tests::test_parse_empty
✅ asserts::parser::tests::test_parse_garbage0
✅ asserts::parser::tests::test_result_service
✅ asserts::parser::tests::test_result_service_malformed
✅ asserts::parser::tests::test_seq_error
✅ asserts::parser::tests::test_seq_error_invalid
✅ asserts::parser::tests::test_seq_error_malformed
✅ asserts::parser::tests::test_seq_ok
✅ asserts::parser::tests::test_seq_ok_invalid
✅ asserts::parser::tests::test_seq_ok_malformed
✅ ephemeral::neighborhood::tests::test_empty_neighborhood
✅ ephemeral::neighborhood::tests::test_fail_remove
✅ ephemeral::neighborhood::tests::test_extend_neighborhood
✅ ephemeral::neighborhood::tests::test_failed
✅ ephemeral::neighborhood::tests::test_ensure
✅ ephemeral::neighborhood::tests::test_fail
✅ ephemeral::neighborhood::tests::test_fail_unfail
✅ ephemeral::neighborhood::tests::test_insert
✅ ephemeral::neighborhood::tests::test_insert_insert
✅ ephemeral::neighborhood::tests::test_no_self_disconnect
✅ ephemeral::neighborhood::tests::test_remove_from_neiborhood
✅ ephemeral::neighborhood::tests::test_set_neighborhood
✅ execution::tests::test_behaviour_arg
✅ execution::tests::test_behaviour_function
✅ execution::tests::test_behaviour_tetraplet
✅ execution::tests::test_behaviour_service
✅ execution::tests::test_call_result_error
✅ execution::tests::test_call_result_success
✅ execution::tests::test_dbg_behaviour_arg
✅ execution::tests::test_dbg_behaviour_service
✅ execution::tests::test_dbg_behaviour_function
✅ execution::tests::test_dbg_behaviour_tetraplet
✅ execution::tests::test_echo
✅ execution::tests::test_execution
✅ execution::tests::test_invalid_air
✅ execution::tests::test_map
✅ execution::tests::test_map_no_arg
✅ execution::tests::test_seq_error
✅ execution::tests::test_seq_ok
✅ execution::tests::test_transformed_distinct
✅ transform::parser::tests::test_annotation_multiline
✅ execution::tests::test_transformed_shared
✅ transform::parser::tests::test_annotation_multiline_with_call
✅ transform::parser::tests::test_call_annotation_newline
✅ transform::parser::tests::test_annotation_multiline_with_many_calls
✅ transform::parser::tests::test_call_after_call
✅ transform::parser::tests::test_call_args1
✅ transform::parser::tests::test_call_args2
✅ transform::parser::tests::test_call_no_args
✅ transform::parser::tests::test_call_var
✅ transform::parser::tests::test_call_with_annotation
✅ transform::parser::tests::test_call_with_annotation_last_form
✅ transform::parser::tests::test_call_with_annotation_last_form_multiline
✅ transform::parser::tests::test_canon_error_no_peer
✅ transform::parser::tests::test_call_with_annotation2
✅ transform::parser::tests::test_canon_error_no_stream
✅ transform::parser::tests::test_canon_error_no_target
✅ transform::parser::tests::test_canon_error_wrong_stream
✅ transform::parser::tests::test_canon_error_wrong_target
✅ transform::parser::tests::test_canon_syntax
✅ transform::parser::tests::test_comments
✅ transform::parser::tests::test_empty_list
✅ transform::parser::tests::test_generic_sexp
✅ transform::parser::tests::test_canon_string_peer
✅ transform::parser::tests::test_canon_var_peer
✅ transform::parser::tests::test_incomplete_list
✅ transform::parser::tests::test_incomplete_string
✅ transform::parser::tests::test_multispace0_comment
✅ transform::parser::tests::test_multispace0_comment_with_space
✅ transform::parser::tests::test_multispace0_empty
✅ transform::parser::tests::test_multispace0_multiline
✅ transform::parser::tests::test_multispace0_spaces
✅ transform::parser::tests::test_multispace1_comment
✅ transform::parser::tests::test_multispace1_empty
✅ transform::parser::tests::test_multispace1_space
✅ transform::parser::tests::test_parse_fmt_call
✅ transform::parser::tests::test_multispace1_multiline
✅ transform::parser::tests::test_parse_fmt_sexp
✅ transform::parser::tests::test_parse_fmt_symbol
✅ transform::parser::tests::test_parse_fmt_call_var
✅ transform::parser::tests::test_parse_fmt_string
✅ transform::parser::tests::test_small_list
✅ transform::parser::tests::test_string_empty
✅ transform::parser::tests::test_symbol
✅ transform::parser::tests::test_string
✅ transform::parser::tests::test_symbol_canon
✅ transform::parser::tests::test_symbol_lambda
✅ transform::parser::tests::test_symbol_lambda2
✅ transform::parser::tests::test_symbol_lambda_exclamation
✅ transform::parser::tests::test_symbol_stream
✅ transform::parser::tests::test_trailing_error
✅ transform::tests::test_parse_canon
✅ transform::tests::test_parse_fmt_call_var
✅ transform::tests::test_parse_fmt_string
✅ transform::tests::test_parse_fmt_call
✅ transform::tests::test_parse_fmt_symbol
✅ transform::tests::test_parse_fmt_sexp
✅ transform::walker::tests::test_at_transform
✅ transform::walker::tests::test_peers
✅ transform::walker::tests::test_translate_call_no_result
✅ transform::walker::tests::test_translate_call_result
✅ transform::walker::tests::test_translate_null
✅ transform::walker::tests::test_translate_call_no_string
✅ transform::walker::tests::test_translate_multiple_calls

✅ air-trace-handler

✅ merger::fold_merger::fold_lore_resolver::tests::convolution_test_1
✅ merger::fold_merger::fold_lore_resolver::tests::convolution_test_2
✅ merger::fold_merger::fold_lore_resolver::tests::empty_fold_result

✅ aquavm-air

✅ execution_step::execution_context::scalar_variables::values_sparse_matrix::test::test_local_cleanup
✅ execution_step::value_types::canon_stream_map::test::from_canon_stream
✅ execution_step::value_types::canon_stream_map::test::test_index_ok
✅ execution_step::value_types::stream::recursive_stream::test::add_value_into_prev_and_current
✅ execution_step::value_types::stream::recursive_stream::test::fold_started_empty_if_no_values
✅ execution_step::value_types::stream::recursive_stream::test::next_iteration_empty_if_no_values
✅ execution_step::value_types::stream::recursive_stream::test::one_recursive_iteration
✅ execution_step::value_types::stream::recursive_stream::test::next_iteration_empty_if_no_values_added
✅ execution_step::value_types::stream::stream_definition::test::compactification_invalid_state_error
✅ execution_step::value_types::stream::stream_definition::test::compactification_points_to_nowhere_error
✅ execution_step::value_types::stream::stream_definition::test::compactification_with_current_generation
✅ execution_step::value_types::stream::stream_definition::test::compactification_with_previous_new_generation
✅ execution_step::value_types::stream::stream_definition::test::compactification_works_with_mixed_generations
✅ execution_step::value_types::stream::stream_definition::test::empty_generations_skipped_in_slice_iter_current
✅ execution_step::value_types::stream::stream_definition::test::empty_generations_skipped_in_slice_iter_prev
✅ execution_step::value_types::stream::stream_definition::test::generation_from_current_data_after_previous
✅ execution_step::value_types::stream::stream_definition::test::generation_from_new_data_after_current_and_previous
✅ execution_step::value_types::stream::stream_definition::test::stream_size_limit
✅ execution_step::value_types::stream::stream_definition::test::test_iter
✅ execution_step::value_types::stream::stream_definition::test::test_iter_on_empty_stream
✅ execution_step::value_types::stream::stream_definition::test::test_slice_iter_current
✅ execution_step::value_types::stream::stream_definition::test::test_slice_iter_new
✅ execution_step::value_types::stream::stream_definition::test::test_slice_iter_prev
✅ execution_step::value_types::stream_map::test::compactification_invalid_state_error
✅ execution_step::value_types::stream::stream_definition::test::test_slice_on_empty_stream
✅ execution_step::value_types::stream_map::test::compactification_points_to_nowhere_error
✅ execution_step::value_types::stream_map::test::test_from_value_key_int
✅ execution_step::value_types::stream_map::test::test_from_value_key_str
✅ execution_step::value_types::stream_map::test::test_insert
✅ execution_step::value_types::stream_map::test::test_iter_unique_key_object

✅ aquavm-air-parser

✅ ast::tests::instruction_arguments::issue_263
✅ ast::tests::instructions::display_fail_last_error
✅ ast::tests::instructions::display_fail_literal
✅ ast::tests::instructions::display_fail_scalar
✅ parser::lexer::tests::air_instructions
✅ parser::lexer::tests::bad_value
✅ parser::lexer::tests::booleans
✅ parser::lexer::tests::canon_stream
✅ parser::lexer::tests::canon_stream_with_functor
✅ parser::lexer::tests::float_number
✅ parser::lexer::tests::init_peer_id
✅ parser::lexer::tests::integer_numbers
✅ parser::lexer::tests::invalid_lambda
✅ parser::lexer::tests::invalid_lambda_numbers
✅ parser::lexer::tests::lambda
✅ parser::lexer::tests::lambda_path_numbers
✅ parser::lexer::tests::last_error_instruction
✅ parser::lexer::tests::last_error
✅ parser::lexer::tests::last_error_non_standard_field
✅ parser::lexer::tests::last_error_message
✅ parser::lexer::tests::last_error_peer_id
✅ parser::lexer::tests::leading_dot
✅ parser::lexer::tests::match_with_empty_array__
✅ parser::lexer::tests::scalar_with_functor
✅ parser::lexer::tests::stream_map
✅ parser::lexer::tests::stream
✅ parser::lexer::tests::stream_map_lambda_numeric_accessor
✅ parser::lexer::tests::stream_map_lambda_scalar_accessor
✅ parser::lexer::tests::stream_map_lambda_string_accessor
✅ parser::lexer::tests::string_literal
✅ parser::lexer::tests::timestamp
✅ parser::lexer::tests::too_big_number
✅ parser::lexer::tests::too_big_float_number
✅ parser::lexer::tests::ttl
✅ parser::lexer::tests::unclosed_quote
✅ parser::tests::ap::ap_with_bool
✅ parser::tests::ap::ap_with_canon_stream
✅ parser::tests::ap::ap_with_canon_stream_map_lambda_literal_key
✅ parser::tests::ap::ap_with_canon_stream_map_lambda_numeric_key
✅ parser::tests::ap::ap_with_canon_stream_map_lambda_scalar_key
✅ parser::tests::ap::ap_with_canon_stream_with_lambda
✅ parser::tests::ap::ap_with_empty_array
✅ parser::tests::ap::ap_with_init_peer_id
✅ parser::tests::ap::ap_with_last_error
✅ parser::tests::ap::ap_with_literal
✅ parser::tests::ap::ap_with_number
✅ parser::tests::ap::ap_with_stream_map
✅ parser::tests::ap::ap_with_timestamp
✅ parser::tests::ap::ap_with_ttl
✅ parser::tests::call::canon_stream_in_args
✅ parser::tests::call::canon_stream_in_triplet
✅ parser::tests::call::canon_stream_with_lambda_in_triplet
✅ parser::tests::call::lambda_square_braces
✅ parser::tests::call::no_output
✅ parser::tests::call::not_defined_scalar_in_lambda
✅ parser::tests::call::parse_empty_array_2
✅ parser::tests::call::parse_empty_array
✅ parser::tests::call::parse_init_peer_id
✅ parser::tests::call::parse_lambda
✅ parser::tests::call::parse_lambda_complex
✅ parser::tests::call::parse_lambda_with_scalars_complex
✅ parser::tests::call::parse_last_error
✅ parser::tests::call::parse_timestamp
✅ parser::tests::call::parse_ttl
✅ parser::tests::call::parse_undefined_variable
✅ parser::tests::call::parse_undefined_stream_without_lambda
✅ parser::tests::call::seq_par_call
✅ parser::tests::call::seq_with_empty_and_dash
✅ parser::tests::canon::canon_with_stream_map_to_canon_stream_map
✅ parser::tests::canon::canon_with_literal_peer_id
✅ parser::tests::canon::canon_with_stream_map_to_scalar
✅ parser::tests::canon::canon_with_variable_peer_id
✅ parser::tests::fail::parse_fail_last_error
✅ parser::tests::fail::parse_fail_literal_0
✅ parser::tests::fail::parse_fail_literals
✅ parser::tests::fail::parse_fail_scalar_with_error
✅ parser::tests::fail::parse_fail_scalar_with_lambda
✅ parser::tests::fail::parse_fail_scalars
✅ parser::tests::fold::comments
✅ parser::tests::fold::fold_empty_array_iterable
✅ parser::tests::fold::fold_lambda
✅ parser::tests::fold::fold_on_canon_stream
✅ parser::tests::fold::fold_on_canon_stream_obsolete_syntax
✅ parser::tests::fold::fold_on_canon_stream_map
✅ parser::tests::fold::fold_on_scalar_with_next
✅ parser::tests::fold::fold_on_scalar_with_next_in_a_branch1
✅ parser::tests::fold::fold_on_scalar_with_next_in_a_branch2
✅ parser::tests::fold::fold_on_scalar_with_next_in_a_fold
✅ parser::tests::fold::fold_on_scalar_with_next_in_a_fold2
✅ parser::tests::fold::fold_on_scalar_with_next_in_a_fold1
✅ parser::tests::fold::fold_on_scalar_with_subtree_and_next
✅ parser::tests::fold::fold_on_stream
✅ parser::tests::fold::fold_on_stream_multiple_folds_same_iter_names
✅ parser::tests::fold::fold_on_stream_with_last_null
✅ parser::tests::fold::fold_on_stream_multiple_folds_same_iter_names_neg
✅ parser::tests::fold::fold_on_stream_with_multiple_folds
✅ parser::tests::fold::fold_on_stream_with_next_in_a_branch1_neg
✅ parser::tests::fold::fold_on_stream_with_next_in_a_branch2_neg
✅ parser::tests::fold::fold_on_stream_with_next_in_a_fold
✅ parser::tests::fold::fold_on_stream_with_next_in_a_fold1
✅ parser::tests::fold::fold_on_stream_with_next_in_a_fold1_neg
✅ parser::tests::fold::fold_on_stream_with_next_in_a_fold2_neg
✅ parser::tests::fold::fold_on_stream_with_next_in_a_fold2
✅ parser::tests::fold::fold_on_stream_with_next_neg
✅ parser::tests::fold::fold_on_stream_with_subtree_and_next
✅ parser::tests::fold::fold_on_stream_with_xor
✅ parser::tests::fold::fold_on_stream_with_xor_and_nested_fold_2
✅ parser::tests::fold::fold_on_stream_with_xor_and_nested_fold_neg_1
✅ parser::tests::fold::fold_on_stream_with_xor_and_nested_fold_neg_2
✅ parser::tests::fold::fold_on_stream_with_xor_and_par
✅ parser::tests::fold::fold_with_scalar_and_last_instruction
✅ parser::tests::fold::fold_on_stream_with_xor_and_par_neg
✅ parser::tests::fold::fold_with_undefined_iterable
✅ parser::tests::fold::fold_with_undefined_variable
✅ parser::tests::fold::multiple_scalar_folds_with_same_iterator
✅ parser::tests::fold::parse_fold
✅ parser::tests::fold::parse_fold_with_multiple_iterator
✅ parser::tests::fold::parse_fold_with_xor_par_seq
✅ parser::tests::fold::stream_fold_with_multiple_nexts_inside
✅ parser::tests::fold::scalar_fold_with_multiple_nexts_inside
✅ parser::tests::match_::match_with_canon_stream_wl
✅ parser::tests::match_::match_with_bool
✅ parser::tests::match_::match_with_empty_array
✅ parser::tests::match_::mismatch_with_bool
✅ parser::tests::match_::mismatch_with_canon_stream_wl
✅ parser::tests::match_::mismatch_with_empty_array
✅ parser::tests::match_::parse_match_with_init_peer_id
✅ parser::tests::match_::parse_match
✅ parser::tests::match_::parse_match_with_canon_stream
✅ parser::tests::match_::parse_match_with_timestamp
✅ parser::tests::match_::parse_match_with_ttl
✅ parser::tests::new::iterators_cant_be_restricted
✅ parser::tests::match_::parse_mismatch
✅ parser::tests::never::parse_null
✅ parser::tests::new::parse_new_with_scalar
✅ parser::tests::new::parse_new_with_stream_map
✅ parser::tests::new::parse_new_with_canon_stream
✅ parser::tests::new::parse_new_with_stream
✅ parser::tests::par::parse_par_par
✅ parser::tests::null::parse_null
✅ parser::tests::seq::parse_seq
✅ parser::tests::par::parse_seq
✅ parser::tests::seq::parse_seq_par_xor_seq
✅ parser::tests::seq::parse_seq_seq

✅ aquavm-air::test_module

✅ features::cid::canon::test_canon_ok
✅ features::cid::canon::test_canon_value_not_found
✅ features::cid::test_correct_cid
✅ features::cid::test_missing_cid
✅ features::data_merging::air_basic::par_par_call
✅ features::cid::canon::test_canon_ok_multi
✅ features::cid::canon::test_canon_tetraplet_not_found
✅ features::cid::canon::test_canon_agg_not_found
✅ features::cid::canon::test_canon_root_tetraplet_not_found
✅ features::data_merging::data_merge::fold_merge
✅ features::data_merging::air_basic::seq_par_call
✅ features::data_merging::data_merge::stream_merge
✅ features::cid::test_stream_cid
✅ features::data_merging::data_merge::merge_streams_in_two_fold
✅ features::cid::test_unused_cid
✅ features::cid::test_scalar_cid
✅ features::data_merging::data_merge::test_merge_scalar_match
✅ features::data_merging::data_merge::test_merge_stream_match
✅ features::data_merging::data_merge::test_merge_scalar_mismatch
✅ features::data_merging::executed_trace_basic::executed_trace_seq_seq
✅ features::data_merging::data_merge::test_merge_stream_match_gen
✅ features::data_merging::data_merge::test_merge_unused_mismatch
✅ features::data_merging::executed_trace_basic::executed_trace_par_par_call
✅ features::data_merging::data_merge::test_merge_unused_match
✅ features::data_merging::executed_trace_basic::executed_trace_seq_par_call
✅ features::data_merging::data_merge::test_merge_stream_mismatch
✅ features::data_merging::executed_trace_basic::executed_trace_create_service
✅ features::data_merging::executed_trace_basic::executed_trace_seq_par_seq_seq
✅ features::errors::error::fail_with_rebubble_error
✅ features::errors::error::rebubble_error_from_xor_right_branch
✅ features::data_merging::executed_trace_basic::executed_trace_par_seq_fold_call
✅ features::data_merging::executed_trace_basic::executed_trace_par_seq_fold_in_cycle_call
✅ features::errors::invalid_air::invalid_air
✅ features::errors::last_error::access_last_error_by_not_exists_field
✅ features::errors::last_error::fail_with_scalar_from_call_not_enough_fields
✅ features::errors::last_error::fail_with_scalar_from_call
✅ features::errors::last_error::fail_with_scalar_with_lambda_from_call
✅ features::errors::last_error::fail_with_scalar_from_call_field_not_right_type
✅ features::errors::last_error::fail_with_scalar_from_call_not_right_type
✅ features::errors::last_error::last_error_with_match
✅ features::errors::last_error::non_initialized_last_error
✅ features::errors::last_error::last_error_tetraplets
✅ features::errors::last_error::last_error_with_par_one_subgraph_failed
✅ features::errors::last_error::fail_with_scalar_rebubble_error
✅ features::errors::last_error::not_clear_last_error_in_mismatch
✅ features::errors::last_error::not_clear_last_error_in_match
✅ features::errors::last_error::track_current_peer_id
✅ features::errors::last_error::undefined_last_error_errcode
✅ features::errors::last_error::variable_names_shown_in_error
✅ features::errors::last_error::undefined_last_error_msg_errcode
✅ features::join_behaviour::join_behaviour::ap_scalar_with_join_behaviour
✅ features::join_behaviour::join_behaviour::ap_stream_with_join_behaviour
✅ features::join_behaviour::join_behaviour::canon_with_empty_behaviour
✅ features::join_behaviour::join_behaviour::dont_wait_on_lsns_on_scalars
✅ features::join_behaviour::join_behaviour::dont_wait_on_lens
✅ features::join_behaviour::join_behaviour::fold_with_join_behaviour
✅ features::lambda::flattening::flattening_scalar_arrays
✅ features::lambda::functors::length_functor_for_canon_stream
✅ features::lambda::functors::functor_dont_influence_tetraplet
✅ features::join_behaviour::join_behaviour::match_with_join_behaviour
✅ features::lambda::functors::length_functor_for_array_scalar
✅ features::join_behaviour::join_behaviour::mismatch_with_join_behaviour
✅ features::lambda::functors::length_functor_for_empty_canon_stream
✅ features::lambda::functors::length_functor_for_empty_stream
✅ features::lambda::functors::length_functor_for_non_array_scalar
✅ features::lambda::functors::length_functor_for_stream
✅ features::lambda::lambda::lambda_with_number_stream
✅ features::lambda::lambda::lambda_not_allowed_for_non_objects_and_arrays
✅ features::misc::empty_array::empty_array
✅ features::lambda::lambda::lambda_with_number_stream_and_followed_scalar
✅ features::lambda::lambda::lambda_with_string_scalar
✅ features::misc::version_check::minimal_version_check
✅ features::lambda::lambda::lambda_with_scalar_join
✅ features::lambda::lambda::lambda_with_number_scalar
✅ features::misc::version_check::publish_unsupported_version_check
✅ features::scopes::scalars_scope::before_after_of_next
✅ features::misc::version_check::publish_version_check
✅ features::scopes::scalars_scope::new_with_randomly_set_scalars_in_fold_1
✅ features::scopes::scalars_scope::local_and_global_scalars
✅ features::scopes::scalars_scope::new_with_randomly_set_scalars_in_fold_2
✅ features::scopes::scalars_scope::scalars_scope
✅ features::scopes::scopes_behaviour_with_errors::check_that_scalar_is_visible_only_inside_fold_block
✅ features::scopes::scopes_behaviour_with_errors::scopes_check_that_scalar_not_overwritten_by_fold_end
✅ features::signatures::runtime::test_runtime_executed_call_argument_hash
✅ features::signatures::runtime::test_runtime_canon_tetraplet
✅ features::signatures::runtime::test_runtime_failed_call_tetraplet
✅ features::signatures::runtime::test_runtime_executed_call_tetraplet
✅ features::streams::compactification::global_stream_maps_are_compactified
✅ features::signatures::runtime::test_runtime_executed_failed_argument_hash
✅ features::streams::compactification::global_streams_are_compactified
✅ features::streams::compactification::local_stream_maps_are_compactified
✅ features::streams::compactification::local_streams_are_compactified
✅ features::streams::ap_with_fold::ap_with_fold
✅ features::streams::merging::merging_fold_iterations_extensively
✅ features::streams::merging::merging_fold_iterations_extensively_2
✅ features::streams::recursive_streams::recursive_stream_error_handling
✅ features::streams::recursive_streams::recursive_stream_fold_with_n_service_call
✅ features::streams::recursive_streams::recursive_stream_inner_fold
✅ features::streams::streams::stream_merging_v1
✅ features::streams::streams_early_exit::par_early_exit
✅ features::tetraplets::provenance::call_result_iteration
✅ features::streams::recursive_streams::recursive_stream_many_iterations
✅ features::streams::streams::stream_merging_v0
✅ features::streams::streams_early_exit::fold_par_early_exit
✅ features::tetraplets::provenance::lambda_result_iteration
✅ features::streams::recursive_streams::recursive_stream_join
✅ features::tetraplets::provenance::canon_in_canon
✅ features::tetraplets::provenance::call_result
✅ features::streams::recursive_streams::recursive_stream_with_early_exit
✅ features::streams::recursive_streams::recursive_stream_size_limit
✅ features::streams::streams_early_exit::fold_early_exit
✅ features::streams::streams::empty_stream
✅ features::tetraplets::provenance::literal
✅ features::tetraplets::security_tetraplets::check_tetraplet_works_correctly
✅ features::tetraplets::security_tetraplets::fold_canon_with_inner_call
✅ features::tetraplets::security_tetraplets::fold_stream_with_inner_call
✅ features::topology_hops::call_guided_topology::call_generates_hop
✅ instructions::ap::ap_canon_stream_map_with_numeric_key_accessor_lambda
✅ features::topology_hops::call_guided_topology::call_with_join_behaviour
✅ features::topology_hops::canon_guided_topology::canon_generates_hop
✅ features::topology_hops::canon_guided_topology::canon_with_join_behaviour
✅ instructions::ap::ap_canon_stream_with_lambda
✅ instructions::ap::ap_map_key_join_behavior
✅ instructions::ap::ap_map_value_join_behavior
✅ instructions::ap::ap_canon_stream
✅ features::tetraplets::security_tetraplets::fold_with_inner_call
✅ instructions::ap::ap_canon_stream_map_with_string_key_accessor_lambda
✅ features::tetraplets::security_tetraplets::fold_lens
✅ instructions::ap::ap_stream_map_with_undefined_last_error
✅ instructions::ap::ap_stream_map
✅ instructions::ap::ap_with_bool_literal
✅ instructions::ap::ap_with_dst_stream
✅ instructions::ap::ap_with_error
✅ instructions::ap::ap_with_last_error
✅ instructions::ap::ap_with_number_literal
✅ instructions::ap::ap_with_scalars
✅ instructions::ap::ap_with_ttl
✅ instructions::ap::ap_with_string_literal
✅ instructions::call::call_canon_stream_map_arg
✅ instructions::call::call_module_func_from_canon_stream_map
✅ instructions::ap::ap_with_timestamp
✅ instructions::call::call_peer_id_from_canon_stream_map
✅ instructions::call::call_with_timestamp
✅ instructions::call::call_with_ttl
✅ instructions::call::current_peer_id_call
✅ instructions::call::duplicate_variables
✅ instructions::call::remote_peer_id_call
✅ instructions::call::string_parameters
✅ instructions::call::variables
✅ instructions::canon::canon_empty_stream
✅ instructions::canon::canon_empty_not_writable_stream
✅ instructions::canon::basic_canon
✅ instructions::canon::canon_gates
✅ instructions::canon::canon_join_behavoir
✅ instructions::canon::canon_fixes_stream_correct
✅ instructions::canon::canon_map_2_scalar_with_lens_tetraplet_check
✅ instructions::canon::canon_map_index_with_element_access_tetraplet_check
✅ instructions::canon::canon_map_2_scalar_tetraplet_check
✅ instructions::canon::canon_map_index_with_element_and_attribute_tetraplet_check
✅ instructions::canon::canon_map_join_behavoir
✅ instructions::canon::canon_map_non_existing_index_and_element_tetraplet_check
✅ instructions::canon::canon_map_non_existing_index_tetraplet_check
✅ instructions::canon::canon_map_scalar_with_par
✅ instructions::canon::canon_map_scalar
✅ instructions::canon::canon_map_single_index_tetraplet_check
✅ instructions::canon::canon_map_with_lens_by_key_number_key_tetraplet_check
✅ instructions::canon::canon_map_var_join_behavoir
✅ instructions::canon::canon_map_with_lens_by_key_number_tetraplet_check
✅ instructions::canon::canon_moves_execution_flow
✅ instructions::canon::canon_stream_can_be_created_from_aps
✅ instructions::canon::canon_stream_map
✅ instructions::canon::canon_over_later_defined_stream
✅ instructions::canon::test_merge_executed
✅ instructions::canon::test_extend_by_request_sent_by
✅ instructions::canon::test_merge_request_sent_by
✅ instructions::fail::fail_to_fail_with_unsupported_errorcode_in_canon
✅ instructions::fail::fail_to_fail_with_unsupported_errorcode_in_error
✅ instructions::fail::fail_to_fail_with_unsupported_errorcode_in_scalar
✅ instructions::fail::fail_with_literals_tetraplets
✅ instructions::fold::empty_iterable_fold
✅ instructions::fail::fail_to_fail_with_unsupported_errorcode_in_scalar_wl
✅ instructions::fail::fail_with_canon_stream
✅ instructions::fold::empty_fold_lens
✅ instructions::fold::fold_par_next_completes
✅ instructions::fail::fail_with_error
✅ instructions::fail::fail_with_last_error
✅ instructions::fail::fail_with_last_error_tetraplets
✅ instructions::fold::fold_scalar_seq_next_completes_with_null
✅ instructions::fail::fail_with_error_tetraplets
✅ instructions::fold::empty_literal_array_fold
✅ instructions::fail::fail_with_literals
✅ instructions::fold::fold_canon_stream_map
✅ instructions::fold::fold_scalar_seq_next_not_completes_with_never
✅ instructions::fold::fold_stream_map
✅ instructions::fold::fold_stream_seq_next_completes_with_null
✅ instructions::fold::fold_stream_seq_next_never_completes_with_never
✅ instructions::fold::fold_with_join
✅ instructions::fold::fold_stream_seq_next_never_completes
✅ instructions::fold::fold_waits_on_empty_stream
✅ instructions::fold::inner_fold_with_same_iterator
✅ instructions::fold::lfold
✅ instructions::match_::issue_165
✅ instructions::fold::fold_stream_seq_next_saves_call_result
✅ instructions::fold::shadowing_scope
✅ instructions::fold::shadowing
✅ instructions::fold::rfold
✅ instructions::fold::lambda
✅ instructions::fold::inner_fold
✅ instructions::match_::match_equal
✅ instructions::match_::match_not_equal
✅ instructions::match_::match_with_equal_numbers
✅ instructions::match_::match_with_error
✅ instructions::match_::match_with_string
✅ instructions::match_::match_with_undefined_last_error_message
✅ instructions::match_::match_with_timestamp
✅ instructions::match_::match_with_ttl
✅ instructions::match_::match_with_undefined_last_error_errcode
✅ instructions::mismatch::mismatch_not_equal
✅ instructions::match_::match_with_init_peer_id
✅ instructions::match_::match_without_xor
✅ instructions::mismatch::mismatch_equal
✅ instructions::match_::match_with_two_xors
✅ instructions::mismatch::mismatch_with_error
✅ instructions::mismatch::mismatch_with_string
✅ instructions::mismatch::mismatch_with_two_xors
✅ instructions::mismatch::mismatch_without_xor
✅ instructions::never::never_not_complete_subgraph
✅ instructions::new::check_influence_to_not_restricted
✅ instructions::new::new_in_fold_with_ap
✅ instructions::new::new_with_global_scalars
✅ instructions::new::new_with_scalars_in_fold_with_inside_next
✅ instructions::new::new_with_scalars_in_lfold_with_outside_next
✅ instructions::new::new_with_streams_with_errors
✅ instructions::new::new_with_scalars_with_errors
✅ instructions::new::new_with_scalars_in_rfold_with_outside_next
✅ instructions::new::several_restrictions
✅ instructions::seq::seq_local_remote
✅ instructions::seq::seq_remote_remote
✅ instructions::par::par_local_remote
✅ instructions::par::par_remote_remote
✅ instructions::xor::error_with_xor
✅ instructions::xor::last_error_with_xor
✅ instructions::xor::xor
✅ instructions::xor::xor_multiple_variables_found
✅ instructions::xor::xor_par
✅ integration::chat_join::init_peer_id
✅ integration::chat_join::join_chat_2
✅ instructions::xor::xor_var_not_found
✅ integration::chat_join::join_chat_1
✅ issues::issue_137::issue_137
✅ issues::issue_180::issue_180
✅ issues::issue_178::par_ap_behaviour
✅ integration::create_service::create_service
✅ issues::issue_211::issue_211
✅ issues::issue_177::issue_177
✅ issues::issue_214::issue_214
✅ issues::issue_216::issue_216
✅ issues::issue_221::issue_221
✅ issues::issue_222::issue_222
✅ issues::issue_300::issue_300
✅ issues::issue_295::issue_295
✅ issues::issue_302::issue_302
✅ issues::issue_241::issue_241
✅ issues::issue_306::issue_306
✅ issues::issue_331::issue_331
✅ issues::issue_346::issue_346
✅ issues::issue_304::issue_304
✅ issues::issue_356::issue_356
✅ issues::issue_348::issue_348
✅ issues::issue_363::issue_363
✅ issues::issue_644::issue_644
✅ issues::issue_642::issue_642
✅ issues::issue_632::issue_310
✅ negative_tests::execution_step::array_accessor_not_match_value
✅ negative_tests::execution_step::field_accessor_applied_to_stream
✅ negative_tests::execution_step::fold_iterates_over_non_array_scalar_iterable
✅ negative_tests::execution_step::canon_stream_not_have_enough_values_call_arg
✅ negative_tests::execution_step::field_accesssor_not_match_value_call_arg_lambda
✅ negative_tests::execution_step::fold_iterates_over_non_array_scalar_lambda_iterable
✅ negative_tests::execution_step::index_access_not_u32_i64
✅ negative_tests::execution_step::non_string_value_in_triplet_resolution_module_name
✅ integration::dashboard::dashboard
✅ negative_tests::execution_step::scalar_accessor_has_invalid_type_ap
✅ negative_tests::execution_step::local_service_error
✅ negative_tests::execution_step::non_string_value_in_triplet_resolution_function_name
✅ negative_tests::execution_step::non_string_value_in_triplet_resolution
✅ negative_tests::execution_step::undefined_error_peerid
✅ negative_tests::execution_step::undefined_error_functor
✅ negative_tests::execution_step::stream_accessor_has_invalid_type
✅ negative_tests::execution_step::undefined_last_error_functor
✅ negative_tests::execution_step::undefined_last_error_instruction
✅ negative_tests::execution_step::value_not_contain_such_array_idx_ap
✅ negative_tests::execution_step::undefined_last_error_peer_id
✅ negative_tests::execution_step::unsupported_map_keytype
✅ negative_tests::execution_step::value_not_contain_such_array_idx_call_arg_lambda
✅ negative_tests::execution_step::value_not_contain_such_field_call_arg_lambda
✅ negative_tests::preparation_step::air_size_hard_limit
✅ negative_tests::preparation_step::invalid_data_with_versions
✅ negative_tests::farewell_step::unprocessed_call_result
✅ negative_tests::preparation_step::invalid_callresults
✅ negative_tests::preparation_step::invalid_data_without_versions
✅ negative_tests::preparation_step::particle_size_hard_limit
✅ negative_tests::uncatchable_trace_related::canon_result_error
✅ negative_tests::uncatchable_trace_related::different_executed_state_expected
✅ negative_tests::uncatchable_trace_related::incompatible_executed_states
✅ negative_tests::uncatchable_trace_related::fold_incorrect_subtraces_count
✅ negative_tests::uncatchable_trace_related::fold_pos_overflow
✅ negative_tests::uncatchable_trace_related::invalid_dst_generations
✅ negative_tests::uncatchable_trace_related::incorrect_call_result
✅ negative_tests::uncatchable_trace_related::no_element_at_position
✅ negative_tests::uncatchable_trace_related::no_stream_state
✅ negative_tests::preparation_step::call_result_size_hard_limit
✅ negative_tests::uncatchable_trace_related::par_len_underflow
✅ negative_tests::uncatchable_trace_related::par_len_overflow
✅ negative_tests::uncatchable_trace_related::set_subtrace_len_and_pos_failed
✅ negative_tests::uncatchable_trace_related::par_pos_overflow
✅ negative_tests::uncatchable_trace_related::several_records_with_same_pos
✅ negative_tests::uncatchable_trace_related::subtrace_len_overflow
✅ negative_tests::uncatchable_trace_related::values_not_equal
✅ negative_tests::uncatchable_trace_unrelated::call_result_not_correspond_to_instr
✅ negative_tests::uncatchable_trace_unrelated::fold_state_not_found
✅ negative_tests::uncatchable_trace_unrelated::iterable_shadowing
✅ negative_tests::uncatchable_trace_unrelated::malformed_call_service_failed
✅ negative_tests::uncatchable_trace_unrelated::shadowing_is_not_allowed
✅ negative_tests::uncatchable_trace_unrelated::recursive_stream_size_limit
✅ negative_tests::uncatchable_trace_unrelated::value_for_cid_not_found

✅ avm-data-store

✅ tests::anomaly_data_de
✅ tests::anomaly_data_se