>>> jp: Building testing/jp 0.3.0-r0 (using abuild 3.10.0-r0) started Fri, 03 Feb 2023 15:39:30 +0000 >>> jp: Checking sanity of /home/buildozer/aports/testing/jp/APKBUILD... >>> jp: Analyzing dependencies... >>> jp: Installing for build: build-base cargo (1/8) Installing rust-stdlib (1.67.0-r2) (2/8) Installing libffi (3.4.4-r0) (3/8) Installing xz-libs (5.4.1-r0) (4/8) Installing libxml2 (2.10.3-r2) (5/8) Installing llvm15-libs (15.0.7-r0) (6/8) Installing rust (1.67.0-r2) (7/8) Installing cargo (1.67.0-r2) (8/8) Installing .makedepends-jp (20230203.153931) Executing busybox-1.36.0-r3.trigger OK: 1340 MiB in 106 packages >>> jp: Cleaning up srcdir >>> jp: Cleaning up pkgdir >>> jp: Fetching https://distfiles.alpinelinux.org/distfiles/edge//jmespath.rs-0.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> jp: Fetching https://github.com/jmespath/jmespath.rs/archive/0.3.0/jmespath.rs-0.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52515 0 52515 0 0 47622 0 --:--:-- 0:00:01 --:--:-- 47622 100 52515 0 52515 0 0 47619 0 --:--:-- 0:00:01 --:--:-- 0 >>> jp: Fetching https://distfiles.alpinelinux.org/distfiles/edge//jmespath.rs-0.3.0.tar.gz >>> jp: Checking sha512sums... jmespath.rs-0.3.0.tar.gz: OK Cargo.lock: OK >>> jp: Unpacking /var/cache/distfiles/edge/jmespath.rs-0.3.0.tar.gz... Compiling serde v1.0.152 Compiling serde_json v1.0.91 Compiling deunicode v0.4.3 Compiling libc v0.2.139 Compiling itoa v1.0.5 Compiling ryu v1.0.12 Compiling unicode-width v0.1.10 Compiling slug v0.1.4 Compiling textwrap v0.11.0 Compiling vec_map v0.8.2 Compiling lazy_static v1.4.0 Compiling bitflags v1.3.2 Compiling strsim v0.8.0 Compiling ansi_term v0.12.1 Compiling atty v0.2.14 Compiling clap v2.34.0 Compiling jmespath v0.3.0 (/home/buildozer/aports/testing/jp/src/jmespath.rs-0.3.0/jmespath) Compiling jmespath-cli v0.3.0 (/home/buildozer/aports/testing/jp/src/jmespath.rs-0.3.0/jmespath-cli) Finished release [optimized] target(s) in 31.34s Compiling serde v1.0.152 Compiling serde_json v1.0.91 Compiling ryu v1.0.12 Compiling itoa v1.0.5 Compiling deunicode v0.4.3 Compiling proc-macro2 v1.0.50 Compiling lazy_static v1.4.0 Compiling unicode-ident v1.0.6 Compiling slug v0.1.4 Compiling libc v0.2.139 Compiling quote v1.0.23 Compiling syn v1.0.107 Compiling serde_derive v1.0.152 Compiling unicode-width v0.1.10 Compiling textwrap v0.11.0 Compiling strsim v0.8.0 Compiling ansi_term v0.12.1 Compiling vec_map v0.8.2 Compiling bitflags v1.3.2 Compiling bencher v0.1.5 Compiling atty v0.2.14 Compiling clap v2.34.0 Compiling jmespath v0.3.0 (/home/buildozer/aports/testing/jp/src/jmespath.rs-0.3.0/jmespath) Compiling jmespath-cli v0.3.0 (/home/buildozer/aports/testing/jp/src/jmespath.rs-0.3.0/jmespath-cli) Finished test [unoptimized + debuginfo] target(s) in 18.47s Running unittests src/lib.rs (target/debug/deps/jmespath-8edaf067c3a2d31d) running 65 tests test ast::test::displays_pretty_printed_ast_node ... ok test errors::test::coordinates_can_be_created_from_string_with_new_lines ... ok test errors::test::coordinates_can_be_created_from_string_with_new_lines_pointing_to_non_last ... ok test errors::test::coordinates_can_be_created_from_string_with_no_new_lines ... ok test errors::test::displays_invalid_return_type_error ... ok test errors::test::displays_invalid_slice ... ok test errors::test::displays_invalid_type_error ... ok test errors::test::displays_not_enough_arguments_error ... ok test errors::test::displays_too_many_arguments_error ... ok test errors::test::reason_displays_parse_errors ... ok test errors::test::reason_displays_runtime_errors ... ok test lexer::tests::ensures_eq_valid ... ok test lexer::tests::tokenize_and_ampersand_test ... ok test lexer::tests::skips_whitespace ... ok test lexer::tests::tokenize_eq_ne_test ... ok test lexer::tests::tokenize_lt_gt_test ... ok test lexer::tests::tokenize_identifier_test ... ok test lexer::tests::tokenize_basic_test ... ok test lexer::tests::tokenize_negative_number_test ... ok test lexer::tests::tokenize_lbracket_test ... ok test lexer::tests::tokenize_literal_test ... ok test lexer::tests::tokenize_pipe_test ... ok test lexer::tests::tokenize_negative_number_test_failure ... ok test lexer::tests::tokenize_number_test ... ok test lexer::tests::tokenize_quoted_identifier_test ... ok test lexer::tests::tokenize_successive_test ... ok test lexer::tests::tokenize_raw_string_test ... ok test lexer::tests::tokenize_unclosed_errors_test ... ok test test::can_get_expression_ast ... ok test test::expression_clone ... ok test test::can_evaluate_jmespath_expression ... ok test lexer::tests::tokenizes_slices ... ok test test::formats_expression_as_string_or_debug ... ok test lexer::tests::tokenize_single_error_test ... ok test test::implements_partial_eq ... ok test test::test_creates_rcvar_from_tuple_serialization ... ok test variable::tests::creates_variable_from_str ... ok test variable::tests::determines_if_boolean ... ok test variable::tests::determines_if_null ... ok test variable::tests::determines_if_string ... ok test variable::tests::getting_value_from_non_object_is_null ... ok test variable::tests::option_of_boolean ... ok test variable::tests::option_of_null ... ok test variable::tests::gets_value_from_object ... ok test variable::tests::test_as_number ... ok test variable::tests::test_as_object ... ok test variable::tests::test_compare ... ok test variable::tests::test_compares_float_equality ... ok test variable::tests::test_converts_to_json ... ok test variable::tests::test_converts_to_string ... ok test variable::tests::test_determines_types ... ok test variable::tests::test_eq_ne_compare ... ok test variable::tests::test_is_array ... ok test variable::tests::test_is_expref ... ok test variable::tests::test_as_array ... ok test variable::tests::test_is_number ... ok test variable::tests::test_is_truthy ... ok test variable::tests::test_is_object ... ok test variable::tests::test_parses_and_encodes_complex ... ok test variable::tests::test_parses_json_object ... ok test variable::tests::test_serialize_variable_with_float_value ... ok test variable::tests::test_serialize_variable_with_negative_integer_value ... ok test variable::tests::test_serialize_variable_with_positive_integer_value ... ok test variable::tests::test_parses_json_scalar ... ok test variable::tests::option_of_string ... ok test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running tests/compliance.rs (target/debug/deps/compliance-3bc6cd5b06b35285) running 861 tests test test_basic_182_0_one ... ok test test_basic_182_3_one_two ... ok test test_basic_181_0_foo_1 ... ok test test_basic_181_2_foo_1 ... ok test test_basic_183_1_foo_bar ... ok test test_basic_183_0_foo ... ok test test_basic_182_2_three ... ok test test_basic_181_1_foo_1_0 ... ok test test_basic_182_1_two ... ok test test_basic_184_2_foo_bar_baz ... ok test test_basic_184_3_foo_bar_baz ... ok test test_basic_184_4_foo_bar_baz_bad ... ok test test_basic_184_5_foo_bar_bad ... ok test test_basic_184_6_foo_bad ... ok test test_basic_184_0_foo ... ok test test_basic_184_7_bad ... ok test test_basic_184_1_foo_bar ... ok test test_basic_184_8_bad_morebad_morebad ... ok test test_boolean_161_0_one_two ... ok test test_boolean_161_10_two_one_three_one ... ok test test_boolean_161_3_one_two ... ok test test_boolean_161_4_one_two ... ok test test_boolean_161_2_one_one ... ok test test_boolean_161_6_one_two ... ok test test_boolean_161_7_one_two_three_one ... ok test test_boolean_161_5_one_two ... ok test test_boolean_161_1_one_two ... ok test test_boolean_162_0_true_false ... ok test test_boolean_161_9_one_two_three_one ... ok test test_boolean_161_8_one_two_three_one ... ok test test_boolean_162_10_emptylist_false ... ok test test_boolean_162_11_true_false ... ok test test_boolean_162_12_true_true ... ok test test_boolean_162_14_false_false ... ok test test_boolean_162_15_number_emptylist ... ok test test_boolean_162_17_number_true_false ... ok test test_boolean_162_18_number_true_false ... ok test test_boolean_162_19_number_true_false ... ok test test_boolean_162_16_number_true ... ok test test_boolean_162_1_false_true ... ok test test_boolean_162_21_false ... ok test test_boolean_162_13_false_true ... ok test test_boolean_162_20_true ... ok test test_boolean_162_22_number ... ok test test_boolean_162_23_emptylist ... ok test test_boolean_162_24_true_false ... ok test test_boolean_162_26_false_emptylist ... ok test test_boolean_162_25_true_emptylist ... ok test test_boolean_162_27_true_false ... ok test test_boolean_162_2_true_true ... ok test test_boolean_162_3_false_false ... ok test test_boolean_162_4_true_number ... ok test test_boolean_162_5_number_true ... ok test test_boolean_162_29_zero ... ok test test_boolean_162_28_zero ... ok test test_boolean_162_6_number_false ... ok test test_boolean_162_7_number_emptylist ... ok test test_boolean_162_8_number_true ... ok test test_boolean_162_9_emptylist_true ... ok test test_boolean_163_0_outer_empty_string_outer_ ... ok test test_boolean_164_0_outer_foo_outer_bar ... ok test test_boolean_164_1_outer_foo_outer_bar ... ok test test_boolean_163_1_outer_nokey_outer_bool_ou ... ok test test_boolean_164_2_outer_bar_outer_baz ... ok test test_boolean_164_3_outer_bar_outer_baz ... ok test test_boolean_164_5_outer_bad_outer_foo ... ok test test_boolean_164_6_outer_foo_outer_bad ... ok test test_boolean_164_4_outer_bad_outer_foo ... ok test test_boolean_164_8_outer_bad_outer_alsobad ... ok test test_boolean_164_9_outer_bad_outer_alsobad ... ok test test_boolean_164_7_outer_foo_outer_bad ... ok test test_current_0_0_ ... ok test test_current_0_2_foo_0 ... ok test test_escape_126_0_foo_bar ... ok test test_escape_126_2_foo_nbar ... ok test test_escape_126_4_c_windows_path ... ok test test_escape_126_3_foo_bar ... ok test test_escape_126_1_foo_bar ... ok test test_current_0_1_bar ... ok test test_escape_126_6_ ... ok test test_escape_126_7_bar_baz ... ok test test_escape_126_5_unix_path ... ok test test_filters_185_0_using_in_a_filter_express ... ok test test_filters_185_2_using_in_a_filter_express ... ok test test_filters_185_1_using_in_a_filter_express ... ok test test_filters_186_1_unary_not_filter_expressi ... ok test test_filters_187_0_verify_precedence_of_or_a ... ok test test_filters_186_0_unary_filter_expression ... ok test test_filters_187_2_not_expressions_combined_ ... ok test test_filters_186_2_equality_with_null_rhs ... ok test test_filters_188_2_foo_a_3_b_4_b_2 ... ok test test_filters_188_0_filter_with_or_and_and_ex ... ok test test_filters_188_5_foo_a_3_b_4_b_2 ... ok test test_filters_188_3_foo_a_3_b_4_b_2 ... ok test test_filters_188_1_foo_b_2_a_3_b_4 ... ok test test_filters_187_1_parentheses_can_alter_pre ... ok test test_filters_189_0_filter_with_and_expressio ... ok test test_filters_188_4_foo_a_3_b_4_b_2 ... ok test test_filters_189_1_foo_a_1_b_4 ... ok test test_filters_188_6_foo_a_3_b_4_b_2 ... ok test test_filters_190_0_filter_with_or_expression ... ok test test_filters_190_1_foo_name_a_name_e ... ok test test_filters_190_2_foo_name_a_name_b_name_c ... ok test test_filters_191_0_foo_a_1_b_c ... ok test test_filters_192_0_foo_bar_1_bar_0 ... ok test test_filters_193_0_reservations_instances_ba ... ok test test_filters_193_1_reservations_instances_ba ... ok test test_filters_193_2_reservations_instances_ba ... ok test test_filters_194_0_foo_key_true ... ok test test_filters_194_10_foo_false_key ... ok test test_filters_194_12_foo_1_key ... ok test test_filters_194_13_foo_0_key ... ok test test_filters_194_15_foo_null_key ... ok test test_filters_194_17_foo_a_2_key ... ok test test_filters_194_16_foo_1_key ... ok test test_filters_194_11_foo_0_key ... ok test test_filters_194_14_foo_bar_0_key ... ok test test_filters_194_18_foo_key_true ... ok test test_filters_194_1_foo_key_false ... ok test test_filters_194_20_foo_key_0 ... ok test test_filters_194_22_foo_key_null ... ok test test_filters_194_19_foo_key_false ... ok test test_filters_194_21_foo_key_1 ... ok test test_filters_194_24_foo_key_a_2 ... ok test test_filters_194_28_foo_1_key ... ok test test_filters_194_25_foo_true_key ... ok test test_filters_194_23_foo_key_1 ... ok test test_filters_194_27_foo_0_key ... ok test test_filters_194_26_foo_false_key ... ok test test_filters_194_30_foo_1_key ... ok test test_filters_194_31_foo_a_2_key ... ok test test_filters_194_4_foo_key_0 ... ok test test_filters_194_29_foo_null_key ... ok test test_filters_194_3_foo_key_1 ... ok test test_filters_194_2_foo_key_0 ... ok test test_filters_194_7_foo_key_1 ... ok test test_filters_194_5_foo_key_bar_0 ... ok test test_filters_194_6_foo_key_null ... ok test test_filters_194_9_foo_true_key ... ok test test_filters_195_0_matching_an_expression ... ok test test_filters_194_8_foo_key_a_2 ... ok test test_filters_196_0_filter_with_subexpression ... ok test test_filters_197_1_foo_age_25 ... ok test test_filters_197_2_greater_than_with_a_numbe ... ok test test_filters_197_0_greater_than_with_a_numbe ... ok test test_filters_195_1_matching_a_json_array ... ok test test_filters_197_5_greater_than_with_a_numbe ... ok test test_filters_197_3_greater_than_with_a_numbe ... ok test test_filters_197_4_greater_than_with_a_numbe ... ok test test_filters_197_6_foo_age_20 ... ok test test_filters_197_7_foo_age_20 ... ok test test_filters_198_0_matching_an_expression ... ok test test_filters_198_1_verify_projection_created ... ok test test_functions_201_0_map_array ... ok test test_filters_199_0_matching_a_literal ... ok test test_functions_202_0_map_foo_bar_array ... ok test test_functions_202_1_map_foo1_bar_array ... ok test test_filters_200_0_matching_a_literal ... ok test test_functions_202_2_map_foo_bar_baz_array ... ok test test_functions_203_0_map_a_people ... ok test test_functions_203_2_map_a_badkey ... ok test test_functions_203_1_map_c_people ... ok test test_functions_203_3_map_foo_empty ... ok test test_functions_205_12_max_by_people_bool ... ok test test_functions_205_10_max_by_people_age ... ok test test_functions_205_11_max_by_people_age_str ... ok test test_functions_204_0_stable_sort_order ... ok test test_functions_205_14_max_by_people_to_number_a ... ok test test_functions_205_13_max_by_people_extra ... ok test test_functions_205_15_min_by_people_age ... ok test test_functions_205_17_min_by_people_bool ... ok test test_functions_205_16_min_by_people_age_str ... ok test test_functions_205_18_min_by_people_extra ... ok test test_functions_205_19_min_by_people_to_number_a ... ok test test_functions_205_1_sort_by_people_age_str ... ok test test_functions_205_0_sort_by_field_expression ... ok test test_functions_205_2_sort_by_function_expressi ... ok test test_functions_205_3_function_projection_on_so ... ok test test_functions_205_5_sort_by_people_bool ... ok test test_functions_205_4_sort_by_people_extra ... ok test test_functions_205_7_sort_by_people_name ... ok test test_functions_205_8_sort_by_people_age_extra ... ok test test_functions_205_6_sort_by_people_name ... ok test test_functions_205_9_sort_by_age ... ok test test_functions_206_0_function_projection_on_va ... ok test test_functions_207_0_abs_foo ... ok test test_functions_207_102_starts_with_str_str ... ok test test_functions_207_104_starts_with_str_0 ... ok test test_functions_207_106_sum_decimals ... ok test test_functions_207_105_sum_numbers ... ok test test_functions_207_103_starts_with_str_string ... ok test test_functions_207_100_starts_with_str_s ... ok test test_functions_207_108_sum_array_to_number ... ok test test_functions_207_109_sum ... ok test test_functions_207_101_starts_with_str_st ... ok test test_functions_207_107_sum_array ... ok test test_functions_207_111_to_array_0 ... ok test test_functions_207_112_to_array_objects ... ok test test_functions_207_116_to_string_1_2 ... ok test test_functions_207_115_to_string_foo ... ok test test_functions_207_114_to_array_false ... ok test test_functions_207_10_unknown_function_1_2 ... ok test test_functions_207_110_to_array_foo ... ok test test_functions_207_113_to_array_1_2_3 ... ok test test_functions_207_117_to_string_0_1 ... ok test test_functions_207_118_to_number_1_0 ... ok test test_functions_207_119_to_number_1_1 ... ok test test_functions_207_11_avg_numbers ... ok test test_functions_207_122_to_number_false ... ok test test_functions_207_121_to_number_notanumber ... ok test test_functions_207_123_to_number_null ... ok test test_functions_207_125_to_number_foo_0 ... ok test test_functions_207_126_to_string_1_0 ... ok test test_functions_207_124_to_number_0 ... ok test test_functions_207_120_to_number_4 ... ok test test_functions_207_129_sort_decimals ... ok test test_functions_207_127_sort_numbers ... ok test test_functions_207_133_sort ... ok test test_functions_207_128_sort_strings ... ok test test_functions_207_136_not_null_unknown_key_null ... ok test test_functions_207_130_sort_array ... ok test test_functions_207_12_avg_array ... ok test test_functions_207_132_sort_empty_list ... ok test test_functions_207_131_sort_abc ... ok test test_functions_207_134_not_null_unknown_key_str ... ok test test_functions_207_138_not_null ... ok test test_functions_207_137_not_null_all_expressions_ ... ok test test_functions_207_135_not_null_unknown_key_foo_ ... ok test test_functions_207_14_avg_foo ... ok test test_functions_207_140_function_projection_on_si ... ok test test_functions_207_13_avg_abc ... ok test test_functions_207_18_ceil_decimals_0 ... ok test test_functions_207_17_ceil_1_2 ... ok test test_functions_207_1_abs_foo ... ok test test_functions_207_16_avg_strings ... ok test test_functions_207_139_function_projection_on_si ... ok test test_functions_207_15_avg ... ok test test_functions_207_20_ceil_decimals_2 ... ok test test_functions_207_19_ceil_decimals_1 ... ok test test_functions_207_22_contains_abc_a ... ok test test_functions_207_21_ceil_string ... ok test test_functions_207_23_contains_abc_d ... ok test test_functions_207_25_contains_strings_a ... ok test test_functions_207_24_contains_false_d ... ok test test_functions_207_26_contains_decimals_1_2 ... ok test test_functions_207_27_contains_decimals_false ... ok test test_functions_207_28_ends_with_str_r ... ok test test_functions_207_29_ends_with_str_tr ... ok test test_functions_207_32_ends_with_str_foo ... ok test test_functions_207_31_ends_with_str_sstr ... ok test test_functions_207_30_ends_with_str_str ... ok test test_functions_207_36_floor_decimals_0 ... ok test test_functions_207_35_floor_string ... ok test test_functions_207_34_floor_1_2 ... ok test test_functions_207_2_abs_str ... ok test test_functions_207_33_ends_with_str_0 ... ok test test_functions_207_37_floor_foo ... ok test test_functions_207_38_floor_str ... ok test test_functions_207_39_length_abc ... ok test test_functions_207_3_abs_array_1 ... ok test test_functions_207_42_length ... ok test test_functions_207_41_length ... ok test test_functions_207_40_length_foo ... ok test test_functions_207_43_length_strings_0 ... ok test test_functions_207_44_length_str ... ok test test_functions_207_46_length_objects ... ok test test_functions_207_47_length_false ... ok test test_functions_207_48_length_foo ... ok test test_functions_207_45_length_array ... ok test test_functions_207_49_length_strings_0 ... ok test test_functions_207_52_max_strings ... ok test test_functions_207_50_max_numbers ... ok test test_functions_207_4_abs_array_1 ... ok test test_functions_207_53_max_abc ... ok test test_functions_207_54_max_array ... ok test test_functions_207_51_max_decimals ... ok test test_functions_207_55_max_decimals ... ok test test_functions_207_57_merge ... ok test test_functions_207_58_merge ... ok test test_functions_207_59_merge_a_1_b_2 ... ok test test_functions_207_56_max_empty_list ... ok test test_functions_207_62_min_numbers ... ok test test_functions_207_60_merge_a_1_a_2 ... ok test test_functions_207_63_min_decimals ... ok test test_functions_207_61_merge_a_1_b_2_a_2_c_3_d_4 ... ok test test_functions_207_5_abs_false ... ok test test_functions_207_64_min_abc ... ok test test_functions_207_65_min_array ... ok test test_functions_207_66_min_empty_list ... ok test test_functions_207_67_min_decimals ... ok test test_functions_207_69_type_abc ... ok test test_functions_207_70_type_1_0 ... ok test test_functions_207_68_min_strings ... ok test test_functions_207_6_abs_24 ... ok test test_functions_207_71_type_2 ... ok test test_functions_207_73_type_false ... ok test test_functions_207_72_type_true ... ok test test_functions_207_75_type_0 ... ok test test_functions_207_76_type_a_b ... ok test test_functions_207_78_sort_keys_objects ... ok test test_functions_207_77_type ... ok test test_functions_207_74_type_null ... ok test test_functions_207_7_abs_24 ... ok test test_functions_207_80_keys_strings ... ok test test_functions_207_79_keys_foo ... ok test test_functions_207_81_keys_false ... ok test test_functions_207_82_sort_values_objects ... ok test test_functions_207_83_keys_empty_hash ... ok test test_functions_207_85_join_strings ... ok test test_functions_207_86_join_strings ... ok test test_functions_207_88_join_a_0 ... ok test test_functions_207_89_join_str ... ok test test_functions_207_84_values_foo ... ok test test_functions_207_87_join_a_b ... ok test test_functions_207_90_join_strings ... ok test test_functions_207_8_abs_1_2 ... ok test test_functions_207_91_join_2_strings ... ok test test_functions_207_94_join_empty_list ... ok test test_functions_207_92_join_decimals ... ok test test_functions_207_93_join_decimals_to_string ... ok test test_functions_207_95_reverse_numbers ... ok test test_functions_207_96_reverse_array ... ok test test_functions_207_97_reverse ... ok test test_functions_207_98_reverse ... ok test test_identifiers_102_0_ubbce_ufafb ... ok test test_identifiers_100_0_9 ... ok test test_identifiers_101_0_sna ... ok test test_functions_207_9_abs ... ok test test_identifiers_103_0_u_t ... ok test test_identifiers_104_0_tl7 ... ok test test_functions_207_99_reverse_hello_world ... ok test test_identifiers_105_0_uaba1_r ... ok test test_identifiers_106_0_6w ... ok test test_identifiers_107_0_r ... ok test test_identifiers_108_0_ ... ok test test_identifiers_109_0_tm ... ok test test_identifiers_10_0_b7eo ... ok test test_identifiers_110_0_ ... ok test test_identifiers_111_0_e4 ... ok test test_identifiers_112_0_f ... ok test test_identifiers_113_0_h ... ok test test_identifiers_114_0_v24_w ... ok test test_identifiers_115_0_t4_ud9da_udd15 ... ok test test_identifiers_116_0_x ... ok test test_identifiers_117_0_t ... ok test test_identifiers_118_0_v2 ... ok test test_identifiers_11_0_8 ... ok test test_identifiers_119_0_ ... ok test test_identifiers_120_0_t ... ok test test_identifiers_121_0_tf_ucebb ... ok test test_identifiers_123_0_y_1623 ... ok test test_identifiers_122_0_x ... ok test test_identifiers_124_0_r ... ok test test_identifiers_125_0_l ... ok test test_identifiers_12_0_0 ... ok test test_identifiers_13_0_7 ... ok test test_identifiers_14_0_6 ... ok test test_identifiers_15_0_b_n ... ok test test_identifiers_16_0_m_k ... ok test test_identifiers_17_0_9_r_r ... ok test test_identifiers_18_0_ ... ok test test_identifiers_19_0_hh ... ok test test_identifiers_1_0_ud834_udd1e ... ok test test_identifiers_20_0_ ... ok test test_identifiers_22_0_f ... ok test test_identifiers_21_0_ ... ok test test_identifiers_23_0_b ... ok test test_identifiers_24_0_z9 ... ok test test_identifiers_26_0_bq ... ok test test_identifiers_27_0_w_a0 ... ok test test_identifiers_25_0_tx_uabbb ... ok test test_identifiers_28_0_i ... ok test test_identifiers_29_0_n_f ... ok test test_identifiers_2_0_t ... ok test test_identifiers_30_0_tk_t ... ok test test_identifiers_31_0_62l ... ok test test_identifiers_32_0_d7 ... ok test test_identifiers_34_0_b ... ok test test_identifiers_33_0_ ... ok test test_identifiers_36_0_yu_2 ... ok test test_identifiers_35_0_0 ... ok test test_identifiers_37_0_z_m ... ok test test_identifiers_38_0_z_5 ... ok test test_identifiers_39_0_ ... ok test test_identifiers_3_0_ ... ok test test_identifiers_40_0_434 ... ok test test_identifiers_41_0_zs1dc ... ok test test_identifiers_42_0_ ... ok test test_identifiers_43_0_bw_6hg_gl ... ok test test_identifiers_44_0_ ... ok test test_identifiers_45_0_f ... ok test test_identifiers_46_0_uefac ... ok test test_identifiers_47_0_t_n_b_z ... ok test test_identifiers_48_0_b_q ... ok test test_identifiers_4_0_c ... ok test test_identifiers_49_0_t ... ok test test_identifiers_50_0_bp ... ok test test_identifiers_51_0_ns_n ... ok test test_identifiers_52_0_b ... ok test test_identifiers_53_0_ ... ok test test_identifiers_54_0_t_r ... ok test test_identifiers_55_0_t ... ok test test_identifiers_56_0_ ... ok test test_identifiers_57_0_b ... ok test test_identifiers_58_0_gy ... ok test test_identifiers_59_0_ ... ok test test_identifiers_5_0_vh2_h ... ok test test_identifiers_60_0_fa0_9 ... ok test test_identifiers_61_0_u_t ... ok test test_identifiers_62_0_ueebf ... ok test test_identifiers_63_0_i_n ... ok test test_identifiers_64_0_hu ... ok test test_identifiers_65_0_ ... ok test test_identifiers_66_0_hvu ... ok test test_identifiers_67_0_ ... ok test test_identifiers_68_0_b_b ... ok test test_identifiers_6_0_su ... ok test test_identifiers_69_0_kl ... ok test test_identifiers_70_0_ ... ok test test_identifiers_71_0_s ... ok test test_identifiers_72_0_7 ... ok test test_identifiers_73_0_ ... ok test test_identifiers_74_0_mg ... ok test test_identifiers_75_0_ ... ok test test_identifiers_76_0_r_fb ... ok test test_identifiers_77_0_m ... ok test test_identifiers_78_0_r ... ok test test_identifiers_79_0_u4fdc ... ok test test_identifiers_7_0_ ... ok test test_identifiers_80_0_f ... ok test test_identifiers_81_0_n ... ok test test_identifiers_82_0_obf ... ok test test_identifiers_83_0_rb ... ok test test_identifiers_84_0_ ... ok test test_identifiers_85_0_j ... ok test test_identifiers_86_0_r_8 ... ok test test_identifiers_87_0_o ... ok test test_identifiers_88_0_b_t ... ok test test_identifiers_89_0_ ... ok test test_identifiers_8_0_5 ... ok test test_identifiers_90_0_p9 ... ok test test_identifiers_91_0_ ... ok test test_identifiers_92_0_r7 ... ok test test_identifiers_93_0_r_f ... ok test test_identifiers_94_0_rr9 ... ok test test_identifiers_95_0_ ... ok test test_identifiers_96_0_q_7gl8 ... ok test test_identifiers_97_0_q ... ok test test_identifiers_98_0_r ... ok test test_identifiers_99_0_b_ud8cb_udc83 ... ok test test_identifiers_9_0_xiuo9 ... ok test test_indices_127_1_hash ... ok test test_indices_127_0_string ... ok test test_indices_127_2_number ... ok test test_indices_127_4_string_foo ... ok test test_indices_127_3_nullvalue ... ok test test_indices_127_6_number_foo ... ok test test_indices_127_7_nullvalue_foo ... ok test test_indices_127_5_hash_foo ... ok test test_indices_128_0_foo ... ok test test_indices_128_3_foo_bar ... ok test test_indices_127_8_nullvalue_foo_bar ... ok test test_indices_128_2_foo_bar ... ok test test_indices_129_0_foo ... ok test test_indices_128_1_foo ... ok test test_indices_129_2_foo_1 ... ok test test_indices_128_4_foo_bar_baz ... ok test test_indices_129_3_foo_0_0 ... ok test test_indices_129_1_foo_0 ... ok test test_indices_129_5_foo_0_0_100 ... ok test test_indices_129_4_foo_2_2 ... ok test test_indices_130_2_reservations_instances_no ... ok test test_indices_130_0_reservations_instances_fo ... ok test test_indices_130_6_reservations_instances_ba ... ok test test_indices_130_5_reservations_instances_fo ... ok test test_indices_130_7_reservations_instances_ba ... ok test test_indices_131_0_reservations_instances_fo ... ok test test_indices_130_8_reservations_instances_qu ... ok test test_indices_130_1_reservations_instances_fo ... ok test test_indices_130_4_reservations_notinstances ... ok test test_indices_131_1_reservations_instances_ba ... ok test test_indices_131_3_reservations_notinstances ... ok test test_indices_130_3_reservations_instances_no ... ok test test_indices_132_2_2 ... ok test test_indices_132_3_1 ... ok test test_indices_132_0_0 ... ok test test_indices_132_5_3 ... ok test test_indices_132_1_1 ... ok test test_indices_132_4_2 ... ok test test_indices_130_9_reservations_instances_qu ... ok test test_indices_131_2_reservations_notinstances ... ok test test_indices_133_10_foo_4 ... ok test test_indices_133_0_foo_bar ... ok test test_indices_133_1_foo_0_bar ... ok test test_indices_133_2_foo_1_bar ... ok test test_indices_133_3_foo_2_bar ... ok test test_indices_133_5_foo_3_bar ... ok test test_indices_133_4_foo_3_notbar ... ok test test_indices_133_7_foo_1 ... ok test test_indices_133_8_foo_2 ... ok test test_indices_133_6_foo_0 ... ok test test_indices_134_1_foo_bar_1 ... ok test test_indices_133_9_foo_3 ... ok test test_indices_134_0_foo_bar_0 ... ok test test_indices_134_2_foo_bar_2 ... ok test test_indices_134_3_foo_bar_3 ... ok test test_indices_134_4_foo_bar_1 ... ok test test_literal_212_10_can_escape_the_single_quo ... ok test test_indices_134_5_foo_bar_2 ... ok test test_literal_212_0_foo ... ok test test_indices_134_6_foo_bar_3 ... ok test test_literal_212_11_backslash_not_followed_by ... ok test test_indices_134_7_foo_bar_4 ... ok test test_literal_212_12_backslash_not_followed_by ... ok test test_literal_212_1_foo ... ok test test_literal_212_2_0 ... ok test test_literal_212_3_newline ... ok test test_literal_212_4_ ... ok test test_literal_212_5_ ... ok test test_literal_212_6_ ... ok test test_literal_212_7_foo ... ok test test_literal_212_8_foo ... ok test test_literal_212_9_do_not_interpret_escaped_ ... ok test test_literal_213_0_literal_with_leading_whit ... ok test test_literal_213_1_literal_with_trailing_whi ... ok test test_literal_213_2_literal_on_rhs_of_subexpr ... ok test test_literal_214_0_foo ... ok test test_literal_214_10_2 ... ok test test_literal_214_11_3 ... ok test test_literal_214_14_6 ... ok test test_literal_214_13_5 ... ok test test_literal_214_12_4 ... ok test test_literal_214_15_7 ... ok test test_literal_214_16_8 ... ok test test_literal_214_17_9 ... ok test test_literal_214_19_double_quote_in_literal ... ok test test_literal_214_18_escaping_a_backtick_in_qu ... ok test test_literal_214_1_interpret_escaped_unicode ... ok test test_literal_214_23_literal_identifier_identi ... ok test test_literal_214_24_literal_identifier_bracke ... ok test test_literal_214_3_1_2_3 ... ok test test_literal_214_4_a_b ... ok test test_literal_214_5_true ... ok test test_literal_214_20_1 ... ok test test_literal_214_2_ ... ok test test_literal_214_21_multiple_literal_expressi ... ok test test_multiselect_215_0_nested_multiselect ... ok test test_literal_214_9_1 ... ok test test_literal_214_6_false ... ok test test_literal_214_7_null ... ok test test_literal_214_8_0 ... ok test test_multiselect_215_1_select_on_null ... ok test test_literal_214_22_literal_identifier ... ok test test_multiselect_217_0_foo_baz_not_there_baz_bar ... ok test test_multiselect_219_0_foo_baz_bar_qux_0 ... ok test test_multiselect_216_0_nested_multiselect ... ok test test_multiselect_218_0_foo_baz_bar_boo_qux_0 ... ok test test_multiselect_220_0_foo ... ok test test_multiselect_220_2_foo_bar ... ok test test_multiselect_220_5_foo_bar_baz ... ok test test_multiselect_220_4_foo_bar_baz_qux ... ok test test_multiselect_220_3_foo_bar ... ok test test_multiselect_220_1_foo ... ok test test_multiselect_221_0_reservations_instances_id ... ok test test_multiselect_221_2_reservations_instances_id ... ok test test_multiselect_221_1_reservations_instances_id ... ok test test_multiselect_222_0_foo_bar_bar_baz_1_include ... ok test test_multiselect_220_6_foo_bar_baz_qux ... ok test test_multiselect_222_2_foo_includeme_bar_baz_com ... ok test test_multiselect_222_1_foo_bar_baz_two_bar_baz_1 ... ok test test_multiselect_222_3_foo_includeme_bar_baz_non ... ok test test_multiselect_222_4_foo_includeme_bar_baz_com ... ok test test_multiselect_224_1_foo_bar_baz_0 ... ok test test_multiselect_223_0_foo_bar_bar_baz_baz ... ok test test_multiselect_223_1_foo_bar_baz ... ok test test_multiselect_224_3_foo_bar_baz_2 ... ok test test_multiselect_224_0_foo_bar_bar_baz_baz ... ok test test_multiselect_224_2_foo_bar_baz_1 ... ok test test_multiselect_224_5_foo_bar_0_baz_3 ... ok test test_multiselect_224_4_foo_bar_baz_3 ... ok test test_multiselect_225_10_foo_badkey_nokey_nokey_al ... ok test test_multiselect_225_0_foo_bar_bar ... ok test test_multiselect_225_13_foo_nested_three_a_a_c_c_ ... ok test test_multiselect_225_16_bar_bar ... ok test test_multiselect_225_12_foo_nested_three_a_a_cinn ... ok test test_multiselect_225_11_foo_nested_a_a_b_b ... ok test test_multiselect_225_15_bar_bar_baz_baz ... ok test test_multiselect_225_17_otherkey_bar ... ok test test_multiselect_225_14_foo_a_nested_one_a_b_nest ... ok test test_multiselect_225_18_no_no_exist_exist ... ok test test_multiselect_225_19_foo_bar ... ok test test_multiselect_225_1_foo_bar_bar ... ok test test_multiselect_225_20_foo_bar_baz ... ok test test_multiselect_225_21_foo_bar_qux ... ok test test_multiselect_225_23_foo_noexist_alsonoexist ... ok test test_multiselect_225_22_foo_bar_noexist ... ok test test_multiselect_225_3_foo_bar_bar_baz_baz ... ok test test_multiselect_225_2_foo_foo_bar_bar ... ok test test_multiselect_225_4_foo_bar_bar_baz_baz ... ok test test_multiselect_225_6_foo_bar_bar_baz_baz ... ok test test_multiselect_225_7_foo_bar_bar_qux_qux ... ok test test_multiselect_225_9_foo_noexist_noexist_alson ... ok test test_multiselect_225_5_baz_baz_qux_qux ... ok test test_multiselect_225_8_foo_bar_bar_noexist_noexi ... ok test test_pipe_155_0_foo_bar_0_0 ... ok test test_pipe_156_2_foo_bar_baz ... ok test test_pipe_156_1_foo_bar_baz ... ok test test_pipe_156_0_foo_bar ... ok test test_pipe_156_4_not_there_0 ... ok test test_pipe_156_6_a_foo_bar_b_foo_other_a ... ok test test_pipe_156_7_a_foo_bar_b_foo_other_b ... ok test test_pipe_156_3_not_there_0 ... ok test test_pipe_156_5_foo_bar_foo_other_0 ... ok test test_pipe_156_9_foo_not_there_bar ... ok test test_pipe_157_4_foo_notbaz ... ok test test_pipe_156_8_foo_bam_foo_bar_baz ... ok test test_pipe_157_2_foo_baz_2 ... ok test test_pipe_157_0_foo_baz_0 ... ok test test_pipe_157_1_foo_baz_1 ... ok test test_pipe_157_3_foo_bar_0 ... ok test test_slice_152_0_ ... ok test test_slice_152_1_2_a ... ok test test_slice_152_3_2_b ... ok test test_pipe_157_5_a_foo_bar_b_foo_other_baz ... ok test test_slice_152_2_1_a ... ok test test_slice_153_0_foo_2_a ... ok test test_slice_153_2_foo_2_a_b ... ok test test_slice_153_1_foo_2_b ... ok test test_slice_153_4_bar_2_a_b ... ok test test_slice_154_0_bar_0_10 ... ok test test_slice_153_3_bar_1_a_b ... ok test test_slice_153_5_baz_2_a ... ok test test_slice_154_12_foo_1_9 ... ok test test_slice_154_14_foo_5 ... ok test test_slice_154_10_foo ... ok test test_slice_154_17_foo_1 ... ok test test_slice_154_15_foo_5_2 ... ok test test_slice_154_11_foo ... ok test test_slice_154_13_foo_0_10_2 ... ok test test_slice_154_16_foo_2 ... ok test test_slice_154_18_foo_1_2 ... ok test test_slice_154_19_foo_10_0_1 ... ok test test_slice_154_1_foo_0_10_1 ... ok test test_slice_154_20_foo_10_5_1 ... ok test test_slice_154_21_foo_8_2_2 ... ok test test_slice_154_22_foo_0_20 ... ok test test_slice_154_23_foo_10_20_1 ... ok test test_slice_154_24_foo_10_20 ... ok test test_slice_154_28_foo_8_2_0_1 ... ok test test_slice_154_26_foo_5_1 ... ok test test_slice_154_25_foo_4_1 ... ok test test_slice_154_29_foo_8_2 ... ok test test_slice_154_2_foo_0_10 ... ok test test_slice_154_30_foo_2_a_3 ... ok test test_slice_154_27_foo_8_2_0 ... ok test test_slice_154_3_foo_0_10 ... ok test test_slice_154_6_foo_0 ... ok test test_slice_154_5_foo_0 ... ok test test_slice_154_8_foo_1 ... ok test test_slice_154_9_foo_10 ... ok test test_slice_154_4_foo_0_1 ... ok test test_syntax_166_0_foo ... ok test test_slice_154_7_foo_10_1 ... ok test test_syntax_166_2_ ... ok test test_syntax_165_1_ ... ok test test_syntax_165_2_ ... ok test test_syntax_166_1_foo ... ok test test_syntax_167_0_bar_anything ... ok test test_syntax_165_0_ ... ok test test_syntax_166_3_u ... ok test test_syntax_167_10_two_level_flattened_proje ... ok test test_syntax_167_11_expects_closing ... ok test test_syntax_167_1_bar_baz_noexists_literal ... ok test test_syntax_167_2_literal_wildcard_projecti ... ok test test_syntax_167_3_foo_name_literal ... ok test test_syntax_167_4_foo_name_literal ... ok test test_syntax_167_5_foo_name_literal_subliter ... ok test test_syntax_167_6_projecting_a_literal_onto ... ok test test_syntax_167_7_foo_name_noexist_literal ... ok test test_syntax_167_8_twolen_foo ... ok test test_syntax_168_0_foo_bar_baz ... ok test test_syntax_168_11_literal_char_escaped ... ok test test_syntax_167_9_two_level_projection_of_a ... ok test test_syntax_168_10_literal_char_not_escaped ... ok test test_syntax_168_13_unknown_comparator ... ok test test_syntax_168_14_foo_bar_baz ... ok test test_syntax_168_15_quoted_identifier_in_filt ... ok test test_syntax_168_12_unknown_comparator ... ok test test_syntax_168_2_foo_bar_baz ... ok test test_syntax_168_1_foo_bar_baz ... ok test test_syntax_168_4_foo ... ok test test_syntax_168_6_foo_bar_baz ... ok test test_syntax_168_7_foo_a_b_c_d_e_f ... ok test test_syntax_168_16_quoted_identifier_in_filt ... ok test test_syntax_168_5_foo_bar ... ok test test_syntax_168_8_foo_bar_0_1_2 ... ok test test_syntax_168_3_foo_bar ... ok test test_syntax_168_9_foo_bar_a_b_c ... ok test test_syntax_169_1_foo ... ok test test_syntax_169_2_foo_bar ... ok test test_syntax_169_0_foo_bar ... ok test test_syntax_169_3_foo ... ok test test_syntax_169_4_foo_foo ... ok test test_syntax_169_6_foo_a ... ok test test_syntax_169_5_foo_a_b ... ok test test_syntax_169_7_foo ... ok test test_syntax_170_0_no_key_or_value ... ok test test_syntax_170_10_missing_key_value_pair ... ok test test_syntax_170_11_not_a_key_value_pair ... ok test test_syntax_170_12_valid_multi_select_hash_e ... ok test test_syntax_170_14_trailing_comma ... ok test test_syntax_170_13_valid_multi_select_hash_e ... ok test test_syntax_170_15_missing_key_in_second_key ... ok test test_syntax_170_16_missing_value_in_second_k ... ok test test_syntax_170_17_trailing_comma ... ok test test_syntax_170_19_missing_closing_after_a_v ... ok test test_syntax_170_18_nested_multi_select ... ok test test_syntax_170_2_not_a_key_value_pair ... ok test test_syntax_170_1_no_closing_token ... ok test test_syntax_170_3_missing_value_and_closing ... ok test test_syntax_170_6_trailing_comma_and_no_clo ... ok test test_syntax_170_5_missing_value ... ok test test_syntax_170_7_missing_value_with_traili ... ok test test_syntax_170_4_missing_closing_character ... ok test test_syntax_170_9_a_foo_0 ... ok test test_syntax_171_0_foo_0 ... ok test test_syntax_170_8_accessing_array_using_an_ ... ok test test_syntax_171_10_multi_select_of_a_list_us ... ok test test_syntax_171_11_multi_select_of_a_list_us ... ok test test_syntax_171_12_valid_multi_select_of_a_h ... ok test test_syntax_171_15_multi_select_of_a_hash_wi ... ok test test_syntax_171_14_multi_select_of_a_hash_us ... ok test test_syntax_171_13_valid_multi_select_of_a_h ... ok test test_syntax_171_1_valid_multi_select_of_a_l ... ok test test_syntax_171_17_multi_select_of_a_hash_us ... ok test test_syntax_171_16_multi_select_of_a_hash_wi ... ok test test_syntax_171_6_multi_select_of_a_list_wi ... ok test test_syntax_171_4_multi_select_of_a_list_wi ... ok test test_syntax_171_5_multi_select_of_a_list_wi ... ok test test_syntax_171_3_foo ... ok test test_syntax_172_0_slice_expected_colon_or_r ... ok test test_syntax_171_7_multi_select_of_a_list_wi ... ok test test_syntax_171_9_multi_select_of_a_list_us ... ok test test_syntax_172_2_slice_expected_number ... ok test test_syntax_173_1_ ... ok test test_syntax_173_3_0 ... ok test test_syntax_171_8_multi_select_of_a_list_us ... ok test test_syntax_172_1_slice_has_too_many_colons ... ok test test_syntax_171_2_foo_0 ... ok test test_syntax_173_6_foo ... ok test test_syntax_173_2_0 ... ok test test_syntax_173_0_0 ... ok test test_syntax_173_5_0 ... ok test test_syntax_175_0_ ... ok test test_syntax_173_7_missing_rbracket_for_led_ ... ok test test_syntax_175_1_ ... ok test test_syntax_175_2_foo ... ok test test_syntax_173_4_bar ... ok test test_syntax_175_3_0 ... ok test test_syntax_174_0_ ... ok test test_syntax_175_4_ ... ok test test_syntax_172_3_slice_expected_number_of_ ... ok test test_syntax_175_8_foo ... ok test test_syntax_177_0_missing_closing_paren ... ok test test_syntax_179_0_ ... ok test test_syntax_175_5_foo ... ok test test_syntax_178_0_ ... ok test test_syntax_179_10_a ... ok test test_syntax_179_11_a ... ok test test_syntax_175_6_0 ... ok test test_syntax_175_7_foo_bar ... ok test test_syntax_176_0_invalid_start_of_function ... ok test test_syntax_179_12_a ... ok test test_syntax_176_1_function_names_cannot_be_ ... ok test test_syntax_179_13_ ... ok test test_syntax_179_1_ ... ok test test_syntax_179_2_ ... ok test test_syntax_179_3_ ... ok test test_syntax_179_4_ ... ok test test_syntax_179_5_ ... ok test test_syntax_179_6_ ... ok test test_syntax_179_8_ ... ok test test_syntax_179_7_ ... ok test test_syntax_179_9_ ... ok test test_syntax_180_2_foo_11 ... ok test test_syntax_180_0_foo_bar ... ok test test_syntax_180_1_foo_1 ... ok test test_syntax_180_3_foo ... ok test test_syntax_180_4_foo ... ok test test_syntax_180_5_foo_bar ... ok test test_syntax_180_6_foo_bar ... ok test test_syntax_180_7_foo ... ok test test_unicode_208_0_ ... ok test test_unicode_209_0_ ... ok test test_wildcard_135_0_0 ... ok test test_wildcard_136_0_string ... ok test test_unicode_210_0_yin_yang ... ok test test_unicode_211_0_foo ... ok test test_wildcard_136_1_hash ... ok test test_wildcard_136_2_number ... ok test test_wildcard_136_4_nullvalue ... ok test test_wildcard_137_0_string ... ok test test_wildcard_136_3_array ... ok test test_wildcard_137_2_number ... ok test test_wildcard_137_1_hash ... ok test test_wildcard_137_3_nullvalue ... ok test test_wildcard_138_2_foo_0_0 ... ok test test_wildcard_138_3_foo_1_0 ... ok test test_wildcard_138_4_foo_0_1 ... ok test test_wildcard_138_5_foo_1_1 ... ok test test_wildcard_138_6_foo_2 ... ok test test_wildcard_138_7_foo_2_2 ... ok test test_wildcard_138_8_bar ... ok test test_wildcard_137_6_number_foo ... ok test test_wildcard_137_5_hash_foo ... ok test test_wildcard_137_4_string_foo ... ok test test_wildcard_137_7_nullvalue_foo ... ok test test_wildcard_139_0_foo_0 ... ok test test_wildcard_138_0_foo_0 ... ok test test_wildcard_139_1_foo_1 ... ok test test_wildcard_137_8_nullvalue_foo_bar ... ok test test_wildcard_138_9_bar_baz ... ok test test_wildcard_140_0_foo_bar_0 ... ok test test_wildcard_138_1_foo_1 ... ok test test_wildcard_141_0_foo_bar_0 ... ok test test_wildcard_141_1_foo_bar_1 ... ok test test_wildcard_141_2_foo_bar_2 ... ok test test_wildcard_142_0_foo_bar_kind ... ok test test_wildcard_143_1_foo_bar_0_kind ... ok test test_wildcard_144_0_foo_bar ... ok test test_wildcard_143_0_foo_bar_kind ... ok test test_wildcard_144_2_foo_bar_0_0 ... ok test test_wildcard_144_1_foo_bar_0 ... ok test test_wildcard_144_3_foo_bar_0_0_0 ... ok test test_wildcard_144_5_foo_0_0 ... ok test test_wildcard_144_4_foo_bar_0_0_0_0 ... ok test test_wildcard_145_1_foo_bar_baz_0 ... ok test test_wildcard_145_2_foo_bar_baz_1 ... ok test test_wildcard_145_0_foo_bar_baz ... ok test test_wildcard_145_4_foo_bar_baz_3 ... ok test test_wildcard_145_3_foo_bar_baz_2 ... ok test test_wildcard_146_1_bar ... ok test test_wildcard_146_0_ ... ok test test_wildcard_146_2_notbar ... ok test test_wildcard_147_0_foo_bar ... ok test test_wildcard_147_1_foo_notbar ... ok test test_wildcard_148_0_ ... ok test test_wildcard_148_1_sub1 ... ok test test_wildcard_148_2_ ... ok test test_wildcard_148_4_sub1_foo ... ok test test_wildcard_149_0_bar ... ok test test_wildcard_148_3_foo ... ok test test_wildcard_150_1_foo ... ok test test_wildcard_150_0_foo ... ok test test_wildcard_150_3_foo ... ok test test_wildcard_150_2_foo ... ok test test_wildcard_151_3_foo_notbaz_0 ... ok test test_wildcard_151_0_foo_baz ... ok test test_wildcard_151_2_foo_notbaz ... ok test test_wildcard_151_1_foo_bar ... ok test test_wildcard_151_4_foo_notbaz_1 ... ok test result: ok. 861 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s Running unittests src/main.rs (target/debug/deps/jp-13f3390c00964df5) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cli.rs (target/debug/deps/cli-4d9fe93bd47ff12b) running 11 tests test validates_expression_file_exists ... ok test executes_query_against_files ... ok test allows_unquoted_strings ... ok test can_read_json_from_stdin ... ok test shows_help_info ... ok test shows_parse_error_information_with_non_zero_rc ... ok test prints_ast ... ok test validates_expression_file_is_valid_expression ... ok test unquoted_does_nothing_for_non_strings ... ok test validates_json_file_exists ... ok test validates_json_file_is_valid_json ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests jmespath running 4 tests test src/ast.rs - ast (line 12) ... ok test src/lib.rs - (line 27) ... ok test src/lib.rs - (line 70) ... ok test src/lib.rs - (line 10) ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s >>> jp: Entering fakeroot... >>> jp*: Running postcheck for jp >>> jp*: Preparing package jp... >>> jp*: Stripping binaries >>> jp*: Scanning shared objects >>> jp*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 >>> jp*: Package size: 856.0 KB >>> jp*: Compressing data... >>> jp*: Create checksum... >>> jp*: Create jp-0.3.0-r0.apk >>> jp: Build complete at Fri, 03 Feb 2023 15:40:28 +0000 elapsed time 0h 0m 58s >>> jp: Cleaning up srcdir >>> jp: Cleaning up pkgdir >>> jp: Uninstalling dependencies... (1/8) Purging .makedepends-jp (20230203.153931) (2/8) Purging cargo (1.67.0-r2) (3/8) Purging rust (1.67.0-r2) (4/8) Purging rust-stdlib (1.67.0-r2) (5/8) Purging llvm15-libs (15.0.7-r0) (6/8) Purging libffi (3.4.4-r0) (7/8) Purging libxml2 (2.10.3-r2) (8/8) Purging xz-libs (5.4.1-r0) Executing busybox-1.36.0-r3.trigger OK: 369 MiB in 98 packages >>> jp: Updating the testing/s390x repository index... >>> jp: Signing the index...