[Debian-med-packaging] Bug#1026492: seqan2: FTBFS: TypeError: a bytes-like object is required, not 'str'
Lucas Nussbaum
lucas at debian.org
Tue Dec 20 16:58:32 GMT 2022
Source: seqan2
Version: 2.4.0+dfsg-14
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j8
> UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
> Start 1: test_test_align
>
> 1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align
> 1: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 1: Test timeout computed to be: 10000000
> test 2
> Start 2: test_test_align_simd_global_equal_length
>
> 2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_equal_length
> 2: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 2: Test timeout computed to be: 10000000
> test 3
> Start 3: test_test_align_simd_global_equal_length_sse4_host
>
> 3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_equal_length_sse4
> 3: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 3: Test timeout computed to be: 10000000
> test 4
> Start 4: test_test_align_simd_global_equal_length_avx2_host
>
> 4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_equal_length_avx2
> 4: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 4: Test timeout computed to be: 10000000
> test 5
> Start 5: test_test_align_simd_global_variable_length
>
> 5: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_variable_length
> 5: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 5: Test timeout computed to be: 10000000
> test 6
> Start 6: test_test_align_simd_global_variable_length_sse4_host
>
> 6: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_variable_length_sse4
> 6: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 6: Test timeout computed to be: 10000000
> test 7
> Start 7: test_test_align_simd_global_variable_length_avx2_host
>
> 7: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_global_variable_length_avx2
> 7: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 7: Test timeout computed to be: 10000000
> test 8
> Start 8: test_test_align_simd_local_equal_length
>
> 8: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_equal_length
> 8: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 8: Test timeout computed to be: 10000000
> 1: TEST SUITE test_align
> 1: SEQAN_ENABLE_DEBUG == 1
> 1: SEQAN_ENABLE_TESTING == 1
> 1: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 1: SEQAN_ASYNC_IO == 1
> 1: test_align_gaps_array_gaps_metafunctions OK
> 1: test_align_gaps_array_constructor_and_source OK
> 1: test_align_gaps_array_gaps_set_source OK
> 1: test_align_gaps_array_gaps_assign_source OK
> 1: test_align_gaps_array_gaps_gap_operations_gaps_center OK
> 1: test_align_gaps_array_gaps_gap_operations_gaps_leading OK
> 1: test_align_gaps_array_gaps_gap_operations_gaps_trailing OK
> 1: test_align_gaps_array_gaps_sequence_interface_ungapped OK
> 1: test_align_gaps_array_gaps_sequence_interface_gaps_center OK
> 1: test_align_gaps_array_gaps_sequence_interface_gaps_leading OK
> 1: test_align_gaps_array_gaps_sequence_interface_gaps_trailing OK
> 1: test_align_gaps_array_gaps_iterator_interface_begin OK
> 1: test_align_gaps_array_gaps_iterator_interface_end OK
> 1: test_align_gaps_array_gaps_iterator_interface_iter OK
> 1: test_align_gaps_array_gaps_source_view_position_ungapped OK
> 1: test_align_gaps_array_gaps_source_view_position_gaps_center OK
> 1: test_align_gaps_array_gaps_source_view_position_gaps_leading OK
> 1: test_align_gaps_array_gaps_source_view_position_gaps_trailing OK
> 1: test_align_gaps_array_gaps_clipping_ungapped OK
> 1: test_align_gaps_array_gaps_clipping_gaps_center OK
> 1: test_align_gaps_array_gaps_clipping_gaps_leading OK
> 1: test_align_gaps_array_gaps_clipping_gaps_trailing OK
> 1: test_align_gaps_array_gaps_clear_clipping OK
> 1: test_align_gaps_array_gaps_copy_gaps OK
> 1: test_align_gaps_array_gaps_copy_clipping OK
> 1: test_align_gaps_array_gaps_source_is_nothing OK
> 1: test_align_gaps_array_gaps_clear OK
> 1: test_align_gaps_anchor_gaps_metafunctions OK
> 1: test_align_gaps_anchor_constructor_and_source OK
> 1: test_align_gaps_anchor_gaps_set_source OK
> 1: test_align_gaps_anchor_gaps_assign_source OK
> 1: test_align_gaps_anchor_gaps_gap_operations_gaps_center OK
> 1: test_align_gaps_anchor_gaps_gap_operations_gaps_leading OK
> 1: test_align_gaps_anchor_gaps_gap_operations_gaps_trailing OK
> 1: test_align_gaps_anchor_gaps_sequence_interface_ungapped OK
> 1: test_align_gaps_anchor_gaps_sequence_interface_gaps_center OK
> 1: test_align_gaps_anchor_gaps_sequence_interface_gaps_leading OK
> 1: test_align_gaps_anchor_gaps_sequence_interface_gaps_trailing OK
> 1: test_align_gaps_anchor_gaps_iterator_interface_begin OK
> 1: test_align_gaps_anchor_gaps_iterator_interface_end OK
> 1: test_align_gaps_anchor_gaps_iterator_interface_iter OK
> 1: test_align_gaps_anchor_gaps_source_view_position_ungapped OK
> 1: test_align_gaps_anchor_gaps_source_view_position_gaps_center OK
> 1: test_align_gaps_anchor_gaps_source_view_position_gaps_leading OK
> 1: test_align_gaps_anchor_gaps_source_view_position_gaps_trailing OK
> 1: test_align_gaps_anchor_gaps_clipping_ungapped OK
> 1: test_align_gaps_anchor_gaps_clipping_gaps_center OK
> 1: test_align_gaps_anchor_gaps_clipping_gaps_leading OK
> 1: test_align_gaps_anchor_gaps_clipping_gaps_trailing OK
> 1: test_align_gaps_anchor_gaps_clear_clipping OK
> 1: test_align_gaps_anchor_gaps_copy_gaps OK
> 1: test_align_gaps_anchor_gaps_copy_clipping OK
> 1: test_align_gaps_anchor_gaps_clear OK
> 1: test_align_fragment OK
> 1: test_align_gaps_iterator_array_metafunctions OK
> 1: test_align_gaps_iterator_array_trivial_iterator_array_functions OK
> 1: test_align_gaps_iterator_array_rooted_random_access_iterator_array_functions OK
> 1: test_align_gaps_iterator_array_movement OK
> 1: test_align_gaps_iterator_array_relations OK
> 1: test_align_gaps_iterator_array_pointer_arithmetic OK
> 1: test_align_gaps_iterator_array_forward_iteration OK
> 1: test_align_gaps_iterator_array_reverse_iteration OK
> 1: test_align_gaps_iterator_array_count_gaps_count_characters_is_gap OK
> 1: test_align_gaps_iterator_array_clipped_count_gaps_count_characters_is_gap OK
> 1: test_align_gaps_iterator_array_gap_operations_center OK
> 1: test_align_gaps_iterator_array_gap_operations_leading OK
> 1: test_align_gaps_iterator_array_gap_operations_trailing OK
> 1: test_align_gaps_iterator_anchor_metafunctions OK
> 1: test_align_gaps_iterator_anchor_trivial_iterator_anchor_functions OK
> 1: test_align_gaps_iterator_anchor_rooted_random_access_iterator_anchor_functions OK
> 1: test_align_gaps_iterator_anchor_movement OK
> 1: test_align_gaps_iterator_anchor_relations OK
> 1: test_align_gaps_iterator_anchor_pointer_arithmetic OK
> 1: test_align_gaps_iterator_anchor_forward_iteration OK
> 1: test_align_gaps_iterator_anchor_reverse_iteration OK
> 1: test_align_gaps_iterator_anchor_count_gaps_count_characters_is_gap OK
> 1: test_align_gaps_iterator_anchor_clipped_count_gaps_count_characters_is_gap OK
> 1: test_align_gaps_iterator_anchor_gap_operations_center OK
> 1: test_align_gaps_iterator_anchor_gap_operations_leading OK
> 1: test_align_gaps_iterator_anchor_gap_operations_trailing OK
> 1: test_alignment_dp_profile_is_global_alignment OK
> 1: test_alignment_dp_profile_is_local_alignment OK
> 1: test_alignment_dp_profile_is_traceback_enabled OK
> 1: test_alignment_dp_profile_is_free_end_gaps OK
> 1: test_dp_band_on_constructor OK
> 1: test_dp_band_on_lower_diagonal OK
> 1: test_dp_band_on_upper_diagonal OK
> 1: test_dp_band_on_set_lower_diagonal OK
> 1: test_dp_band_on_set_upper_diagonal OK
> 1: test_dp_band_off_band_size OK
> 1: test_dp_band_on_band_size OK
> 1: test_dp_cell_value OK
> 1: test_dp_cell_reference OK
> 1: test_dp_cell_default_infinity OK
> 1: test_dp_cell_linear_constructor OK
> 1: test_dp_cell_linear_copy_constructor OK
> 1: test_dp_cell_linear_assignment OK
> 1: test_dp_cell_linear_score OK
> 1: test_dp_cell_affine_constructor OK
> 1: test_dp_cell_affine_copy_constructor OK
> 1: test_dp_cell_affine_assignment OK
> 1: test_dp_cell_affine_score OK
> 1: test_dp_cell_affine_vertical_score OK
> 1: test_dp_cell_affine_horizontal_score OK
> 1: test_dp_cell_dynamic_constructor OK
> 1: test_dp_cell_dynamic_copy_constructor OK
> 1: test_dp_cell_dynamic_assignment OK
> 1: test_dp_cell_dynamic_score OK
> 1: test_alignment_dp_matrix_metafunction_data_host OK
> 1: test_alignment_dp_matrix_metafunction_size_arr OK
> 1: test_alignment_dp_matrix_data_host OK
> 1: test_alignment_dp_matrix_data_lengths OK
> 1: test_alignment_dp_matrix_data_factors OK
> 1: test_alignment_dp_matrix_check_dimension OK
> 1: test_alignment_dp_matrix_clear OK
> 1: test_alignment_dp_matrix_host OK
> 1: test_alignment_dp_matrix_set_host OK
> 1: test_alignment_dp_matrix_begin_standard OK
> 1: test_alignment_dp_matrix_begin_rooted OK
> 1: test_alignment_dp_matrix_end_standard OK
> 1: test_alignment_dp_matrix_end_rooted OK
> 1: test_alignment_dp_matrix_full_constructor OK
> 1: test_alignment_dp_matrix_full_copy_constructor OK
> 1: test_alignment_dp_matrix_full_assigment OK
> 1: test_alignment_dp_matrix_full_metafunction_value OK
> 1: test_alignment_dp_matrix_full_metafunction_reference OK
> 1: test_alignment_dp_matrix_full_metafunction_getvalue OK
> 1: test_alignment_dp_matrix_full_metafunction_position OK
> 1: test_alignment_dp_matrix_full_metafunction_size OK
> 1: test_alignment_dp_matrix_full_metafunction_host OK
> 1: test_alignment_dp_matrix_full_metafunction_iterator_standard OK
> 1: test_alignment_dp_matrix_full_metafunction_iterator_rooted OK
> 1: test_alignment_dp_matrix_full_resize OK
> 1: test_alignment_dp_matrix_full_resize_with_value OK
> 1: test_alignment_dp_matrix_full_value OK
> 1: test_alignment_dp_matrix_full_value_with_coordinates OK
> 1: test_alignment_dp_matrix_full_set_length OK
> 1: test_alignment_dp_matrix_full_length_dimension OK
> 1: test_alignment_dp_matrix_full_length OK
> 1: test_alignment_dp_matrix_full_empty OK
> 1: test_alignment_dp_matrix_full_coordinate OK
> 1: test_alignment_dp_matrix_sparse_constructor OK
> 1: test_alignment_dp_matrix_sparse_copy_constructor OK
> 1: test_alignment_dp_matrix_sparse_assigment OK
> 1: test_alignment_dp_matrix_sparse_metafunction_value OK
> 1: test_alignment_dp_matrix_sparse_metafunction_reference OK
> 1: test_alignment_dp_matrix_sparse_metafunction_getvalue OK
> 1: test_alignment_dp_matrix_sparse_metafunction_position OK
> 1: test_alignment_dp_matrix_sparse_metafunction_size OK
> 1: test_alignment_dp_matrix_sparse_metafunction_host OK
> 1: test_alignment_dp_matrix_sparse_metafunction_iterator_standard OK
> 1: test_alignment_dp_matrix_sparse_metafunction_iterator_rooted OK
> 1: test_alignment_dp_matrix_sparse_resize OK
> 1: test_alignment_dp_matrix_sparse_resize_with_value OK
> 1: test_alignment_dp_matrix_sparse_value OK
> 1: test_alignment_dp_matrix_sparse_value_with_coordinates OK
> 1: test_alignment_dp_matrix_sparse_set_length OK
> 1: test_alignment_dp_matrix_sparse_length_dimension OK
> 1: test_alignment_dp_matrix_sparse_length OK
> 1: test_alignment_dp_matrix_sparse_empty OK
> 1: test_alignment_dp_matrix_sparse_coordinate OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_init_unbanded OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_init_banded OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_go_next_cell OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_assign_value OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_value OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_previous_cell_horizontal OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_coordinate OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_full_container OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_init_unbanded OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_init_banded OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_go_next OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_assign_value OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_value OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_previous_cell_horizontal OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_coordinate OK
> 1: test_alignment_dp_matrix_navigator_score_matrix_sparse_container OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_init_unbanded OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_disabled_init_unbanded OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_init_banded OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_disabled_init_banded OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_go_next OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_assign_value OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_value OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_coordinate OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_container OK
> 1: test_alignment_dp_matrix_navigator_trace_matrix_enabled_to_global_position OK
> 1: test_dp_formula_trace_global_linear_diagonal_direction OK
> 1: test_dp_formula_trace_global_linear_horizontal_direction OK
> 1: test_dp_formula_trace_global_linear_vertical_direction OK
> 1: test_dp_formula_trace_global_linear_upper_band_direction OK
> 1: test_dp_formula_trace_global_linear_lower_band_direction OK
> 1: test_dp_formula_trace_global_linear_all_direction OK
> 1: test_dp_formula_trace_global_affine_diagonal_direction OK
> 1: test_dp_formula_trace_global_affine_horizontal_direction OK
> 1: test_dp_formula_trace_global_affine_vertical_direction OK
> 1: test_dp_formula_trace_global_affine_upper_band_direction OK
> 1: test_dp_formula_trace_global_affine_lower_band_direction OK
> 1: test_dp_formula_trace_global_affine_all_direction OK
> 1: test_dp_formula_trace_global_dynamic_diagonal_direction OK
> 1: test_dp_formula_trace_global_dynamic_horizontal_direction OK
> 1: test_dp_formula_trace_global_dynamic_vertical_direction OK
> 1: test_dp_formula_trace_global_dynamic_upper_band_direction OK
> 1: test_dp_formula_trace_global_dynamic_lower_band_direction OK
> 1: test_dp_formula_trace_global_dynamic_all_direction OK
> 1: test_dp_formula_trace_local_linear_diagonal_direction OK
> 1: test_dp_formula_trace_local_linear_horizontal_direction OK
> 1: test_dp_formula_trace_local_linear_vertical_direction OK
> 1: test_dp_formula_trace_local_linear_upper_band_direction OK
> 1: test_dp_formula_trace_local_linear_lower_band_direction OK
> 1: test_dp_formula_trace_local_linear_all_direction OK
> 1: test_dp_formula_trace_local_affine_diagonal_direction OK
> 1: test_dp_formula_trace_local_affine_horizontal_direction OK
> 1: test_dp_formula_trace_local_affine_vertical_direction OK
> 1: test_dp_formula_trace_local_affine_upper_band_direction OK
> 1: test_dp_formula_trace_local_affine_lower_band_direction OK
> 1: test_dp_formula_trace_local_affine_all_direction OK
> 1: test_dp_formula_notrace_diagonal_direction OK
> 1: test_dp_formula_notrace_horizontal_direction OK
> 1: test_dp_formula_notrace_vertical_direction OK
> 1: test_dp_formula_notrace_upper_band_direction OK
> 1: test_dp_formula_notrace_lower_band_direction OK
> 1: test_dp_formula_notrace_all_direction OK
> 1: test_alignment_traceback_tracesegment_constructor OK
> 1: test_alignment_traceback_tracesegment_assignment OK
> 1: test_alignment_traceback_tracesegment_position OK
> 1: test_alignment_traceback_tracesegment_size OK
> 1: test_alignment_traceback_tracesegment_get_begin_horizontal OK
> 1: test_alignment_traceback_tracesegment_get_begin_vertical OK
> 1: test_alignment_traceback_tracesegment_get_end_horizontal OK
> 1: test_alignment_traceback_tracesegment_get_end_vertical OK
> 1: test_alignment_traceback_tracesegment_translate_trace_value OK
> 1: test_alignment_traceback_tracesegment_operator_stream OK
> 1: test_alignment_traceback_tracesegment_operator_equal OK
> 1: test_alignment_traceback_tracesegment_operator_unequal OK
> 1: test_alignment_traceback_tracesegment_record_segment OK
> 1: test_align2_trace_adaptor_trace_segment OK
> 1: test_align2_trace_adaptor_record_trace_segment OK
> 1: test_align2_trace_adaptor_adapt_file OK
> 1: test_align2_trace_adaptor_adapt_align OK
> 1: test_align2_trace_adaptor_adapt_fragments OK
> 1: test_align2_trace_adaptor_adapt_alignment_graph OK
> 1: test_align2_traceback_linear_unbanded_alignment OK
> 1: test_align2_traceback_linear_normal_banded_alignment OK
> 1: test_align2_traceback_linear_small_banded_alignment OK
> 1: test_align2_traceback_linear_wide_banded_alignment OK
> 1: test_align2_traceback_affine OK
> 1: test_align2_traceback_gaps_left_linear_gaps OK
> 1: test_align2_traceback_gaps_right_linear_gaps OK
> 1: test_align2_traceback_gaps_left_affine_gaps OK
> 1: test_align2_traceback_gaps_right_affine_gaps OK
> 1: test_alignment_algorithms_band_position_case1 OK
> 1: test_alignment_algorithms_band_position_case2 OK
> 1: test_alignment_algorithms_band_position_case3 OK
> 1: test_alignment_algorithms_band_position_case4 OK
> 1: test_alignment_algorithms_band_position_case5 OK
> 1: test_alignment_algorithms_band_position_case6 OK
> 1: test_alignment_algorithms_band_position_case7 OK
> 1: test_alignment_algorithms_band_position_case8 OK
> 1: test_alignment_algorithms_band_position_case9 OK
> 1: test_alignment_algorithms_band_position_case10 OK
> 1: test_alignment_algorithms_band_position_case11 OK
> 1: test_alignment_algorithms_band_position_case12 OK
> 1: test_alignment_algorithms_band_position_case13 OK
> 1: test_alignment_algorithms_band_position_case14 OK
> 1: test_alignment_algorithms_band_position_case15 OK
> 1: test_alignment_algorithms_band_position_case16 OK
> 1: test_alignment_algorithms_band_position_case17 OK
> 1: test_alignment_algorithms_band_position_case18 OK
> 1: test_alignment_algorithms_band_position_case19 OK
> 1: test_alignment_algorithms_band_position_case20 OK
> 1: test_alignment_algorithms_band_position_case21 OK
> 1: test_alignment_algorithms_band_position_case22 OK
> 1: test_alignment_algorithms_band_position_case23 OK
> 1: test_alignment_algorithms_band_position_case24 OK
> 1: test_alignment_algorithms_band_position_case25 OK
> 1: test_alignment_algorithms_band_position_case26 OK
> 1: test_alignment_algorithms_band_position_case27 OK
> 1: test_alignment_algorithms_band_position_case28 OK
> 1: test_alignment_algorithms_band_position_case29 OK
> 1: test_alignment_algorithms_band_position_case30 OK
> 1: test_alignment_algorithms_band_position_case31 OK
> 1: test_alignment_algorithms_align_gaps_global_linear OK
> 1: test_alignment_algorithms_gaps_gaps_global_linear OK
> 1: test_alignment_algorithms_graph_gaps_global_linear OK
> 1: test_alignment_algorithms_fragments_gaps_global_linear OK
> 1: test_align_global_alignment_shorter_interfaces_linear OK
> 1: test_alignment_algorithms_score_global_linear OK
> 1: test_alignment_algorithms_align_gaps_global_affine OK
> 1: test_alignment_algorithms_gaps_gaps_global_affine OK
> 1: test_alignment_algorithms_graph_gaps_global_affine OK
> 1: test_alignment_algorithms_fragments_gaps_global_affine OK
> 1: test_align_global_alignment_shorter_interfaces_affine OK
> 1: test_alignment_algorithms_score_global_affine OK
> 1: test_alignment_algorithms_align_gaps_overlap_linear OK
> 1: test_alignment_algorithms_gaps_gaps_overlap_linear OK
> 1: test_alignment_algorithms_graph_gaps_overlap_linear OK
> 1: test_alignment_algorithms_fragments_gaps_overlap_linear OK
> 1: test_alignment_algorithms_score_overlap_linear OK
> 1: test_alignment_algorithms_align_gaps_overlap_affine OK
> 1: test_alignment_algorithms_gaps_gaps_overlap_affine OK
> 1: test_alignment_algorithms_graph_gaps_overlap_affine OK
> 1: test_alignment_algorithms_fragments_gaps_overlap_affine OK
> 1: test_alignment_algorithms_score_overlap_affine OK
> 1: test_alignment_algorithms_align_gaps_semi_global_linear OK
> 1: test_alignment_algorithms_gaps_gaps_semi_global_linear OK
> 1: test_alignment_algorithms_graph_gaps_semi_global_linear OK
> 1: test_alignment_algorithms_fragments_gaps_semi_global_linear OK
> 1: test_alignment_algorithms_score_semi_global_linear OK
> 1: test_alignment_algorithms_align_gaps_semi_global_affine OK
> 1: test_alignment_algorithms_gaps_gaps_semi_global_affine OK
> 1: test_alignment_algorithms_graph_gaps_semi_global_affine OK
> 1: test_alignment_algorithms_fragments_gaps_semi_global_affine OK
> 1: test_alignment_algorithms_score_semi_global_affine OK
> 1: test_alignment_algorithms_global_different_container OK
> 1: test_alignment_algorithms_align_local_linear OK
> 1: test_alignment_algorithms_gaps_local_linear OK
> 1: test_alignment_algorithms_graph_local_linear OK
> 1: test_alignment_algorithms_fragments_local_linear OK
> 1: test_alignment_algorithms_align_local_affine OK
> 1: test_alignment_algorithms_gaps_local_affine OK
> 1: test_alignment_algorithms_graph_local_affine OK
> 1: test_alignment_algorithms_fragments_local_affine OK
> 1: test_alignment_algorithms_global_dynamic_cost OK
> 1: test_alignment_algorithms_local_dynamic_cost OK
> 1: test_align_local_alignment_enumeration_align OK
> 1: test_align_local_alignment_enumeration_gaps OK
> 1: test_align_local_alignment_enumeration_fragment OK
> 1: test_alignment_algorithms_align_global_linear_banded OK
> 1: test_alignment_algorithms_gaps_global_linear_banded OK
> 1: test_alignment_algorithms_graph_global_linear_banded OK
> 1: test_alignment_algorithms_fragments_global_linear_banded OK
> 1: test_alignment_algorithms_align_global_affine_banded OK
> 1: test_alignment_algorithms_gaps_global_affine_banded OK
> 1: test_alignment_algorithms_graph_global_affine_banded OK
> 1: test_alignment_algorithms_fragments_global_affine_banded OK
> 1: test_alignment_algorithms_align_overlap_linear_banded OK
> 1: test_alignment_algorithms_gaps_overlap_linear_banded OK
> 1: test_alignment_algorithms_graph_overlap_linear_banded OK
> 1: test_alignment_algorithms_fragments_overlap_linear_banded OK
> 1: test_alignment_algorithms_align_overlap_affine_banded OK
> 1: test_alignment_algorithms_gaps_overlap_affine_banded OK
> 1: test_alignment_algorithms_graph_overlap_affine_banded OK
> 1: test_alignment_algorithms_fragments_overlap_affine_banded OK
> 1: test_alignment_algorithms_align_semi_global_linear_banded OK
> 1: test_alignment_algorithms_gaps_semi_global_linear_banded OK
> 1: test_alignment_algorithms_graph_semi_global_linear_banded OK
> 1: test_alignment_algorithms_fragments_semi_global_linear_banded OK
> 1: test_alignment_algorithms_align_semi_global_affine_banded OK
> 1: test_alignment_algorithms_gaps_semi_global_affine_banded OK
> 1: test_alignment_algorithms_graph_semi_global_affine_banded OK
> 1: test_alignment_algorithms_fragments_semi_global_affine_banded OK
> 1: test_align_global_alignment_banded_shorter_interfaces_linear OK
> 1: test_align_global_alignment_banded_shorter_interfaces_affine OK
> 1: test_alignment_algorithms_global_banded_different_container OK
> 1: test_alignment_algorithms_align_local_linear_banded OK
> 1: test_alignment_algorithms_gaps_local_linear_banded OK
> 1: test_alignment_algorithms_graph_local_linear_banded OK
> 1: test_alignment_algorithms_fragments_local_linear_banded OK
> 1: test_alignment_algorithms_align_local_affine_banded OK
> 1: test_alignment_algorithms_gaps_local_affine_banded OK
> 1: test_alignment_algorithms_graph_local_affine_banded OK
> 1: test_alignment_algorithms_fragments_local_affine_banded OK
> 1: test_alignment_algorithms_global_dynamic_cost_banded OK
> 1: test_alignment_algorithms_local_dynamic_cost_banded OK
> 1: test_align_local_alignment_enumeration_banded_align OK
> 1: test_align_local_alignment_enumeration_banded_gaps OK
> 1: test_align_local_alignment_enumeration_banded_fragment OK
> 1: test_align_global_alignment_hirschberg_align OK
> 1: test_align_global_alignment_hirschberg_gaps OK
> 1: test_align_global_alignment_hirschberg_fragments OK
> 1: test_align_global_alignment_hirschberg_graph OK
> 1: test_align_global_alignment_myers_hirschberg_align OK
> 1: test_align_global_alignment_myers_hirschberg_gaps OK
> 1: test_align_global_alignment_myers_hirschberg_fragments OK
> 1: test_align_global_alignment_myers_hirschberg_graph OK
> 1: test_align_global_alignment_score_hirschberg OK
> 1: test_align_global_alignment_score_myers OK
> 1: test_align_global_alignment_score_myers_hirschberg OK
> 1: test_align_global_alignment_hirschberg_single_character OK
> 1: test_align_integrate_align OK
> 1: test_align_integrate_align_infix_of_infix OK
> 1: test_align_stream_gaps_write OK
> 1: test_align_stream_gaps_stream OK
> 1: test_align_stream_align_write OK
> 1: test_align_stream_align_stream OK
> 1: test_align_compute_alignment_stats OK
> 1: **************************************
> 1: Total Tests: 387
> 1: Skipped: 0
> 1: Errors: 0
> 1: **************************************
> 2: TEST SUITE tests
> 2: SEQAN_ENABLE_DEBUG == 1
> 2: SEQAN_ENABLE_TESTING == 1
> 2: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 2: SEQAN_ASYNC_IO == 1
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: TEST SUITE tests
> 3: SEQAN_ENABLE_DEBUG == 1
> 3: SEQAN_ENABLE_TESTING == 1
> 3: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 3: SEQAN_ASYNC_IO == 1
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: TEST SUITE tests
> 4: SEQAN_ENABLE_DEBUG == 1
> 4: SEQAN_ENABLE_TESTING == 1
> 4: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 4: SEQAN_ASYNC_IO == 1
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: TEST SUITE tests
> 5: SEQAN_ENABLE_DEBUG == 1
> 5: SEQAN_ENABLE_TESTING == 1
> 5: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 5: SEQAN_ASYNC_IO == 1
> 5: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: TEST SUITE tests
> 6: SEQAN_ENABLE_DEBUG == 1
> 6: SEQAN_ENABLE_TESTING == 1
> 6: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 6: SEQAN_ASYNC_IO == 1
> 6: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: TEST SUITE tests
> 7: SEQAN_ENABLE_DEBUG == 1
> 7: SEQAN_ENABLE_TESTING == 1
> 7: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 7: SEQAN_ASYNC_IO == 1
> 7: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 1/416 Test #1: test_test_align ................................................................... Passed 0.04 sec
> test 9
> Start 9: test_test_align_simd_local_equal_length_sse4_host
>
> 9: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_equal_length_sse4
> 9: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 9: Test timeout computed to be: 10000000
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: TEST SUITE tests
> 8: SEQAN_ENABLE_DEBUG == 1
> 8: SEQAN_ENABLE_TESTING == 1
> 8: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 8: SEQAN_ASYNC_IO == 1
> 8: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 8: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 8: **************************************
> 8: Total Tests: 12
> 8: Skipped: 0
> 8: Errors: 0
> 8: **************************************
> 2/416 Test #8: test_test_align_simd_local_equal_length ........................................... Passed 0.03 sec
> test 10
> Start 10: test_test_align_simd_local_equal_length_avx2_host
>
> 10: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_equal_length_avx2
> 10: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 10: Test timeout computed to be: 10000000
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: TEST SUITE tests
> 9: SEQAN_ENABLE_DEBUG == 1
> 9: SEQAN_ENABLE_TESTING == 1
> 9: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 9: SEQAN_ASYNC_IO == 1
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: TEST SUITE tests
> 10: SEQAN_ENABLE_DEBUG == 1
> 10: SEQAN_ENABLE_TESTING == 1
> 7: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 10: SEQAN_ASYNC_IO == 1
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3: **************************************
> 3: Total Tests: 48
> 3: Skipped: 0
> 3: Errors: 0
> 3: **************************************
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 3/416 Test #3: test_test_align_simd_global_equal_length_sse4_host ................................ Passed 0.05 sec
> test 11
> Start 11: test_test_align_simd_local_variable_length
>
> 11: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_variable_length
> 11: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 11: Test timeout computed to be: 10000000
> 4: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4: **************************************
> 4: Total Tests: 48
> 4: Skipped: 0
> 4: Errors: 0
> 4: **************************************
> 9: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 5: **************************************
> 5: Total Tests: 24
> 5: Skipped: 0
> 5: Errors: 0
> 5: **************************************
> 7: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 7: **************************************
> 7: Total Tests: 24
> 7: Skipped: 0
> 7: Errors: 0
> 7: **************************************
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 6: **************************************
> 6: Total Tests: 24
> 6: Skipped: 0
> 6: Errors: 0
> 6: **************************************
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 4/416 Test #4: test_test_align_simd_global_equal_length_avx2_host ................................ Passed 0.05 sec
> test 12
> Start 12: test_test_align_simd_local_variable_length_sse4_host
>
> 12: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_variable_length_sse4
> 12: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 12: Test timeout computed to be: 10000000
> 5/416 Test #5: test_test_align_simd_global_variable_length ....................................... Passed 0.05 sec
> test 13
> Start 13: test_test_align_simd_local_variable_length_avx2_host
>
> 13: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_simd_local_variable_length_avx2
> 13: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align
> 13: Test timeout computed to be: 10000000
> 6/416 Test #6: test_test_align_simd_global_variable_length_sse4_host ............................. Passed 0.05 sec
> test 14
> Start 14: test_test_align_extend
>
> 14: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_extend
> 14: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_extend
> 14: Test timeout computed to be: 10000000
> 7/416 Test #7: test_test_align_simd_global_variable_length_avx2_host ............................. Passed 0.05 sec
> test 15
> Start 15: test_align_parallel_data_structures
>
> 15: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_data_structures
> 15: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 15: Test timeout computed to be: 10000000
> 9: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 9: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 9: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 9: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 9: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 9: **************************************
> 9: Total Tests: 12
> 9: Skipped: 0
> 9: Errors: 0
> 9: **************************************
> 8/416 Test #9: test_test_align_simd_local_equal_length_sse4_host ................................. Passed 0.03 sec
> test 16
> Start 16: test_test_align_parallel_interface
>
> 16: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_interface
> 16: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 16: Test timeout computed to be: 10000000
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, true, true, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<true, false, false, true, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, true, true, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 2: **************************************
> 2: Total Tests: 48
> 2: Skipped: 0
> 2: Errors: 0
> 2: **************************************
> 9/416 Test #2: test_test_align_simd_global_equal_length .......................................... Passed 0.06 sec
> test 17
> Start 17: test_test_align_parallel_interface_sse4_host
>
> 17: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_interface_sse4
> 17: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 17: Test timeout computed to be: 10000000
> 10: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOff_> > OK
> 10: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdEqualLength_>, seqan::Tag<seqan::BandOn_> > OK
> 10: **************************************
> 10: Total Tests: 12
> 10: Skipped: 0
> 10: Errors: 0
> 10: **************************************
> 10/416 Test #10: test_test_align_simd_local_equal_length_avx2_host ................................. Passed 0.03 sec
> test 18
> Start 18: test_test_align_parallel_interface_avx2_host
>
> 18: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_interface_avx2
> 18: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 18: Test timeout computed to be: 10000000
> 11: TEST SUITE tests
> 11: SEQAN_ENABLE_DEBUG == 1
> 11: SEQAN_ENABLE_TESTING == 1
> 11: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 11: SEQAN_ASYNC_IO == 1
> 11: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 11: **************************************
> 11: Total Tests: 6
> 11: Skipped: 0
> 11: Errors: 0
> 11: **************************************
> 12: TEST SUITE tests
> 12: SEQAN_ENABLE_DEBUG == 1
> 12: SEQAN_ENABLE_TESTING == 1
> 12: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 12: SEQAN_ASYNC_IO == 1
> 12: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 12: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 12: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: TEST SUITE tests
> 13: SEQAN_ENABLE_DEBUG == 1
> 13: SEQAN_ENABLE_TESTING == 1
> 13: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 13: SEQAN_ASYNC_IO == 1
> 13: SimdAlignTestCommon_Linear_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: SimdAlignTestCommon_Linear_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 14: TEST SUITE test_align_extend
> 14: SEQAN_ENABLE_DEBUG == 1
> 14: SEQAN_ENABLE_TESTING == 1
> 14: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 14: SEQAN_ASYNC_IO == 1
> 14: test_align_extend_simple OK
> 14: test_align_extend_simple_infixes_recomp OK
> 14: test_align_extend_banded OK
> 14: test_align_extend_xdrop OK
> 14: test_align_extend_xdrop_banded OK
> 14: test_align_extend_semiglobal OK
> 14: **************************************
> 14: Total Tests: 6
> 14: Skipped: 0
> 14: Errors: 0
> 14: **************************************
> 11/416 Test #14: test_test_align_extend ............................................................ Passed 0.01 sec
> test 19
> Start 19: test_test_align_parallel_algorithm
>
> 19: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_algorithm
> 19: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 19: Test timeout computed to be: 10000000
> 12/416 Test #11: test_test_align_simd_local_variable_length ........................................ Passed 0.02 sec
> test 20
> Start 20: test_test_align_parallel_algorithm_sse4_host
>
> 20: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_algorithm_sse4
> 20: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 20: Test timeout computed to be: 10000000
> 12: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 12: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 12: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 12: **************************************
> 12: Total Tests: 6
> 12: Skipped: 0
> 12: Errors: 0
> 12: **************************************
> 13: SimdAlignTestCommon_Affine_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: SimdAlignTestCommon_Dynamic_Score_Matrix_Align type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: SimdAlignTestCommon_Affine_Score type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: SimdAlignTestCommon_Dynamic_Score_Matrix type parameter std::tuple<seqan::AlignConfig<false, false, false, false, seqan::Tag<seqan::Default_> >, seqan::Tag<impl::test_align_mock::TestAlignSimdVariableLength_>, seqan::Tag<seqan::BandOff_> > OK
> 13: **************************************
> 13: Total Tests: 6
> 13: Skipped: 0
> 13: Errors: 0
> 13: **************************************
> 13/416 Test #13: test_test_align_simd_local_variable_length_avx2_host .............................. Passed 0.02 sec
> test 21
> Start 21: test_test_align_parallel_algorithm_avx2_host
>
> 21: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_parallel_algorithm_avx2
> 21: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_parallel
> 21: Test timeout computed to be: 10000000
> 15: TEST SUITE test_align_parallel_data_structures
> 15: SEQAN_ENABLE_DEBUG == 1
> 15: SEQAN_ENABLE_TESTING == 1
> 15: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 15: SEQAN_ASYNC_IO == 1
> 15: test_align_parallel_wavefront_task_scheduler_construct OK
> 16: TEST SUITE tests
> 16: SEQAN_ENABLE_DEBUG == 1
> 16: SEQAN_ENABLE_TESTING == 1
> 16: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 16: SEQAN_ASYNC_IO == 1
> 16: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 17: TEST SUITE tests
> 17: SEQAN_ENABLE_DEBUG == 1
> 17: SEQAN_ENABLE_TESTING == 1
> 17: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 17: SEQAN_ASYNC_IO == 1
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 18: TEST SUITE tests
> 18: SEQAN_ENABLE_DEBUG == 1
> 18: SEQAN_ENABLE_TESTING == 1
> 18: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 18: SEQAN_ASYNC_IO == 1
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 19: TEST SUITE test_align_parallel_algorithm
> 19: SEQAN_ENABLE_DEBUG == 1
> 19: SEQAN_ENABLE_TESTING == 1
> 19: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 19: SEQAN_ASYNC_IO == 1
> 20: TEST SUITE test_align_parallel_algorithm
> 20: SEQAN_ENABLE_DEBUG == 1
> 20: SEQAN_ENABLE_TESTING == 1
> 20: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 20: SEQAN_ASYNC_IO == 1
> 14/416 Test #12: test_test_align_simd_local_variable_length_sse4_host .............................. Passed 0.02 sec
> test 22
> Start 22: test_test_align_profile
>
> 22: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_profile
> 22: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_profile
> 22: Test timeout computed to be: 10000000
> 19: test_align_parallel_wavefront_single_global_alignment OK
> 20: test_align_parallel_wavefront_single_global_alignment OK
> 15: test_align_parallel_wavefront_task_scheduler_async OK
> 21: TEST SUITE test_align_parallel_algorithm
> 21: SEQAN_ENABLE_DEBUG == 1
> 21: SEQAN_ENABLE_TESTING == 1
> 21: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 21: SEQAN_ASYNC_IO == 1
> 21: test_align_parallel_wavefront_single_global_alignment OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 22: TEST SUITE test_align_profile
> 22: SEQAN_ENABLE_DEBUG == 1
> 22: SEQAN_ENABLE_TESTING == 1
> 22: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 22: SEQAN_ASYNC_IO == 1
> 22: test_align_profile_profile_test OK
> 22: test_align_profile_align_profile_sequence OK
> 22: test_align_profile_align_profile_sequence_frac OK
> 22: test_align_profile_add_to_profile OK
> 22: test_align_profile_add_to_profile_multiple OK
> 22: test_align_profile_add_to_profile_banded OK
> 22: test_align_profile_add_to_profile_multiple_banded OK
> 22: **************************************
> 22: Total Tests: 7
> 22: Skipped: 0
> 22: Errors: 0
> 22: **************************************
> 15/416 Test #22: test_test_align_profile ........................................................... Passed 0.01 sec
> test 23
> Start 23: test_test_align_split
>
> 23: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_align_split
> 23: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/align_split
> 23: Test timeout computed to be: 10000000
> 23: TEST SUITE test_align_split
> 23: SEQAN_ENABLE_DEBUG == 1
> 23: SEQAN_ENABLE_TESTING == 1
> 23: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 23: SEQAN_ASYNC_IO == 1
> 23: test_align_split_overlapping_reads_in_reference_align_unbanded OK
> 23: test_align_split_overlapping_contigs_in_reference_align_unbanded OK
> 23: test_align_split_insertion_in_reference_align_unbanded OK
> 23: test_align_split_overlapping_reads_in_reference_gaps_unbanded OK
> 23: test_align_split_overlapping_contigs_in_reference_gaps_unbanded OK
> 23: test_align_split_insertion_in_reference_gaps_unbanded OK
> 23: test_align_split_overlapping_reads_in_reference_align_banded OK
> 23: test_align_split_overlapping_contigs_in_reference_align_banded OK
> 23: test_align_split_insertion_in_reference_align_banded OK
> 23: test_align_split_overlapping_reads_in_reference_gaps_banded OK
> 23: test_align_split_overlapping_contigs_in_reference_gaps_banded OK
> 23: test_align_split_insertion_in_reference_gaps_banded OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 23: test_align_split_issue_1679 OK
> 23: **************************************
> 23: Total Tests: 13
> 23: Skipped: 0
> 23: Errors: 0
> 23: **************************************
> 16/416 Test #23: test_test_align_split ............................................................. Passed 0.01 sec
> test 24
> Start 24: test_test_alignment_free
>
> 24: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_alignment_free
> 24: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/alignment_free
> 24: Test timeout computed to be: 10000000
> 24: TEST SUITE test_alignment_free
> 24: SEQAN_ENABLE_DEBUG == 1
> 24: SEQAN_ENABLE_TESTING == 1
> 24: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 24: SEQAN_ASYNC_IO == 1
> 24: test_alignment_free_d2_dna OK
> 24: test_alignment_free_d2_dna5 OK
> 24: test_alignment_free_d2star_dna5 OK
> 24: test_alignment_free_d2z_dna5 OK
> 16: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 15: test_align_parallel_wavefront_alignment_scheduler_construct OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 15: test_align_parallel_wavefront_alignment_scheduler_async OK
> 16: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 15: test_align_parallel_wavefront_alignment_scheduler_async_with_exception OK
> 15: test_align_parallel_intermediate_dp_result_construct OK
> 15: test_align_parallel_intermediate_dp_result_update_max OK
> 15: test_align_parallel_intermediate_dp_result_clear OK
> 15: test_align_parallel_wavefront_alignment_thread_local_storage_construt OK
> 15: test_align_parallel_wavefront_alignment_thread_local_storage_cache OK
> 15: test_align_parallel_wavefront_alignment_thread_local_storage_intermediate OK
> 15: **************************************
> 15: Total Tests: 11
> 15: Skipped: 0
> 15: Errors: 0
> 15: **************************************
> 17/416 Test #15: test_align_parallel_data_structures ............................................... Passed 0.13 sec
> test 25
> Start 25: test_test_arg_parse
>
> 25: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_arg_parse
> 25: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/arg_parse
> 25: Test timeout computed to be: 10000000
> 25: TEST SUITE test_arg_parse
> 25: SEQAN_ENABLE_DEBUG == 1
> 25: SEQAN_ENABLE_TESTING == 1
> 25: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 25: SEQAN_ASYNC_IO == 1
> 25: test_unset_value OK
> 25: test_unset_values OK
> 25: test_int_short_argument OK
> 25: test_int_long_argument OK
> 25: test_non_int_argument OK
> 25: test_int64_short_argument OK
> 25: test_int64_long_argument OK
> 25: test_non_int64_argument OK
> 25: test_double_short_argument OK
> 25: test_double_long_argument OK
> 25: test_non_double_argument OK
> 25: test_double_scientific_notation OK
> 25: test_string_short_argument OK
> 25: test_string_long_argument OK
> 25: test_string_missing_argument OK
> 25: test_string_list OK
> 25: test_min_max_double_values_in_range OK
> 25: test_min_max_double_values_to_small OK
> 25: test_min_max_double_values_to_big OK
> 25: test_min_max_int_values_in_range OK
> 25: test_min_max_int_values_to_small OK
> 25: test_min_max_int_values_to_big OK
> 25: test_allowed_values_contained OK
> 25: test_allowed_values_not_contained OK
> 25: test_input_file_short OK
> 25: test_input_file_long OK
> 25: test_input_file_missing OK
> 25: test_input_file_invalid_type OK
> 25: test_input_file_valid_type OK
> 25: test_input_file_extension OK
> 25: test_input_file_auto_file_ext_option OK
> 25: test_output_file_short OK
> 25: test_output_file_long OK
> 25: test_output_file_missing OK
> 25: test_output_file_invalid_type OK
> 25: test_output_file_valid_type OK
> 25: test_output_file_extension OK
> 25: test_output_file_extension_targz OK
> 25: test_output_file_explicit_extension_valid OK
> 25: test_output_file_explicit_extension_invalid OK
> 25: test_argument_string OK
> 25: test_argument_not_all_set OK
> 25: test_argument_double OK
> 25: test_argument_not_a_double OK
> 25: test_argument_auto_file_ext_option OK
> 25: test_int_list_option OK
> 25: test_double_list_option OK
> 25: test_double_list_option_not_enough_arguments OK
> 25: test_boolean_argument_on OK
> 25: test_boolean_argument_off OK
> 25: test_boolean_flags OK
> 25: test_combined_boolean_flags OK
> 25: test_long_short_flag_name OK
> 25: test_argument_string_type OK
> 25: test_argument_int_type OK
> 18: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 25: test_argument_int64_type OK
> 25: test_argument_double_type OK
> 25: test_argument_inputfile_type OK
> 25: test_argument_outputfile_type OK
> 25: test_argument_inputprefix_type OK
> 25: test_argument_outputprefix_type OK
> 25: test_argument_label OK
> 25: test_argument_invalid_cast OK
> 25: test_argument_min_max_boundaries OK
> 25: test_argument_valid_values OK
> 25: test_argument_valid_values_directories OK
> 25: test_argument_parser OK
> 25: test_parse_non_const_cstring OK
> 25: test_default_value OK
> 25: test_isDouble OK
> 25: test_isInt OK
> 25: test_arg_parse_ctd_support OK
> 25: **************************************
> 25: Total Tests: 72
> 25: Skipped: 0
> 25: Errors: 0
> 25: **************************************
> 18/416 Test #25: test_test_arg_parse ............................................................... Passed 0.01 sec
> test 26
> Start 26: test_test_arg_parse_version_check
>
> 26: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_arg_parse_version_check
> 26: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/arg_parse
> 26: Test timeout computed to be: 10000000
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 26: TEST SUITE test_arg_parse
> 26: SEQAN_ENABLE_DEBUG == 1
> 26: SEQAN_ENABLE_TESTING == 1
> 26: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 26: SEQAN_ASYNC_IO == 1
> 26: test_path_availability OK
> 26: test_delete_version_files OK
> 26: test_create_files OK
> 26: test_option_on OK
> 26: test_delete_version_files OK
> 26: test_option_off OK
> 26: test_delete_version_files OK
> 16: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 26: test_smaller_seqan_version OK
> 26: test_delete_version_files OK
> 26: test_delete_version_files OK
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 26: test_smaller_app_version OK
> 26: test_delete_version_files OK
> 26: test_greater_app_version OK
> 26: test_delete_version_files OK
> 26: test_time_out OK
> 26: **************************************
> 26: Total Tests: 15
> 26: Skipped: 0
> 26: Errors: 0
> 26: **************************************
> 19/416 Test #26: test_test_arg_parse_version_check ................................................. Passed 0.05 sec
> test 27
> Start 27: test_test_bam_io
>
> 27: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_bam_io
> 27: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/bam_io
> 27: Test timeout computed to be: 10000000
> 27: TEST SUITE test_bam_io
> 27: SEQAN_ENABLE_DEBUG == 1
> 27: SEQAN_ENABLE_TESTING == 1
> 27: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 27: SEQAN_ASYNC_IO == 1
> 27: test_bam_io_bam_alignment_record_class OK
> 27: test_bam_io_bam_alignment_record_has_flag_multiple OK
> 27: test_bam_io_bam_alignment_record_has_flag_unmapped OK
> 27: test_bam_io_bam_alignment_record_has_flag_next_unmapped OK
> 27: test_bam_io_bam_alignment_record_has_flag_rc OK
> 27: test_bam_io_bam_alignment_record_has_flag_next_rc OK
> 27: test_bam_io_bam_alignment_record_has_flag_first OK
> 27: test_bam_io_bam_alignment_record_has_flag_last OK
> 27: test_bam_io_bam_alignment_record_has_flag_secondary OK
> 27: test_bam_io_bam_alignment_record_has_flag_qc_no_pass OK
> 27: test_bam_io_bam_alignment_record_has_flag_duplicate OK
> 27: test_bam_io_bam_alignment_record_has_flag_supplementary OK
> 27: test_bam_io_bam_header_class OK
> 27: test_bam_io_bam_header_typedefs OK
> 27: test_bam_io_bam_header_record_class OK
> 27: test_bam_io_bam_header_record_typedefs OK
> 27: test_bam_io_bam_header_record_find_tag_key OK
> 27: test_bam_io_bam_header_record_get_tag_value OK
> 27: test_bam_io_bam_io_context_standalone OK
> 27: test_bam_io_bam_io_context_fragment_store OK
> 27: test_assign_tags_bam_to_sam_two_tags OK
> 27: test_assign_tags_bam_to_sam_type_A OK
> 27: test_assign_tags_bam_to_sam_type_c OK
> 27: test_assign_tags_bam_to_sam_type_C OK
> 27: test_assign_tags_bam_to_sam_type_s OK
> 27: test_assign_tags_bam_to_sam_type_S OK
> 27: test_assign_tags_bam_to_sam_type_i OK
> 27: test_assign_tags_bam_to_sam_type_I OK
> 27: test_assign_tags_bam_to_sam_type_f OK
> 27: test_assign_tags_bam_to_sam_type_Z OK
> 27: test_assign_tags_bam_to_sam_type_H OK
> 27: test_assign_tags_bam_to_sam_type_Bc OK
> 27: test_assign_tags_bam_to_sam_type_BC OK
> 27: test_assign_tags_bam_to_sam_type_Bs OK
> 27: test_assign_tags_bam_to_sam_type_BS OK
> 27: test_assign_tags_bam_to_sam_type_Bi OK
> 27: test_assign_tags_bam_to_sam_type_BI OK
> 27: test_assign_tags_bam_to_sam_type_Bf OK
> 27: test_assign_tags_sam_to_bam_two_tags OK
> 27: test_assign_tags_sam_to_bam_type_A OK
> 27: test_assign_tags_sam_to_bam_type_i OK
> 27: test_assign_tags_sam_to_bam_type_f OK
> 27: test_assign_tags_sam_to_bam_type_Z OK
> 27: test_assign_tags_sam_to_bam_type_H OK
> 27: test_assign_tags_sam_to_bam_type_Bc OK
> 27: test_assign_tags_sam_to_bam_type_BC OK
> 27: test_assign_tags_sam_to_bam_type_Bs OK
> 27: test_assign_tags_sam_to_bam_type_BS OK
> 27: test_assign_tags_sam_to_bam_type_Bi OK
> 27: test_assign_tags_sam_to_bam_type_BI OK
> 27: test_assign_tags_sam_to_bam_type_Bf OK
> 27: test_bam_tags_dict_get_type_size OK
> 27: test_bam_tags_dict_get_type OK
> 27: test_bam_tags_dict_length OK
> 27: test_bam_tags_dict_extract_value_type_A OK
> 27: test_bam_tags_dict_extract_value_type_c OK
> 27: test_bam_tags_dict_extract_value_type_C OK
> 27: test_bam_tags_dict_extract_value_type_s OK
> 27: test_bam_tags_dict_extract_value_type_S OK
> 27: test_bam_tags_dict_extract_value_type_i OK
> 27: test_bam_tags_dict_extract_value_type_I OK
> 27: test_bam_tags_dict_get_value_type_A OK
> 27: test_bam_tags_dict_get_value_type_c OK
> 27: test_bam_tags_dict_get_value_type_C OK
> 27: test_bam_tags_dict_get_value_type_s OK
> 27: test_bam_tags_dict_get_value_type_S OK
> 27: test_bam_tags_dict_get_value_type_i OK
> 27: test_bam_tags_dict_get_value_type_I OK
> 27: test_bam_tags_dict_get_value_type_f OK
> 27: test_bam_tags_dict_get_value_type_Z OK
> 27: test_bam_tags_dict_get_value_type_H OK
> 27: test_bam_tags_dict_get_value_type_Bc OK
> 27: test_bam_tags_dict_get_value_type_BC OK
> 27: test_bam_tags_dict_get_value_type_Bs OK
> 27: test_bam_tags_dict_get_value_type_BS OK
> 27: test_bam_tags_dict_get_value_type_Bi OK
> 27: test_bam_tags_dict_get_value_type_BI OK
> 27: test_bam_tags_dict_get_value_type_Bf OK
> 27: test_bam_tags_dict_erase_tag OK
> 27: test_bam_tags_dict_set_tag_value OK
> 27: test_bam_tags_dict_append_tag_value OK
> 27: test_bam_tags_dict_const_bam_tags_sequence OK
> 27: test_bam_io_sam_read_header OK
> 27: test_bam_io_sam_read_alignment OK
> 27: test_bam_io_sam_write_header OK
> 27: test_bam_io_sam_write_alignment OK
> 27: test_bam_io_bam_read_header OK
> 27: test_bam_io_bam_read_alignment OK
> 27: test_bam_io_bam_write_header OK
> 27: test_bam_io_bam_write_alignment OK
> 27: test_bam_io_bam_file_isOpen_fileIn OK
> 27: test_bam_io_bam_file_isOpen_fileOut OK
> 27: test_bam_io_bam_file_sam_file_size OK
> 27: test_bam_io_bam_file_sam_read_header OK
> 27: test_bam_io_bam_file_sam_read_records OK
> 27: test_bam_io_bam_file_sam_write_header OK
> 27: test_bam_io_bam_file_sam_write_records OK
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 16: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 16: **************************************
> 16: Total Tests: 12
> 16: Skipped: 0
> 16: Errors: 0
> 16: **************************************
> 20/416 Test #16: test_test_align_parallel_interface ................................................ Passed 0.20 sec
> test 28
> Start 28: test_test_basic_exception
>
> 28: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_exception
> 28: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 28: Test timeout computed to be: 10000000
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 28: TEST SUITE test_basic_exception
> 28: SEQAN_ENABLE_DEBUG == 1
> 28: SEQAN_ENABLE_TESTING == 1
> 28: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 28: SEQAN_ASYNC_IO == 1
> 28: test_basic_exception_try_catch OK
> 28: test_basic_exception_bad_alloc OK
> 28: test_basic_exception_runtime_error OK
> 28: **************************************
> 28: Total Tests: 3
> 28: Skipped: 0
> 28: Errors: 0
> 28: **************************************
> 21/416 Test #28: test_test_basic_exception ......................................................... Passed 0.01 sec
> test 29
> Start 29: test_test_basic_metaprogramming
>
> 29: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_metaprogramming
> 29: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 29: Test timeout computed to be: 10000000
> 29: TEST SUITE test_basic_metaprogramming
> 29: SEQAN_ENABLE_DEBUG == 1
> 29: SEQAN_ENABLE_TESTING == 1
> 29: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 29: SEQAN_ASYNC_IO == 1
> 29: test_basic_metaprogramming_logic_bool_type OK
> 29: test_basic_metaprogramming_logic_eval OK
> 29: test_basic_metaprogramming_logic_or OK
> 29: test_basic_metaprogramming_logic_or_c OK
> 29: test_basic_metaprogramming_logic_and OK
> 29: test_basic_metaprogramming_logic_and_c OK
> 29: test_basic_metaprogramming_logic_if OK
> 29: test_basic_metaprogramming_logic_if_c OK
> 29: test_basic_metaprogramming_control_loop_reverse OK
> 29: test_basic_metaprogramming_control_loop OK
> 29: test_basic_metaprogramming_control_switch OK
> 29: test_basic_metaprogramming_control_if OK
> 29: test_basic_metaprogramming_math_log2 OK
> 29: test_basic_metaprogramming_math_log2_floor OK
> 29: test_basic_metaprogramming_math_log2_power OK
> 29: test_basic_metaprogramming_type_same_type OK
> 29: test_basic_metaprogramming_type_make_signed OK
> 29: test_basic_metaprogramming_type_make_unsigned OK
> 29: test_basic_metaprogramming_type_remove_reference OK
> 29: test_basic_metaprogramming_type_remove_const OK
> 29: test_basic_metaprogramming_type_is_const OK
> 29: test_basic_metaprogramming_type_class_identifier OK
> 29: test_basic_metaprogramming_enable_if_disable_if OK
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 29: test_basic_metaprogramming_enable_if2_disable_if2 OK
> 29: **************************************
> 29: Total Tests: 24
> 29: Skipped: 0
> 29: Errors: 0
> 29: **************************************
> 22/416 Test #29: test_test_basic_metaprogramming ................................................... Passed 0.01 sec
> test 30
> Start 30: test_test_basic_fundamental
>
> 30: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_fundamental
> 30: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 30: Test timeout computed to be: 10000000
> 30: TEST SUITE test_basic_metaprogramming
> 30: SEQAN_ENABLE_DEBUG == 1
> 30: SEQAN_ENABLE_TESTING == 1
> 30: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 30: SEQAN_ASYNC_IO == 1
> 30: test_basic_fundamental_tags_tag OK
> 30: test_basic_fundamental_tags_tags OK
> 30: test_basic_fundamental_tags_tag_list OK
> 30: test_basic_fundamental_tags_tag_selector OK
> 30: test_basic_fundamental_tags_length_tag_list OK
> 30: test_basic_fundamental_metafunctions_value OK
> 30: test_basic_fundamental_metafunctions_get_value OK
> 30: test_basic_fundamental_metafunctions_reference OK
> 30: test_basic_fundamental_metafunctions_size OK
> 30: test_basic_fundamental_metafunctions_difference OK
> 30: test_basic_fundamental_metafunctions_position OK
> 30: test_basic_fundamental_metafunctions_spec OK
> 30: test_basic_fundamental_metafunctions_deepest_spec OK
> 30: test_basic_fundamental_transport_assign OK
> 30: test_basic_fundamental_transport_move OK
> 30: test_basic_fundamental_transport_set OK
> 30: test_basic_fundamental_comparison_compare_type OK
> 30: test_basic_fundamental_convert_metafunction OK
> 30: test_basic_fundamental_convert_function OK
> 30: test_basic_array_construct_destruct_metafunction_is_simple OK
> 30: test_basic_array_construct_destruct_construct_value_pointer OK
> 30: test_basic_array_construct_destruct_destruct_value_pointer OK
> 30: test_basic_array_construct_destruct_array_construct_pointer OK
> 30: test_basic_array_construct_destruct_array_construct_copy_pointer OK
> 30: test_basic_array_construct_destruct_array_construct_move_pointer OK
> 30: test_basic_array_construct_destruct_array_destruct_pointer OK
> 30: test_basic_array_construct_destruct_array_fill_pointer OK
> 30: test_basic_array_construct_destruct_array_copy_forward_pointer OK
> 30: test_basic_array_construct_destruct_array_copy_backward_pointer OK
> 30: test_basic_array_construct_destruct_array_copy_pointer OK
> 30: test_basic_array_construct_destruct_array_move_forward_pointer OK
> 30: test_basic_array_construct_destruct_array_move_backward_pointer OK
> 30: test_basic_array_construct_destruct_array_move_pointer OK
> 30: test_basic_array_construct_destruct_array_clear_space_pointer OK
> 30: **************************************
> 30: Total Tests: 34
> 30: Skipped: 0
> 30: Errors: 0
> 30: **************************************
> 23/416 Test #30: test_test_basic_fundamental ....................................................... Passed 0.00 sec
> test 31
> Start 31: test_test_basic_concept
>
> 31: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_concept
> 31: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 31: Test timeout computed to be: 10000000
> 27: test_bam_io_bam_file_bam_file_size OK
> 31: TEST SUITE test_basic_concept
> 31: SEQAN_ENABLE_DEBUG == 1
> 31: SEQAN_ENABLE_TESTING == 1
> 31: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 31: SEQAN_ASYNC_IO == 1
> 31: test_basic_concepts_concept_impl OK
> 31: test_basic_concepts_concept_refine OK
> 31: test_basic_concepts_move_construtible_concept OK
> 31: **************************************
> 31: Total Tests: 3
> 31: Skipped: 0
> 31: Errors: 0
> 31: **************************************
> 24/416 Test #31: test_test_basic_concept ........................................................... Passed 0.01 sec
> test 32
> Start 32: test_test_basic_alphabet
>
> 32: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_alphabet
> 32: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 32: Test timeout computed to be: 10000000
> 20: test_align_parallel_wavefront_multiple_global_alignment OK
> 27: test_bam_io_bam_file_bam_read_header OK
> 27: test_bam_io_bam_file_bam_read_records OK
> 32: TEST SUITE test_basic_alphabet
> 32: SEQAN_ENABLE_DEBUG == 1
> 32: SEQAN_ENABLE_TESTING == 1
> 32: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 32: SEQAN_ASYNC_IO == 1
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 32: test_basic_alphabet_adapt_builtins_metafunction_is_char_type OK
> 32: test_basic_alphabet_adapt_builtins_concepts_bool OK
> 32: test_basic_alphabet_adapt_builtins_concepts_char OK
> 32: test_basic_alphabet_adapt_builtins_concepts_short OK
> 32: test_basic_alphabet_adapt_builtins_concepts_int OK
> 32: test_basic_alphabet_adapt_builtins_concepts_long OK
> 32: test_basic_alphabet_adapt_builtins_concepts_int8 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_uint8 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_int16 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_uint16 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_int32 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_uint32 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_int64 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_uint64 OK
> 32: test_basic_alphabet_adapt_builtins_concepts_float OK
> 32: test_basic_alphabet_adapt_builtins_concepts_double OK
> 32: test_basic_alphabet_qualities_quality_value_size_metafunction OK
> 32: test_basic_alphabet_qualities_quality_has_qualities_metafunction OK
> 32: test_basic_alphabet_qualities_convert_quality OK
> 32: test_basic_alphabet_bio_gap_value_function OK
> 32: test_basic_alphabet_bio_unknown_value_function OK
> 32: test_basic_alphabet_storage_bits_per_value_metafunction OK
> 32: test_basic_alphabet_storage_value_size_metafunction OK
> 32: test_basic_alphabet_storage_value_size_function OK
> 32: test_basic_alphabet_storage_integral_for_value_metafunction OK
> 32: test_basic_alphabet_storage_bytes_per_value_metafunction OK
> 32: test_basic_alphabet_residue_metafunctions_dna OK
> 32: test_basic_alphabet_residue_metafunctions_dna5 OK
> 32: test_basic_alphabet_residue_metafunctions_dna_q OK
> 32: test_basic_alphabet_residue_metafunctions_dna5_q OK
> 32: test_basic_alphabet_residue_metafunctions_rna OK
> 32: test_basic_alphabet_residue_metafunctions_rna5 OK
> 32: test_basic_alphabet_residue_metafunctions_iupac OK
> 32: test_basic_alphabet_residue_metafunctions_amino_acid OK
> 32: test_basic_alphabet_residue_usage_dna OK
> 32: test_basic_alphabet_residue_usage_dna5 OK
> 32: test_basic_alphabet_residue_usage_dna_q OK
> 32: test_basic_alphabet_residue_usage_dna5_q OK
> 32: test_basic_alphabet_residue_usage_rna OK
> 32: test_basic_alphabet_residue_usage_rna5 OK
> 32: test_basic_alphabet_residue_usage_iupac OK
> 32: test_basic_alphabet_residue_usage_amino_acid OK
> 32: test_basic_alphabet_profile_metafunctions OK
> 32: test_basic_alphabet_profile_constructors OK
> 32: test_basic_alphabet_profile_relations OK
> 32: test_basic_alphabet_profile_empty OK
> 32: **************************************
> 32: Total Tests: 46
> 32: Skipped: 0
> 32: Errors: 0
> 32: **************************************
> 25/416 Test #32: test_test_basic_alphabet .......................................................... Passed 0.02 sec
> test 33
> Start 33: test_test_basic_aggregate
>
> 33: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_aggregate
> 33: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 33: Test timeout computed to be: 10000000
> 24: test_alignment_free_n2_dna5 OK
> 24: test_alignment_free_calculate_probability OK
> 24: test_alignment_free_calculate_variance OK
> 24: test_alignment_free_calculate_covariance OK
> 27: test_bam_io_bam_file_bam_read_ex1 OK
> 33: TEST SUITE test_basic_aggregate
> 33: SEQAN_ENABLE_DEBUG == 1
> 33: SEQAN_ENABLE_TESTING == 1
> 33: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 33: SEQAN_ASYNC_IO == 1
> 33: test_basic_aggregates_pair_base_metafunctions OK
> 33: test_basic_aggregates_pair_base_constructors OK
> 33: test_basic_aggregates_pair_base_assign OK
> 33: test_basic_aggregates_pair_base_set OK
> 33: test_basic_aggregates_pair_base_move OK
> 33: test_basic_aggregates_pair_base_get_value OK
> 33: test_basic_aggregates_pair_base_assign_value OK
> 33: test_basic_aggregates_pair_base_set_value OK
> 33: test_basic_aggregates_pair_base_move_value OK
> 33: test_basic_aggregates_pair_base_comparison_same_spec OK
> 33: test_basic_aggregates_pair_base_comparison_different_spec OK
> 33: test_basic_aggregates_pair_base_stream_output OK
> 33: test_basic_aggregates_pair_packed_metafunctions OK
> 33: test_basic_aggregates_pair_packed_constructors OK
> 33: test_basic_aggregates_pair_packed_assign OK
> 33: test_basic_aggregates_pair_packed_set OK
> 33: test_basic_aggregates_pair_packed_move OK
> 33: test_basic_aggregates_pair_packed_get_value OK
> 33: test_basic_aggregates_pair_packed_assign_value OK
> 33: test_basic_aggregates_pair_packed_set_value OK
> 33: test_basic_aggregates_pair_packed_move_value OK
> 33: test_basic_aggregates_pair_packed_comparison_same_spec OK
> 33: test_basic_aggregates_pair_packed_comparison_different_spec OK
> 33: test_basic_aggregates_pair_packed_stream_output OK
> 33: test_basic_aggregates_pair_bit_packed_metafunctions OK
> 33: test_basic_aggregates_pair_bit_packed_constructors OK
> 33: test_basic_aggregates_pair_bit_packed_assign OK
> 33: test_basic_aggregates_pair_bit_packed_set OK
> 33: test_basic_aggregates_pair_bit_packed_move OK
> 33: test_basic_aggregates_pair_bit_packed_get_value OK
> 33: test_basic_aggregates_pair_bit_packed_assign_value OK
> 33: test_basic_aggregates_pair_bit_packed_set_value OK
> 33: test_basic_aggregates_pair_bit_packed_move_value OK
> 33: test_basic_aggregates_pair_bit_packed_comparison_same_spec OK
> 33: test_basic_aggregates_pair_bit_packed_comparison_different_spec OK
> 33: test_basic_aggregates_pair_bit_packed_stream_output OK
> 33: test_basic_aggregates_triple_base_metafunctions OK
> 33: test_basic_aggregates_triple_base_constructors OK
> 33: test_basic_aggregates_triple_base_assign OK
> 33: test_basic_aggregates_triple_base_set OK
> 33: test_basic_aggregates_triple_base_move OK
> 33: test_basic_aggregates_triple_base_get_value OK
> 33: test_basic_aggregates_triple_base_assign_value OK
> 33: test_basic_aggregates_triple_base_set_value OK
> 33: test_basic_aggregates_triple_base_move_value OK
> 33: test_basic_aggregates_triple_base_comparison_same_spec OK
> 33: test_basic_aggregates_triple_base_comparison_different_spec OK
> 33: test_basic_aggregates_triple_base_stream_output OK
> 33: test_basic_aggregates_triple_packed_metafunctions OK
> 33: test_basic_aggregates_triple_packed_constructors OK
> 33: test_basic_aggregates_triple_packed_assign OK
> 33: test_basic_aggregates_triple_packed_set OK
> 33: test_basic_aggregates_triple_packed_move OK
> 33: test_basic_aggregates_triple_packed_get_value OK
> 33: test_basic_aggregates_triple_packed_assign_value OK
> 33: test_basic_aggregates_triple_packed_set_value OK
> 33: test_basic_aggregates_triple_packed_move_value OK
> 33: test_basic_aggregates_triple_packed_comparison_same_spec OK
> 33: test_basic_aggregates_triple_packed_comparison_different_spec OK
> 33: test_basic_aggregates_triple_packed_stream_output OK
> 33: test_basic_aggregates_tuple_base_metafunctions OK
> 33: test_basic_aggregates_tuple_base_constructors OK
> 33: test_basic_aggregates_tuple_base_assign OK
> 33: test_basic_aggregates_tuple_base_set OK
> 33: test_basic_aggregates_tuple_base_move OK
> 33: test_basic_aggregates_tuple_base_get_value OK
> 33: test_basic_aggregates_tuple_base_assign_value OK
> 33: test_basic_aggregates_tuple_base_set_value OK
> 33: test_basic_aggregates_tuple_base_move_value OK
> 33: test_basic_aggregates_tuple_base_shift_left OK
> 33: test_basic_aggregates_tuple_base_shift_right OK
> 33: test_basic_aggregates_tuple_base_clear OK
> 33: test_basic_aggregates_tuple_base_length OK
> 33: test_basic_aggregates_tuple_base_comparison_same_spec OK
> 33: test_basic_aggregates_tuple_base_stream_output OK
> 33: test_basic_aggregates_tuple_bit_packed_metafunctions OK
> 33: test_basic_aggregates_tuple_bit_packed_constructors OK
> 33: test_basic_aggregates_tuple_bit_packed_assign OK
> 33: test_basic_aggregates_tuple_bit_packed_set OK
> 33: test_basic_aggregates_tuple_bit_packed_move OK
> 33: test_basic_aggregates_tuple_bit_packed_get_value OK
> 33: test_basic_aggregates_tuple_bit_packed_assign_value OK
> 33: test_basic_aggregates_tuple_bit_packed_set_value OK
> 33: test_basic_aggregates_tuple_bit_packed_move_value OK
> 33: test_basic_aggregates_tuple_bit_packed_shift_left OK
> 33: test_basic_aggregates_tuple_bit_packed_shift_right OK
> 33: test_basic_aggregates_tuple_bit_packed_clear OK
> 33: test_basic_aggregates_tuple_bit_packed_length OK
> 33: test_basic_aggregates_tuple_bit_packed_comparison_same_spec OK
> 33: test_basic_aggregates_tuple_bit_packed_stream_output OK
> 33: **************************************
> 33: Total Tests: 90
> 33: Skipped: 0
> 33: Errors: 0
> 33: **************************************
> 27: test_bam_io_bam_file_bam_write_header OK
> 26/416 Test #33: test_test_basic_aggregate ......................................................... Passed 0.01 sec
> test 34
> Start 34: test_test_basic_allocator
>
> 34: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_allocator
> 34: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 34: Test timeout computed to be: 10000000
> 27: test_bam_io_bam_file_bam_write_records OK
> 34: TEST SUITE test_basic_allocator
> 34: SEQAN_ENABLE_DEBUG == 1
> 34: SEQAN_ENABLE_TESTING == 1
> 34: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 34: SEQAN_ASYNC_IO == 1
> 34: test_basic_allocator_simple OK
> 34: test_basic_allocator_pool OK
> 34: test_basic_allocator_multi_pool OK
> 34: test_basic_allocator_chunk_pool OK
> 34: **************************************
> 34: Total Tests: 4
> 34: Skipped: 0
> 34: Errors: 0
> 34: **************************************
> 27/416 Test #34: test_test_basic_allocator ......................................................... Passed 0.01 sec
> test 35
> Start 35: test_test_basic_parallelism
>
> 35: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_parallelism
> 35: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 35: Test timeout computed to be: 10000000
> 21: test_align_parallel_wavefront_multiple_global_alignment OK
> 35: TEST SUITE test_basic_parallelism
> 19: test_align_parallel_wavefront_multiple_global_alignment OK
> 35: SEQAN_ENABLE_DEBUG == 1
> 35: SEQAN_ENABLE_TESTING == 1
> 35: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 35: SEQAN_ASYNC_IO == 1
> 35: test_basic_parallelism_enable_parallelism_macro OK
> 35: **************************************
> 35: Total Tests: 1
> 35: Skipped: 0
> 35: Errors: 0
> 35: **************************************
> 18: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 19: **************************************
> 19: Total Tests: 2
> 19: Skipped: 0
> 19: Errors: 0
> 19: **************************************
> 28/416 Test #19: test_test_align_parallel_algorithm ................................................ Passed 0.26 sec
> test 36
> Start 36: test_test_basic_math
>
> 36: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_math
> 36: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 36: Test timeout computed to be: 10000000
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 29/416 Test #35: test_test_basic_parallelism ....................................................... Passed 0.01 sec
> test 37
> Start 37: test_test_basic_smart_pointer
>
> 37: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_smart_pointer
> 37: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 37: Test timeout computed to be: 10000000
> 36: TEST SUITE test_basic_math
> 36: SEQAN_ENABLE_DEBUG == 1
> 36: SEQAN_ENABLE_TESTING == 1
> 36: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 36: SEQAN_ASYNC_IO == 1
> 36: test_basic_math_int_pow OK
> 36: test_basic_math_log2 OK
> 36: test_basic_math_min OK
> 36: test_basic_math_max OK
> 36: test_basic_math_abs OK
> 36: **************************************
> 36: Total Tests: 5
> 36: Skipped: 0
> 36: Errors: 0
> 36: **************************************
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 37: TEST SUITE test_basic_smart_pointer
> 37: SEQAN_ENABLE_DEBUG == 1
> 37: SEQAN_ENABLE_TESTING == 1
> 37: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 37: SEQAN_ASYNC_IO == 1
> 37: test_basic_smart_pointer_holder_simple_metafunctions OK
> 37: test_basic_smart_pointer_holder_simple_constructors OK
> 37: test_basic_smart_pointer_holder_simple_transport OK
> 37: test_basic_smart_pointer_holder_simple_transport_value OK
> 37: test_basic_smart_pointer_holder_simple_dependencies OK
> 37: test_basic_smart_pointer_holder_simple_accessor OK
> 37: test_basic_smart_pointer_holder_tristate_metafunctions OK
> 37: test_basic_smart_pointer_holder_tristate_constructors OK
> 37: test_basic_smart_pointer_holder_tristate_transport OK
> 37: test_basic_smart_pointer_holder_tristate_transport_value OK
> 37: test_basic_smart_pointer_holder_tristate_dependencies OK
> 37: test_basic_smart_pointer_holder_tristate_accessor OK
> 37: **************************************
> 37: Total Tests: 12
> 37: Skipped: 0
> 37: Errors: 0
> 37: **************************************
> 30/416 Test #36: test_test_basic_math .............................................................. Passed 0.01 sec
> test 38
> Start 38: test_test_basic_container
>
> 38: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_container
> 38: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 38: Test timeout computed to be: 10000000
> 31/416 Test #37: test_test_basic_smart_pointer ..................................................... Passed 0.01 sec
> test 39
> Start 39: test_test_basic_proxy
>
> 39: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_proxy
> 39: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 39: Test timeout computed to be: 10000000
> 38: TEST SUITE test_basic_container
> 38: SEQAN_ENABLE_DEBUG == 1
> 38: SEQAN_ENABLE_TESTING == 1
> 38: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 38: SEQAN_ASYNC_IO == 1
> 38: **************************************
> 38: Total Tests: 0
> 38: Skipped: 0
> 38: Errors: 0
> 38: **************************************
> 39: TEST SUITE test_basic_proxy
> 39: SEQAN_ENABLE_DEBUG == 1
> 39: SEQAN_ENABLE_TESTING == 1
> 39: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 39: SEQAN_ASYNC_IO == 1
> 39: test_basic_proxy_iterator_constructors OK
> 39: test_basic_proxy_iterator_assign OK
> 39: test_basic_proxy_iterator_getValue OK
> 39: test_basic_proxy_iterator_comparators OK
> 39: test_basic_proxy_iterator_stream_read OK
> 39: test_basic_proxy_iterator_stream_write OK
> 39: **************************************
> 39: Total Tests: 6
> 39: Skipped: 0
> 39: Errors: 0
> 39: **************************************
> 32/416 Test #39: test_test_basic_proxy ............................................................. Passed 0.00 sec
> test 40
> Start 40: test_test_basic_iterator
>
> 40: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_basic_iterator
> 40: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/basic
> 40: Test timeout computed to be: 10000000
> 33/416 Test #38: test_test_basic_container ......................................................... Passed 0.01 sec
> test 41
> Start 41: test_test_bed_io
>
> 41: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_bed_io
> 41: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/bed_io
> 41: Test timeout computed to be: 10000000
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 40: TEST SUITE test_basic_iterator
> 40: SEQAN_ENABLE_DEBUG == 1
> 40: SEQAN_ENABLE_TESTING == 1
> 40: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 40: SEQAN_ASYNC_IO == 1
> 40: test_basic_iterator_adapt_pointer_metafunctions OK
> 40: test_basic_iterator_adapt_pointer_transport OK
> 40: test_basic_iterator_adapt_pointer_transport_value OK
> 40: test_basic_iterator_adapt_pointer_movement OK
> 40: test_basic_iterator_adapt_pointer_arithmetics OK
> 40: test_basic_iterator_adapt_std_iterator_metafunctions OK
> 40: test_basic_iterator_adapt_std_iterator_constructors OK
> 40: test_basic_iterator_adapt_std_iterator_transport OK
> 40: test_basic_iterator_adapt_std_iterator_transport_value OK
> 40: test_basic_iterator_adapt_std_iterator_movement OK
> 40: test_basic_iterator_adapt_std_iterator_arithmetics OK
> 40: test_basic_iterator_adaptor_metafunctions OK
> 40: test_basic_iterator_adaptor_constructors OK
> 40: test_basic_iterator_adaptor_transport OK
> 40: test_basic_iterator_adaptor_transport_value OK
> 40: test_basic_iterator_adaptor_movement OK
> 40: test_basic_iterator_adaptor_arithmetics OK
> 40: test_basic_iterator_adaptor_rooted_functions OK
> 40: test_basic_iterator_position_metafunctions OK
> 40: test_basic_iterator_position_constructors OK
> 40: test_basic_iterator_position_transport OK
> 40: test_basic_iterator_position_transport_value OK
> 40: test_basic_iterator_position_movement OK
> 40: test_basic_iterator_position_arithmetics OK
> 40: test_basic_iterator_position_rooted_functions OK
> 40: test_basic_iterator_zip_metafunctions OK
> 40: test_basic_iterator_zip_constructors OK
> 40: test_basic_iterator_zip_make_zip_iterator OK
> 40: test_basic_iterator_zip_transport OK
> 40: test_basic_iterator_zip_transport_value OK
> 40: test_basic_iterator_zip_movement OK
> 40: test_basic_iterator_zip_arithmetics OK
> 40: **************************************
> 40: Total Tests: 32
> 40: Skipped: 0
> 40: Errors: 0
> 40: **************************************
> 34/416 Test #40: test_test_basic_iterator .......................................................... Passed 0.01 sec
> test 42
> Start 42: test_blast
>
> 42: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_blast
> 42: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/blast
> 42: Test timeout computed to be: 10000000
> 42: TEST SUITE test_blast
> 42: SEQAN_ENABLE_DEBUG == 1
> 42: SEQAN_ENABLE_TESTING == 1
> 42: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 42: SEQAN_ASYNC_IO == 1
> 42: test_blast_program OK
> 42: test_blast_context_targs OK
> 42: test_blast_scoring_scheme_conversion OK
> 42: test_blast_scoring_scheme OK
> 42: test_blast_blastmatch_stats_and_score OK
> 42: test_blast_blastmatch_bit_score_e_value OK
> 42: test_blast_write_lowlevel OK
> 42: test_blast_write_tabular_without_comments OK
> 41: TEST SUITE test_bed_io
> 42: test_blast_write_tabular_without_comments_customfields OK
> 41: SEQAN_ENABLE_DEBUG == 1
> 41: SEQAN_ENABLE_TESTING == 1
> 41: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 41: SEQAN_ASYNC_IO == 1
> 41: test_bed_read_bed3_record OK
> 42: test_blast_write_tabular_without_comments_legacy OK
> 41: test_bed_read_bed4_record OK
> 41: test_bed_read_bed5_record OK
> 41: test_bed_read_bed6_record OK
> 41: test_bed_read_bed12_record OK
> 41: test_bed_write_bed3_record OK
> 41: test_bed_write_bed4_record OK
> 41: test_bed_write_bed5_record OK
> 42: test_blast_write_tabular_without_comments_constexpr OK
> 41: test_bed_write_bed6_record OK
> 41: test_bed_write_bed12_record OK
> 41: test_bed_bed_file_read OK
> 41: test_bed_bed_file_write OK
> 41: test_bed_io_isOpen_fileIn OK
> 42: test_blast_write_tabular_without_comments_customfields_constexpr OK
> 41: test_bed_io_isOpen_fileOut OK
> 41: **************************************
> 41: Total Tests: 14
> 41: Skipped: 0
> 41: Errors: 0
> 41: **************************************
> 35/416 Test #41: test_test_bed_io .................................................................. Passed 0.01 sec
> test 43
> Start 43: test_test_consensus
>
> 43: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_consensus
> 43: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/consensus
> 43: Test timeout computed to be: 10000000
> 42: test_blast_write_tabular_without_comments_legacy_constexpr OK
> 42: test_blast_write_tabular_with_comments OK
> 42: test_blast_write_tabular_with_comments_customfields OK
> 42: test_blast_write_tabular_with_comments_legacy OK
> 42: test_blast_write_tabular_with_comments_constexpr OK
> 42: test_blast_write_tabular_with_comments_customfields_constexpr OK
> 42: test_blast_write_tabular_with_comments_legacy_constexpr OK
> 42: test_blast_write_report OK
> 42: test_blast_write_report_constexpr OK
> 42: test_blast_write_report_constexpr_dynmatrix OK
> 43: TEST SUITE test_consensus
> 43: SEQAN_ENABLE_DEBUG == 1
> 43: SEQAN_ENABLE_TESTING == 1
> 43: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 43: SEQAN_ASYNC_IO == 1
> 42: test_blast_read_lowlevel OK
> 42: test_blast_read_tabular_without_comments OK
> 42: test_blast_read_tabular_without_comments_customfields OK
> 42: test_blast_read_tabular_without_comments_legacy OK
> 42: test_blast_read_tabular_without_comments_constexpr OK
> 42: test_blast_read_tabular_without_comments_customfields_constexpr OK
> 42: test_blast_read_tabular_without_comments_legacy_constexpr OK
> 42: test_blast_read_tabular_with_comments OK
> 42: test_blast_read_tabular_with_comments_customfields OK
> 42: test_blast_read_tabular_with_comments_legacy OK
> 42: test_blast_read_tabular_with_comments_constexpr OK
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 42: test_blast_read_tabular_with_comments_customfields_constexpr OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 42: test_blast_read_tabular_with_comments_legacy_constexpr OK
> 42: **************************************
> 42: Total Tests: 35
> 42: Skipped: 0
> 42: Errors: 0
> 42: **************************************
> 36/416 Test #42: test_blast ........................................................................ Passed 0.02 sec
> test 44
> Start 44: test_test_consensus_v2
>
> 44: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_consensus_v2
> 44: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/consensus_v2
> 44: Test timeout computed to be: 10000000
> 44: TEST SUITE test_consensus
> 44: SEQAN_ENABLE_DEBUG == 1
> 44: SEQAN_ENABLE_TESTING == 1
> 44: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 44: SEQAN_ASYNC_IO == 1
> 43: test_consensus_realign_one_contig_small OK
> 43: test_consensus_consensus_score_sequence_entry_consensus_score OK
> 43: test_consensus_consensus_score_sequence_entry_fractional_score OK
> 43: test_consensus_consensus_score_sequence_entry_weightedconsensus_score OK
> 43: test_consensus_sequence_entry_for_score_metafunction_consensus_score OK
> 43: test_consensus_sequence_entry_for_score_metafunction_fractional_score OK
> 43: test_consensus_sequence_entry_for_score_metafunction_weightedconsensus_score OK
> 43: test_consensus_sequence_entry_for_score_consensus_score OK
> 43: test_consensus_sequence_entry_for_score_fractional_score OK
> 43: test_consensus_sequence_entry_for_score_weightedconsensus_score OK
> 43: test_consensus_host_consensus_score OK
> 43: test_consensus_host_fractional_score OK
> 43: test_consensus_host_weightedconsensus_score OK
> 43: test_consensus_position_consensus_score OK
> 43: test_consensus_position_fractional_score OK
> 43: test_consensus_position_weightedconsensus_score OK
> 43: test_consensus_value_consensus_score OK
> 43: test_consensus_value_fractional_score OK
> 43: test_consensus_value_weightedconsensus_score OK
> 43: **************************************
> 43: Total Tests: 19
> 43: Skipped: 0
> 43: Errors: 0
> 43: **************************************
> 37/416 Test #43: test_test_consensus ............................................................... Passed 0.02 sec
> test 45
> Start 45: test_test_find
>
> 45: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_find
> 45: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/find
> 45: Test timeout computed to be: 10000000
> 45: TEST SUITE test_find
> 45: SEQAN_ENABLE_DEBUG == 1
> 45: SEQAN_ENABLE_TESTING == 1
> 45: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 45: SEQAN_ASYNC_IO == 1
> 45: test_myers_find_begin OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Semi_Global_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Serial_> > > OK
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 44: test_consensus_consensus_alignment_coordinates OK
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Serial_> > > OK
> 18: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 18: **************************************
> 18: Total Tests: 24
> 18: Skipped: 0
> 18: Errors: 0
> 18: **************************************
> 38/416 Test #18: test_test_align_parallel_interface_avx2_host ...................................... Passed 0.44 sec
> test 46
> Start 46: test_test_gff_io
>
> 46: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_gff_io
> 46: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/gff_io
> 46: Test timeout computed to be: 10000000
> 46: TEST SUITE test_gff_io
> 46: SEQAN_ENABLE_DEBUG == 1
> 46: SEQAN_ENABLE_TESTING == 1
> 46: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 46: SEQAN_ASYNC_IO == 1
> 46: test_store_io_read_record_context_gff OK
> 46: test_store_io_write_record_context_gff OK
> 46: test_store_io_comment_processing_context_gff OK
> 46: test_store_io_read_record_context_gtf OK
> 46: test_store_io_read_record_gtf_pseudogenes OK
> 46: test_store_io_write_record_context_gtf OK
> 46: test_store_io_gff_stream_read_record_gff OK
> 46: test_store_io_gff_stream_read_record_gtf OK
> 46: test_store_io_gff_stream_write_record_gff OK
> 46: test_store_io_gff_stream_write_record_gtf OK
> 46: test_gff_io_isOpen_fileIn OK
> 46: test_gff_io_isOpen_fileOut OK
> 46: **************************************
> 46: Total Tests: 12
> 46: Skipped: 0
> 46: Errors: 0
> 46: **************************************
> 39/416 Test #46: test_test_gff_io .................................................................. Passed 0.00 sec
> test 47
> Start 47: test_test_graph_algorithms
>
> 47: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_algorithms
> 47: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_algorithms
> 47: Test timeout computed to be: 10000000
> 47: TEST SUITE test_graph_algorithms
> 47: SEQAN_ENABLE_DEBUG == 1
> 47: SEQAN_ENABLE_TESTING == 1
> 47: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 47: SEQAN_ASYNC_IO == 1
> 47: test_heap_tree OK
> 47: test_breadth_first_search OK
> 47: test_depth_first_search OK
> 47: test_topological_sort OK
> 47: test_strongly_connected_components OK
> 47: test_connected_components OK
> 47: test_prims_algorithm OK
> 47: test_union_find OK
> 47: test_kruskals_algorithm OK
> 47: test_mst_all OK
> 47: test_dag_shortest_path OK
> 47: test_bellmann_ford OK
> 47: test_dijkstra OK
> 47: test_all_pairs_shortest_path OK
> 47: test_floyd_warshall OK
> 47: test_transitive_closure OK
> 47: test_ford_fulkerson OK
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Serial_> > > OK
> 47: test_path_growing_algorithm OK
> 47: test_longest_increasing_subsequence OK
> 47: test_longest_common_subsequence OK
> 47: test_heaviest_increasing_subsequence OK
> 47: test_hmm_algorithm OK
> 47: **************************************
> 47: Total Tests: 22
> 47: Skipped: 0
> 47: Errors: 0
> 47: **************************************
> 40/416 Test #47: test_test_graph_algorithms ........................................................ Passed 0.01 sec
> test 48
> Start 48: test_test_graph_align
>
> 48: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_align
> 48: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_align
> 48: Test timeout computed to be: 10000000
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Serial_>, seqan::Tag<seqan::Vectorial_> > > OK
> 48: TEST SUITE test_graph_align
> 48: SEQAN_ENABLE_DEBUG == 1
> 48: SEQAN_ENABLE_TESTING == 1
> 48: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 48: SEQAN_ASYNC_IO == 1
> 48: Test_Refinement_AlignmentGraphNoEdgeWeights OK
> 48: Test_Refinement_AlignmentGraphEdgeWeights OK
> 48: Test_Refinement_AlignmentGraphIterators OK
> 48: Test_Refinement_AlignmentGraphOutput OK
> 48: Test_Refinement_HeaviestCommonSubsequence OK
> 48: Test_Refinement_OutEdgeIteratorAlignment OK
> 48: RefineMatchesSelfEdges OK
> 48: RefineAlign SKIPPED
> 48: RefineInexactFragment OK
> 48: **************************************
> 48: Total Tests: 9
> 48: Skipped: 1
> 48: Errors: 0
> 48: **************************************
> 41/416 Test #48: test_test_graph_align ............................................................. Passed 0.00 sec
> test 49
> Start 49: test_test_graph_msa
>
> 49: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_msa
> 49: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_msa
> 49: Test timeout computed to be: 10000000
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::Tag<seqan::Parallel_>, seqan::Tag<seqan::Vectorial_> > > OK
> 49: TEST SUITE test_graph_msa
> 49: SEQAN_ENABLE_DEBUG == 1
> 49: SEQAN_ENABLE_TESTING == 1
> 49: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 49: SEQAN_ASYNC_IO == 1
> 49: test_graph_msa_guide_tree_neighbour_joining OK
> 44: test_consensus_consensus_alignment_contig_ids OK
> 20: test_align_parallel_wavefront_multiple_global_alignment_simd OK
> 20: **************************************
> 20: Total Tests: 3
> 20: Skipped: 0
> 20: Errors: 0
> 20: **************************************
> 42/416 Test #20: test_test_align_parallel_algorithm_sse4_host ...................................... Passed 0.48 sec
> test 50
> Start 50: test_test_graph_types_property_map
>
> 50: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_types_property_map
> 50: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_types
> 50: Test timeout computed to be: 10000000
> 50: TEST SUITE test_graph_types_property_map
> 50: SEQAN_ENABLE_DEBUG == 1
> 50: SEQAN_ENABLE_TESTING == 1
> 50: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 50: SEQAN_ASYNC_IO == 1
> 50: test_graph_types_property_map_external OK
> 50: test_graph_types_property_map_external_assign_vertex_map OK
> 50: test_graph_types_property_map_external_assign_edge_map OK
> 50: test_graph_types_property_internal_pointer_map OK
> 50: test_graph_types_property_internal_pointer_map_assign_edge_map_member OK
> 50: test_graph_types_property_internal_map OK
> 50: test_graph_types_property_internal_map_assign_edge_map OK
> 50: **************************************
> 50: Total Tests: 7
> 50: Skipped: 0
> 50: Errors: 0
> 50: **************************************
> 43/416 Test #50: test_test_graph_types_property_map ................................................ Passed 0.01 sec
> test 51
> Start 51: test_test_graph_types_derived
>
> 51: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_types_derived
> 51: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_types
> 51: Test timeout computed to be: 10000000
> 51: TEST SUITE test_graph_types_derived
> 51: SEQAN_ENABLE_DEBUG == 1
> 51: SEQAN_ENABLE_TESTING == 1
> 51: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 51: SEQAN_ASYNC_IO == 1
> 51: test_graph_types_derived_set_oracle OK
> 51: test_graph_types_derived_trie OK
> 51: test_graph_types_derived_oracle OK
> 51: **************************************
> 51: Total Tests: 3
> 51: Skipped: 0
> 51: Errors: 0
> 51: **************************************
> 44/416 Test #51: test_test_graph_types_derived ..................................................... Passed 0.02 sec
> test 52
> Start 52: test_test_graph_types_iterators
>
> 52: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_types_iterators
> 52: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_types
> 52: Test timeout computed to be: 10000000
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<void>, seqan::Tag<seqan::Vectorial_> > > OK
> 52: TEST SUITE test_graph_types_iterators
> 52: SEQAN_ENABLE_DEBUG == 1
> 52: SEQAN_ENABLE_TESTING == 1
> 52: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 52: SEQAN_ASYNC_IO == 1
> 52: test_graph_types_iterators_vertex_iterator OK
> 52: test_graph_types_iterators_out_edge_iterator OK
> 52: test_graph_types_iterators_edge_iterator OK
> 52: test_graph_types_iterators_ajacency_iterator OK
> 52: test_graph_types_bfs_iter OK
> 52: test_graph_types_dfs_preorder_iter OK
> 52: **************************************
> 52: Total Tests: 6
> 52: Skipped: 0
> 52: Errors: 0
> 52: **************************************
> 49: test_graph_msa_guide_tree_upgma_weight_avg OK
> 45/416 Test #52: test_test_graph_types_iterators ................................................... Passed 0.00 sec
> test 53
> Start 53: test_test_graph_types_types
>
> 53: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_types_types
> 53: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_types
> 53: Test timeout computed to be: 10000000
> 44: test_consensus_consensus_alignment_no_contig_ids OK
> 53: TEST SUITE test_graph_types_property_map
> 53: SEQAN_ENABLE_DEBUG == 1
> 53: SEQAN_ENABLE_TESTING == 1
> 53: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 53: SEQAN_ASYNC_IO == 1
> 53: test_graph_types_types_directed OK
> 53: test_graph_types_types_undirected OK
> 53: test_graph_types_types_automaton OK
> 53: test_graph_types_types_word_graph OK
> 53: test_graph_types_types_word_tree OK
> 53: test_graph_types_types_hmm OK
> 53: **************************************
> 53: Total Tests: 6
> 53: Skipped: 0
> 53: Errors: 0
> 53: **************************************
> 46/416 Test #53: test_test_graph_types_types ....................................................... Passed 0.02 sec
> test 54
> Start 54: test_test_graph_types_utils
>
> 54: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_graph_types_utils
> 54: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/graph_types
> 54: Test timeout computed to be: 10000000
> 54: TEST SUITE test_graph_types_utils
> 54: SEQAN_ENABLE_DEBUG == 1
> 54: SEQAN_ENABLE_TESTING == 1
> 54: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 54: SEQAN_ASYNC_IO == 1
> 54: test_graph_types_utils_graph_drawing OK
> 54: **************************************
> 54: Total Tests: 1
> 54: Skipped: 0
> 54: Errors: 0
> 54: **************************************
> 47/416 Test #54: test_test_graph_types_utils ....................................................... Passed 0.01 sec
> test 55
> Start 55: test_test_index_creation
>
> 55: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_creation
> 55: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 55: Test timeout computed to be: 10000000
> 55: TEST SUITE test_index
> 55: SEQAN_ENABLE_DEBUG == 1
> 55: SEQAN_ENABLE_TESTING == 1
> 55: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 55: SEQAN_ASYNC_IO == 1
> 55: testIndexModifiedStringReverseEsa OK
> 55: testIndexModifiedStringReverseFM OK
> 55: testIndexModifiedStringViewEsa OK
> 55: testIndexModifiedStringViewFM OK
> 55: testIssue519 OK
> 21: test_align_parallel_wavefront_multiple_global_alignment_simd OK
> 21: **************************************
> 21: Total Tests: 3
> 21: Skipped: 0
> 21: Errors: 0
> 21: **************************************
> 48/416 Test #21: test_test_align_parallel_algorithm_avx2_host ...................................... Passed 0.54 sec
> test 56
> Start 56: test_test_index_crosscompare_char
>
> 56: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_crosscompare_char
> 56: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 56: Test timeout computed to be: 10000000
> 44: test_consensus_consensus_alignment_global_alignment OK
> 44: **************************************
> 44: Total Tests: 4
> 44: Skipped: 0
> 44: Errors: 0
> 44: **************************************
> 56: TEST SUITE test_index
> 56: SEQAN_ENABLE_DEBUG == 1
> 56: SEQAN_ENABLE_TESTING == 1
> 56: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 56: SEQAN_ASYNC_IO == 1
> 17: ParallelAlignInterfaceTestCommon_Local_Score type parameter std::tuple<seqan::ExecutionPolicy<seqan::WavefrontAlignment<seqan::Tag<seqan::BlockOffsetOptimization_> >, seqan::Tag<seqan::Vectorial_> > > OK
> 17: **************************************
> 17: Total Tests: 24
> 17: Skipped: 0
> 17: Errors: 0
> 17: **************************************
> 56: testIndexCrossCompareChar OK
> 56: **************************************
> 56: Total Tests: 1
> 56: Skipped: 0
> 56: Errors: 0
> 56: **************************************
> 49/416 Test #56: test_test_index_crosscompare_char ................................................. Passed 0.00 sec
> test 57
> Start 57: test_test_index_crosscompare_char_dfi
>
> 57: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_crosscompare_char_dfi
> 57: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 57: Test timeout computed to be: 10000000
> 50/416 Test #17: test_test_align_parallel_interface_sse4_host ...................................... Passed 0.56 sec
> test 58
> Start 58: test_test_index_crosscompare_dna
>
> 58: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_crosscompare_dna
> 58: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 58: Test timeout computed to be: 10000000
> 51/416 Test #44: test_test_consensus_v2 ............................................................ Passed 0.25 sec
> test 59
> Start 59: test_test_index_crosscompare_dna_dfi
>
> 59: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_crosscompare_dna_dfi
> 59: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 59: Test timeout computed to be: 10000000
> 57: TEST SUITE test_index
> 57: SEQAN_ENABLE_DEBUG == 1
> 57: SEQAN_ENABLE_TESTING == 1
> 57: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 57: SEQAN_ASYNC_IO == 1
> 57: testIndexCrossCompareCharDfi OK
> 57: **************************************
> 57: Total Tests: 1
> 57: Skipped: 0
> 57: Errors: 0
> 57: **************************************
> 52/416 Test #57: test_test_index_crosscompare_char_dfi ............................................. Passed 0.01 sec
> test 60
> Start 60: test_test_index_qgram
>
> 60: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_qgram
> 60: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 60: Test timeout computed to be: 10000000
> 58: TEST SUITE test_index
> 58: SEQAN_ENABLE_DEBUG == 1
> 58: SEQAN_ENABLE_TESTING == 1
> 58: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 58: SEQAN_ASYNC_IO == 1
> 58: testIndexCrossCompareDna OK
> 59: TEST SUITE test_index
> 59: SEQAN_ENABLE_DEBUG == 1
> 59: SEQAN_ENABLE_TESTING == 1
> 59: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 59: SEQAN_ASYNC_IO == 1
> 59: testIndexCrossCompareDnaDfi OK
> 59: **************************************
> 59: Total Tests: 1
> 59: Skipped: 0
> 59: Errors: 0
> 59: **************************************
> 53/416 Test #59: test_test_index_crosscompare_dna_dfi .............................................. Passed 0.01 sec
> test 61
> Start 61: test_test_index_sa_bwtwalk
>
> 61: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_sa_bwtwalk
> 61: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 61: Test timeout computed to be: 10000000
> 49: test_graph_msa_guide_tree_upgma_avg OK
> 60: TEST SUITE test_index
> 60: SEQAN_ENABLE_DEBUG == 1
> 60: SEQAN_ENABLE_TESTING == 1
> 60: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 60: SEQAN_ASYNC_IO == 1
> 60: testStepSize OK
> 60: testGappedShapes OK
> 60: testUngappedShapes OK
> 60: testUngappedQGramIndex OK
> 60: start
> 60: scan took 2.351e-06 seconds.
> 60: start write
> 60: writing took 4.003e-06 seconds.
> 60: reading took 4.44001e-07 seconds.
> 60: start
> 60: scan took 2.264e-06 seconds.
> 60: start write
> 60: writing took 2.113e-06 seconds.
> 60: reading took 4.08001e-07 seconds.
> 60: testUngappedQGramIndexMulti OK
> 60: testQGramFind OK
> 60: **************************************
> 60: Total Tests: 6
> 60: Skipped: 0
> 60: Errors: 0
> 60: **************************************
> 61: TEST SUITE test_index
> 61: SEQAN_ENABLE_DEBUG == 1
> 61: SEQAN_ENABLE_TESTING == 1
> 61: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 61: SEQAN_ASYNC_IO == 1
> 54/416 Test #60: test_test_index_qgram ............................................................. Passed 0.01 sec
> test 62
> Start 62: test_test_index_shapes
>
> 62: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_shapes
> 62: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 62: Test timeout computed to be: 10000000
> 58: testIndexCrossCompareDnaStrings OK
> 58: **************************************
> 58: Total Tests: 2
> 58: Skipped: 0
> 58: Errors: 0
> 58: **************************************
> 62: TEST SUITE test_index
> 62: SEQAN_ENABLE_DEBUG == 1
> 62: SEQAN_ENABLE_TESTING == 1
> 62: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 62: SEQAN_ASYNC_IO == 1
> 62: testShapes OK
> 62: **************************************
> 62: Total Tests: 1
> 62: Skipped: 0
> 62: Errors: 0
> 62: **************************************
> 55/416 Test #62: test_test_index_shapes ............................................................ Passed 0.01 sec
> test 63
> Start 63: test_test_index_drawing
>
> 63: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_drawing
> 63: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 63: Test timeout computed to be: 10000000
> 56/416 Test #58: test_test_index_crosscompare_dna .................................................. Passed 0.04 sec
> test 64
> Start 64: test_test_index_fm_rank_dictionary
>
> 64: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_fm_rank_dictionary
> 64: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 64: Test timeout computed to be: 10000000
> 63: TEST SUITE test_index_drawing
> 63: SEQAN_ENABLE_DEBUG == 1
> 63: SEQAN_ENABLE_TESTING == 1
> 63: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 63: SEQAN_ASYNC_IO == 1
> 63: test_index_drawing_esa_dot OK
> 63: **************************************
> 63: Total Tests: 1
> 63: Skipped: 0
> 63: Errors: 0
> 63: **************************************
> 57/416 Test #63: test_test_index_drawing ........................................................... Passed 0.02 sec
> test 65
> Start 65: test_test_index_fm_sparse_string
>
> 65: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_fm_sparse_string
> 65: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 65: Test timeout computed to be: 10000000
> 64: TEST SUITE tests
> 64: SEQAN_ENABLE_DEBUG == 1
> 64: SEQAN_ENABLE_TESTING == 1
> 64: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 64: SEQAN_ASYNC_IO == 1
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Naive<void, seqan::RDConfig<unsigned long, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 49: test_graph_msa_guide_tree_upgma_min OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 65: TEST SUITE test_fm_index_sparse_string
> 65: SEQAN_ENABLE_DEBUG == 1
> 65: SEQAN_ENABLE_TESTING == 1
> 65: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 65: SEQAN_ASYNC_IO == 1
> 65: sparse_string_get_value OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 65: sparse_string_clear_length_resize OK
> 65: sparse_string_empty OK
> 65: sparse_string_get_fibre OK
> 65: **************************************
> 65: Total Tests: 4
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 65: Skipped: 0
> 65: Errors: 0
> 65: **************************************
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 58/416 Test #65: test_test_index_fm_sparse_string .................................................. Passed 0.01 sec
> test 66
> Start 66: test_test_index_base
>
> 66: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_base
> 66: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 66: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 66: TEST SUITE tests
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 66: SEQAN_ENABLE_DEBUG == 1
> 66: SEQAN_ENABLE_TESTING == 1
> 66: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 66: SEQAN_ASYNC_IO == 1
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 61: testBWTWalk OK
> 61: **************************************
> 61: Total Tests: 1
> 61: Skipped: 0
> 61: Errors: 0
> 61: **************************************
> 59/416 Test #61: test_test_index_sa_bwtwalk ........................................................ Passed 0.06 sec
> test 67
> Start 67: test_test_index_fm
>
> 67: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_fm
> 67: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 67: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 67: TEST SUITE tests
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 67: SEQAN_ENABLE_DEBUG == 1
> 67: SEQAN_ENABLE_TESTING == 1
> 67: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 67: SEQAN_ASYNC_IO == 1
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 64: RankDictionaryTest_Constructor type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Naive<void, seqan::RDConfig<unsigned long, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 49: test_graph_msa_guide_tree_upgma_max OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 49: test_distances OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 49: test_libraries OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 49: test_external_libraries OK
> 49: test_triplet_extension OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 49: test_sop OK
> 49: test_progressive OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 49: test_reversable_fragments OK
> 64: RankDictionaryTest_CreateRankDictionary type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 49: **************************************
> 49: Total Tests: 12
> 49: Skipped: 0
> 49: Errors: 0
> 49: **************************************
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Naive<void, seqan::RDConfig<unsigned long, seqan::Alloc<void>, 1u, 1u> > > OK
> 60/416 Test #49: test_test_graph_msa ............................................................... Passed 0.23 sec
> test 68
> Start 68: test_test_index_bifm
>
> 68: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_bifm
> 68: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 68: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 55: testIndexCreation OK
> 55: **************************************
> 55: Total Tests: 6
> 55: Skipped: 0
> 55: Errors: 0
> 55: **************************************
> 61/416 Test #55: test_test_index_creation .......................................................... Passed 0.16 sec
> test 69
> Start 69: test_test_index_vstree
>
> 69: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_vstree
> 69: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 69: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_ClearEmpty type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 68: TEST SUITE tests
> 68: SEQAN_ENABLE_DEBUG == 1
> 68: SEQAN_ENABLE_TESTING == 1
> 68: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 68: SEQAN_ASYNC_IO == 1
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Naive<void, seqan::RDConfig<unsigned long, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 69: TEST SUITE tests
> 69: SEQAN_ENABLE_DEBUG == 1
> 69: SEQAN_ENABLE_TESTING == 1
> 69: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 69: SEQAN_ASYNC_IO == 1
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_myers_find_banded OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_myers_find_banded_csp OK
> 45: test_myers_find_infix_find_begin_at_start OK
> 45: test_myers_find_infix_find_begin_within OK
> 45: test_find_on_segments OK
> 45: test_find_hamming_simple OK
> 45: test_find_hamming_simple_regression_rmbench OK
> 45: test_regression_rmbench OK
> 45: test_find_online_Simple OK
> 45: test_find_online_Horspool OK
> 45: test_find_online_ShiftAnd OK
> 45: test_find_online_ShiftOr OK
> 45: test_find_online_BndmAlgo OK
> 45: test_find_online_BFAM_Oracle OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 45: test_find_online_BFAM_Trie OK
> 45: test_find_online_wildcards OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 45: test_find_online_multi_AhoCorasick OK
> 45: test_find_online_multi_MultipleShiftAnd OK
> 45: test_find_online_multi_SetHorspool OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 45: test_find_online_multi_WuManber OK
> 45: test_find_online_multi_MultiBFAM_Oracle OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_find_online_multi_MultiBFAM_Trie OK
> 45: test_find_approx_prefix_edit_dist_dpsearch OK
> 45: test_approx_prefix_edit_dist_myers OK
> 45: test_approx_edit_dist_dp_search_simple_score OK
> 45: test_approx_edit_dist_myers OK
> 45: test_approx_edit_dp_search_simple_score_legacy_case OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_approx_edit_dist_abndm_algo OK
> 45: test_approx_edit_dist_pex_non_hierarchical OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_approx_edit_dist_pex_hierarchical OK
> 45: test_approx_edit_dist_pex_non_hierarchical_aho_corasick OK
> 45: test_approx_edit_dist_pex_non_hierarchical_multi_bfam OK
> 45: test_find_hamming_simple OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_pattern_copycon OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 45: test_pattern_assign OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 45: test_pattern_movecon OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 45: test_pattern_moveassign OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 45: test_pattern_set_host OK
> 45: **************************************
> 45: Total Tests: 39
> 45: Skipped: 0
> 45: Errors: 0
> 45: **************************************
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 62/416 Test #45: test_test_find .................................................................... Passed 0.42 sec
> test 70
> Start 70: test_test_index_view
>
> 70: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_view
> 70: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 70: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 70: TEST SUITE test_index_view
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 70: SEQAN_ENABLE_DEBUG == 1
> 70: SEQAN_ENABLE_TESTING == 1
> 70: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 70: SEQAN_ASYNC_IO == 1
> 70: test_index_view_basic OK
> 70: **************************************
> 70: Total Tests: 1
> 70: Skipped: 0
> 70: Errors: 0
> 70: **************************************
> 63/416 Test #70: test_test_index_view .............................................................. Passed 0.00 sec
> test 71
> Start 71: test_test_index_finder
>
> 71: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_finder
> 71: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 71: Test timeout computed to be: 10000000
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetValue type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 71: TEST SUITE tests
> 71: SEQAN_ENABLE_DEBUG == 1
> 71: SEQAN_ENABLE_TESTING == 1
> 71: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 71: SEQAN_ASYNC_IO == 1
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexSa<void> > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexEsa<void> > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Naive<void, seqan::RDConfig<unsigned long, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryTest_GetRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 2u, 2u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<bool, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 24: test_alignment_free_alignment_free_comparison OK
> 24: test_alignment_free_count_kmers OK
> 24: test_alignment_free_calculate_periodicity OK
> 24: test_alignment_free_calculate_overlap_indicator OK
> 24: test_alignment_free_string_to_string_set OK
> 24: test_alignment_free_cut_ns OK
> 24: **************************************
> 24: Total Tests: 14
> 24: Skipped: 0
> 24: Errors: 0
> 24: **************************************
> 64/416 Test #24: test_test_alignment_free .......................................................... Passed 0.99 sec
> test 72
> Start 72: test_test_find_backtracking
>
> 72: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_find_backtracking
> 72: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 72: Test timeout computed to be: 10000000
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 72: TEST SUITE test_find_backtracking_exp
> 72: SEQAN_ENABLE_DEBUG == 1
> 72: SEQAN_ENABLE_TESTING == 1
> 72: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 72: SEQAN_ASYNC_IO == 1
> 72: test_find_backtracking_multiple_hamming_banana_vs_ada_ana OK
> 72: test_find_backtracking_multiple_edit_banana_vs_ada_ana OK
> 72: **************************************
> 72: Total Tests: 2
> 72: Skipped: 0
> 72: Errors: 0
> 72: **************************************
> 65/416 Test #72: test_test_find_backtracking ....................................................... Passed 0.00 sec
> test 73
> Start 73: test_test_index_repeats
>
> 73: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_index_repeats
> 73: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/index
> 73: Test timeout computed to be: 10000000
> 73: TEST SUITE test_index_repeats
> 73: SEQAN_ENABLE_DEBUG == 1
> 73: SEQAN_ENABLE_TESTING == 1
> 73: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 73: SEQAN_ASYNC_IO == 1
> 73: test_index_repeats_period_1_ignore_minlen_for_ns OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::Levels<void, seqan::LevelsPrefixRDConfig<unsigned int, seqan::Alloc<void>, 3u, 3u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<bool, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::Dna5Q_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::ReducedAminoAcid_<seqan::Tag<seqan::Murphy10_> > >, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 73: test_index_repeats_period_1_no_ns OK
> 64: RankDictionaryPrefixTest_GetPrefixRank type parameter seqan::RankDictionary<seqan::SimpleType<unsigned char, seqan::AminoAcid_>, seqan::WaveletTree<void, seqan::WTRDConfig<unsigned long, seqan::Alloc<void>, 1u, 0u> > > OK
> 64: **************************************
> 64: Total Tests: 239
> 64: Skipped: 0
> 64: Errors: 0
> 64: **************************************
> 66/416 Test #64: test_test_index_fm_rank_dictionary ................................................ Passed 0.51 sec
> test 74
> Start 74: test_test_journaled_set
>
> 74: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_journaled_set
> 74: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/journaled_set
> 74: Test timeout computed to be: 10000000
> 74: TEST SUITE test_journaled_set
> 74: SEQAN_ENABLE_DEBUG == 1
> 74: SEQAN_ENABLE_TESTING == 1
> 74: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 74: SEQAN_ASYNC_IO == 1
> 74: test_journaled_set_constructor OK
> 74: test_journaled_set_assign OK
> 74: test_journaled_set_set_host OK
> 74: test_journaled_set_host OK
> 74: test_journaled_set_assign_value OK
> 74: test_journaled_set_append_value OK
> 74: test_journaled_set_value OK
> 74: test_journaled_set_clear OK
> 74: test_journaled_set_resize OK
> 74: test_journaled_set_empty OK
> 74: test_journaled_set_iterator OK
> 74: **************************************
> 74: Total Tests: 11
> 74: Skipped: 0
> 74: Errors: 0
> 74: **************************************
> 67/416 Test #74: test_test_journaled_set ........................................................... Passed 0.01 sec
> test 75
> Start 75: test_test_journaled_string_tree
>
> 75: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_journaled_string_tree
> 75: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/journaled_string_tree
> 75: Test timeout computed to be: 10000000
> 73: test_index_repeats_period_1_many_ns OK
> 73: **************************************
> 73: Total Tests: 3
> 73: Skipped: 0
> 73: Errors: 0
> 73: **************************************
> 68/416 Test #73: test_test_index_repeats ........................................................... Passed 0.09 sec
> test 76
> Start 76: test_test_delta_map
>
> 76: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_delta_map
> 76: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/journaled_string_tree
> 76: Test timeout computed to be: 10000000
> 75: TEST SUITE test_journaled_string_tree
> 75: SEQAN_ENABLE_DEBUG == 1
> 75: SEQAN_ENABLE_TESTING == 1
> 75: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 75: SEQAN_ASYNC_IO == 1
> 75: test_journaled_string_tree_constructor OK
> 75: test_journaled_string_tree_length OK
> 75: test_journaled_string_tree_set_host OK
> 75: test_journaled_string_tree_host OK
> 75: test_journaled_string_tree_insert OK
> 75: test_journaled_string_tree_erase OK
> 75: test_journaled_string_tree_clear OK
> 75: test_journaled_string_tree_empty OK
> 75: test_journaled_string_tree_resize OK
> 75: test_journaled_string_tree_max_size OK
> 75: test_journaled_string_tree_size OK
> 75: **************************************
> 75: Total Tests: 11
> 75: Skipped: 0
> 75: Errors: 0
> 75: **************************************
> 76: TEST SUITE test_delta_map
> 76: SEQAN_ENABLE_DEBUG == 1
> 76: SEQAN_ENABLE_TESTING == 1
> 76: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 76: SEQAN_ASYNC_IO == 1
> 76: test_delta_map_delta_store_is_delta_type OK
> 76: test_delta_map_delta_store_select_delta_type OK
> 76: test_delta_map_delta_store_get_delta_store OK
> 76: test_delta_map_delta_store_add_delta_value OK
> 76: test_delta_map_delta_store_erase_delta_value OK
> 76: test_delta_map_delta_store_delta_value OK
> 76: test_delta_map_delta_store_clear OK
> 76: test_delta_map_delta_store_deletion_size OK
> 76: test_delta_map_delta_store_insertion_size OK
> 76: test_delta_map_delta_store_net_size OK
> 76: test_delta_map_insert OK
> 76: test_delta_map_erase OK
> 76: test_delta_map_lower_bound OK
> 76: test_delta_map_upper_bound OK
> 76: test_delta_map_count OK
> 76: test_delta_map_equal_range OK
> 76: test_delta_map_find OK
> 76: test_delta_map_size OK
> 76: test_delta_map_empty OK
> 76: test_delta_map_iterator OK
> 76: test_delta_map_iterator_copy_constructor OK
> 76: test_delta_map_iterator_assign OK
> 76: test_delta_map_iterator_value OK
> 76: test_delta_map_iterator_delta_value OK
> 76: test_delta_map_entry_delta_coverage OK
> 76: test_delta_map_entry_delta_type OK
> 76: test_delta_map_entry_delta_position OK
> 76: **************************************
> 76: Total Tests: 27
> 76: Skipped: 0
> 76: Errors: 0
> 76: **************************************
> 69/416 Test #75: test_test_journaled_string_tree ................................................... Passed 0.01 sec
> test 77
> Start 77: test_journaled_string_tree_traverser
>
> 77: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_journaled_string_tree_traverser
> 77: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/journaled_string_tree
> 77: Test timeout computed to be: 10000000
> 70/416 Test #76: test_test_delta_map ............................................................... Passed 0.01 sec
> test 78
> Start 78: test_journaled_string_tree_find
>
> 78: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_journaled_string_tree_find
> 78: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/journaled_string_tree
> 78: Test timeout computed to be: 10000000
> 77: TEST SUITE test_journaled_string_tree_traverser
> 77: SEQAN_ENABLE_DEBUG == 1
> 77: SEQAN_ENABLE_TESTING == 1
> 77: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 77: SEQAN_ASYNC_IO == 1
> 77: test_journaled_string_tree_traverser_constructor OK
> 77: test_journaled_string_tree_traverser_traverser OK
> 78: TEST SUITE test_journaled_string_tree_find
> 78: SEQAN_ENABLE_DEBUG == 1
> 78: SEQAN_ENABLE_TESTING == 1
> 78: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 78: SEQAN_ASYNC_IO == 1
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 77: test_journaled_string_tree_traverser_init OK
> 77: test_journaled_string_tree_traverser_context_size OK
> 77: test_journaled_string_tree_traverser_branch_size OK
> 77: test_journaled_string_tree_traverser_at_end OK
> 77: test_journaled_string_tree_traverser_is_base OK
> 77: test_journaled_string_tree_traverser_advance OK
> 77: test_journaled_string_tree_traverser_context_iterator OK
> 77: test_journaled_string_tree_traverser_container OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallWTFMIndexConfig<void, unsigned long> > > OK
> 77: test_journaled_string_tree_traverser_basic_traversal OK
> 77: **************************************
> 77: Total Tests: 11
> 77: Skipped: 0
> 77: Errors: 0
> 77: **************************************
> 71/416 Test #77: test_journaled_string_tree_traverser .............................................. Passed 0.13 sec
> test 79
> Start 79: test_test_map
>
> 79: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_map
> 79: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/map
> 79: Test timeout computed to be: 10000000
> 79: TEST SUITE test_map
> 79: SEQAN_ENABLE_DEBUG == 1
> 79: SEQAN_ENABLE_TESTING == 1
> 79: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 79: SEQAN_ASYNC_IO == 1
> 66: IndexTest_IndexCreate type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_Length type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_FindFirstChar type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexSa<void> > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexEsa<void> > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_DefaultFinder type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexSa<void> > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexEsa<void> > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdString type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexSa<void> > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::IndexEsa<void> > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_Constructor type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: IndexFinderTest_StdVector type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 71: **************************************
> 71: Total Tests: 32
> 71: Skipped: 0
> 71: Errors: 0
> 71: **************************************
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 72/416 Test #71: test_test_index_finder ............................................................ Passed 0.67 sec
> test 80
> Start 80: test_test_misc
>
> 80: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_misc
> 80: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/misc
> 80: Test timeout computed to be: 10000000
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 80: TEST SUITE test_misc
> 80: SEQAN_ENABLE_DEBUG == 1
> 80: SEQAN_ENABLE_TESTING == 1
> 80: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 80: SEQAN_ASYNC_IO == 1
> 80: test_misc_terminal_get_terminal_size OK
> 80: test_misc_bit_twiddling_pop_count_char OK
> 80: test_misc_bit_twiddling_pop_count_signed_char OK
> 80: test_misc_bit_twiddling_pop_count_unsigned_char OK
> 80: test_misc_bit_twiddling_pop_count_short OK
> 80: test_misc_bit_twiddling_pop_count_signed_short OK
> 80: test_misc_bit_twiddling_pop_count_unsigned_short OK
> 80: test_misc_bit_twiddling_pop_count_int OK
> 80: test_misc_bit_twiddling_pop_count_signed_int OK
> 80: test_misc_bit_twiddling_pop_count_unsigned_int OK
> 80: test_misc_bit_twiddling_pop_count_long OK
> 80: test_misc_bit_twiddling_pop_count_signed_long OK
> 80: test_misc_bit_twiddling_pop_count_unsigned_long OK
> 80: test_misc_bit_twiddling_pop_count_long_long OK
> 80: test_misc_bit_twiddling_pop_count_signed_long_long OK
> 80: test_misc_bit_twiddling_pop_count_unsigned_long_long OK
> 80: test_misc_bit_twiddling_pop_count_int8 OK
> 80: test_misc_bit_twiddling_pop_count_uint8 OK
> 80: test_misc_bit_twiddling_pop_count_int16 OK
> 80: test_misc_bit_twiddling_pop_count_uint16 OK
> 80: test_misc_bit_twiddling_pop_count_int32 OK
> 80: test_misc_bit_twiddling_pop_count_uint32 OK
> 80: test_misc_bit_twiddling_pop_count_int64 OK
> 80: test_misc_bit_twiddling_pop_count_uint64 OK
> 80: Interval_Tree__IntervalTreeTest_QueryAtBoundary OK
> 80: Interval_Tree__IntervalTreeTest_IntervalTree__int OK
> 80: Interval_Tree__IntervalTreeTest_IntervalTreeFromIterator__int OK
> 80: Interval_Tree__IntervalTreeTest_NonFullLength__int OK
> 80: Interval_Tree__IntervalTreeTest_AddInterval__int OK
> 80: Interval_Tree__IntervalTreeTest_TreeStructure__int OK
> 80: Interval_Tree__IntervalTreeTest_FindIntervalExcludeTouching__int OK
> 80: Interval_Tree__IntervalTreeTest_FindNoInterval__int OK
> 80: Interval_Tree__IntervalTreeTest_GraphMap__int_ComputeCenter_StoreIntervals OK
> 80: Interval_Tree__IntervalTreeTest_FindIntervalsIntervals__int_ComputeCenter OK
> 80: test_misc_accumulators_average_accumulator_int_average OK
> 80: test_misc_accumulators_average_accumulator_int_count OK
> 80: test_misc_accumulators_average_accumulator_int_sum OK
> 80: test_misc_accumulators_average_accumulator_int_clear OK
> 80: test_misc_accumulators_average_accumulator_double_average OK
> 80: test_misc_accumulators_average_accumulator_double_count OK
> 80: test_misc_accumulators_average_accumulator_double_sum OK
> 80: test_misc_accumulators_average_accumulator_double_clear OK
> 80: test_misc_edit_environment_string_enumerator_hamming OK
> 80: test_misc_edit_environment_string_enumerator_iterator_hamming OK
> 80: test_misc_edit_environment_string_enumerator_edit OK
> 80: test_misc_edit_environment_string_enumerator_iterator_edit OK
> 80: **************************************
> 80: Total Tests: 46
> 80: Skipped: 0
> 80: Errors: 0
> 80: **************************************
> 73/416 Test #80: test_test_misc .................................................................... Passed 0.02 sec
> test 81
> Start 81: test_test_modifier
>
> 81: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_modifier
> 81: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/modifier
> 81: Test timeout computed to be: 10000000
> 81: TEST SUITE test_modifier
> 81: SEQAN_ENABLE_DEBUG == 1
> 81: SEQAN_ENABLE_TESTING == 1
> 81: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 81: SEQAN_ASYNC_IO == 1
> 81: test_modifer_shortcuts_dna_string_reverse OK
> 81: test_modifer_shortcuts_dna5_string_reverse OK
> 81: test_modifer_shortcuts_rna_string_reverse OK
> 81: test_modifer_shortcuts_rna5_string_reverse OK
> 81: test_modifer_shortcuts_dna_string_complement OK
> 81: test_modifer_shortcuts_dna5_string_complement OK
> 81: test_modifer_shortcuts_rna_string_complement OK
> 81: test_modifer_shortcuts_rna5_string_complement OK
> 81: test_modifer_shortcuts_dna_string_reverse_complement OK
> 81: test_modifer_shortcuts_dna5_string_reverse_complement OK
> 81: test_modifer_shortcuts_rna_string_reverse_complement OK
> 81: test_modifer_shortcuts_rna5_string_reverse_complement OK
> 81: test_modifer_shortcuts_complement_in_place_string OK
> 81: test_modifer_shortcuts_complement_in_place_string_set OK
> 81: test_modifer_shortcuts_reverse_complement_in_place_string OK
> 81: test_modifer_shortcuts_reverse_complement_in_place_string_set OK
> 81: test_modifer_shortcuts_reverse_in_place_string OK
> 81: test_modifer_shortcuts_reverse_in_place_string_set OK
> 81: test_modifier_reverse_iterator_metafunctions OK
> 81: test_modifer_shortcuts_to_lower_in_place_string OK
> 81: test_modifer_shortcuts_to_lower_in_place_string_set OK
> 81: test_modifer_shortcuts_to_upper_in_place_string OK
> 81: test_modifer_shortcuts_to_upper_in_place_string_set OK
> 81: test_modifier_functors_functor_upcase OK
> 81: test_modifier_functors_functor_lowcase OK
> 81: test_modifier_functors_dna_complement OK
> 81: test_modifier_alphabet_size_metafunctions OK
> 81: test_modifier_DnaQ OK
> 81: test_modifier_alphabet_enumerate OK
> 81: test_modifier_alphabet_convert OK
> 81: test_modifier_alphabet_ord_value OK
> 81: test_modifier_view_iterator_metafunctions OK
> 81: test_modifier_view_iterator OK
> 81: test_modifier_view_string_caesar_chiffre OK
> 81: test_modifier_view_string_upper_case OK
> 81: test_modifier_view_string_low_case OK
> 81: test_modifier_view_string_alphabet_conversion OK
> 81: test_modifier_view_string_nested_modifier OK
> 81: test_modifier_convert_in_place OK
> 81: test_modifier_modified_string_metafunctions OK
> 81: test_modifier_modified_string_construct OK
> 81: test_modifier_modified_string_assignment OK
> 81: test_modifier_modified_string_length OK
> 81: test_modifier_modified_string_cascade OK
> 81: test_modifier_modified_iterator_construct OK
> 81: test_modifier_modified_string_mod_view OK
> 81: test_modifier_modified_string_mod_view_segment OK
> 81: test_modifier_modified_string_mod_pos OK
> 81: test_modifier_modified_string_const_literal OK
> 81: test_modifier_modified_string_reverse_segment OK
> 81: test_modifier_minimal OK
> 81: test_modifier_reverse_back_front OK
> 81: test_modified_string_padding_construction OK
> 81: test_modified_string_padding_expand OK
> 81: test_modified_string_padding_length OK
> 81: test_modified_string_padding_begin OK
> 81: test_modified_string_padding_end OK
> 81: test_modified_string_padding_difference OK
> 81: test_modified_string_padding_iterator OK
> 81: test_modified_string_padding_defect_2190 OK
> 81: **************************************
> 81: Total Tests: 60
> 81: Skipped: 0
> 81: Errors: 0
> 81: **************************************
> 74/416 Test #81: test_test_modifier ................................................................ Passed 0.04 sec
> test 82
> Start 82: test_test_modifier_cyclic_shape
>
> 82: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_modifier_cyclic_shape
> 82: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/modifier_cyclic_shape
> 82: Test timeout computed to be: 10000000
> 82: TEST SUITE test_modifier_cyclic_shape
> 82: SEQAN_ENABLE_DEBUG == 1
> 82: SEQAN_ENABLE_TESTING == 1
> 82: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 82: SEQAN_ASYNC_IO == 1
> 82: test_modifier_cyclic_shape_cyclic_shape OK
> 82: test_modifier_cyclic_shape_iterator_generic_alloc_charstring OK
> 82: test_modifier_cyclic_shape_iterator_generic_mod_charstring OK
> 82: test_modifier_cyclic_shape_iterator_generic_infix_charstring OK
> 82: test_modifier_cyclic_shape_iterator_fixed_alloc_charstring OK
> 82: test_modifier_cyclic_shape_iterator_fixed_mod_charstring OK
> 82: test_modifier_cyclic_shape_iterator_fixed_infix_charstring OK
> 82: test_modifier_cyclic_shape_modified_string_construct OK
> 82: test_modifier_cyclic_shape_modified_string_functions OK
> 82: test_modifier_cyclic_shape_modified_iterator OK
> 82: **************************************
> 82: Total Tests: 10
> 82: Skipped: 0
> 82: Errors: 0
> 82: **************************************
> 75/416 Test #82: test_test_modifier_cyclic_shape ................................................... Passed 0.01 sec
> test 83
> Start 83: test_test_multiple_translation_units
>
> 83: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_multiple_translation_units
> 83: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/multiple_translation_units
> 83: Test timeout computed to be: 10000000
> 83: TEST SUITE test_multiple_translation_units
> 83: SEQAN_ENABLE_DEBUG == 1
> 83: SEQAN_ENABLE_TESTING == 1
> 83: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 83: SEQAN_ASYNC_IO == 1
> 83: **************************************
> 83: Total Tests: 0
> 83: Skipped: 0
> 83: Errors: 0
> 83: **************************************
> 76/416 Test #83: test_test_multiple_translation_units .............................................. Passed 0.01 sec
> test 84
> Start 84: test_test_parallel
>
> 84: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_parallel
> 84: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/parallel
> 84: Test timeout computed to be: 10000000
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallLVFMIndexConfig<void, unsigned long> > > OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 84: TEST SUITE test_parallel
> 84: SEQAN_ENABLE_DEBUG == 1
> 84: SEQAN_ENABLE_TESTING == 1
> 84: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 84: SEQAN_ASYNC_IO == 1
> 84: PARALLELISM ENABLED (CTEST_FULL_OUTPUT)
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 84: test_parallel_atomic_inc OK
> 84: test_parallel_atomic_dec OK
> 68: BidirectionalFMIndexTest_SearchInString type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 84: test_parallel_atomic_add OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 84: test_parallel_atomic_or OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 84: test_parallel_atomic_xor OK
> 67: LFTest_IsSentinel type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 84: test_parallel_atomic_cas OK
> 66: IndexTest_ClearEmpty type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > > OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 84: test_parallel_atomic_min OK
> 69: TopDownIndexIteratorTest_GoDown type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 69: **************************************
> 69: Total Tests: 14
> 69: Skipped: 0
> 69: Errors: 0
> 69: **************************************
> 77/416 Test #69: test_test_index_vstree ............................................................ Passed 1.45 sec
> test 85
> Start 85: test_test_parse_lm
>
> 85: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_parse_lm
> 85: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/parse_lm
> 85: Test timeout computed to be: 10000000
> 85: TEST SUITE test_parse_lm
> 85: SEQAN_ENABLE_DEBUG == 1
> 85: SEQAN_ENABLE_TESTING == 1
> 85: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 85: SEQAN_ASYNC_IO == 1
> 85: test_parse_lm_local_match_constructor OK
> 85: test_parse_lm_local_match_store_constructor OK
> 85: test_parse_lm_local_match_store_append_local_match OK
> 85: test_parse_lm_parse_lastz_general OK
> 85: test_parse_lm_parse_blastn_tabular OK
> 85: test_parse_lm_parse_stellar_gff OK
> 85: **************************************
> 85: Total Tests: 6
> 85: Skipped: 0
> 85: Errors: 0
> 85: **************************************
> 78/416 Test #85: test_test_parse_lm ................................................................ Passed 0.02 sec
> test 86
> Start 86: test_test_pipe
>
> 86: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_pipe
> 86: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/pipe
> 86: Test timeout computed to be: 10000000
> 86: TEST SUITE test_pipe
> 86: SEQAN_ENABLE_DEBUG == 1
> 86: SEQAN_ENABLE_TESTING == 1
> 86: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 86: SEQAN_ASYNC_IO == 1
> 84: test_parallel_atomic_max OK
> 84: test_parallel_splitter_equidistant OK
> 84: test_parallel_splitting_compute_splitters OK
> 84: test_parallel_sum OK
> 84: test_parallel_partial_sum OK
> 84: test_parallel_queue_simple OK
> 84: test_parallel_queue_resize OK
> 84: test_parallel_queue_non_pod OK
> 84: threads: 2
> 84: writers: 1
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 84: stop reader #1 100000
> 84: throughput: 874395 values/s
> 84: cap: 30
> 84: test_parallel_queue_spsc_fixedsize OK
> 84: threads: 2
> 84: writers: 1
> 84: stop reader #1 100000
> 84: throughput: 2311928 values/s
> 84: cap: 114498
> 84: test_parallel_queue_spsc_dynamicsize OK
> 84: threads: 4
> 84: writers: 1
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 86: test_pipe_test_external_string OK
> 84: stop reader #2 20963
> 84: stop reader #3 42628
> 84: stop reader #1 36409
> 84: throughput: 782908 values/s
> 84: cap: 30
> 84: test_parallel_queue_spmc_fixedsize OK
> 84: threads: 4
> 84: writers: 1
> 84: stop reader #2 36700
> 84: stop reader #1 51994
> 84: stop reader #3 11306
> 84: throughput: 2108128 values/s
> 84: cap: 48
> 84: test_parallel_queue_spmc_dynamicsize OK
> 84: threads: 3
> 84: writers: 2
> 86: test_pipe_test_simple_pool OK
> 84: stop reader #2 100000
> 84: throughput: 3385748 values/s
> 84: cap: 30
> 84: test_parallel_queue_mpsc_fixedsize OK
> 84: test_parallel_thread_pool_construct OK
> 84: test_parallel_thread_pool_spawn OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallWTFMIndexConfig<void, unsigned long> > > OK
> 86: test_pipe_test_mapper OK
> 79: ....................................................................................................
> 79: test_map_map OK
> 79: **************************************
> 79: Total Tests: 1
> 79: Skipped: 0
> 79: Errors: 0
> 79: **************************************
> 79/416 Test #79: test_test_map ..................................................................... Passed 1.51 sec
> test 87
> Start 87: test_test_platform
>
> 87: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_platform
> 87: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/platform
> 87: Test timeout computed to be: 10000000
> 87: TEST SUITE test_platform
> 87: SEQAN_ENABLE_DEBUG == 1
> 87: SEQAN_ENABLE_TESTING == 1
> 87: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 87: SEQAN_ASYNC_IO == 1
> 87: test_platform_range_based_for_loops1 OK
> 87: test_platform_range_based_for_loops2 OK
> 87: **************************************
> 87: Total Tests: 2
> 87: Skipped: 0
> 87: Errors: 0
> 87: **************************************
> 80/416 Test #87: test_test_platform ................................................................ Passed 0.00 sec
> test 88
> Start 88: test_test_random
>
> 88: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_random
> 88: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/random
> 88: Test timeout computed to be: 10000000
> 88: TEST SUITE test_random
> 88: SEQAN_ENABLE_DEBUG == 1
> 88: SEQAN_ENABLE_TESTING == 1
> 88: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 88: SEQAN_ASYNC_IO == 1
> 88: test_default_rng OK
> 88: test_random_beta_constructors OK
> 88: test_random_beta_alpha OK
> 88: test_random_beta_beta OK
> 88: test_random_beta_min OK
> 88: test_random_beta_max OK
> 88: test_random_beta_param OK
> 88: test_random_beta_set_param OK
> 88: test_random_beta_write OK
> 88: test_random_beta_read OK
> 88: test_random_beta_functor OK
> 88: test_random_shuffle OK
> 88: test_random_cvt_beta_param OK
> 88: test_random_cvt_lognormal_param OK
> 88: **************************************
> 88: Total Tests: 14
> 88: Skipped: 0
> 88: Errors: 0
> 88: **************************************
> 81/416 Test #88: test_test_random .................................................................. Passed 0.01 sec
> test 89
> Start 89: test_test_realign
>
> 89: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_realign
> 89: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/realign
> 89: Test timeout computed to be: 10000000
> 89: TEST SUITE test_realign
> 89: SEQAN_ENABLE_DEBUG == 1
> 89: SEQAN_ENABLE_TESTING == 1
> 89: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 89: SEQAN_ASYNC_IO == 1
> 89: test_realign_one_read_no_gaps OK
> 89: test_realign_one_read_with_gaps OK
> 89: test_realign_two_reads_stacked_at_beginning OK
> 66: IndexTest_OpenSave type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, seqan::FMIndexConfig<void, unsigned long, 1u, 1u> > > OK
> 66: **************************************
> 66: Total Tests: 28
> 66: Skipped: 0
> 66: Errors: 0
> 66: **************************************
> 82/416 Test #66: test_test_index_base .............................................................. Passed 2.20 sec
> test 90
> Start 90: test_reduced_aminoacid
>
> 90: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_reduced_aminoacid
> 90: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/reduced_aminoacid
> 90: Test timeout computed to be: 10000000
> 90: TEST SUITE test_reduced_aminoacid
> 90: SEQAN_ENABLE_DEBUG == 1
> 90: SEQAN_ENABLE_TESTING == 1
> 90: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 90: SEQAN_ASYNC_IO == 1
> 90: test_reduced_aminoacid_buchfink11 OK
> 90: test_reduced_aminoacid_cannata10 OK
> 90: test_reduced_aminoacid_li10 OK
> 90: test_reduced_aminoacid_solis10 OK
> 90: test_reduced_aminoacid_murphy5 OK
> 90: test_reduced_aminoacid_murphy10 OK
> 90: test_reduced_aminoacid_murphy10_moditerators OK
> 89: test_realign_simple_case OK
> 90: test_reduced_aminoacid_murphy10_modview_fmindex OK
> 90: **************************************
> 90: Total Tests: 8
> 90: Skipped: 0
> 90: Errors: 0
> 90: **************************************
> 83/416 Test #90: test_reduced_aminoacid ............................................................ Passed 0.05 sec
> test 91
> Start 91: test_test_rna_io
>
> 91: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_rna_io
> 91: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/rna_io
> 91: Test timeout computed to be: 10000000
> 91: TEST SUITE test_rna_io
> 91: SEQAN_ENABLE_DEBUG == 1
> 91: SEQAN_ENABLE_TESTING == 1
> 91: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 91: SEQAN_ASYNC_IO == 1
> 91: test_rna_io_read_connect OK
> 91: test_rna_io_read_dot_bracket OK
> 91: test_rna_io_read_vienna OK
> 91: test_rna_io_read_stockholm OK
> 91: test_rna_io_read_bpseq OK
> 91: test_rna_io_read_ebpseq OK
> 91: test_rna_io_write_connect OK
> 91: test_rna_io_write_dot_bracket OK
> 91: test_rna_io_write_vienna OK
> 91: test_rna_io_write_stockholm OK
> 91: test_rna_io_write_bpseq OK
> 91: test_rna_io_write_ebpseq OK
> 91: test_rna_io_convert OK
> 91: **************************************
> 91: Total Tests: 13
> 91: Skipped: 0
> 91: Errors: 0
> 91: **************************************
> 84/416 Test #91: test_test_rna_io .................................................................. Passed 0.02 sec
> test 92
> Start 92: test_test_roi_io
>
> 92: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_roi_io
> 92: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/roi_io
> 92: Test timeout computed to be: 10000000
> 92: TEST SUITE test_roi_io
> 92: SEQAN_ENABLE_DEBUG == 1
> 92: SEQAN_ENABLE_TESTING == 1
> 92: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 92: SEQAN_ASYNC_IO == 1
> 92: test_roi_read_roi_record OK
> 92: test_roi_write_roi_record OK
> 92: test_roi_roi_file_read OK
> 92: test_roi_roi_file_write OK
> 92: test_roi_io_isOpen_fileIn OK
> 92: test_roi_io_isOpen_fileOut OK
> 92: **************************************
> 92: Total Tests: 6
> 92: Skipped: 0
> 92: Errors: 0
> 92: **************************************
> 85/416 Test #92: test_test_roi_io .................................................................. Passed 0.01 sec
> test 93
> Start 93: test_test_score
>
> 93: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_score
> 93: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/score
> 93: Test timeout computed to be: 10000000
> 86: test_pipe_test_mapper_partially_filled OK
> 93: TEST SUITE test_score
> 93: SEQAN_ENABLE_DEBUG == 1
> 93: SEQAN_ENABLE_TESTING == 1
> 93: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 93: SEQAN_ASYNC_IO == 1
> 93: test_score_gap_open OK
> 93: test_score_simple OK
> 93: test_score_edit OK
> 93: test_score_matrix OK
> 93: test_score_matrix_file OK
> 93: test_score_matrix_data OK
> 93: test_score_sequence_entry_for_score OK
> 93: test_score_dynamic_score_matrix OK
> 93: **************************************
> 93: Total Tests: 8
> 93: Skipped: 0
> 93: Errors: 0
> 93: **************************************
> 86/416 Test #93: test_test_score ................................................................... Passed 0.01 sec
> test 94
> Start 94: test_test_seeds_combination
>
> 94: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_combination
> 94: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 94: Test timeout computed to be: 10000000
> 94: TEST SUITE test_seeds_combination
> 94: SEQAN_ENABLE_DEBUG == 1
> 94: SEQAN_ENABLE_TESTING == 1
> 94: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 94: SEQAN_ASYNC_IO == 1
> 94: test_seeds_combination_seeds_combineable_merge_chained OK
> 94: test_seeds_combination_seeds_combineable_simple_chaining_chained OK
> 94: test_seeds_combination_seeds_combineable_simple_chaos_chaining_chained OK
> 94: test_seeds_combination_combine_seeds_merge_chained OK
> 94: test_seeds_combination_combine_seeds_simple_chaining_chained OK
> 94: test_seeds_combination_combine_seeds_simple_chaos_chaining_chained OK
> 94: **************************************
> 94: Total Tests: 6
> 94: Skipped: 0
> 94: Errors: 0
> 94: **************************************
> 87/416 Test #94: test_test_seeds_combination ....................................................... Passed 0.00 sec
> test 95
> Start 95: test_test_seeds_extension
>
> 95: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_extension
> 95: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 95: Test timeout computed to be: 10000000
> 95: TEST SUITE test_seeds_extension
> 95: SEQAN_ENABLE_DEBUG == 1
> 95: SEQAN_ENABLE_TESTING == 1
> 95: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 95: SEQAN_ASYNC_IO == 1
> 95: test_seeds_extension_match_extension_simple OK
> 95: test_seeds_extension_ungapped_xdrop_extension_simple OK
> 95: test_seeds_extension_gapped_xdrop_extension_simple OK
> 95: test_seeds_extension_match_extension_chained OK
> 95: test_seeds_extension_ungapped_xdrop_extension_chained OK
> 95: **************************************
> 95: Total Tests: 5
> 95: Skipped: 0
> 95: Errors: 0
> 95: **************************************
> 88/416 Test #95: test_test_seeds_extension ......................................................... Passed 0.00 sec
> test 96
> Start 96: test_test_seeds_global_chaining
>
> 96: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_global_chaining
> 96: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 96: Test timeout computed to be: 10000000
> 96: TEST SUITE test_seeds_global_chaining
> 96: SEQAN_ENABLE_DEBUG == 1
> 96: SEQAN_ENABLE_TESTING == 1
> 96: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 96: SEQAN_ASYNC_IO == 1
> 96: test_seeds_global_chaining_sparse_length OK
> 96: **************************************
> 96: Total Tests: 1
> 96: Skipped: 0
> 96: Errors: 0
> 96: **************************************
> 89/416 Test #96: test_test_seeds_global_chaining ................................................... Passed 0.00 sec
> test 97
> Start 97: test_test_seeds_seed_base
>
> 97: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_seed_base
> 97: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 97: Test timeout computed to be: 10000000
> 97: TEST SUITE test_seeds_seed_base
> 97: SEQAN_ENABLE_DEBUG == 1
> 97: SEQAN_ENABLE_TESTING == 1
> 97: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 97: SEQAN_ASYNC_IO == 1
> 97: test_seeds_seed_base_constructors_simple OK
> 97: test_seeds_seed_base_metafunctions_simple OK
> 97: test_seeds_seed_base_getters_setters_simple OK
> 97: test_seeds_seed_base_basic_functions_simple OK
> 97: test_seeds_seed_base_assign_simple OK
> 97: test_seeds_seed_base_constructors_chained OK
> 97: test_seeds_seed_base_metafunctions_chained OK
> 97: test_seeds_seed_base_getters_setters_chained OK
> 97: test_seeds_seed_base_basic_functions_chained OK
> 97: test_seeds_seed_base_assign_chained OK
> 97: **************************************
> 97: Total Tests: 10
> 97: Skipped: 0
> 97: Errors: 0
> 97: **************************************
> 90/416 Test #97: test_test_seeds_seed_base ......................................................... Passed 0.00 sec
> test 98
> Start 98: test_test_seeds_seed_chained
>
> 98: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_seed_chained
> 98: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 98: Test timeout computed to be: 10000000
> 98: TEST SUITE test_seeds_seed_chained
> 98: SEQAN_ENABLE_DEBUG == 1
> 98: SEQAN_ENABLE_TESTING == 1
> 98: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 98: SEQAN_ASYNC_IO == 1
> 98: test_seeds_seed_chained_assign OK
> 98: test_seeds_seed_chained_metafunctions OK
> 98: test_seeds_seed_chained_append_diagonal OK
> 98: test_seeds_seed_chained_truncate_diagonals OK
> 98: test_seeds_seed_chained_iterators OK
> 98: test_seeds_seed_chained_front_back OK
> 98: **************************************
> 98: Total Tests: 6
> 98: Skipped: 0
> 98: Errors: 0
> 98: **************************************
> 91/416 Test #98: test_test_seeds_seed_chained ...................................................... Passed 0.00 sec
> test 99
> Start 99: test_test_seeds_seed_diagonal
>
> 99: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_seed_diagonal
> 99: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 99: Test timeout computed to be: 10000000
> 99: TEST SUITE test_seeds_seed_diagonal
> 99: SEQAN_ENABLE_DEBUG == 1
> 99: SEQAN_ENABLE_TESTING == 1
> 99: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 99: SEQAN_ASYNC_IO == 1
> 99: test_seeds_seed_diagonal_constructors OK
> 99: test_seeds_seed_diagonal_metafunctions OK
> 99: **************************************
> 99: Total Tests: 2
> 99: Skipped: 0
> 99: Errors: 0
> 99: **************************************
> 92/416 Test #99: test_test_seeds_seed_diagonal ..................................................... Passed 0.00 sec
> test 100
> Start 100: test_test_seeds_seed_set_base
>
> 100: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_seed_set_base
> 100: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 100: Test timeout computed to be: 10000000
> 100: TEST SUITE test_seeds_seed_set_base
> 100: SEQAN_ENABLE_DEBUG == 1
> 100: SEQAN_ENABLE_TESTING == 1
> 100: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 100: SEQAN_ASYNC_IO == 1
> 100: test_seeds_seed_set_base_container_functions_simple_unordered OK
> 100: test_seeds_seed_set_base_clear_simple OK
> 100: test_seeds_seed_set_base_clear_chained OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_not_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_reached_score_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_not_reached_score_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_right_merging_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_impossible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_not_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_not_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_right_chaining_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_impossible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_possible_threshold_not_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_possible_threshold_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_possible_threshold_not_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_simple_chain_left_chaining_possible_threshold_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_right_chaining_possible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_impossible_no_threshold_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_not_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_reached_length_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_not_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_reached_scored_simple_unordered OK
> 100: test_seeds_seed_set_base_container_functions_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_not_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_reached_score_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_single_threshold_not_reached_score_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_right_merging_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_impossible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_not_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_not_reached_scored_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_merge_left_merging_possible_threshold_reached_scored_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_right_chaining_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_impossible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_possible_threshold_not_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_possible_threshold_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_possible_threshold_not_reached_scored_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chained_chain_left_chaining_possible_threshold_reached_scored_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_right_chaining_possible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_impossible_no_threshold_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_not_reached_length_chained_unordered OK
> 89: test_realign_simple_gaps OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_reached_length_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_not_reached_scored_chained_unordered OK
> 100: test_seeds_seed_set_base_add_seed_chaos_left_chaining_possible_threshold_reached_scored_chained_unordered OK
> 100: **************************************
> 100: Total Tests: 54
> 100: Skipped: 0
> 100: Errors: 0
> 100: **************************************
> 93/416 Test #100: test_test_seeds_seed_set_base ..................................................... Passed 0.01 sec
> test 101
> Start 101: test_test_seeds_seed_set_unordered
>
> 101: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_seed_set_unordered
> 101: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 101: Test timeout computed to be: 10000000
> 101: TEST SUITE test_seeds_seed_set
> 101: SEQAN_ENABLE_DEBUG == 1
> 101: SEQAN_ENABLE_TESTING == 1
> 101: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 101: SEQAN_ASYNC_IO == 1
> 101: test_seeds_seed_set_container_functions_unordered OK
> 101: **************************************
> 101: Total Tests: 1
> 101: Skipped: 0
> 101: Errors: 0
> 101: **************************************
> 94/416 Test #101: test_test_seeds_seed_set_unordered ................................................ Passed 0.00 sec
> test 102
> Start 102: test_test_seeds_align_banded_chain_impl
>
> 102: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_align_banded_chain_impl
> 102: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 102: Test timeout computed to be: 10000000
> 102: TEST SUITE test_banded_chain_impl
> 102: SEQAN_ENABLE_DEBUG == 1
> 102: SEQAN_ENABLE_TESTING == 1
> 102: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 102: SEQAN_ASYNC_IO == 1
> 102: test_banded_chain_alignment_empty_set_linear OK
> 102: test_banded_chain_alignment_empty_set_affine OK
> 102: test_banded_chain_alignment_one_seed_linear OK
> 102: test_banded_chain_alignment_one_seed_affine OK
> 102: test_banded_chain_alignment_two_seeds_linear OK
> 102: test_banded_chain_alignment_two_seeds_affine OK
> 102: test_banded_chain_alignment_three_seeds_linear OK
> 102: test_banded_chain_alignment_three_seeds_affine OK
> 102: test_banded_chain_alignment_special_seeds_linear OK
> 102: test_banded_chain_alignment_special_seeds_affine OK
> 102: test_banded_chain_alignment_band_extensions_linear OK
> 102: test_banded_chain_alignment_band_extensions_affine OK
> 89: test_realign_simple_insert OK
> 102: test_banded_chain_alignment_issue_1020 OK
> 102: test_banded_chain_score_overflow_detection OK
> 102: **************************************
> 102: Total Tests: 14
> 102: Skipped: 0
> 102: Errors: 0
> 102: **************************************
> 95/416 Test #102: test_test_seeds_align_banded_chain_impl ........................................... Passed 0.04 sec
> test 103
> Start 103: test_test_seeds_banded_chain_alignment_interface
>
> 103: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seeds_banded_chain_alignment_interface
> 103: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seeds
> 103: Test timeout computed to be: 10000000
> 103: TEST SUITE test_banded_chain_alignment_interface
> 103: SEQAN_ENABLE_DEBUG == 1
> 103: SEQAN_ENABLE_TESTING == 1
> 103: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 103: SEQAN_ASYNC_IO == 1
> 103: test_banded_chain_alignment_align_linear_global_one_score OK
> 103: test_banded_chain_alignment_align_linear_global_two_scores OK
> 103: test_banded_chain_alignment_align_linear_semi_one_score OK
> 103: test_banded_chain_alignment_align_linear_semi_two_scores OK
> 103: test_banded_chain_alignment_align_linear_overlap_one_score OK
> 103: test_banded_chain_alignment_align_linear_overlap_two_scores OK
> 103: test_banded_chain_alignment_align_affine_global_one_score OK
> 103: test_banded_chain_alignment_align_affine_global_two_scores OK
> 103: test_banded_chain_alignment_align_affine_semi_one_score OK
> 103: test_banded_chain_alignment_align_affine_semi_two_scores OK
> 103: test_banded_chain_alignment_align_affine_overlap_one_score OK
> 103: test_banded_chain_alignment_align_affine_overlap_two_scores OK
> 103: test_banded_chain_alignment_gaps_linear_global_one_score OK
> 103: test_banded_chain_alignment_gaps_linear_global_two_score OK
> 103: test_banded_chain_alignment_gaps_linear_semi_one_score OK
> 103: test_banded_chain_alignment_gaps_linear_semi_two_score OK
> 103: test_banded_chain_alignment_gaps_linear_overlap_one_score OK
> 103: test_banded_chain_alignment_gaps_linear_overlap_two_score OK
> 103: test_banded_chain_alignment_gaps_affine_global_one_score OK
> 103: test_banded_chain_alignment_gaps_affine_global_two_scores OK
> 103: test_banded_chain_alignment_gaps_affine_semi_one_score OK
> 103: test_banded_chain_alignment_gaps_affine_semi_two_scores OK
> 103: test_banded_chain_alignment_gaps_affine_overlap_one_score OK
> 103: test_banded_chain_alignment_gaps_affine_overlap_two_scores OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_global_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_global_two_scores OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_semi_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_semi_two_scores OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_overlap_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_linear_overlap_two_scores OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_global_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_global_two_scores OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_semi_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_semi_two_scores OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_overlap_one_score OK
> 103: test_banded_chain_alignment_alignmentgraph_affine_overlap_two_scores OK
> 103: test_banded_chain_alignment_fragments_linear_global_one_score OK
> 103: test_banded_chain_alignment_fragments_linear_global_two_scores OK
> 103: test_banded_chain_alignment_fragments_linear_semi_one_score OK
> 103: test_banded_chain_alignment_fragments_linear_semi_two_scores OK
> 103: test_banded_chain_alignment_fragments_linear_overlap_one_score OK
> 103: test_banded_chain_alignment_fragments_linear_overlap_two_scores OK
> 103: test_banded_chain_alignment_fragments_affine_global_one_score OK
> 103: test_banded_chain_alignment_fragments_affine_global_two_scores OK
> 103: test_banded_chain_alignment_fragments_affine_semi_one_score OK
> 103: test_banded_chain_alignment_fragments_affine_semi_two_scores OK
> 103: test_banded_chain_alignment_fragments_affine_overlap_one_score OK
> 89: test_realign_simple_insert_window OK
> 103: test_banded_chain_alignment_fragments_affine_overlap_two_scores OK
> 103: test_banded_chain_alignment_stl_vector_adaption OK
> 103: **************************************
> 103: Total Tests: 49
> 103: Skipped: 0
> 103: Errors: 0
> 103: **************************************
> 96/416 Test #103: test_test_seeds_banded_chain_alignment_interface .................................. Passed 0.02 sec
> test 104
> Start 104: test_test_seq_io
>
> 104: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_seq_io
> 104: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/seq_io
> 104: Test timeout computed to be: 10000000
> 104: TEST SUITE test_seq_io
> 104: SEQAN_ENABLE_DEBUG == 1
> 104: SEQAN_ENABLE_TESTING == 1
> 104: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 104: SEQAN_ASYNC_IO == 1
> 104: test_seq_io_sequence_file_recognize_file_type_gz_fasta OK
> 104: test_seq_io_sequence_file_recognize_file_type_bz2_fasta OK
> 104: test_seq_io_sequence_file_recognize_file_format_text_fasta OK
> 104: test_seq_io_sequence_file_recognize_file_format_text_fastq OK
> 89: test_realign_simple_insert_window_tight_left OK
> 89: test_realign_simple_insert_window_tight_right OK
> 89: test_realign_tricky_insert_window_cuts OK
> 89: **************************************
> 89: Total Tests: 10
> 89: Skipped: 0
> 89: Errors: 0
> 89: **************************************
> 97/416 Test #89: test_test_realign ................................................................. Passed 0.26 sec
> test 105
> Start 105: test_test_sequence
>
> 105: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_sequence
> 105: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/sequence
> 105: Test timeout computed to be: 10000000
> 105: TEST SUITE Sequence tests
> 104: test_tag_select_intersect OK
> 104: test_seq_io_sequence_file_read_record_text_fasta OK
> 104: test_seq_io_sequence_file_read_all_text_fasta OK
> 105: SEQAN_ENABLE_DEBUG == 1
> 104: test_seq_io_sequence_file_write_record_text_fasta OK
> 105: SEQAN_ENABLE_TESTING == 1
> 104: test_seq_io_sequence_file_write_all_text_fasta OK
> 105: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 104: test_seq_io_sequence_file_write_record_text_fastq_no_qual OK
> 105: SEQAN_ASYNC_IO == 1
> 104: test_seq_io_sequence_file_write_record_text_fastq_with_qual OK
> 104: test_seq_io_sequence_file_write_all_text_fastq_no_qual OK
> 105: test_sequence_adaptions_metafunctions_std_string OK
> 104: test_seq_io_sequence_file_write_all_text_fastq_with_qual OK
> 104: test_seq_io_sequence_file_isOpen_fileIn OK
> 104: test_seq_io_sequence_file_isOpen_fileOut OK
> 104: test_seq_io_genomic_region_default_constructed OK
> 104: test_seq_io_genomic_region_from_string OK
> 104: test_seq_io_genomic_region_clear OK
> 104: test_seq_io_genomic_region_parse_chrom OK
> 104: test_seq_io_genomic_region_parse_chrom_begin OK
> 104: test_seq_io_genomic_region_parse_chrom_begin_end OK
> 104: test_seq_io_genomic_region_to_string_interval OK
> 104: test_seq_io_genomic_region_to_string_point OK
> 104: test_seq_io_genomic_fai_index_build OK
> 104: test_seq_io_genomic_fai_index_write OK
> 104: test_seq_io_genomic_fai_index_read OK
> 104: test_seq_io_genomic_fai_index_read_sequence OK
> 104: test_seq_io_genomic_fai_index_read_region OK
> 104: test_stream_read_embl_single_char_array_stream OK
> 104: test_stream_read_embl_record_char_array_stream OK
> 105: test_sequence_adaptions_iterators_std_string OK
> 105: test_sequence_adaptions_sequence_interface_std_string OK
> 105: test_sequence_adaptions_sequence_memory_std_string OK
> 105: test_sequence_adaptions_metafunctions_std_vector OK
> 105: test_sequence_adaptions_iterators_std_vector OK
> 105: test_sequence_adaptions_sequence_interface_std_vector OK
> 105: test_sequence_adaptions_sequence_memory_std_vector OK
> 105: test_sequence_adaptions_metafunctions_std_array OK
> 105: test_sequence_adaptions_iterators_std_array OK
> 105: test_sequence_adaptions_sequence_interface_std_array OK
> 105: test_sequence_adaptions_metafunctions_std_list OK
> 105: test_sequence_adaptions_iterators_std_list OK
> 104: test_stream_read_embl_single_mmap OK
> 105: test_sequence_adaptions_sequence_interface_std_list OK
> 105: Sequence_Interface OK
> 105: String_Base OK
> 104: test_stream_read_embl_single_batch_mmap OK
> 104: test_stream_read_genbank_single_char_array_stream OK
> 104: test_stream_read_genbank_record_char_array_stream OK
> 104: test_stream_read_genbank_single_mmap OK
> 105: String_Alloc OK
> 105: String_Array OK
> 105: String_Stack OK
> 105: String_Pointer OK
> 105: String_CStyle OK
> 104: test_stream_read_genbank_single_batch_mmap OK
> 104: test_seq_io_bam_file_sam_read_sequences OK
> 104: test_seq_io_bam_file_sam_read_sequences_and_qualities OK
> 104: test_seq_io_bam_file_sam_write_sequences OK
> 104: test_seq_io_bam_file_sam_write_sequences_and_qualities OK
> 105: String_Packed OK
> 105: Std_String OK
> 105: Lexical OK
> 105: Combinatoric OK
> 105: Segment OK
> 105: StringSet_Owner_Default OK
> 105: StringSet_Concat_Owner_Default OK
> 105: StringSet_Concat_Owner_ConcatDirect OK
> 105: StringSet_Id_Dependent_Tight OK
> 105: StringSet_Id_Dependent_Generous OK
> 105: StringSetIdHolder_Char_Dependent_Tight OK
> 105: StringSetIdHolder_Char_Dependent_Generous OK
> 105: Infix OK
> 105: Suffix OK
> 105: ticket317 OK
> 105: ticket848 OK
> 105: DEFAULT CONSTRUCTING TestContainer 0x7ffdf8074080
> 105: string.data_begin 0x55de6549c970
> 105: COPY CONSTRUCTING TestContainer 0x7ffdf80740a0
> 105: other 0x7ffdf8074080
> 105: string.data_begin 0x55de6549d620
> 105: COPY CONSTRUCTING TestContainer 0x55de6549cef0
> 105: other 0x7ffdf80740a0
> 105: string.data_begin 0x55de6549d6b0
> 105: DECONSTRUCTING TestContainer 0x7ffdf80740a0
> 105: string.data_begin 0x55de6549d620
> 105: DECONSTRUCTING TestContainer 0x7ffdf8074080
> 105: string.data_begin 0x55de6549c970
> 105: DECONSTRUCTING TestContainer 0x55de6549cef0
> 105: string.data_begin 0x55de6549d6b0
> 105: test_find_motif_memory_leak_ticket_364 OK
> 105: ticket901 OK
> 104: test_seq_io_bam_file_bam_read_sequences OK
> 104: test_seq_io_bam_file_bam_read_sequences_and_qualities OK
> 105: ticket1108 OK
> 105: String_Packed_Extension OK
> 105: **************************************
> 105: Total Tests: 41
> 105: Skipped: 0
> 105: Errors: 0
> 105: **************************************
> 98/416 Test #105: test_test_sequence ................................................................ Passed 0.05 sec
> test 106
> Start 106: test_test_sequence_v2
>
> 106: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_sequence_v2
> 106: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/sequence
> 106: Test timeout computed to be: 10000000
> 106: TEST SUITE tests
> 104: test_seq_io_bam_file_bam_write_sequences OK
> 106: SEQAN_ENABLE_DEBUG == 1
> 106: SEQAN_ENABLE_TESTING == 1
> 106: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 106: SEQAN_ASYNC_IO == 1
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_DefaultConstructible type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_DefaultConstructible type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_CopyConstructible type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_CopyConstructible type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_CopyConstructible type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_CopyConstructible type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_CopyConstructible type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 104: test_seq_io_bam_file_bam_write_sequences_and_qualities OK
> 104: **************************************
> 104: Total Tests: 44
> 104: Skipped: 0
> 104: Errors: 0
> 104: **************************************
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 99/416 Test #104: test_test_seq_io .................................................................. Passed 0.13 sec
> test 107
> Start 107: test_test_stringset_v2
>
> 107: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_stringset_v2
> 107: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/sequence
> 107: Test timeout computed to be: 10000000
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_LessOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_LessOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_LessOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_LessOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_LessOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_LessOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_LessOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_LessOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 107: TEST SUITE tests
> 107: SEQAN_ENABLE_DEBUG == 1
> 107: SEQAN_ENABLE_TESTING == 1
> 107: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 107: SEQAN_ASYNC_IO == 1
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_CopyConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_DefaultConstructible type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Comparison type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Append type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AppendValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Assign type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_AssignValueById type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Back type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Begin type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_BeginPosition type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Clear type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Concat type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_End type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EndPosition type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Erase type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_EraseBack type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Front type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > SKIPPED
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_GetValueById type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Insert type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InsertValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Iter type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Length type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Resize type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Value type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Infix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Prefix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_Suffix type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_InfixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_PrefixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Packed<seqan::Alloc<void> > >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<100ul> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Array<1000ul> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<short, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: StringSetTestCommon_SuffixOnValue type parameter seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::ConcatDirect<void> > > OK
> 107: **************************************
> 107: Total Tests: 576
> 107: Skipped: 18
> 107: Errors: 0
> 107: **************************************
> 100/416 Test #107: test_test_stringset_v2 ............................................................ Passed 0.03 sec
> test 108
> Start 108: test_test_sequence_journaled
>
> 108: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_sequence_journaled
> 108: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/sequence_journaled
> 108: Test timeout computed to be: 10000000
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 108: TEST SUITE test_sequence_journaled
> 108: SEQAN_ENABLE_DEBUG == 1
> 108: SEQAN_ENABLE_TESTING == 1
> 108: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 108: SEQAN_ASYNC_IO == 1
> 108: test_sequence_journaled_sorted_array_assign OK
> 108: test_sequence_journaled_sorted_array_set OK
> 108: test_sequence_journaled_sorted_array_host OK
> 108: test_sequence_journaled_sorted_array_clear OK
> 108: test_sequence_journaled_sorted_array_empty OK
> 108: test_sequence_journaled_sorted_array_erase_position OK
> 108: test_sequence_journaled_sorted_array_erase_begin_end OK
> 108: test_sequence_journaled_sorted_array_insert OK
> 108: test_sequence_journaled_sorted_array_insert_value OK
> 108: test_sequence_journaled_sorted_array_assign_value OK
> 108: test_sequence_journaled_sorted_array_subscript_operator OK
> 108: test_sequence_journaled_sorted_array_assign_infix OK
> 108: test_sequence_journaled_sorted_array_length OK
> 108: test_sequence_journaled_sorted_array_virtual_to_host_position OK
> 108: test_sequence_journaled_sorted_array_host_to_virtual_position OK
> 108: test_sequence_journaled_sorted_array_copy_constructor OK
> 108: test_sequence_journaled_sorted_array_begin_end_iterator OK
> 108: test_sequence_journaled_sorted_array_begin_end_const_iterator OK
> 108: test_sequence_journaled_sorted_array_subscript_operator_randomized OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessEqualOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_LessEqualOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 108: test_sequence_journaled_sorted_array_fuzzying OK
> 108: test_sequence_journaled_sorted_array_segments_read_only OK
> 108: test_sequence_journaled_sorted_array_segments_read_write OK
> 108: test_sequence_journaled_sorted_array_flatten OK
> 108: test_sequence_journaled_sorted_array_reset OK
> 108: test_sequence_journaled_sorted_array_iterator_sum OK
> 108: test_sequence_journaled_sorted_array_iterator_difference OK
> 108: test_sequence_journaled_sorted_array_iterator_relations OK
> 108: test_sequence_journaled_sorted_array_iterator_decrement OK
> 108: test_sequence_journaled_sorted_array_iterator_set_position OK
> 108: test_sequence_journaled_sorted_array_iterator_position OK
> 108: test_sequence_journaled_sorted_array_iterator_rooted_at_begin OK
> 108: test_sequence_journaled_sorted_array_iterator_rooted_at_end OK
> 108: test_sequence_journaled_sorted_array_iterator_rooted_go_begin OK
> 108: test_sequence_journaled_sorted_array_iterator_rooted_go_end OK
> 108: test_sequence_journaled_sorted_array_iterator_rooted_container OK
> 108: **************************************
> 108: Total Tests: 35
> 108: Skipped: 0
> 108: Errors: 0
> 108: **************************************
> 101/416 Test #108: test_test_sequence_journaled ...................................................... Passed 0.02 sec
> test 109
> Start 109: test_test_simd_vector
>
> 109: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_simd_vector
> 109: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/simd
> 109: Test timeout computed to be: 10000000
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 109: TEST SUITE test_simd_vector
> 109: SEQAN_ENABLE_DEBUG == 1
> 109: SEQAN_ENABLE_TESTING == 1
> 109: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 109: SEQAN_ASYNC_IO == 1
> 109: **************************************
> 109: Total Tests: 0
> 109: Skipped: 0
> 109: Errors: 0
> 109: **************************************
> 102/416 Test #109: test_test_simd_vector ............................................................. Passed 0.02 sec
> test 110
> Start 110: test_test_simd_vector_sse4_host
>
> 110: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_simd_vector_sse4
> 110: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/simd
> 110: Test timeout computed to be: 10000000
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 110: TEST SUITE test_simd_vector
> 110: SEQAN_ENABLE_DEBUG == 1
> 110: SEQAN_ENABLE_TESTING == 1
> 110: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 110: SEQAN_ASYNC_IO == 1
> 110: test_simd_transpose_8x8 OK
> 110: test_simd_transpose_16x16 OK
> 110: test_simd_types OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_MetaFunctions type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_SizeOf type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_SizeOf type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_SizeOf type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_SizeOf type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_SizeOf type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_SizeOf type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_SizeOf type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_SizeOf type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_SubscriptType type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_ClearVector type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_ClearVector type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_ClearVector type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_ClearVector type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_ClearVector type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_ClearVector type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_ClearVector type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_ClearVector type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_CreateVector type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_CreateVector type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_CreateVector type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_CreateVector type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_CreateVector type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_CreateVector type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_CreateVector type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_CreateVector type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_FillVectorConstant type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_FillVector type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_FillVector type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_FillVector type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_FillVector type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_FillVector type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_FillVector type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_FillVector type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_FillVector type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_CmpEqual type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_CmpGt type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_CmpGt type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_CmpGt type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_CmpGt type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_CmpGt type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_CmpGt type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_CmpGt type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_CmpGt type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Max type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Max type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Max type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Max type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Max type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Max type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Max type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Max type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Min type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Min type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Min type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Min type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Min type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Min type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Min type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Min type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseOr type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAnd type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseNot type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Addition type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Addition type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Addition type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Addition type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Addition type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Addition type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Addition type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Addition type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Subtraction type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Subtraction type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Subtraction type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Subtraction type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Subtraction type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Subtraction type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Subtraction type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Subtraction type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Multiplication type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Multiplication type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Multiplication type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Multiplication type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Multiplication type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Multiplication type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Multiplication type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Multiplication type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Division type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Division type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Division type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Division type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Division type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Division type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Division type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Division type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Blend type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Blend type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Blend type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Blend type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Blend type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Blend type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Blend type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Blend type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Storeu type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Storeu type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Storeu type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Storeu type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Storeu type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Storeu type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Storeu type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Storeu type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Load type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Load type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Load type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Load type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Load type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Load type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Load type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Load type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Gather type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Gather type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Gather type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Gather type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Gather type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Gather type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Gather type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Gather type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestCommon_Shuffle type parameter signed char __vector(16) OK
> 110: SimdVectorTestCommon_Shuffle type parameter short __vector(8) OK
> 110: SimdVectorTestCommon_Shuffle type parameter int __vector(4) OK
> 110: SimdVectorTestCommon_Shuffle type parameter long __vector(2) OK
> 110: SimdVectorTestCommon_Shuffle type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestCommon_Shuffle type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestCommon_Shuffle type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestCommon_Shuffle type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_CharArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_CharArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_CharArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_CharArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_CharArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_CharArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_CharArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_CharArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_ShortArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_ShortArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_ShortArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_ShortArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_ShortArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_ShortArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_ShortArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_ShortArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_IntArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_IntArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_IntArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_IntArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_IntArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_IntArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_IntArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_IntArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_LongArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_LongArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_LongArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_LongArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_LongArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_LongArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_LongArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_LongArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_UCharArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_UCharArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_UCharArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_UCharArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_UCharArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_UCharArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_UCharArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_UCharArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_UShortArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_UShortArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_UShortArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_UShortArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_UShortArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_UShortArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_UShortArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_UShortArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_UIntArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_UIntArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_UIntArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_UIntArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_UIntArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_UIntArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_UIntArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_UIntArray type parameter unsigned long __vector(2) OK
> 110: SimdVectorTestGather_ULongArray type parameter signed char __vector(16) OK
> 110: SimdVectorTestGather_ULongArray type parameter short __vector(8) OK
> 110: SimdVectorTestGather_ULongArray type parameter int __vector(4) OK
> 110: SimdVectorTestGather_ULongArray type parameter long __vector(2) OK
> 110: SimdVectorTestGather_ULongArray type parameter unsigned char __vector(16) OK
> 110: SimdVectorTestGather_ULongArray type parameter unsigned short __vector(8) OK
> 110: SimdVectorTestGather_ULongArray type parameter unsigned int __vector(4) OK
> 110: SimdVectorTestGather_ULongArray type parameter unsigned long __vector(2) OK
> 110: **************************************
> 110: Total Tests: 299
> 110: Skipped: 0
> 110: Errors: 0
> 110: **************************************
> 103/416 Test #110: test_test_simd_vector_sse4_host ................................................... Passed 0.01 sec
> test 111
> Start 111: test_test_simd_vector_avx2_host
>
> 111: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_simd_vector_avx2
> 111: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/simd
> 111: Test timeout computed to be: 10000000
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_GreaterEqualOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 111: TEST SUITE test_simd_vector
> 111: SEQAN_ENABLE_DEBUG == 1
> 111: SEQAN_ENABLE_TESTING == 1
> 111: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 111: SEQAN_ASYNC_IO == 1
> 111: test_simd_transpose_8x8 OK
> 111: test_simd_transpose_16x16 OK
> 111: test_simd_types OK
> 111: test_simd_transpose_32x32 OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_MetaFunctions type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_SizeOf type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_SizeOf type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_SizeOf type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_SizeOf type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_SizeOf type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_SizeOf type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_SizeOf type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_SizeOf type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_SizeOf type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_SubscriptType type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_ClearVector type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_ClearVector type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_ClearVector type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_ClearVector type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_ClearVector type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_ClearVector type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_ClearVector type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_ClearVector type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_ClearVector type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_CreateVector type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_CreateVector type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_CreateVector type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_CreateVector type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_CreateVector type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_CreateVector type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_CreateVector type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_CreateVector type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_CreateVector type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_FillVectorConstant type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_FillVector type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_FillVector type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_FillVector type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_FillVector type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_FillVector type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_FillVector type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_FillVector type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_FillVector type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_FillVector type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_CmpEqual type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_CmpGt type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_CmpGt type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_CmpGt type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_CmpGt type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_CmpGt type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_CmpGt type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_CmpGt type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_CmpGt type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_CmpGt type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Max type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Max type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Max type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Max type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Max type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Max type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Max type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Max type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Max type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Min type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Min type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Min type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Min type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Min type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Min type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Min type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Min type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Min type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOr type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseOrAssign type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAnd type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndAssign type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseNot type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Addition type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Addition type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Addition type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Addition type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Addition type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Addition type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Addition type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Addition type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Addition type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Subtraction type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Subtraction type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Subtraction type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Subtraction type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Subtraction type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Subtraction type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Subtraction type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Subtraction type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Subtraction type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Multiplication type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Multiplication type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Multiplication type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Multiplication type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Multiplication type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Multiplication type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Multiplication type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Multiplication type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Multiplication type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Division type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Division type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Division type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Division type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Division type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Division type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Division type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Division type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Division type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_BitwiseAndNot type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_ShiftRightLogical type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Blend type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Blend type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Blend type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Blend type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Blend type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Blend type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Blend type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Blend type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Blend type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Storeu type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Storeu type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Storeu type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Storeu type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Storeu type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Storeu type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Storeu type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Storeu type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Storeu type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Load type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Load type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Load type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Load type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Load type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Load type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Load type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Load type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Load type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Gather type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Gather type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Gather type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Gather type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Gather type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Gather type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Gather type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Gather type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Gather type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant1 type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_ShuffleConstant2 type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestCommon_Shuffle type parameter signed char __vector(16) OK
> 111: SimdVectorTestCommon_Shuffle type parameter short __vector(8) OK
> 111: SimdVectorTestCommon_Shuffle type parameter int __vector(4) OK
> 111: SimdVectorTestCommon_Shuffle type parameter long __vector(2) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestCommon_Shuffle type parameter signed char __vector(32) OK
> 111: SimdVectorTestCommon_Shuffle type parameter short __vector(16) OK
> 111: SimdVectorTestCommon_Shuffle type parameter int __vector(8) OK
> 111: SimdVectorTestCommon_Shuffle type parameter long __vector(4) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestCommon_Shuffle type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_CharArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_CharArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_CharArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_CharArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_CharArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_CharArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_CharArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_CharArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_CharArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_ShortArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_ShortArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_ShortArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_ShortArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_ShortArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_ShortArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_ShortArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_ShortArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_ShortArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_IntArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_IntArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_IntArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_IntArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_IntArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_IntArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_IntArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_IntArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_IntArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_LongArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_LongArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_LongArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_LongArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_LongArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_LongArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_LongArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_LongArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_LongArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_UCharArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_UCharArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_UCharArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_UCharArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_UCharArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_UCharArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_UCharArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_UCharArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_UCharArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_UShortArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_UShortArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_UShortArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_UShortArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_UShortArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_UShortArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_UShortArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_UShortArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_UShortArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_UIntArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_UIntArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_UIntArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_UIntArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_UIntArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_UIntArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_UIntArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_UIntArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_UIntArray type parameter unsigned long __vector(4) OK
> 111: SimdVectorTestGather_ULongArray type parameter signed char __vector(16) OK
> 111: SimdVectorTestGather_ULongArray type parameter short __vector(8) OK
> 111: SimdVectorTestGather_ULongArray type parameter int __vector(4) OK
> 111: SimdVectorTestGather_ULongArray type parameter long __vector(2) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned char __vector(16) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned short __vector(8) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned int __vector(4) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned long __vector(2) OK
> 111: SimdVectorTestGather_ULongArray type parameter signed char __vector(32) OK
> 111: SimdVectorTestGather_ULongArray type parameter short __vector(16) OK
> 111: SimdVectorTestGather_ULongArray type parameter int __vector(8) OK
> 111: SimdVectorTestGather_ULongArray type parameter long __vector(4) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned char __vector(32) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned short __vector(16) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned int __vector(8) OK
> 111: SimdVectorTestGather_ULongArray type parameter unsigned long __vector(4) OK
> 111: **************************************
> 111: Total Tests: 596
> 111: Skipped: 0
> 111: Errors: 0
> 111: **************************************
> 104/416 Test #111: test_test_simd_vector_avx2_host ................................................... Passed 0.03 sec
> test 112
> Start 112: test_test_simple_intervals_io
>
> 112: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_simple_intervals_io
> 112: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/simple_intervals_io
> 112: Test timeout computed to be: 10000000
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 86: test_pipe_test_sorter OK
> 86: test_pipe_sampler OK
> 86: test_pipe_tupler OK
> 86: test_pipe_tupler_multi OK
> 86: **************************************
> 86: Total Tests: 8
> 86: Skipped: 0
> 86: Errors: 0
> 86: **************************************
> 105/416 Test #86: test_test_pipe .................................................................... Passed 1.09 sec
> test 113
> Start 113: test_test_statistics
>
> 113: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_statistics
> 113: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/statistics
> 113: Test timeout computed to be: 10000000
> 112: TEST SUITE test_simple_intervals_io
> 112: SEQAN_ENABLE_DEBUG == 1
> 112: SEQAN_ENABLE_TESTING == 1
> 112: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 112: SEQAN_ASYNC_IO == 1
> 112: test_simple_intervals_io_read_records OK
> 112: test_simple_intervals_io_write_records OK
> 113: TEST SUITE test_statistics
> 113: SEQAN_ENABLE_DEBUG == 1
> 113: SEQAN_ENABLE_TESTING == 1
> 113: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 113: SEQAN_ASYNC_IO == 1
> 112: test_simple_intervals_io_smart_file_read OK
> 112: test_simple_intervals_io_smart_file_write OK
> 112: **************************************
> 112: Total Tests: 4
> 112: Skipped: 0
> 112: Errors: 0
> 112: **************************************
> 106/416 Test #112: test_test_simple_intervals_io ..................................................... Passed 0.01 sec
> test 114
> Start 114: test_test_store
>
> 114: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_store
> 114: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/store
> 114: Test timeout computed to be: 10000000
> 113: test_statistics_markov_model OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 114: TEST SUITE test_store
> 114: SEQAN_ENABLE_DEBUG == 1
> 114: SEQAN_ENABLE_TESTING == 1
> 114: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 114: SEQAN_ASYNC_IO == 1
> 114: test_store_io_read_ucsc_known_genes OK
> 114: test_store_io_read_ucsc_known_genes_and_isoforms OK
> 114: test_store_io_write_ucsc_known_genes OK
> 114: test_store_io_read_gff OK
> 114: test_store_io_write_gff OK
> 114: test_store_io_read_gtf OK
> 114: test_store_io_write_gtf OK
> 114: test_store_io_readwrite_amos OK
> 114: test_store_io_read_amos OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_EqualOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_EqualOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EqualOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_EqualOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_EqualOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EqualOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EqualOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_EqualOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_EqualOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EqualOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EqualOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_EqualOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_EqualOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_EqualOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 113: test_statistics_statistics OK
> 113: **************************************
> 113: Total Tests: 2
> 113: Skipped: 0
> 113: Errors: 0
> 113: **************************************
> 107/416 Test #113: test_test_statistics .............................................................. Passed 0.03 sec
> test 115
> Start 115: test_test_stream
>
> 115: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_stream
> 115: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/stream
> 115: Test timeout computed to be: 10000000
> 67: CSATest_IndexSA type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 115: TEST SUITE tests
> 115: SEQAN_ENABLE_DEBUG == 1
> 115: SEQAN_ENABLE_TESTING == 1
> 115: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 115: SEQAN_ASYNC_IO == 1
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_UnsignedSource type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_SignedSource type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_FloatingPointSource type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongPrefixSource type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_WrongSuffixSource type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned short, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned short, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned int, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned long long, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<float, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<double, seqan::String<char, seqan::Alloc<void> >, void> OK
> 115: LexicalCastTest_Exception type parameter seqan::Pair<double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, short, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, int, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, long, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, long long, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, unsigned short, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, unsigned int, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, unsigned long, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, unsigned long long, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, float, void> OK
> 115: AppendUnsignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, double, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, short, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, int, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, long, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, long long, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, float, void> OK
> 115: AppendSignedTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, double, void> OK
> 115: AppendFloatingPointTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, float, void> OK
> 115: AppendFloatingPointTest_AppendNumber type parameter seqan::Pair<seqan::String<char, seqan::Alloc<void> >, double, void> OK
> 115: TokenizationTest_read type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: TokenizationTest_read type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_read type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_read type parameter seqan::Iter<std::basic_ifstream<char, std::char_traits<char> >, seqan::StreamIterator<seqan::Tag<seqan::Input_> > > OK
> 115: TokenizationTest_ReadIgnoring type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: TokenizationTest_ReadIgnoring type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_ReadIgnoring type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_ReadIgnoring type parameter seqan::Iter<std::basic_ifstream<char, std::char_traits<char> >, seqan::StreamIterator<seqan::Tag<seqan::Input_> > > OK
> 115: TokenizationTest_ReadUntil_ReadLine type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: TokenizationTest_ReadUntil_ReadLine type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_ReadUntil_ReadLine type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_ReadUntil_ReadLine type parameter seqan::Iter<std::basic_ifstream<char, std::char_traits<char> >, seqan::StreamIterator<seqan::Tag<seqan::Input_> > > OK
> 115: TokenizationTest_SkipUntil type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: TokenizationTest_SkipUntil type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_SkipUntil type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_SkipUntil type parameter seqan::Iter<std::basic_ifstream<char, std::char_traits<char> >, seqan::StreamIterator<seqan::Tag<seqan::Input_> > > OK
> 115: TokenizationTest_SkipLine type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: TokenizationTest_SkipLine type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_SkipLine type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: TokenizationTest_SkipLine type parameter seqan::Iter<std::basic_ifstream<char, std::char_traits<char> >, seqan::StreamIterator<seqan::Tag<seqan::Input_> > > OK
> 115: FileStreamTest_ReadSimpleUsage type parameter seqan::Async<void> OK
> 115: FileStreamTest_ReadSimpleUsage type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_ReadComplexUsage type parameter seqan::Async<void> OK
> 115: FileStreamTest_ReadComplexUsage type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_WriteSimpleUsage type parameter seqan::Async<void> OK
> 115: FileStreamTest_WriteSimpleUsage type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_WriteComplexUsage type parameter seqan::Async<void> OK
> 115: FileStreamTest_WriteComplexUsage type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_Eof type parameter seqan::Async<void> OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 115: FileStreamTest_Eof type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_Seek type parameter seqan::Async<void> OK
> 115: FileStreamTest_Seek type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 115: FileStreamTest_Tell type parameter seqan::Async<void> OK
> 115: FileStreamTest_Tell type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_UnequalOperator type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_UnequalOperator type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_UnequalOperator type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_UnequalOperator type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_UnequalOperator type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Assign type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Assign type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Assign type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Assign type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Assign type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Assign type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Assign type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Assign type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Assign type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Assign type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Assign type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Assign type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Assign type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Assign type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_OperatorAssign type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_OperatorAssign type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_OperatorAssign type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_OperatorAssign type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_OperatorAssign type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Swap type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Swap type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Swap type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Swap type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Swap type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Swap type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Swap type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Swap type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Swap type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Swap type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Swap type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Swap type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Swap type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Swap type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 114: test_store_io_write_amos OK
> 106: StringTestCommon_Reverse type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reverse type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Reverse type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reverse type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Reverse type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Reverse type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reverse type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reverse type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Reverse type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Reverse type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reverse type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reverse type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Reverse type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Reverse type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Reverse type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_AssignValue type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_AssignValue type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AssignValue type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_AssignValue type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_AssignValue type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AssignValue type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AssignValue type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_AssignValue type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_AssignValue type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AssignValue type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AssignValue type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_AssignValue type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_AssignValue type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_AssignValue type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Append type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Append type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Append type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Append type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Append type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Append type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Append type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Append type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Append type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Append type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Append type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Append type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Append type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Append type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Append type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Append type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Append type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_AppendValue type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_AppendValue type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AppendValue type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_AppendValue type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_AppendValue type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AppendValue type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AppendValue type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_AppendValue type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_AppendValue type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AppendValue type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AppendValue type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_AppendValue type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_AppendValue type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_AppendValue type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Back type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Back type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Back type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Back type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Back type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Back type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Back type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Back type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Back type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Back type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Back type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Back type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Back type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Back type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Back type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Back type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Back type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Begin type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Begin type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Begin type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Begin type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Begin type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Begin type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Begin type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Begin type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Begin type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Begin type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Begin type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Begin type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Begin type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Begin type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_BeginPosition type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_BeginPosition type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_BeginPosition type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_BeginPosition type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_BeginPosition type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_BeginPosition type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_BeginPosition type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_BeginPosition type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_BeginPosition type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_BeginPosition type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_BeginPosition type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_BeginPosition type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_BeginPosition type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_BeginPosition type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Capacity type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Capacity type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Capacity type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Capacity type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Capacity type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Capacity type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Capacity type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Capacity type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Capacity type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Capacity type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Capacity type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Capacity type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Capacity type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Capacity type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Clear type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Clear type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Clear type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Clear type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Clear type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Clear type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Clear type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Clear type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Clear type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Clear type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Clear type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Clear type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Clear type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Clear type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_End type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_End type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_End type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_End type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_End type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_End type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_End type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_End type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_End type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_End type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_End type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_End type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_End type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_End type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_End type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_End type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_End type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_End type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_End type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_End type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_End type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_End type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_End type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_End type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_EndPosition type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_EndPosition type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EndPosition type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_EndPosition type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_EndPosition type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EndPosition type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EndPosition type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_EndPosition type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_EndPosition type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EndPosition type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EndPosition type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_EndPosition type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_EndPosition type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_EndPosition type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Erase type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Erase type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Erase type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Erase type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Erase type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Erase type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Erase type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Erase type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Erase type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Erase type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Erase type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Erase type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Erase type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Erase type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_EraseBack type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_EraseBack type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EraseBack type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_EraseBack type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_EraseBack type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EraseBack type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EraseBack type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_EraseBack type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_EraseBack type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EraseBack type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EraseBack type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_EraseBack type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_EraseBack type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_EraseBack type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::vector<char, std::allocator<char> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::vector<int, std::allocator<int> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::deque<char, std::allocator<char> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::deque<int, std::allocator<int> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::forward_list<char, std::allocator<char> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::forward_list<int, std::allocator<int> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: 1398
> 106: 1400
> 106: StringTestCommon_Front type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::Array<100ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::Array<100ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<CountingChar, seqan::Array<100ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::Block<4096ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::Block<4096ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<CountingChar, seqan::Block<4096ul> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<char, seqan::Alloc<void> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<int, seqan::Alloc<void> > SKIPPED
> 106: StringTestCommon_GetValue type parameter seqan::String<CountingChar, seqan::Alloc<void> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::vector<char, std::allocator<char> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::vector<int, std::allocator<int> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::vector<CountingChar, std::allocator<CountingChar> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::deque<char, std::allocator<char> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::deque<int, std::allocator<int> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::deque<CountingChar, std::allocator<CountingChar> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::forward_list<char, std::allocator<char> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::forward_list<int, std::allocator<int> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::list<char, std::allocator<char> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::list<int, std::allocator<int> > SKIPPED
> 106: StringTestCommon_GetValue type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > SKIPPED
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 114: test_store_io_sam OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Insert type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Insert type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Insert type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Insert type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Insert type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Insert type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Insert type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Insert type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Insert type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Insert type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Insert type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Insert type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Insert type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Insert type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_InsertValue type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_InsertValue type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_InsertValue type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_InsertValue type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_InsertValue type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_InsertValue type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_InsertValue type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_InsertValue type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_InsertValue type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_InsertValue type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_InsertValue type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_InsertValue type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_InsertValue type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_InsertValue type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Iter type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Iter type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Iter type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Iter type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Iter type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Iter type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Iter type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Iter type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Iter type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Iter type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Iter type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Iter type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Iter type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Iter type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Length type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Length type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Length type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Length type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Length type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Length type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Length type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Length type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Length type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Length type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Length type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Length type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Length type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Length type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Length type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Length type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Length type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_MoveValue type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_MoveValue type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_MoveValue type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_MoveValue type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_MoveValue type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_MoveValue type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_MoveValue type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_MoveValue type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_MoveValue type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_MoveValue type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_MoveValue type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_MoveValue type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_MoveValue type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_MoveValue type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Replace type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Replace type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Replace type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Replace type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Replace type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Replace type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Replace type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Replace type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Replace type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Replace type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Replace type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Replace type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Replace type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Replace type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reserve type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Reserve type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reserve type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Reserve type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Reserve type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reserve type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reserve type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Reserve type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Reserve type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reserve type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reserve type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Reserve type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Reserve type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Reserve type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Resize type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Resize type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Resize type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Resize type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Resize type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Resize type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Resize type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Resize type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Resize type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Resize type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Resize type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Resize type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Resize type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Resize type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<CountingChar, seqan::External<seqan::ExternalConfigLarge<seqan::File<seqan::Async<void> >, 4194304u, 2u> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<CountingChar, seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::Packed<seqan::Alloc<void> > > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Array<100ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::Array<100ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::Array<100ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<CountingChar, seqan::Array<100ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<CountingChar, seqan::Block<4096ul> > OK
> 106: StringTestCommon_Value type parameter seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> > OK
> 106: StringTestCommon_Value type parameter seqan::String<char, seqan::Alloc<void> > OK
> 106: StringTestCommon_Value type parameter seqan::String<int, seqan::Alloc<void> > OK
> 106: StringTestCommon_Value type parameter seqan::String<CountingChar, seqan::Alloc<void> > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::basic_string<int, std::char_traits<int>, std::allocator<int> > OK
> 106: StringTestCommon_Value type parameter std::vector<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Value type parameter std::vector<char, std::allocator<char> > OK
> 106: StringTestCommon_Value type parameter std::vector<int, std::allocator<int> > OK
> 106: StringTestCommon_Value type parameter std::vector<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Value type parameter std::deque<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Value type parameter std::deque<char, std::allocator<char> > OK
> 106: StringTestCommon_Value type parameter std::deque<int, std::allocator<int> > OK
> 106: StringTestCommon_Value type parameter std::deque<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Value type parameter std::forward_list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Value type parameter std::forward_list<char, std::allocator<char> > OK
> 106: StringTestCommon_Value type parameter std::forward_list<int, std::allocator<int> > OK
> 106: StringTestCommon_Value type parameter std::forward_list<CountingChar, std::allocator<CountingChar> > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::list<seqan::SimpleType<unsigned char, seqan::Dna5_>, std::allocator<seqan::SimpleType<unsigned char, seqan::Dna5_> > > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::list<char, std::allocator<char> > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::list<int, std::allocator<int> > OK
> 106: StringTestCommon_Value type parameter std::__cxx11::list<CountingChar, std::allocator<CountingChar> > OK
> 106: **************************************
> 106: Total Tests: 1505
> 106: Skipped: 43
> 106: Errors: 0
> 106: **************************************
> 108/416 Test #106: test_test_sequence_v2 ............................................................. Passed 0.40 sec
> test 116
> Start 116: test_test_find_swift
>
> 116: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_find_swift
> 116: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/swift_local
> 116: Test timeout computed to be: 10000000
> 115: FileStreamTest_ReadLarge type parameter seqan::Async<void> OK
> 116: TEST SUITE test_find_swift
> 116: SEQAN_ENABLE_DEBUG == 1
> 116: SEQAN_ENABLE_TESTING == 1
> 116: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 116: SEQAN_ASYNC_IO == 1
> 116: test_find_swift OK
> 116: test_longest_epsMatch OK
> 116: test_split_xDrop_align OK
> 116: **************************************
> 116: Total Tests: 3
> 116: Skipped: 0
> 116: Errors: 0
> 116: **************************************
> 109/416 Test #116: test_test_find_swift .............................................................. Passed 0.01 sec
> test 117
> Start 117: test_test_tabix_io
>
> 117: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_tabix_io
> 117: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/tabix_io
> 117: Test timeout computed to be: 10000000
> 117: TEST SUITE test_tabix_io
> 117: SEQAN_ENABLE_DEBUG == 1
> 117: SEQAN_ENABLE_TESTING == 1
> 117: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 117: SEQAN_ASYNC_IO == 1
> 114: test_store_io_sam2 OK
> 117: test_tabix_io_read_indexed_vcf OK
> 117: **************************************
> 117: Total Tests: 1
> 117: Skipped: 0
> 117: Errors: 0
> 117: **************************************
> 110/416 Test #117: test_test_tabix_io ................................................................ Passed 0.05 sec
> test 118
> Start 118: test_translation
>
> 118: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_translation
> 118: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/translation
> 118: Test timeout computed to be: 10000000
> 118: TEST SUITE test_translation
> 118: SEQAN_ENABLE_DEBUG == 1
> 118: SEQAN_ENABLE_TESTING == 1
> 118: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 118: SEQAN_ASYNC_IO == 1
> 118: test_translation_onestring_singleframe_allcodes OK
> 118: test_translation_onestring_singleframe_allcodes_runtime OK
> 118: test_translation_onestring_multiframe_serial OK
> 118: test_translation_onestring_multiframe_concatdirect_serial OK
> 118: test_translation_stringset_multiframe_serial OK
> 118: test_translation_stringset_multiframe_concatdirect_serial OK
> 118: test_translation_onestring_multiframe_parallel OK
> 114: test_store_io_split_sam OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, WTFMIndexConfig<void, unsigned long> > > OK
> 84: test_parallel_thread_pool_join OK
> 118: test_translation_onestring_multiframe_concatdirect_parallel OK
> 114: test_store_io_read_bam OK
> 114: **************************************
> 114: Total Tests: 14
> 114: Skipped: 0
> 114: Errors: 0
> 114: **************************************
> 111/416 Test #114: test_test_store ................................................................... Passed 0.51 sec
> test 119
> Start 119: test_ucsc_io
>
> 119: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_ucsc_io
> 119: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ucsc_io
> 119: Test timeout computed to be: 10000000
> 119: TEST SUITE test_ucsc_io
> 119: SEQAN_ENABLE_DEBUG == 1
> 119: SEQAN_ENABLE_TESTING == 1
> 119: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 119: SEQAN_ASYNC_IO == 1
> 119: test_ucsc_io_read_record_ucsc_known_genes OK
> 119: test_ucsc_io_read_record_ucsc_known_isoforms OK
> 119: test_ucsc_io_write_record_ucsc_known_genes OK
> 119: test_ucsc_io_write_record_ucsc_known_isoforms OK
> 119: test_ucsc_io_ucsc_file_in_read_record_ucsc_known_genes OK
> 119: test_ucsc_io_ucsc_file_in_read_record_ucsc_known_isoforms OK
> 119: test_ucsc_io_ucsc_file_out_write_record_ucsc_known_genes OK
> 119: test_ucsc_io_ucsc_file_out_write_record_ucsc_known_isoforms OK
> 119: **************************************
> 119: Total Tests: 8
> 119: Skipped: 0
> 119: Errors: 0
> 119: **************************************
> 112/416 Test #119: test_ucsc_io ...................................................................... Passed 0.02 sec
> test 120
> Start 120: test_test_vcf_io
>
> 120: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_vcf_io
> 120: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/vcf_io
> 120: Test timeout computed to be: 10000000
> 118: test_translation_stringset_multiframe_parallel OK
> 120: TEST SUITE test_vcf_io
> 120: SEQAN_ENABLE_DEBUG == 1
> 120: SEQAN_ENABLE_TESTING == 1
> 120: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 120: SEQAN_ASYNC_IO == 1
> 120: test_vcf_io_read_vcf_header OK
> 120: test_vcf_io_read_vcf_record OK
> 120: test_vcf_io_vcf_file_read_record OK
> 120: test_vcf_io_write_vcf_header OK
> 120: test_vcf_io_write_vcf_record OK
> 120: test_vcf_io_vcf_file_write_record OK
> 120: test_vcf_io_isOpen_fileIn OK
> 120: test_vcf_io_isOpen_fileOut OK
> 120: **************************************
> 120: Total Tests: 8
> 120: Skipped: 0
> 120: Errors: 0
> 120: **************************************
> 113/416 Test #120: test_test_vcf_io .................................................................. Passed 0.02 sec
> test 121
> Start 121: test_demo_dox_align_align
>
> 121: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_align" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/align.cpp.stdout"
> 121: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 121: Test timeout computed to be: 10000000
> 115: FileStreamTest_ReadLarge type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 118: test_translation_stringset_multiframe_concatdirect_parallel OK
> 118: **************************************
> 118: Total Tests: 10
> 118: Skipped: 0
> 118: Errors: 0
> 118: **************************************
> 114/416 Test #118: test_translation .................................................................. Passed 0.40 sec
> test 122
> Start 122: test_demo_dox_align_compute_alignment_stats
>
> 122: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_compute_alignment_stats" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/compute_alignment_stats.cpp.stdout"
> 122: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 122: Test timeout computed to be: 10000000
> 121: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_align.
> 121: Traceback (most recent call last):
> 121: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 121: sys.exit(main())
> 121: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 121: actual_out, actual_err, ret = runDemo(args)
> 121: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 121: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 121: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 121: return s.replace("\r\n", "\n")
> 121: TypeError: a bytes-like object is required, not 'str'
> 115/416 Test #121: test_demo_dox_align_align .........................................................***Failed 0.17 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_align.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 123
> Start 123: test_demo_dox_align_gaps_example
>
> 123: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_gaps_example" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/gaps_example.cpp.stdout"
> 123: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 123: Test timeout computed to be: 10000000
> 122: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_compute_alignment_stats.
> 122: Traceback (most recent call last):
> 122: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 122: sys.exit(main())
> 122: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 122: actual_out, actual_err, ret = runDemo(args)
> 122: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 122: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 122: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 122: return s.replace("\r\n", "\n")
> 122: TypeError: a bytes-like object is required, not 'str'
> 116/416 Test #122: test_demo_dox_align_compute_alignment_stats .......................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_compute_alignment_stats.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 124
> Start 124: test_demo_dox_align_global_alignment_banded
>
> 124: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_banded" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/global_alignment_banded.cpp.stdout"
> 124: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 124: Test timeout computed to be: 10000000
> 115: FileStreamTest_WriteLarge type parameter seqan::Async<void> OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::StringSet<seqan::String<char, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallWTFMIndexConfig<void, unsigned long> > > OK
> 124: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_banded.
> 124: Traceback (most recent call last):
> 124: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 124: sys.exit(main())
> 124: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 124: actual_out, actual_err, ret = runDemo(args)
> 124: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 124: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 124: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 124: return s.replace("\r\n", "\n")
> 124: TypeError: a bytes-like object is required, not 'str'
> 117/416 Test #124: test_demo_dox_align_global_alignment_banded .......................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_banded.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 125
> Start 125: test_demo_dox_align_global_alignment_unbanded
>
> 125: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_unbanded" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/global_alignment_unbanded.cpp.stdout"
> 125: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 125: Test timeout computed to be: 10000000
> 123: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_gaps_example.
> 123: Traceback (most recent call last):
> 123: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 123: sys.exit(main())
> 123: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 123: actual_out, actual_err, ret = runDemo(args)
> 123: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 123: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 123: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 123: return s.replace("\r\n", "\n")
> 123: TypeError: a bytes-like object is required, not 'str'
> 118/416 Test #123: test_demo_dox_align_gaps_example ..................................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_gaps_example.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 126
> Start 126: test_demo_dox_align_integrate_align
>
> 126: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_integrate_align" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align/integrate_align.cpp.stdout"
> 126: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 126: Test timeout computed to be: 10000000
> 125: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_unbanded.
> 125: Traceback (most recent call last):
> 125: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 125: sys.exit(main())
> 125: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 125: actual_out, actual_err, ret = runDemo(args)
> 125: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 125: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 125: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 125: return s.replace("\r\n", "\n")
> 125: TypeError: a bytes-like object is required, not 'str'
> 119/416 Test #125: test_demo_dox_align_global_alignment_unbanded .....................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_global_alignment_unbanded.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 127
> Start 127: test_demo_dox_align_extend_extend_alignment
>
> 127: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_extend_extend_alignment" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align_extend/extend_alignment.cpp.stdout"
> 127: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 127: Test timeout computed to be: 10000000
> 115: FileStreamTest_WriteLarge type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 126: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_integrate_align.
> 126: Traceback (most recent call last):
> 126: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 126: sys.exit(main())
> 126: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 126: actual_out, actual_err, ret = runDemo(args)
> 126: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 126: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 126: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 126: return s.replace("\r\n", "\n")
> 126: TypeError: a bytes-like object is required, not 'str'
> 120/416 Test #126: test_demo_dox_align_integrate_align ...............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_integrate_align.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 128
> Start 128: test_demo_dox_align_split_split_alignment
>
> 128: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_split_split_alignment" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/align_split/split_alignment.cpp.stdout"
> 128: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 128: Test timeout computed to be: 10000000
> 127: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_extend_extend_alignment.
> 127: Traceback (most recent call last):
> 127: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 127: sys.exit(main())
> 127: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 127: actual_out, actual_err, ret = runDemo(args)
> 127: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 127: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 127: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 127: return s.replace("\r\n", "\n")
> 127: TypeError: a bytes-like object is required, not 'str'
> 121/416 Test #127: test_demo_dox_align_extend_extend_alignment .......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_extend_extend_alignment.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 129
> Start 129: test_demo_dox_bam_io_bam_tags_dict
>
> 129: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_bam_io_bam_tags_dict" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/bam_io/bam_tags_dict.cpp.stdout"
> 129: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 129: Test timeout computed to be: 10000000
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 115: FileStreamTest_SeekLarge type parameter seqan::Async<void> OK
> 128: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_split_split_alignment.
> 129: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_bam_io_bam_tags_dict.
> 129: Traceback (most recent call last):
> 129: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 129: sys.exit(main())
> 129: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 129: actual_out, actual_err, ret = runDemo(args)
> 129: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 129: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 129: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 129: return s.replace("\r\n", "\n")
> 129: TypeError: a bytes-like object is required, not 'str'
> 128: Traceback (most recent call last):
> 128: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 128: sys.exit(main())
> 128: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 128: actual_out, actual_err, ret = runDemo(args)
> 128: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 128: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 128: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 128: return s.replace("\r\n", "\n")
> 128: TypeError: a bytes-like object is required, not 'str'
> 122/416 Test #129: test_demo_dox_bam_io_bam_tags_dict ................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_bam_io_bam_tags_dict.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 130
> Start 130: test_demo_dox_basic_zip_iterator
>
> 130: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_basic_zip_iterator" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/basic/zip_iterator.cpp.stdout"
> 130: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 130: Test timeout computed to be: 10000000
> 123/416 Test #128: test_demo_dox_align_split_split_alignment .........................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_align_split_split_alignment.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 131
> Start 131: test_demo_dox_consensus_consensus_alignment
>
> 131: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_consensus_consensus_alignment" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/consensus/consensus_alignment.cpp.stdout"
> 131: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 131: Test timeout computed to be: 10000000
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, SmallLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::String<char, seqan::Alloc<void> >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 115: FileStreamTest_SeekLarge type parameter seqan::MMap<seqan::MMapConfig<seqan::File<seqan::Async<void> >, unsigned long> > OK
> 130: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_basic_zip_iterator.
> 131: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_consensus_consensus_alignment.
> 130: Traceback (most recent call last):
> 130: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 130: sys.exit(main())
> 130: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 130: actual_out, actual_err, ret = runDemo(args)
> 130: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 130: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 130: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 130: return s.replace("\r\n", "\n")
> 130: TypeError: a bytes-like object is required, not 'str'
> 115: VStreamTest_Construct type parameter seqan::Tag<seqan::BgzfFile_> OK
> 115: VStreamTest_Construct type parameter seqan::Tag<seqan::GZFile_> OK
> 115: VStreamTest_Construct type parameter seqan::Tag<seqan::BZ2File_> OK
> 115: VStreamTest_Construct type parameter seqan::Tag<seqan::Nothing_> OK
> 124/416 Test #130: test_demo_dox_basic_zip_iterator ..................................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_basic_zip_iterator.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 132
> Start 132: test_demo_dox_find_finder_index
>
> 132: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_index" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/find/finder_index.cpp.stdout"
> 132: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 132: Test timeout computed to be: 10000000
> 131: Traceback (most recent call last):
> 131: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 131: sys.exit(main())
> 131: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 131: actual_out, actual_err, ret = runDemo(args)
> 131: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 131: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 131: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 131: return s.replace("\r\n", "\n")
> 131: TypeError: a bytes-like object is required, not 'str'
> 115: VStreamTest_OpenClose type parameter seqan::Tag<seqan::BgzfFile_> OK
> 115: VStreamTest_OpenClose type parameter seqan::Tag<seqan::GZFile_> OK
> 115: VStreamTest_OpenClose type parameter seqan::Tag<seqan::BZ2File_> OK
> 115: VStreamTest_OpenClose type parameter seqan::Tag<seqan::Nothing_> OK
> 125/416 Test #131: test_demo_dox_consensus_consensus_alignment .......................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_consensus_consensus_alignment.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 133
> Start 133: test_demo_dox_find_finder_online
>
> 133: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_online" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/find/finder_online.cpp.stdout"
> 133: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 133: Test timeout computed to be: 10000000
> 133: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_online.
> 132: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_index.
> 133: Traceback (most recent call last):
> 133: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 133: sys.exit(main())
> 133: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 133: actual_out, actual_err, ret = runDemo(args)
> 133: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 133: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 133: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 133: return s.replace("\r\n", "\n")
> 133: TypeError: a bytes-like object is required, not 'str'
> 132: Traceback (most recent call last):
> 132: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 132: sys.exit(main())
> 132: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 132: actual_out, actual_err, ret = runDemo(args)
> 132: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 132: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 132: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 132: return s.replace("\r\n", "\n")
> 132: TypeError: a bytes-like object is required, not 'str'
> 115: VStreamTest_Decompression type parameter seqan::Tag<seqan::BgzfFile_> OK
> 115: VStreamTest_Decompression type parameter seqan::Tag<seqan::GZFile_> OK
> 115: VStreamTest_Decompression type parameter seqan::Tag<seqan::BZ2File_> OK
> 115: VStreamTest_Decompression type parameter seqan::Tag<seqan::Nothing_> OK
> 126/416 Test #132: test_demo_dox_find_finder_index ...................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_index.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 134
> Start 134: test_demo_dox_graph_algorithms_all_pairs_shortest_path
>
> 134: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_all_pairs_shortest_path" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/all_pairs_shortest_path.cpp.stdout"
> 134: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 134: Test timeout computed to be: 10000000
> 127/416 Test #133: test_demo_dox_find_finder_online ..................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_find_finder_online.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 135
> Start 135: test_demo_dox_graph_algorithms_bellman_ford_algorithm
>
> 135: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_bellman_ford_algorithm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/bellman_ford_algorithm.cpp.stdout"
> 135: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 135: Test timeout computed to be: 10000000
> 115: VStreamTest_Compression type parameter seqan::Tag<seqan::BgzfFile_> OK
> 115: VStreamTest_Compression type parameter seqan::Tag<seqan::GZFile_> OK
> 134: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_all_pairs_shortest_path.
> 135: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_bellman_ford_algorithm.
> 134: Traceback (most recent call last):
> 134: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 134: sys.exit(main())
> 134: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 134: actual_out, actual_err, ret = runDemo(args)
> 134: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 134: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 134: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 134: return s.replace("\r\n", "\n")
> 134: TypeError: a bytes-like object is required, not 'str'
> 135: Traceback (most recent call last):
> 135: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 135: sys.exit(main())
> 135: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 135: actual_out, actual_err, ret = runDemo(args)
> 135: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 135: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 135: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 135: return s.replace("\r\n", "\n")
> 135: TypeError: a bytes-like object is required, not 'str'
> 128/416 Test #134: test_demo_dox_graph_algorithms_all_pairs_shortest_path ............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_all_pairs_shortest_path.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 136
> Start 136: test_demo_dox_graph_algorithms_breadth_first_search
>
> 136: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_breadth_first_search" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/breadth_first_search.cpp.stdout"
> 136: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 136: Test timeout computed to be: 10000000
> 129/416 Test #135: test_demo_dox_graph_algorithms_bellman_ford_algorithm .............................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_bellman_ford_algorithm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 137
> Start 137: test_demo_dox_graph_algorithms_dag_shortest_path
>
> 137: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dag_shortest_path" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/dag_shortest_path.cpp.stdout"
> 137: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 137: Test timeout computed to be: 10000000
> 67: CSATest_BeginEnd type parameter seqan::Index<seqan::StringSet<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::Owner<seqan::Tag<seqan::Default_> > >, seqan::FMIndex<void, PrefixLVFMIndexConfig<void, unsigned long> > > OK
> 67: **************************************
> 67: Total Tests: 27
> 67: Skipped: 0
> 67: Errors: 0
> 67: **************************************
> 130/416 Test #67: test_test_index_fm ................................................................ Passed 3.96 sec
> test 138
> Start 138: test_demo_dox_graph_algorithms_depth_first_search
>
> 138: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_depth_first_search" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/depth_first_search.cpp.stdout"
> 138: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 138: Test timeout computed to be: 10000000
> 137: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dag_shortest_path.
> 137: Traceback (most recent call last):
> 137: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 137: sys.exit(main())
> 137: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 137: actual_out, actual_err, ret = runDemo(args)
> 137: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 137: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 137: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 137: return s.replace("\r\n", "\n")
> 137: TypeError: a bytes-like object is required, not 'str'
> 131/416 Test #137: test_demo_dox_graph_algorithms_dag_shortest_path ..................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dag_shortest_path.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 139
> Start 139: test_demo_dox_graph_algorithms_dijkstra
>
> 139: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dijkstra" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/dijkstra.cpp.stdout"
> 139: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 139: Test timeout computed to be: 10000000
> 138: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_depth_first_search.
> 136: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_breadth_first_search.
> 138: Traceback (most recent call last):
> 138: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 138: sys.exit(main())
> 138: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 138: actual_out, actual_err, ret = runDemo(args)
> 138: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 138: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 138: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 138: return s.replace("\r\n", "\n")
> 138: TypeError: a bytes-like object is required, not 'str'
> 136: Traceback (most recent call last):
> 136: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 136: sys.exit(main())
> 136: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 136: actual_out, actual_err, ret = runDemo(args)
> 136: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 136: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 136: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 136: return s.replace("\r\n", "\n")
> 136: TypeError: a bytes-like object is required, not 'str'
> 132/416 Test #138: test_demo_dox_graph_algorithms_depth_first_search .................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_depth_first_search.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 140
> Start 140: test_demo_dox_graph_algorithms_floyd_warshall_algorithm
>
> 140: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_floyd_warshall_algorithm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/floyd_warshall_algorithm.cpp.stdout"
> 140: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 140: Test timeout computed to be: 10000000
> 133/416 Test #136: test_demo_dox_graph_algorithms_breadth_first_search ...............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_breadth_first_search.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 141
> Start 141: test_demo_dox_graph_algorithms_ford_fulkerson_algorithm
>
> 141: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_ford_fulkerson_algorithm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/ford_fulkerson_algorithm.cpp.stdout"
> 141: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 141: Test timeout computed to be: 10000000
> 139: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dijkstra.
> 139: Traceback (most recent call last):
> 139: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 139: sys.exit(main())
> 139: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 139: actual_out, actual_err, ret = runDemo(args)
> 139: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 139: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 139: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 139: return s.replace("\r\n", "\n")
> 139: TypeError: a bytes-like object is required, not 'str'
> 134/416 Test #139: test_demo_dox_graph_algorithms_dijkstra ...........................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_dijkstra.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 142
> Start 142: test_demo_dox_graph_algorithms_kruskals_algorithm
>
> 142: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_kruskals_algorithm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/kruskals_algorithm.cpp.stdout"
> 142: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 142: Test timeout computed to be: 10000000
> 140: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_floyd_warshall_algorithm.
> 141: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_ford_fulkerson_algorithm.
> 140: Traceback (most recent call last):
> 140: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 140: sys.exit(main())
> 140: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 140: actual_out, actual_err, ret = runDemo(args)
> 140: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 140: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 140: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 140: return s.replace("\r\n", "\n")
> 140: TypeError: a bytes-like object is required, not 'str'
> 141: Traceback (most recent call last):
> 141: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 141: sys.exit(main())
> 141: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 141: actual_out, actual_err, ret = runDemo(args)
> 141: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 141: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 141: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 141: return s.replace("\r\n", "\n")
> 141: TypeError: a bytes-like object is required, not 'str'
> 135/416 Test #140: test_demo_dox_graph_algorithms_floyd_warshall_algorithm ...........................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_floyd_warshall_algorithm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 143
> Start 143: test_demo_dox_graph_algorithms_prims_algorithm
>
> 143: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_prims_algorithm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/prims_algorithm.cpp.stdout"
> 143: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 143: Test timeout computed to be: 10000000
> 136/416 Test #141: test_demo_dox_graph_algorithms_ford_fulkerson_algorithm ...........................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_ford_fulkerson_algorithm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 144
> Start 144: test_demo_dox_graph_algorithms_strongly_connected_components
>
> 144: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_strongly_connected_components" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/strongly_connected_components.cpp.stdout"
> 144: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 144: Test timeout computed to be: 10000000
> 142: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_kruskals_algorithm.
> 142: Traceback (most recent call last):
> 142: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 142: sys.exit(main())
> 142: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 142: actual_out, actual_err, ret = runDemo(args)
> 142: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 142: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 142: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 142: return s.replace("\r\n", "\n")
> 142: TypeError: a bytes-like object is required, not 'str'
> 137/416 Test #142: test_demo_dox_graph_algorithms_kruskals_algorithm .................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_kruskals_algorithm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 145
> Start 145: test_demo_dox_graph_algorithms_topological_sort
>
> 145: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_topological_sort" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/topological_sort.cpp.stdout"
> 145: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 145: Test timeout computed to be: 10000000
> 145: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_topological_sort.
> 145: Traceback (most recent call last):
> 145: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 145: sys.exit(main())
> 145: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 145: actual_out, actual_err, ret = runDemo(args)
> 145: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 145: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 145: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 145: return s.replace("\r\n", "\n")
> 145: TypeError: a bytes-like object is required, not 'str'
> 138/416 Test #145: test_demo_dox_graph_algorithms_topological_sort ...................................***Failed 0.05 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_topological_sort.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 146
> Start 146: test_demo_dox_graph_algorithms_transitive_closure
>
> 146: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_transitive_closure" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_algorithms/transitive_closure.cpp.stdout"
> 146: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 146: Test timeout computed to be: 10000000
> 144: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_strongly_connected_components.
> 143: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_prims_algorithm.
> 143: Traceback (most recent call last):
> 143: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 143: sys.exit(main())
> 143: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 143: actual_out, actual_err, ret = runDemo(args)
> 143: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 143: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 143: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 143: return s.replace("\r\n", "\n")
> 143: TypeError: a bytes-like object is required, not 'str'
> 144: Traceback (most recent call last):
> 144: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 144: sys.exit(main())
> 144: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 144: actual_out, actual_err, ret = runDemo(args)
> 144: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 144: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 144: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 144: return s.replace("\r\n", "\n")
> 144: TypeError: a bytes-like object is required, not 'str'
> 139/416 Test #143: test_demo_dox_graph_algorithms_prims_algorithm ....................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_prims_algorithm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 147
> Start 147: test_demo_dox_graph_types_graph_algo_dijkstra
>
> 147: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_types_graph_algo_dijkstra" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/graph_types/graph_algo_dijkstra.cpp.stdout"
> 147: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 147: Test timeout computed to be: 10000000
> 140/416 Test #144: test_demo_dox_graph_algorithms_strongly_connected_components ......................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_strongly_connected_components.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 148
> Start 148: test_demo_dox_index_begin_atEnd_representative
>
> 148: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_begin_atEnd_representative" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/begin_atEnd_representative.cpp.stdout"
> 148: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 148: Test timeout computed to be: 10000000
> 146: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_transitive_closure.
> 115: VStreamTest_Compression type parameter seqan::Tag<seqan::BZ2File_> OK
> 146: Traceback (most recent call last):
> 146: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 146: sys.exit(main())
> 146: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 146: actual_out, actual_err, ret = runDemo(args)
> 146: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 146: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 146: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 146: return s.replace("\r\n", "\n")
> 146: TypeError: a bytes-like object is required, not 'str'
> 115: VStreamTest_Compression type parameter seqan::Tag<seqan::Nothing_> OK
> 141/416 Test #146: test_demo_dox_graph_algorithms_transitive_closure .................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_algorithms_transitive_closure.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 149
> Start 149: test_demo_dox_index_counting
>
> 149: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_counting" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/counting.cpp.stdout"
> 149: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 149: Test timeout computed to be: 10000000
> 115: VStreamTest_AutoDetection type parameter seqan::Tag<seqan::BgzfFile_> OK
> 115: VStreamTest_AutoDetection type parameter seqan::Tag<seqan::GZFile_> OK
> 115: VStreamTest_AutoDetection type parameter seqan::Tag<seqan::BZ2File_> OK
> 115: VStreamTest_AutoDetection type parameter seqan::Tag<seqan::Nothing_> OK
> 115: WriteTest_StdString type parameter seqan::String<char, seqan::Alloc<void> > OK
> 115: InputStreamTest_Open type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: InputStreamTest_Open type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 148: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_begin_atEnd_representative.
> 148: Traceback (most recent call last):
> 148: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 148: sys.exit(main())
> 148: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 148: actual_out, actual_err, ret = runDemo(args)
> 148: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 148: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 148: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 148: return s.replace("\r\n", "\n")
> 148: TypeError: a bytes-like object is required, not 'str'
> 147: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_types_graph_algo_dijkstra.
> 142/416 Test #148: test_demo_dox_index_begin_atEnd_representative ....................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_begin_atEnd_representative.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 150
> Start 150: test_demo_dox_index_finder
>
> 150: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_finder" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/finder.cpp.stdout"
> 150: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 150: Test timeout computed to be: 10000000
> 147: Traceback (most recent call last):
> 147: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 147: sys.exit(main())
> 147: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 147: actual_out, actual_err, ret = runDemo(args)
> 147: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 147: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 147: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 147: return s.replace("\r\n", "\n")
> 147: TypeError: a bytes-like object is required, not 'str'
> 149: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_counting.
> 143/416 Test #147: test_demo_dox_graph_types_graph_algo_dijkstra .....................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_graph_types_graph_algo_dijkstra.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 151
> Start 151: test_demo_dox_index_getOccurrences_getFrequency_range_getFibre
>
> 151: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_getOccurrences_getFrequency_range_getFibre" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/getOccurrences_getFrequency_range_getFibre.cpp.stdout"
> 151: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 151: Test timeout computed to be: 10000000
> 149: Traceback (most recent call last):
> 149: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 149: sys.exit(main())
> 149: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 149: actual_out, actual_err, ret = runDemo(args)
> 149: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 149: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 149: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 149: return s.replace("\r\n", "\n")
> 149: TypeError: a bytes-like object is required, not 'str'
> 144/416 Test #149: test_demo_dox_index_counting ......................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_counting.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 152
> Start 152: test_demo_dox_index_iterator
>
> 152: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/iterator.cpp.stdout"
> 152: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 152: Test timeout computed to be: 10000000
> 150: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_finder.
> 150: Traceback (most recent call last):
> 150: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 150: sys.exit(main())
> 150: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 150: actual_out, actual_err, ret = runDemo(args)
> 150: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 150: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 150: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 150: return s.replace("\r\n", "\n")
> 150: TypeError: a bytes-like object is required, not 'str'
> 145/416 Test #150: test_demo_dox_index_finder ........................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_finder.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 153
> Start 153: test_demo_dox_index_iterator_short
>
> 153: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator_short" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/iterator_short.cpp.stdout"
> 153: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 153: Test timeout computed to be: 10000000
> 151: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_getOccurrences_getFrequency_range_getFibre.
> 152: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator.
> 152: Traceback (most recent call last):
> 152: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 152: sys.exit(main())
> 152: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 152: actual_out, actual_err, ret = runDemo(args)
> 152: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 152: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 152: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 152: return s.replace("\r\n", "\n")
> 152: TypeError: a bytes-like object is required, not 'str'
> 146/416 Test #152: test_demo_dox_index_iterator ......................................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 154
> Start 154: test_demo_dox_index_length_countSequences
>
> 154: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_length_countSequences" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/length_countSequences.cpp.stdout"
> 154: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 154: Test timeout computed to be: 10000000
> 151: Traceback (most recent call last):
> 151: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 151: sys.exit(main())
> 151: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 151: actual_out, actual_err, ret = runDemo(args)
> 151: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 151: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 151: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 151: return s.replace("\r\n", "\n")
> 151: TypeError: a bytes-like object is required, not 'str'
> 147/416 Test #151: test_demo_dox_index_getOccurrences_getFrequency_range_getFibre ....................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_getOccurrences_getFrequency_range_getFibre.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 155
> Start 155: test_demo_dox_index_mummy
>
> 155: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_mummy" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/mummy.cpp.stdout"
> 155: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 155: Test timeout computed to be: 10000000
> 153: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator_short.
> 153: Traceback (most recent call last):
> 153: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 153: sys.exit(main())
> 153: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 153: actual_out, actual_err, ret = runDemo(args)
> 153: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 153: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 153: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 153: return s.replace("\r\n", "\n")
> 153: TypeError: a bytes-like object is required, not 'str'
> 148/416 Test #153: test_demo_dox_index_iterator_short ................................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_iterator_short.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 156
> Start 156: test_demo_dox_index_open_save
>
> 156: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_open_save" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/open_save.cpp.stdout"
> 156: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 156: Test timeout computed to be: 10000000
> 115: InputStreamTest_Get type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 155: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_mummy.
> 155: Traceback (most recent call last):
> 155: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 155: sys.exit(main())
> 155: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 155: actual_out, actual_err, ret = runDemo(args)
> 155: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 155: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 155: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 155: return s.replace("\r\n", "\n")
> 155: TypeError: a bytes-like object is required, not 'str'
> 149/416 Test #155: test_demo_dox_index_mummy .........................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_mummy.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 157
> Start 157: test_demo_dox_index_sufarray
>
> 157: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_sufarray" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/sufarray.cpp.stdout"
> 157: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 157: Test timeout computed to be: 10000000
> 154: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_length_countSequences.
> 154: Traceback (most recent call last):
> 154: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 154: sys.exit(main())
> 154: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 154: actual_out, actual_err, ret = runDemo(args)
> 154: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 154: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 154: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 154: return s.replace("\r\n", "\n")
> 154: TypeError: a bytes-like object is required, not 'str'
> 150/416 Test #154: test_demo_dox_index_length_countSequences .........................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_length_countSequences.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 158
> Start 158: test_demo_dox_index_textAt_indexText_saAt_indexRequire
>
> 158: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_textAt_indexText_saAt_indexRequire" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/index/textAt_indexText_saAt_indexRequire.cpp.stdout"
> 158: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 158: Test timeout computed to be: 10000000
> 156: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_open_save.
> 157: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_sufarray.
> 157: Traceback (most recent call last):
> 157: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 157: sys.exit(main())
> 157: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 157: actual_out, actual_err, ret = runDemo(args)
> 157: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 157: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 157: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 157: return s.replace("\r\n", "\n")
> 157: TypeError: a bytes-like object is required, not 'str'
> 151/416 Test #157: test_demo_dox_index_sufarray ......................................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_sufarray.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 159
> Start 159: test_demo_dox_misc_enumerate_strings
>
> 159: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_enumerate_strings" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/misc/enumerate_strings.cpp.stdout"
> 159: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 159: Test timeout computed to be: 10000000
> 158: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_textAt_indexText_saAt_indexRequire.
> 156: Traceback (most recent call last):
> 156: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 156: sys.exit(main())
> 156: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 156: actual_out, actual_err, ret = runDemo(args)
> 156: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 156: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 156: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 156: return s.replace("\r\n", "\n")
> 156: TypeError: a bytes-like object is required, not 'str'
> 152/416 Test #156: test_demo_dox_index_open_save .....................................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_open_save.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 160
> Start 160: test_demo_dox_misc_name_store_cache
>
> 160: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_name_store_cache" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/misc/name_store_cache.cpp.stdout"
> 160: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 160: Test timeout computed to be: 10000000
> 158: Traceback (most recent call last):
> 158: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 158: sys.exit(main())
> 158: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 158: actual_out, actual_err, ret = runDemo(args)
> 158: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 158: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 158: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 158: return s.replace("\r\n", "\n")
> 158: TypeError: a bytes-like object is required, not 'str'
> 153/416 Test #158: test_demo_dox_index_textAt_indexText_saAt_indexRequire ............................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_index_textAt_indexText_saAt_indexRequire.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 161
> Start 161: test_demo_dox_modifier_cyclic_shape
>
> 161: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_cyclic_shape" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/modifier/cyclic_shape.cpp.stdout"
> 161: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 161: Test timeout computed to be: 10000000
> 159: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_enumerate_strings.
> 159: Traceback (most recent call last):
> 159: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 159: sys.exit(main())
> 159: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 159: actual_out, actual_err, ret = runDemo(args)
> 159: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 159: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 159: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 159: return s.replace("\r\n", "\n")
> 159: TypeError: a bytes-like object is required, not 'str'
> 154/416 Test #159: test_demo_dox_misc_enumerate_strings ..............................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_enumerate_strings.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 162
> Start 162: test_demo_dox_modifier_modified_string
>
> 162: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/modifier/modified_string.cpp.stdout"
> 162: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 162: Test timeout computed to be: 10000000
> 160: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_name_store_cache.
> 162: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string.
> 161: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_cyclic_shape.
> 160: Traceback (most recent call last):
> 160: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 160: sys.exit(main())
> 160: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 160: actual_out, actual_err, ret = runDemo(args)
> 160: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 160: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 160: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 160: return s.replace("\r\n", "\n")
> 161: Traceback (most recent call last):
> 161: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 161: sys.exit(main())
> 161: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 161: actual_out, actual_err, ret = runDemo(args)
> 161: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 161: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 161: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 161: return s.replace("\r\n", "\n")
> 161: TypeError: a bytes-like object is required, not 'str'
> 160: TypeError: a bytes-like object is required, not 'str'
> 162: Traceback (most recent call last):
> 162: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 162: sys.exit(main())
> 162: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 162: actual_out, actual_err, ret = runDemo(args)
> 162: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 162: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 162: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 162: return s.replace("\r\n", "\n")
> 162: TypeError: a bytes-like object is required, not 'str'
> 155/416 Test #162: test_demo_dox_modifier_modified_string ............................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 163
> Start 163: test_demo_dox_modifier_modified_string_mod_view
>
> 163: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_mod_view" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/modifier/modified_string_mod_view.cpp.stdout"
> 163: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 163: Test timeout computed to be: 10000000
> 156/416 Test #161: test_demo_dox_modifier_cyclic_shape ...............................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_cyclic_shape.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 164
> Start 164: test_demo_dox_modifier_modified_string_nested
>
> 164: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_nested" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/modifier/modified_string_nested.cpp.stdout"
> 164: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 164: Test timeout computed to be: 10000000
> 115: InputStreamTest_Get type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: InputStreamTest_Eof type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: InputStreamTest_Eof type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: OutputStreamTest_Open type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 157/416 Test #160: test_demo_dox_misc_name_store_cache ...............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_misc_name_store_cache.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 165
> Start 165: test_demo_dox_parallel_queue_example
>
> 165: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_queue_example" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/parallel/queue_example.cpp.stdout"
> 165: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 165: Test timeout computed to be: 10000000
> 115: OutputStreamTest_Open type parameter std::basic_ofstream<char, std::char_traits<char> > OK
> 115: OutputStreamTest_Put type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: OutputStreamTest_Put type parameter std::basic_ofstream<char, std::char_traits<char> > OK
> 115: InputStreamTest_Tell type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: InputStreamTest_Tell type parameter std::basic_ifstream<char, std::char_traits<char> > OK
> 115: OutputStreamTest_Tell type parameter std::basic_fstream<char, std::char_traits<char> > OK
> 115: OutputStreamTest_Tell type parameter std::basic_ofstream<char, std::char_traits<char> > OK
> 115: **************************************
> 115: Total Tests: 213
> 115: Skipped: 0
> 115: Errors: 0
> 115: **************************************
> 158/416 Test #115: test_test_stream .................................................................. Passed 2.17 sec
> test 166
> Start 166: test_demo_dox_parallel_splitter_example
>
> 166: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_splitter_example" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/parallel/splitter_example.cpp.stdout"
> 166: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 166: Test timeout computed to be: 10000000
> 164: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_nested.
> 164: Traceback (most recent call last):
> 164: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 164: sys.exit(main())
> 164: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 164: actual_out, actual_err, ret = runDemo(args)
> 164: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 164: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 164: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 164: return s.replace("\r\n", "\n")
> 164: TypeError: a bytes-like object is required, not 'str'
> 159/416 Test #164: test_demo_dox_modifier_modified_string_nested .....................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_nested.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 167
> Start 167: test_demo_dox_score_score
>
> 167: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_score_score" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/score/score.cpp.stdout"
> 167: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 167: Test timeout computed to be: 10000000
> 163: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_mod_view.
> 165: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_queue_example.
> 163: Traceback (most recent call last):
> 163: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 163: sys.exit(main())
> 163: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 167: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_score_score.
> 163: actual_out, actual_err, ret = runDemo(args)
> 163: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 163: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 163: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 163: return s.replace("\r\n", "\n")
> 163: TypeError: a bytes-like object is required, not 'str'
> 165: Traceback (most recent call last):
> 165: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 165: sys.exit(main())
> 165: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 165: actual_out, actual_err, ret = runDemo(args)
> 165: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 165: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 165: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 165: return s.replace("\r\n", "\n")
> 165: TypeError: a bytes-like object is required, not 'str'
> 166: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_splitter_example.
> 160/416 Test #163: test_demo_dox_modifier_modified_string_mod_view ...................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_modifier_modified_string_mod_view.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 168
> Start 168: test_demo_dox_seeds_seeds_chaining
>
> 168: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_chaining" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/seeds/seeds_chaining.cpp.stdout"
> 168: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 168: Test timeout computed to be: 10000000
> 166: Traceback (most recent call last):
> 166: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 166: sys.exit(main())
> 166: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 166: actual_out, actual_err, ret = runDemo(args)
> 166: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 166: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 166: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 166: return s.replace("\r\n", "\n")
> 166: TypeError: a bytes-like object is required, not 'str'
> 167: Traceback (most recent call last):
> 167: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 167: sys.exit(main())
> 167: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 167: actual_out, actual_err, ret = runDemo(args)
> 167: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 167: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 167: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 167: return s.replace("\r\n", "\n")
> 167: TypeError: a bytes-like object is required, not 'str'
> 161/416 Test #165: test_demo_dox_parallel_queue_example ..............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_queue_example.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 169
> Start 169: test_demo_dox_seeds_seeds_extension
>
> 169: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_extension" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/seeds/seeds_extension.cpp.stdout"
> 169: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 169: Test timeout computed to be: 10000000
> 162/416 Test #166: test_demo_dox_parallel_splitter_example ...........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_parallel_splitter_example.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 170
> Start 170: test_demo_dox_seq_io_fai_index_example
>
> 170: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seq_io_fai_index_example" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/seq_io/fai_index_example.cpp.stdout"
> 170: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 170: Test timeout computed to be: 10000000
> 163/416 Test #167: test_demo_dox_score_score .........................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_score_score.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 171
> Start 171: test_demo_dox_sequence_container_view_zip
>
> 171: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_container_view_zip" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/sequence/container_view_zip.cpp.stdout"
> 171: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 171: Test timeout computed to be: 10000000
> 169: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_extension.
> 169: Traceback (most recent call last):
> 169: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 169: sys.exit(main())
> 169: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 169: actual_out, actual_err, ret = runDemo(args)
> 169: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 169: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 169: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 169: return s.replace("\r\n", "\n")
> 169: TypeError: a bytes-like object is required, not 'str'
> 170: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seq_io_fai_index_example.
> 164/416 Test #169: test_demo_dox_seeds_seeds_extension ...............................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_extension.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 172
> Start 172: test_demo_dox_sequence_string2
>
> 172: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_string2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/sequence/string2.cpp.stdout"
> 172: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 172: Test timeout computed to be: 10000000
> 170: Traceback (most recent call last):
> 170: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 170: sys.exit(main())
> 170: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 170: actual_out, actual_err, ret = runDemo(args)
> 170: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 170: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 170: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 170: return s.replace("\r\n", "\n")
> 170: TypeError: a bytes-like object is required, not 'str'
> 171: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_container_view_zip.
> 171: Traceback (most recent call last):
> 171: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 171: sys.exit(main())
> 171: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 171: actual_out, actual_err, ret = runDemo(args)
> 171: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 171: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 171: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 171: return s.replace("\r\n", "\n")
> 171: TypeError: a bytes-like object is required, not 'str'
> 172: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_string2.
> 168: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_chaining.
> 172: Traceback (most recent call last):
> 172: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 172: sys.exit(main())
> 172: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 172: actual_out, actual_err, ret = runDemo(args)
> 172: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 172: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 172: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 172: return s.replace("\r\n", "\n")
> 172: TypeError: a bytes-like object is required, not 'str'
> 168: Traceback (most recent call last):
> 168: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 168: sys.exit(main())
> 168: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 168: actual_out, actual_err, ret = runDemo(args)
> 168: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 168: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 168: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 168: return s.replace("\r\n", "\n")
> 168: TypeError: a bytes-like object is required, not 'str'
> 165/416 Test #170: test_demo_dox_seq_io_fai_index_example ............................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seq_io_fai_index_example.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 173
> Start 173: test_demo_dox_sequence_stringset
>
> 173: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_stringset" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/sequence/stringset.cpp.stdout"
> 173: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 173: Test timeout computed to be: 10000000
> 166/416 Test #172: test_demo_dox_sequence_string2 ....................................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_string2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 174
> Start 174: test_demo_dox_stream_lexical_cast
>
> 174: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_stream_lexical_cast" "--stdout-path" "/<<PKGBUILDDIR>>/demos/dox/stream/lexical_cast.cpp.stdout"
> 174: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 174: Test timeout computed to be: 10000000
> 167/416 Test #168: test_demo_dox_seeds_seeds_chaining ................................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_seeds_seeds_chaining.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 175
> Start 175: test_demo_howto_align_gaps_clipping
>
> 175: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_align_gaps_clipping" "--stdout-path" "/<<PKGBUILDDIR>>/demos/howto/align_gaps_clipping.cpp.stdout"
> 175: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 175: Test timeout computed to be: 10000000
> 168/416 Test #171: test_demo_dox_sequence_container_view_zip .........................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_container_view_zip.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 176
> Start 176: test_demo_howto_custom_file_endings
>
> 176: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_custom_file_endings" "--stdout-path" "/<<PKGBUILDDIR>>/demos/howto/custom_file_endings.cpp.stdout"
> 176: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 176: Test timeout computed to be: 10000000
> 84: test_parallel_thread_pool_destruct OK
> 84: test_parallel_enumerable_thread_local_construct OK
> 84: test_parallel_enumerable_thread_local_local OK
> 84: test_parallel_enumerable_thread_local_enumerate OK
> 84: test_parallel_enumerable_thread_local_combine_unary OK
> 173: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_stringset.
> 173: Traceback (most recent call last):
> 173: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 173: sys.exit(main())
> 173: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 173: actual_out, actual_err, ret = runDemo(args)
> 173: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 173: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 173: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 173: return s.replace("\r\n", "\n")
> 173: TypeError: a bytes-like object is required, not 'str'
> 169/416 Test #173: test_demo_dox_sequence_stringset ..................................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_sequence_stringset.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 177
> Start 177: test_demo_howto_filter_similar_sequences
>
> 177: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_filter_similar_sequences" "--stdout-path" "/<<PKGBUILDDIR>>/demos/howto/filter_similar_sequences.cpp.stdout" "--stderr-path" "/<<PKGBUILDDIR>>/demos/howto/filter_similar_sequences.cpp.stderr"
> 177: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 177: Test timeout computed to be: 10000000
> 84: test_parallel_enumerable_thread_local_combine_binary OK
> 84: **************************************
> 84: Total Tests: 29
> 84: Skipped: 0
> 84: Errors: 0
> 84: **************************************
> 174: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_stream_lexical_cast.
> 170/416 Test #84: test_test_parallel ................................................................ Passed 4.23 sec
> test 178
> Start 178: test_demo_howto_scores_init_score
>
> 178: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_init_score" "--stdout-path" "/<<PKGBUILDDIR>>/demos/howto/scores/init_score.cpp.stdout"
> 178: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 178: Test timeout computed to be: 10000000
> 174: Traceback (most recent call last):
> 174: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 174: sys.exit(main())
> 174: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 174: actual_out, actual_err, ret = runDemo(args)
> 174: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 174: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 174: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 174: return s.replace("\r\n", "\n")
> 174: TypeError: a bytes-like object is required, not 'str'
> 175: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_align_gaps_clipping.
> 175: Traceback (most recent call last):
> 175: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 175: sys.exit(main())
> 175: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 175: actual_out, actual_err, ret = runDemo(args)
> 175: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 175: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 175: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 175: return s.replace("\r\n", "\n")
> 175: TypeError: a bytes-like object is required, not 'str'
> 171/416 Test #174: test_demo_dox_stream_lexical_cast .................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_dox_stream_lexical_cast.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 179
> Start 179: test_demo_howto_scores_load_score
>
> 179: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_load_score" "--stdout-path" "/<<PKGBUILDDIR>>/demos/howto/scores/load_score.cpp.stdout"
> 179: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 179: Test timeout computed to be: 10000000
> 172/416 Test #175: test_demo_howto_align_gaps_clipping ...............................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_align_gaps_clipping.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 180
> Start 180: test_demo_tutorial_a_first_example_basic_code
>
> 180: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/basic_code.cpp.stdout"
> 180: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 180: Test timeout computed to be: 10000000
> 177: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_filter_similar_sequences.
> 177: Traceback (most recent call last):
> 177: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 177: sys.exit(main())
> 177: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 177: actual_out, actual_err, ret = runDemo(args)
> 177: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 177: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 177: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 177: return s.replace("\r\n", "\n")
> 177: TypeError: a bytes-like object is required, not 'str'
> 178: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_init_score.
> 176: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_custom_file_endings.
> 173/416 Test #177: test_demo_howto_filter_similar_sequences ..........................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_filter_similar_sequences.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 181
> Start 181: test_demo_tutorial_a_first_example_basic_code_detailed
>
> 181: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code_detailed" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/basic_code_detailed.cpp.stdout"
> 181: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 181: Test timeout computed to be: 10000000
> 178: Traceback (most recent call last):
> 178: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 178: sys.exit(main())
> 178: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 178: actual_out, actual_err, ret = runDemo(args)
> 178: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 178: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 178: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 178: return s.replace("\r\n", "\n")
> 178: TypeError: a bytes-like object is required, not 'str'
> 176: Traceback (most recent call last):
> 176: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 176: sys.exit(main())
> 176: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 176: actual_out, actual_err, ret = runDemo(args)
> 176: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 176: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 176: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 176: return s.replace("\r\n", "\n")
> 176: TypeError: a bytes-like object is required, not 'str'
> 174/416 Test #178: test_demo_howto_scores_init_score .................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_init_score.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 182
> Start 182: test_demo_tutorial_a_first_example_code_encapsulation
>
> 182: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_code_encapsulation" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/code_encapsulation.cpp.stdout"
> 182: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 182: Test timeout computed to be: 10000000
> 180: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code.
> 180: Traceback (most recent call last):
> 180: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 180: sys.exit(main())
> 180: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 180: actual_out, actual_err, ret = runDemo(args)
> 180: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 180: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 180: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 180: return s.replace("\r\n", "\n")
> 180: TypeError: a bytes-like object is required, not 'str'
> 179: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_load_score.
> 175/416 Test #176: test_demo_howto_custom_file_endings ...............................................***Failed 0.15 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_custom_file_endings.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 183
> Start 183: test_demo_tutorial_a_first_example_final_result
>
> 183: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_final_result" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/final_result.cpp.stdout"
> 183: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 183: Test timeout computed to be: 10000000
> 176/416 Test #180: test_demo_tutorial_a_first_example_basic_code .....................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 184
> Start 184: test_demo_tutorial_a_first_example_solution_1
>
> 184: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_1.cpp.stdout"
> 184: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 184: Test timeout computed to be: 10000000
> 179: Traceback (most recent call last):
> 179: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 179: sys.exit(main())
> 179: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 179: actual_out, actual_err, ret = runDemo(args)
> 179: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 179: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 179: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 179: return s.replace("\r\n", "\n")
> 179: TypeError: a bytes-like object is required, not 'str'
> 181: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code_detailed.
> 177/416 Test #179: test_demo_howto_scores_load_score .................................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_howto_scores_load_score.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 185
> Start 185: test_demo_tutorial_a_first_example_solution_2
>
> 185: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_2.cpp.stdout"
> 185: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 185: Test timeout computed to be: 10000000
> 181: Traceback (most recent call last):
> 181: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 181: sys.exit(main())
> 181: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 181: actual_out, actual_err, ret = runDemo(args)
> 181: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 181: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 181: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 181: return s.replace("\r\n", "\n")
> 181: TypeError: a bytes-like object is required, not 'str'
> 178/416 Test #181: test_demo_tutorial_a_first_example_basic_code_detailed ............................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_basic_code_detailed.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 186
> Start 186: test_demo_tutorial_a_first_example_solution_3
>
> 186: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_3.cpp.stdout"
> 186: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 186: Test timeout computed to be: 10000000
> 182: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_code_encapsulation.
> 183: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_final_result.
> 182: Traceback (most recent call last):
> 182: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 182: sys.exit(main())
> 182: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 182: actual_out, actual_err, ret = runDemo(args)
> 182: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 182: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 182: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 182: return s.replace("\r\n", "\n")
> 182: TypeError: a bytes-like object is required, not 'str'
> 184: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_1.
> 183: Traceback (most recent call last):
> 183: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 183: sys.exit(main())
> 183: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 183: actual_out, actual_err, ret = runDemo(args)
> 183: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 183: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 183: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 183: return s.replace("\r\n", "\n")
> 183: TypeError: a bytes-like object is required, not 'str'
> 186: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_3.
> 186: Traceback (most recent call last):
> 186: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 186: sys.exit(main())
> 186: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 186: actual_out, actual_err, ret = runDemo(args)
> 186: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 186: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 186: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 186: return s.replace("\r\n", "\n")
> 186: TypeError: a bytes-like object is required, not 'str'
> 179/416 Test #182: test_demo_tutorial_a_first_example_code_encapsulation .............................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_code_encapsulation.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 187
> Start 187: test_demo_tutorial_a_first_example_solution_4
>
> 187: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_4.cpp.stdout"
> 187: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 187: Test timeout computed to be: 10000000
> 180/416 Test #183: test_demo_tutorial_a_first_example_final_result ...................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_final_result.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 188
> Start 188: test_demo_tutorial_a_first_example_solution_5
>
> 188: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_5.cpp.stdout"
> 188: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 188: Test timeout computed to be: 10000000
> 185: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_2.
> 184: Traceback (most recent call last):
> 184: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 181/416 Test #186: test_demo_tutorial_a_first_example_solution_3 .....................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 189
> Start 189: test_demo_tutorial_a_first_example_solution_6
>
> 189: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_6" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/a_first_example/solution_6.cpp.stdout"
> 189: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 189: Test timeout computed to be: 10000000
> 185: Traceback (most recent call last):
> 185: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 185: sys.exit(main())
> 185: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 185: actual_out, actual_err, ret = runDemo(args)
> 185: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 185: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 185: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 185: return s.replace("\r\n", "\n")
> 185: TypeError: a bytes-like object is required, not 'str'
> 184: sys.exit(main())
> 184: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 184: actual_out, actual_err, ret = runDemo(args)
> 184: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 184: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 184: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 184: return s.replace("\r\n", "\n")
> 184: TypeError: a bytes-like object is required, not 'str'
> 182/416 Test #184: test_demo_tutorial_a_first_example_solution_1 .....................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 190
> Start 190: test_demo_tutorial_alignment_align
>
> 190: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/align.cpp.stdout"
> 190: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 190: Test timeout computed to be: 10000000
> 183/416 Test #185: test_demo_tutorial_a_first_example_solution_2 .....................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 191
> Start 191: test_demo_tutorial_alignment_align_assignment1
>
> 191: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/align_assignment1.cpp.stdout"
> 191: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 191: Test timeout computed to be: 10000000
> 187: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_4.
> 188: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_5.
> 187: Traceback (most recent call last):
> 187: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 187: sys.exit(main())
> 187: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 187: actual_out, actual_err, ret = runDemo(args)
> 187: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 187: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 187: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 187: return s.replace("\r\n", "\n")
> 187: TypeError: a bytes-like object is required, not 'str'
> 184/416 Test #187: test_demo_tutorial_a_first_example_solution_4 .....................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 192
> Start 192: test_demo_tutorial_alignment_graph
>
> 192: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/graph.cpp.stdout"
> 192: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 192: Test timeout computed to be: 10000000
> 188: Traceback (most recent call last):
> 188: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 188: sys.exit(main())
> 188: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 188: actual_out, actual_err, ret = runDemo(args)
> 188: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 188: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 188: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 188: return s.replace("\r\n", "\n")
> 188: TypeError: a bytes-like object is required, not 'str'
> 185/416 Test #188: test_demo_tutorial_a_first_example_solution_5 .....................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 193
> Start 193: test_demo_tutorial_alignment_graph_assignment1
>
> 193: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/graph_assignment1.cpp.stdout"
> 193: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 193: Test timeout computed to be: 10000000
> 189: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_6.
> 189: Traceback (most recent call last):
> 189: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 189: sys.exit(main())
> 189: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 189: actual_out, actual_err, ret = runDemo(args)
> 189: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 189: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 189: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 189: return s.replace("\r\n", "\n")
> 189: TypeError: a bytes-like object is required, not 'str'
> 186/416 Test #189: test_demo_tutorial_a_first_example_solution_6 .....................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_a_first_example_solution_6.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 194
> Start 194: test_demo_tutorial_alignment_scoring_scheme_affine_dgs
>
> 194: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_affine_dgs" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/scoring_scheme_affine_dgs.cpp.stdout"
> 194: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 194: Test timeout computed to be: 10000000
> 190: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align.
> 191: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align_assignment1.
> 190: Traceback (most recent call last):
> 190: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 190: sys.exit(main())
> 190: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 190: actual_out, actual_err, ret = runDemo(args)
> 190: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 190: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 190: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 190: return s.replace("\r\n", "\n")
> 190: TypeError: a bytes-like object is required, not 'str'
> 187/416 Test #190: test_demo_tutorial_alignment_align ................................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 195
> Start 195: test_demo_tutorial_alignment_scoring_scheme_matrix
>
> 195: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_matrix" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/scoring_scheme_matrix.cpp.stdout"
> 195: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 195: Test timeout computed to be: 10000000
> 193: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph_assignment1.
> 193: Traceback (most recent call last):
> 193: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 193: sys.exit(main())
> 193: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 193: actual_out, actual_err, ret = runDemo(args)
> 193: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 193: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 193: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 193: return s.replace("\r\n", "\n")
> 193: TypeError: a bytes-like object is required, not 'str'
> 188/416 Test #193: test_demo_tutorial_alignment_graph_assignment1 ....................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 196
> Start 196: test_demo_tutorial_alignment_scoring_scheme_simple
>
> 196: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_simple" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alignment/scoring_scheme_simple.cpp.stdout"
> 196: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 196: Test timeout computed to be: 10000000
> 191: Traceback (most recent call last):
> 191: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 191: sys.exit(main())
> 191: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 191: actual_out, actual_err, ret = runDemo(args)
> 191: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 191: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 191: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 191: return s.replace("\r\n", "\n")
> 191: TypeError: a bytes-like object is required, not 'str'
> 194: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_affine_dgs.
> 189/416 Test #191: test_demo_tutorial_alignment_align_assignment1 ....................................***Failed 0.15 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_align_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 197
> Start 197: test_demo_tutorial_alphabets_assignment_1
>
> 197: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alphabets/assignment_1.cpp.stdout"
> 197: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 197: Test timeout computed to be: 10000000
> 192: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph.
> 192: Traceback (most recent call last):
> 192: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 192: sys.exit(main())
> 192: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 192: actual_out, actual_err, ret = runDemo(args)
> 192: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 192: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 192: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 192: return s.replace("\r\n", "\n")
> 192: TypeError: a bytes-like object is required, not 'str'
> 194: Traceback (most recent call last):
> 194: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 194: sys.exit(main())
> 194: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 194: actual_out, actual_err, ret = runDemo(args)
> 194: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 194: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 194: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 194: return s.replace("\r\n", "\n")
> 194: TypeError: a bytes-like object is required, not 'str'
> 195: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_matrix.
> 190/416 Test #192: test_demo_tutorial_alignment_graph ................................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_graph.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 198
> Start 198: test_demo_tutorial_alphabets_assignment_1_solution
>
> 198: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alphabets/assignment_1_solution.cpp.stdout"
> 198: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 198: Test timeout computed to be: 10000000
> 196: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_simple.
> 195: Traceback (most recent call last):
> 195: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 195: sys.exit(main())
> 195: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 195: actual_out, actual_err, ret = runDemo(args)
> 195: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 195: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 195: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 195: return s.replace("\r\n", "\n")
> 195: TypeError: a bytes-like object is required, not 'str'
> 191/416 Test #194: test_demo_tutorial_alignment_scoring_scheme_affine_dgs ............................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_affine_dgs.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 199
> Start 199: test_demo_tutorial_alphabets_example_bitsPerValue
>
> 199: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_bitsPerValue" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alphabets/example_bitsPerValue.cpp.stdout"
> 199: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 199: Test timeout computed to be: 10000000
> 196: Traceback (most recent call last):
> 196: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 196: sys.exit(main())
> 196: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 196: actual_out, actual_err, ret = runDemo(args)
> 196: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 196: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 196: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 196: return s.replace("\r\n", "\n")
> 196: TypeError: a bytes-like object is required, not 'str'
> 192/416 Test #195: test_demo_tutorial_alignment_scoring_scheme_matrix ................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_matrix.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 200
> Start 200: test_demo_tutorial_alphabets_example_ordValue
>
> 200: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_ordValue" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alphabets/example_ordValue.cpp.stdout"
> 200: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 200: Test timeout computed to be: 10000000
> 193/416 Test #196: test_demo_tutorial_alignment_scoring_scheme_simple ................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alignment_scoring_scheme_simple.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 201
> Start 201: test_demo_tutorial_alphabets_example_size
>
> 201: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_size" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/alphabets/example_size.cpp.stdout"
> 201: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 201: Test timeout computed to be: 10000000
> 198: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1_solution.
> 198: Traceback (most recent call last):
> 198: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 198: sys.exit(main())
> 198: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 198: actual_out, actual_err, ret = runDemo(args)
> 198: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 198: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 198: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 198: return s.replace("\r\n", "\n")
> 198: TypeError: a bytes-like object is required, not 'str'
> 194/416 Test #198: test_demo_tutorial_alphabets_assignment_1_solution ................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 202
> Start 202: test_demo_tutorial_background_and_motivation_example
>
> 202: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_background_and_motivation_example" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/background_and_motivation/example.cpp.stdout"
> 202: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 202: Test timeout computed to be: 10000000
> 197: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1.
> 197: Traceback (most recent call last):
> 197: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 197: sys.exit(main())
> 197: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 197: actual_out, actual_err, ret = runDemo(args)
> 197: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 197: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 197: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 197: return s.replace("\r\n", "\n")
> 197: TypeError: a bytes-like object is required, not 'str'
> 200: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_ordValue.
> 200: Traceback (most recent call last):
> 200: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 200: sys.exit(main())
> 200: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 200: actual_out, actual_err, ret = runDemo(args)
> 200: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 200: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 200: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 200: return s.replace("\r\n", "\n")
> 200: TypeError: a bytes-like object is required, not 'str'
> 201: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_size.
> 195/416 Test #197: test_demo_tutorial_alphabets_assignment_1 .........................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_assignment_1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 203
> Start 203: test_demo_tutorial_basic_techniques_base
>
> 203: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basic_techniques_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/basic_techniques/base.cpp.stdout"
> 203: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 203: Test timeout computed to be: 10000000
> 199: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_bitsPerValue.
> 201: Traceback (most recent call last):
> 201: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 201: sys.exit(main())
> 201: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 201: actual_out, actual_err, ret = runDemo(args)
> 201: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 201: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 201: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 201: return s.replace("\r\n", "\n")
> 201: TypeError: a bytes-like object is required, not 'str'
> 196/416 Test #200: test_demo_tutorial_alphabets_example_ordValue .....................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_ordValue.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 204
> Start 204: test_demo_tutorial_basics_allocator
>
> 204: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_allocator" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/basics/allocator.cpp.stdout"
> 204: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 204: Test timeout computed to be: 10000000
> 199: Traceback (most recent call last):
> 199: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 199: sys.exit(main())
> 199: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 199: actual_out, actual_err, ret = runDemo(args)
> 199: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 199: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 199: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 199: return s.replace("\r\n", "\n")
> 199: TypeError: a bytes-like object is required, not 'str'
> 202: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_background_and_motivation_example.
> 197/416 Test #199: test_demo_tutorial_alphabets_example_bitsPerValue .................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_bitsPerValue.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 205
> Start 205: test_demo_tutorial_basics_base
>
> 205: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/basics/base.cpp.stdout"
> 205: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 205: Test timeout computed to be: 10000000
> 198/416 Test #201: test_demo_tutorial_alphabets_example_size .........................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_alphabets_example_size.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 206
> Start 206: test_demo_tutorial_basics_show_alphabets
>
> 206: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_show_alphabets" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/basics/show_alphabets.cpp.stdout"
> 206: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 206: Test timeout computed to be: 10000000
> 202: Traceback (most recent call last):
> 202: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 202: sys.exit(main())
> 202: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 202: actual_out, actual_err, ret = runDemo(args)
> 202: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 202: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 202: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 202: return s.replace("\r\n", "\n")
> 202: TypeError: a bytes-like object is required, not 'str'
> 199/416 Test #202: test_demo_tutorial_background_and_motivation_example ..............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_background_and_motivation_example.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 207
> Start 207: test_demo_tutorial_basics_strings
>
> 207: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_strings" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/basics/strings.cpp.stdout"
> 207: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 207: Test timeout computed to be: 10000000
> 204: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_allocator.
> 206: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_show_alphabets.
> 203: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basic_techniques_base.
> 205: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_base.
> 203: Traceback (most recent call last):
> 203: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 203: sys.exit(main())
> 203: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 203: actual_out, actual_err, ret = runDemo(args)
> 203: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 203: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 203: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 203: return s.replace("\r\n", "\n")
> 203: TypeError: a bytes-like object is required, not 'str'
> 206: Traceback (most recent call last):
> 206: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 206: sys.exit(main())
> 206: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 206: actual_out, actual_err, ret = runDemo(args)
> 206: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 206: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 206: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 206: return s.replace("\r\n", "\n")
> 206: TypeError: a bytes-like object is required, not 'str'
> 205: Traceback (most recent call last):
> 205: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 205: sys.exit(main())
> 205: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 205: actual_out, actual_err, ret = runDemo(args)
> 205: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 205: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 205: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 205: return s.replace("\r\n", "\n")
> 205: TypeError: a bytes-like object is required, not 'str'
> 200/416 Test #203: test_demo_tutorial_basic_techniques_base ..........................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basic_techniques_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 208
> Start 208: test_demo_tutorial_bed_io_base
>
> 208: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/bed_io/base.cpp.stdout"
> 208: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 208: Test timeout computed to be: 10000000
> 207: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_strings.
> 201/416 Test #205: test_demo_tutorial_basics_base ....................................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 209
> Start 209: test_demo_tutorial_bed_io_example1
>
> 209: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/bed_io/example1.cpp.stdout"
> 209: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 209: Test timeout computed to be: 10000000
> 202/416 Test #206: test_demo_tutorial_basics_show_alphabets ..........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_show_alphabets.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 210
> Start 210: test_demo_tutorial_bed_io_solution1
>
> 210: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/bed_io/solution1.cpp.stdout"
> 210: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 210: Test timeout computed to be: 10000000
> 207: Traceback (most recent call last):
> 207: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 207: sys.exit(main())
> 207: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 207: actual_out, actual_err, ret = runDemo(args)
> 207: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 207: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 207: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 207: return s.replace("\r\n", "\n")
> 207: TypeError: a bytes-like object is required, not 'str'
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 203/416 Test #207: test_demo_tutorial_basics_strings .................................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_strings.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 211
> Start 211: test_demo_tutorial_bed_io_solution2
>
> 211: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/bed_io/solution2.cpp.stdout"
> 211: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 211: Test timeout computed to be: 10000000
> 208: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_base.
> 210: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution1.
> 208: Traceback (most recent call last):
> 208: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 208: sys.exit(main())
> 208: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 208: actual_out, actual_err, ret = runDemo(args)
> 208: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 208: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 208: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 208: return s.replace("\r\n", "\n")
> 208: TypeError: a bytes-like object is required, not 'str'
> 209: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_example1.
> 210: Traceback (most recent call last):
> 210: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 210: sys.exit(main())
> 210: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 210: actual_out, actual_err, ret = runDemo(args)
> 210: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 210: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 210: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 210: return s.replace("\r\n", "\n")
> 210: TypeError: a bytes-like object is required, not 'str'
> 204/416 Test #208: test_demo_tutorial_bed_io_base ....................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 212
> Start 212: test_demo_tutorial_bed_io_solution3
>
> 212: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/bed_io/solution3.cpp.stdout"
> 212: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 212: Test timeout computed to be: 10000000
> 211: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution2.
> 211: Traceback (most recent call last):
> 211: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 205/416 Test #210: test_demo_tutorial_bed_io_solution1 ...............................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 213
> Start 213: test_demo_tutorial_blast_io_read_assignment
>
> 213: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_read_assignment" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/blast_io/read_assignment.cpp.stdout" "--stderr-path" "/<<PKGBUILDDIR>>/demos/tutorial/blast_io/read_assignment.cpp.stderr"
> 213: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 213: Test timeout computed to be: 10000000
> 211: sys.exit(main())
> 211: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 211: actual_out, actual_err, ret = runDemo(args)
> 211: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 211: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 211: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 211: return s.replace("\r\n", "\n")
> 211: TypeError: a bytes-like object is required, not 'str'
> 209: Traceback (most recent call last):
> 209: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 209: sys.exit(main())
> 209: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 209: actual_out, actual_err, ret = runDemo(args)
> 209: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 209: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 209: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 209: return s.replace("\r\n", "\n")
> 209: TypeError: a bytes-like object is required, not 'str'
> 206/416 Test #211: test_demo_tutorial_bed_io_solution2 ...............................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 214
> Start 214: test_demo_tutorial_blast_io_write_assignment
>
> 214: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_write_assignment" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/blast_io/write_assignment.cpp.stdout" "--stderr-path" "/<<PKGBUILDDIR>>/demos/tutorial/blast_io/write_assignment.cpp.stderr"
> 214: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 214: Test timeout computed to be: 10000000
> 207/416 Test #209: test_demo_tutorial_bed_io_example1 ................................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 215
> Start 215: test_demo_tutorial_consensus_alignment_with_positions
>
> 215: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_with_positions" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/consensus_alignment/with_positions.cpp.stdout"
> 215: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 215: Test timeout computed to be: 10000000
> 212: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution3.
> 212: Traceback (most recent call last):
> 212: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 212: sys.exit(main())
> 212: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 212: actual_out, actual_err, ret = runDemo(args)
> 212: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 212: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 212: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 212: return s.replace("\r\n", "\n")
> 212: TypeError: a bytes-like object is required, not 'str'
> 213: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_read_assignment.
> 208/416 Test #212: test_demo_tutorial_bed_io_solution3 ...............................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_bed_io_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 216
> Start 216: test_demo_tutorial_consensus_alignment_without_positions
>
> 216: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_without_positions" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/consensus_alignment/without_positions.cpp.stdout"
> 216: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 216: Test timeout computed to be: 10000000
> 213: Traceback (most recent call last):
> 213: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 213: sys.exit(main())
> 213: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 213: actual_out, actual_err, ret = runDemo(args)
> 213: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 213: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 213: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 213: return s.replace("\r\n", "\n")
> 213: TypeError: a bytes-like object is required, not 'str'
> 209/416 Test #213: test_demo_tutorial_blast_io_read_assignment .......................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_read_assignment.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 217
> Start 217: test_demo_tutorial_file_io_overview_example1
>
> 217: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/file_io_overview/example1.cpp.stdout"
> 217: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 217: Test timeout computed to be: 10000000
> 214: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_write_assignment.
> 215: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_with_positions.
> 216: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_without_positions.
> 215: Traceback (most recent call last):
> 215: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 215: sys.exit(main())
> 215: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 215: actual_out, actual_err, ret = runDemo(args)
> 215: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 215: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 215: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 215: return s.replace("\r\n", "\n")
> 215: TypeError: a bytes-like object is required, not 'str'
> 204: Traceback (most recent call last):
> 204: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 204: sys.exit(main())
> 204: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 204: actual_out, actual_err, ret = runDemo(args)
> 204: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 204: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 204: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 204: return s.replace("\r\n", "\n")
> 204: TypeError: a bytes-like object is required, not 'str'
> 216: Traceback (most recent call last):
> 216: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 216: sys.exit(main())
> 216: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 216: actual_out, actual_err, ret = runDemo(args)
> 216: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 216: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 216: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 216: return s.replace("\r\n", "\n")
> 216: TypeError: a bytes-like object is required, not 'str'
> 214: Traceback (most recent call last):
> 214: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 214: sys.exit(main())
> 214: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 210/416 Test #215: test_demo_tutorial_consensus_alignment_with_positions .............................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_with_positions.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 218
> Start 218: test_demo_tutorial_file_io_overview_solution1
>
> 218: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/file_io_overview/solution1.cpp.stdout"
> 218: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 218: Test timeout computed to be: 10000000
> 214: actual_out, actual_err, ret = runDemo(args)
> 214: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 214: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 214: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 214: return s.replace("\r\n", "\n")
> 214: TypeError: a bytes-like object is required, not 'str'
> 217: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_example1.
> 211/416 Test #204: test_demo_tutorial_basics_allocator ...............................................***Failed 0.32 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_basics_allocator.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 219
> Start 219: test_demo_tutorial_file_io_overview_solution2
>
> 219: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/file_io_overview/solution2.cpp.stdout"
> 219: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 219: Test timeout computed to be: 10000000
> 212/416 Test #216: test_demo_tutorial_consensus_alignment_without_positions ..........................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_consensus_alignment_without_positions.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 220
> Start 220: test_demo_tutorial_file_io_overview_solution3
>
> 220: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/file_io_overview/solution3.cpp.stdout"
> 220: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 220: Test timeout computed to be: 10000000
> 213/416 Test #214: test_demo_tutorial_blast_io_write_assignment ......................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_blast_io_write_assignment.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 221
> Start 221: test_demo_tutorial_fragment_store_access_aligned_reads
>
> 221: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/fragment_store/access_aligned_reads.cpp.stdout"
> 221: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 221: Test timeout computed to be: 10000000
> 218: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution1.
> 217: Traceback (most recent call last):
> 217: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 217: sys.exit(main())
> 217: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 217: actual_out, actual_err, ret = runDemo(args)
> 217: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 217: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 217: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 217: return s.replace("\r\n", "\n")
> 217: TypeError: a bytes-like object is required, not 'str'
> 219: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution2.
> 214/416 Test #217: test_demo_tutorial_file_io_overview_example1 ......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 222
> Start 222: test_demo_tutorial_fragment_store_access_aligned_reads2
>
> 222: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/fragment_store/access_aligned_reads2.cpp.stdout"
> 222: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 222: Test timeout computed to be: 10000000
> 218: Traceback (most recent call last):
> 218: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 218: sys.exit(main())
> 218: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 218: actual_out, actual_err, ret = runDemo(args)
> 218: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 218: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 218: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 218: return s.replace("\r\n", "\n")
> 218: TypeError: a bytes-like object is required, not 'str'
> 220: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution3.
> 215/416 Test #218: test_demo_tutorial_file_io_overview_solution1 .....................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 223
> Start 223: test_demo_tutorial_fragment_store_base
>
> 223: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/fragment_store/base.cpp.stdout"
> 223: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 223: Test timeout computed to be: 10000000
> 221: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads.
> 219: Traceback (most recent call last):
> 219: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 219: sys.exit(main())
> 219: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 219: actual_out, actual_err, ret = runDemo(args)
> 219: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 219: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 219: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 219: return s.replace("\r\n", "\n")
> 219: TypeError: a bytes-like object is required, not 'str'
> 216/416 Test #219: test_demo_tutorial_file_io_overview_solution2 .....................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 224
> Start 224: test_demo_tutorial_fragment_store_display_aligned_reads
>
> 224: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_display_aligned_reads" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/fragment_store/display_aligned_reads.cpp.stdout"
> 224: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 224: Test timeout computed to be: 10000000
> 222: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads2.
> 220: Traceback (most recent call last):
> 220: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 220: sys.exit(main())
> 220: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 220: actual_out, actual_err, ret = runDemo(args)
> 220: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 220: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 220: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 220: return s.replace("\r\n", "\n")
> 220: TypeError: a bytes-like object is required, not 'str'
> 217/416 Test #220: test_demo_tutorial_file_io_overview_solution3 .....................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_file_io_overview_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 225
> Start 225: test_demo_tutorial_generic_programming_example_hashing
>
> 225: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_example_hashing" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/generic_programming/example_hashing.cpp.stdout"
> 225: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 225: Test timeout computed to be: 10000000
> 222: Traceback (most recent call last):
> 222: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 222: sys.exit(main())
> 222: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 222: actual_out, actual_err, ret = runDemo(args)
> 222: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 222: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 222: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 222: return s.replace("\r\n", "\n")
> 222: TypeError: a bytes-like object is required, not 'str'
> 221: Traceback (most recent call last):
> 221: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 221: sys.exit(main())
> 221: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 221: actual_out, actual_err, ret = runDemo(args)
> 221: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 221: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 221: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 221: return s.replace("\r\n", "\n")
> 221: TypeError: a bytes-like object is required, not 'str'
> 218/416 Test #222: test_demo_tutorial_fragment_store_access_aligned_reads2 ...........................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 226
> Start 226: test_demo_tutorial_generic_programming_template_subclassing
>
> 226: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_template_subclassing" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/generic_programming/template_subclassing.cpp.stdout"
> 226: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 226: Test timeout computed to be: 10000000
> 224: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_display_aligned_reads.
> 219/416 Test #221: test_demo_tutorial_fragment_store_access_aligned_reads ............................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_access_aligned_reads.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 227
> Start 227: test_demo_tutorial_genome_annotations_assignment_1_hint
>
> 227: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_hint" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/assignment_1_hint.cpp.stdout"
> 227: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 227: Test timeout computed to be: 10000000
> 223: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_base.
> 224: Traceback (most recent call last):
> 224: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 224: sys.exit(main())
> 224: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 224: actual_out, actual_err, ret = runDemo(args)
> 224: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 224: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 224: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 224: return s.replace("\r\n", "\n")
> 224: TypeError: a bytes-like object is required, not 'str'
> 220/416 Test #224: test_demo_tutorial_fragment_store_display_aligned_reads ...........................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_display_aligned_reads.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 228
> Start 228: test_demo_tutorial_genome_annotations_assignment_1_solution
>
> 228: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/assignment_1_solution.cpp.stdout"
> 228: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 228: Test timeout computed to be: 10000000
> 223: Traceback (most recent call last):
> 223: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 223: sys.exit(main())
> 223: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 223: actual_out, actual_err, ret = runDemo(args)
> 223: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 223: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 223: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 223: return s.replace("\r\n", "\n")
> 223: TypeError: a bytes-like object is required, not 'str'
> 227: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_hint.
> 227: Traceback (most recent call last):
> 227: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 227: sys.exit(main())
> 227: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 227: actual_out, actual_err, ret = runDemo(args)
> 227: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 227: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 227: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 227: return s.replace("\r\n", "\n")
> 227: TypeError: a bytes-like object is required, not 'str'
> 221/416 Test #223: test_demo_tutorial_fragment_store_base ............................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_fragment_store_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 229
> Start 229: test_demo_tutorial_genome_annotations_assignment_2_solution
>
> 229: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_2_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/assignment_2_solution.cpp.stdout"
> 229: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 229: Test timeout computed to be: 10000000
> 222/416 Test #227: test_demo_tutorial_genome_annotations_assignment_1_hint ...........................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_hint.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 230
> Start 230: test_demo_tutorial_genome_annotations_assignment_3_solution
>
> 230: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_3_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/assignment_3_solution.cpp.stdout"
> 230: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 230: Test timeout computed to be: 10000000
> 225: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_example_hashing.
> 225: Traceback (most recent call last):
> 225: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 225: sys.exit(main())
> 225: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 225: actual_out, actual_err, ret = runDemo(args)
> 225: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 225: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 225: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 225: return s.replace("\r\n", "\n")
> 225: TypeError: a bytes-like object is required, not 'str'
> 223/416 Test #225: test_demo_tutorial_generic_programming_example_hashing ............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_example_hashing.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 231
> Start 231: test_demo_tutorial_genome_annotations_assignment_4_solution
>
> 231: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_4_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/assignment_4_solution.cpp.stdout"
> 231: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 231: Test timeout computed to be: 10000000
> 226: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_template_subclassing.
> 226: Traceback (most recent call last):
> 226: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 226: sys.exit(main())
> 226: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 226: actual_out, actual_err, ret = runDemo(args)
> 226: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 226: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 226: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 226: return s.replace("\r\n", "\n")
> 226: TypeError: a bytes-like object is required, not 'str'
> 228: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_solution.
> 228: Traceback (most recent call last):
> 228: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 228: sys.exit(main())
> 228: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 228: actual_out, actual_err, ret = runDemo(args)
> 228: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 228: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 228: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 228: return s.replace("\r\n", "\n")
> 228: TypeError: a bytes-like object is required, not 'str'
> 224/416 Test #226: test_demo_tutorial_generic_programming_template_subclassing .......................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_generic_programming_template_subclassing.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 232
> Start 232: test_demo_tutorial_genome_annotations_base
>
> 232: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/genome_annotations/base.cpp.stdout"
> 232: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 232: Test timeout computed to be: 10000000
> 225/416 Test #228: test_demo_tutorial_genome_annotations_assignment_1_solution .......................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 233
> Start 233: test_demo_tutorial_gff_and_gtf_io_base
>
> 233: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/base.cpp.stdout"
> 233: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 233: Test timeout computed to be: 10000000
> 229: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_2_solution.
> 229: Traceback (most recent call last):
> 229: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 229: sys.exit(main())
> 229: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 229: actual_out, actual_err, ret = runDemo(args)
> 229: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 229: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 229: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 229: return s.replace("\r\n", "\n")
> 229: TypeError: a bytes-like object is required, not 'str'
> 226/416 Test #229: test_demo_tutorial_genome_annotations_assignment_2_solution .......................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_2_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 234
> Start 234: test_demo_tutorial_gff_and_gtf_io_example1
>
> 234: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/example1.cpp.stdout"
> 234: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 234: Test timeout computed to be: 10000000
> 230: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_3_solution.
> 230: Traceback (most recent call last):
> 230: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 230: sys.exit(main())
> 230: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 230: actual_out, actual_err, ret = runDemo(args)
> 230: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 230: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 230: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 230: return s.replace("\r\n", "\n")
> 230: TypeError: a bytes-like object is required, not 'str'
> 231: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_4_solution.
> 227/416 Test #230: test_demo_tutorial_genome_annotations_assignment_3_solution .......................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_3_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 235
> Start 235: test_demo_tutorial_gff_and_gtf_io_example2
>
> 235: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/example2.cpp.stdout"
> 235: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 235: Test timeout computed to be: 10000000
> 232: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_base.
> 232: Traceback (most recent call last):
> 232: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 232: sys.exit(main())
> 232: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 232: actual_out, actual_err, ret = runDemo(args)
> 232: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 232: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 232: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 232: return s.replace("\r\n", "\n")
> 232: TypeError: a bytes-like object is required, not 'str'
> 233: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_base.
> 233: Traceback (most recent call last):
> 233: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 233: sys.exit(main())
> 233: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 233: actual_out, actual_err, ret = runDemo(args)
> 233: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 233: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 233: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 233: return s.replace("\r\n", "\n")
> 233: TypeError: a bytes-like object is required, not 'str'
> 231: Traceback (most recent call last):
> 231: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 231: sys.exit(main())
> 231: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 231: actual_out, actual_err, ret = runDemo(args)
> 231: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 231: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 231: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 231: return s.replace("\r\n", "\n")
> 231: TypeError: a bytes-like object is required, not 'str'
> 228/416 Test #232: test_demo_tutorial_genome_annotations_base ........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 236
> Start 236: test_demo_tutorial_gff_and_gtf_io_solution1
>
> 236: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/solution1.cpp.stdout"
> 236: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 236: Test timeout computed to be: 10000000
> 229/416 Test #231: test_demo_tutorial_genome_annotations_assignment_4_solution .......................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_genome_annotations_assignment_4_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 237
> Start 237: test_demo_tutorial_gff_and_gtf_io_solution2
>
> 237: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/solution2.cpp.stdout"
> 237: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 237: Test timeout computed to be: 10000000
> 230/416 Test #233: test_demo_tutorial_gff_and_gtf_io_base ............................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 238
> Start 238: test_demo_tutorial_gff_and_gtf_io_solution3
>
> 238: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/gff_and_gtf_io/solution3.cpp.stdout"
> 238: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 238: Test timeout computed to be: 10000000
> 234: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example1.
> 234: Traceback (most recent call last):
> 234: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 234: sys.exit(main())
> 234: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 234: actual_out, actual_err, ret = runDemo(args)
> 234: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 234: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 234: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 234: return s.replace("\r\n", "\n")
> 234: TypeError: a bytes-like object is required, not 'str'
> 231/416 Test #234: test_demo_tutorial_gff_and_gtf_io_example1 ........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 239
> Start 239: test_demo_tutorial_graph_graph_algo_scc
>
> 239: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_algo_scc" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/graph/graph_algo_scc.cpp.stdout"
> 239: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 239: Test timeout computed to be: 10000000
> 236: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution1.
> 236: Traceback (most recent call last):
> 236: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 236: sys.exit(main())
> 236: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 236: actual_out, actual_err, ret = runDemo(args)
> 236: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 236: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 236: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 236: return s.replace("\r\n", "\n")
> 236: TypeError: a bytes-like object is required, not 'str'
> 232/416 Test #236: test_demo_tutorial_gff_and_gtf_io_solution1 .......................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 240
> Start 240: test_demo_tutorial_graph_graph_dijkstra
>
> 240: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_dijkstra" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/graph/graph_dijkstra.cpp.stdout"
> 240: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 240: Test timeout computed to be: 10000000
> 238: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution3.
> 238: Traceback (most recent call last):
> 238: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 238: sys.exit(main())
> 238: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 238: actual_out, actual_err, ret = runDemo(args)
> 238: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 238: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 238: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 238: return s.replace("\r\n", "\n")
> 238: TypeError: a bytes-like object is required, not 'str'
> 235: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example2.
> 233/416 Test #238: test_demo_tutorial_gff_and_gtf_io_solution3 .......................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 241
> Start 241: test_demo_tutorial_graph_graph_hmm
>
> 241: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_hmm" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/graph/graph_hmm.cpp.stdout"
> 241: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 241: Test timeout computed to be: 10000000
> 237: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution2.
> 235: Traceback (most recent call last):
> 235: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 235: sys.exit(main())
> 235: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 235: actual_out, actual_err, ret = runDemo(args)
> 235: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 235: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 235: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 235: return s.replace("\r\n", "\n")
> 235: TypeError: a bytes-like object is required, not 'str'
> 237: Traceback (most recent call last):
> 237: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 237: sys.exit(main())
> 237: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 237: actual_out, actual_err, ret = runDemo(args)
> 237: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 237: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 237: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 237: return s.replace("\r\n", "\n")
> 237: TypeError: a bytes-like object is required, not 'str'
> 234/416 Test #237: test_demo_tutorial_gff_and_gtf_io_solution2 .......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 242
> Start 242: test_demo_tutorial_graph_solution_1
>
> 242: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_solution_1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/graph/solution_1.cpp.stdout"
> 242: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 242: Test timeout computed to be: 10000000
> 235/416 Test #235: test_demo_tutorial_gff_and_gtf_io_example2 ........................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_gff_and_gtf_io_example2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 243
> Start 243: test_demo_tutorial_index_iterators_index_assignment1
>
> 243: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_assignment1.cpp.stdout"
> 243: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 243: Test timeout computed to be: 10000000
> 240: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_dijkstra.
> 240: Traceback (most recent call last):
> 240: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 240: sys.exit(main())
> 240: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 240: actual_out, actual_err, ret = runDemo(args)
> 240: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 240: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 240: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 240: return s.replace("\r\n", "\n")
> 240: TypeError: a bytes-like object is required, not 'str'
> 236/416 Test #240: test_demo_tutorial_graph_graph_dijkstra ...........................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_dijkstra.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 244
> Start 244: test_demo_tutorial_index_iterators_index_assignment2
>
> 244: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_assignment2.cpp.stdout"
> 244: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 244: Test timeout computed to be: 10000000
> 239: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_algo_scc.
> 239: Traceback (most recent call last):
> 239: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 239: sys.exit(main())
> 239: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 239: actual_out, actual_err, ret = runDemo(args)
> 239: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 239: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 239: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 239: return s.replace("\r\n", "\n")
> 239: TypeError: a bytes-like object is required, not 'str'
> 241: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_hmm.
> 237/416 Test #239: test_demo_tutorial_graph_graph_algo_scc ...........................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_algo_scc.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 245
> Start 245: test_demo_tutorial_index_iterators_index_bidirectional_search
>
> 245: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_bidirectional_search" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_bidirectional_search.cpp.stdout"
> 245: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 245: Test timeout computed to be: 10000000
> 242: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_solution_1.
> 241: Traceback (most recent call last):
> 241: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 241: sys.exit(main())
> 241: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 241: actual_out, actual_err, ret = runDemo(args)
> 241: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 241: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 241: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 241: return s.replace("\r\n", "\n")
> 241: TypeError: a bytes-like object is required, not 'str'
> 238/416 Test #241: test_demo_tutorial_graph_graph_hmm ................................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_graph_hmm.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 246
> Start 246: test_demo_tutorial_index_iterators_index_preorder
>
> 246: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_preorder" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_preorder.cpp.stdout"
> 246: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 246: Test timeout computed to be: 10000000
> 242: Traceback (most recent call last):
> 242: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 242: sys.exit(main())
> 242: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 242: actual_out, actual_err, ret = runDemo(args)
> 242: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 242: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 242: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 242: return s.replace("\r\n", "\n")
> 242: TypeError: a bytes-like object is required, not 'str'
> 243: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment1.
> 243: Traceback (most recent call last):
> 243: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 243: sys.exit(main())
> 243: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 243: actual_out, actual_err, ret = runDemo(args)
> 243: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 243: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 243: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 243: return s.replace("\r\n", "\n")
> 243: TypeError: a bytes-like object is required, not 'str'
> 239/416 Test #242: test_demo_tutorial_graph_solution_1 ...............................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_graph_solution_1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 247
> Start 247: test_demo_tutorial_index_iterators_index_property_maps
>
> 247: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_property_maps" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_property_maps.cpp.stdout"
> 247: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 247: Test timeout computed to be: 10000000
> 244: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment2.
> 240/416 Test #243: test_demo_tutorial_index_iterators_index_assignment1 ..............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 248
> Start 248: test_demo_tutorial_index_iterators_index_search
>
> 248: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_search.cpp.stdout"
> 248: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 248: Test timeout computed to be: 10000000
> 246: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_preorder.
> 244: Traceback (most recent call last):
> 244: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 244: sys.exit(main())
> 244: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 244: actual_out, actual_err, ret = runDemo(args)
> 244: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 244: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 244: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 244: return s.replace("\r\n", "\n")
> 244: TypeError: a bytes-like object is required, not 'str'
> 246: Traceback (most recent call last):
> 246: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 246: sys.exit(main())
> 246: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 246: actual_out, actual_err, ret = runDemo(args)
> 246: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 246: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 246: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 246: return s.replace("\r\n", "\n")
> 246: TypeError: a bytes-like object is required, not 'str'
> 241/416 Test #244: test_demo_tutorial_index_iterators_index_assignment2 ..............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 249
> Start 249: test_demo_tutorial_index_iterators_index_search2
>
> 249: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/index_search2.cpp.stdout"
> 249: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 249: Test timeout computed to be: 10000000
> 242/416 Test #246: test_demo_tutorial_index_iterators_index_preorder .................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_preorder.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 250
> Start 250: test_demo_tutorial_index_iterators_iterator_assignment2
>
> 250: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/iterator_assignment2.cpp.stdout"
> 250: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 250: Test timeout computed to be: 10000000
> 247: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_property_maps.
> 247: Traceback (most recent call last):
> 247: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 247: sys.exit(main())
> 247: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 247: actual_out, actual_err, ret = runDemo(args)
> 247: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 247: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 247: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 247: return s.replace("\r\n", "\n")
> 247: TypeError: a bytes-like object is required, not 'str'
> 243/416 Test #247: test_demo_tutorial_index_iterators_index_property_maps ............................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_property_maps.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 251
> Start 251: test_demo_tutorial_index_iterators_iterator_solution1
>
> 251: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/iterator_solution1.cpp.stdout"
> 251: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 251: Test timeout computed to be: 10000000
> 248: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search.
> 245: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_bidirectional_search.
> 249: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search2.
> 248: Traceback (most recent call last):
> 248: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 248: sys.exit(main())
> 248: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 249: Traceback (most recent call last):
> 249: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 248: actual_out, actual_err, ret = runDemo(args)
> 248: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 248: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 248: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 248: return s.replace("\r\n", "\n")
> 248: TypeError: a bytes-like object is required, not 'str'
> 249: sys.exit(main())
> 249: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 249: actual_out, actual_err, ret = runDemo(args)
> 249: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 249: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 249: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 249: return s.replace("\r\n", "\n")
> 249: TypeError: a bytes-like object is required, not 'str'
> 244/416 Test #248: test_demo_tutorial_index_iterators_index_search ...................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 252
> Start 252: test_demo_tutorial_index_iterators_iterator_solution2
>
> 252: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/iterator_solution2.cpp.stdout"
> 252: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 252: Test timeout computed to be: 10000000
> 245/416 Test #249: test_demo_tutorial_index_iterators_index_search2 ..................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_search2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 253
> Start 253: test_demo_tutorial_index_iterators_iterator_solution3
>
> 253: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/index_iterators/iterator_solution3.cpp.stdout"
> 253: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 253: Test timeout computed to be: 10000000
> 245: Traceback (most recent call last):
> 245: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 245: sys.exit(main())
> 245: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 245: actual_out, actual_err, ret = runDemo(args)
> 245: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 245: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 245: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 245: return s.replace("\r\n", "\n")
> 245: TypeError: a bytes-like object is required, not 'str'
> 246/416 Test #245: test_demo_tutorial_index_iterators_index_bidirectional_search .....................***Failed 0.15 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_index_bidirectional_search.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 254
> Start 254: test_demo_tutorial_indexed_fasta_io_base
>
> 254: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indexed_fasta_io/base.cpp.stdout"
> 254: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 254: Test timeout computed to be: 10000000
> 250: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_assignment2.
> 251: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution1.
> 251: Traceback (most recent call last):
> 251: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 251: sys.exit(main())
> 251: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 251: actual_out, actual_err, ret = runDemo(args)
> 251: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 251: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 251: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 251: return s.replace("\r\n", "\n")
> 251: TypeError: a bytes-like object is required, not 'str'
> 247/416 Test #251: test_demo_tutorial_index_iterators_iterator_solution1 .............................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 255
> Start 255: test_demo_tutorial_indexed_fasta_io_solution1
>
> 255: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indexed_fasta_io/solution1.cpp.stdout" "--stderr-path" "/<<PKGBUILDDIR>>/demos/tutorial/indexed_fasta_io/solution1.cpp.stderr"
> 255: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 255: Test timeout computed to be: 10000000
> 250: Traceback (most recent call last):
> 250: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 250: sys.exit(main())
> 250: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 250: actual_out, actual_err, ret = runDemo(args)
> 250: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 250: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 250: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 250: return s.replace("\r\n", "\n")
> 250: TypeError: a bytes-like object is required, not 'str'
> 248/416 Test #250: test_demo_tutorial_index_iterators_iterator_assignment2 ...........................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 256
> Start 256: test_demo_tutorial_indexed_fasta_io_solution2
>
> 256: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indexed_fasta_io/solution2.cpp.stdout" "--stderr-path" "/<<PKGBUILDDIR>>/demos/tutorial/indexed_fasta_io/solution2.cpp.stderr"
> 256: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 256: Test timeout computed to be: 10000000
> 253: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution3.
> 253: Traceback (most recent call last):
> 253: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 253: sys.exit(main())
> 253: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 253: actual_out, actual_err, ret = runDemo(args)
> 253: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 253: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 253: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 253: return s.replace("\r\n", "\n")
> 253: TypeError: a bytes-like object is required, not 'str'
> 249/416 Test #253: test_demo_tutorial_index_iterators_iterator_solution3 .............................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 257
> Start 257: test_demo_tutorial_indices_assignment_1
>
> 257: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indices/assignment_1.cpp.stdout"
> 257: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 257: Test timeout computed to be: 10000000
> 252: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution2.
> 254: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_base.
> 254: Traceback (most recent call last):
> 254: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 254: sys.exit(main())
> 254: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 254: actual_out, actual_err, ret = runDemo(args)
> 254: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 254: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 254: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 254: return s.replace("\r\n", "\n")
> 254: TypeError: a bytes-like object is required, not 'str'
> 252: Traceback (most recent call last):
> 252: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 252: sys.exit(main())
> 252: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 252: actual_out, actual_err, ret = runDemo(args)
> 252: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 252: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 252: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 252: return s.replace("\r\n", "\n")
> 252: TypeError: a bytes-like object is required, not 'str'
> 250/416 Test #254: test_demo_tutorial_indexed_fasta_io_base ..........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 258
> Start 258: test_demo_tutorial_indices_assignment_2
>
> 258: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indices/assignment_2.cpp.stdout"
> 258: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 258: Test timeout computed to be: 10000000
> 251/416 Test #252: test_demo_tutorial_index_iterators_iterator_solution2 .............................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_index_iterators_iterator_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 259
> Start 259: test_demo_tutorial_indices_base
>
> 259: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/indices/base.cpp.stdout"
> 259: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 259: Test timeout computed to be: 10000000
> 257: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_1.
> 259: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_base.
> 259: Traceback (most recent call last):
> 259: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 259: sys.exit(main())
> 259: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 259: actual_out, actual_err, ret = runDemo(args)
> 259: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 259: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 259: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 259: return s.replace("\r\n", "\n")
> 259: TypeError: a bytes-like object is required, not 'str'
> 257: Traceback (most recent call last):
> 257: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 257: sys.exit(main())
> 257: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 257: actual_out, actual_err, ret = runDemo(args)
> 257: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 257: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 257: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 257: return s.replace("\r\n", "\n")
> 257: TypeError: a bytes-like object is required, not 'str'
> 252/416 Test #259: test_demo_tutorial_indices_base ...................................................***Failed 0.05 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 260
> Start 260: test_demo_tutorial_iterators_assignment_1
>
> 260: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_1.cpp.stdout"
> 260: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 260: Test timeout computed to be: 10000000
> 253/416 Test #257: test_demo_tutorial_indices_assignment_1 ...........................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 261
> Start 261: test_demo_tutorial_iterators_assignment_1_solution
>
> 261: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_1_solution.cpp.stdout"
> 261: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 261: Test timeout computed to be: 10000000
> 255: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution1.
> 256: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution2.
> 256: Traceback (most recent call last):
> 256: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 256: sys.exit(main())
> 256: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 256: actual_out, actual_err, ret = runDemo(args)
> 256: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 256: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 256: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 256: return s.replace("\r\n", "\n")
> 256: TypeError: a bytes-like object is required, not 'str'
> 254/416 Test #256: test_demo_tutorial_indexed_fasta_io_solution2 .....................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 262
> Start 262: test_demo_tutorial_iterators_assignment_2_solution
>
> 262: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_2_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_2_solution.cpp.stdout"
> 262: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 262: Test timeout computed to be: 10000000
> 255: Traceback (most recent call last):
> 255: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 255: sys.exit(main())
> 255: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 255: actual_out, actual_err, ret = runDemo(args)
> 255: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 255: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 255: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 255: return s.replace("\r\n", "\n")
> 255: TypeError: a bytes-like object is required, not 'str'
> 258: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_2.
> 258: Traceback (most recent call last):
> 258: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 258: sys.exit(main())
> 258: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 258: actual_out, actual_err, ret = runDemo(args)
> 258: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 258: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 258: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 258: return s.replace("\r\n", "\n")
> 258: TypeError: a bytes-like object is required, not 'str'
> 255/416 Test #255: test_demo_tutorial_indexed_fasta_io_solution1 .....................................***Failed 0.20 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indexed_fasta_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 263
> Start 263: test_demo_tutorial_iterators_assignment_3_workshop
>
> 263: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_3_workshop.cpp.stdout"
> 263: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 263: Test timeout computed to be: 10000000
> 256/416 Test #258: test_demo_tutorial_indices_assignment_2 ...........................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_indices_assignment_2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 264
> Start 264: test_demo_tutorial_iterators_assignment_3_workshop_solution
>
> 264: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_3_workshop_solution.cpp.stdout"
> 264: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 264: Test timeout computed to be: 10000000
> 260: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1.
> 260: Traceback (most recent call last):
> 260: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 260: sys.exit(main())
> 260: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 260: actual_out, actual_err, ret = runDemo(args)
> 260: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 260: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 260: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 260: return s.replace("\r\n", "\n")
> 260: TypeError: a bytes-like object is required, not 'str'
> 257/416 Test #260: test_demo_tutorial_iterators_assignment_1 .........................................***Failed 0.16 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 265
> Start 265: test_demo_tutorial_iterators_assignment_4_workshop_solution
>
> 265: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_4_workshop_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/assignment_4_workshop_solution.cpp.stdout"
> 265: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 265: Test timeout computed to be: 10000000
> 261: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1_solution.
> 261: Traceback (most recent call last):
> 261: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 261: sys.exit(main())
> 261: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 261: actual_out, actual_err, ret = runDemo(args)
> 261: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 261: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 261: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 261: return s.replace("\r\n", "\n")
> 261: TypeError: a bytes-like object is required, not 'str'
> 258/416 Test #261: test_demo_tutorial_iterators_assignment_1_solution ................................***Failed 0.17 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 266
> Start 266: test_demo_tutorial_iterators_base
>
> 266: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/base.cpp.stdout"
> 266: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 266: Test timeout computed to be: 10000000
> 263: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop.
> 263: Traceback (most recent call last):
> 263: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 262: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_2_solution.
> 263: sys.exit(main())
> 263: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 263: actual_out, actual_err, ret = runDemo(args)
> 263: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 263: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 263: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 263: return s.replace("\r\n", "\n")
> 263: TypeError: a bytes-like object is required, not 'str'
> 259/416 Test #263: test_demo_tutorial_iterators_assignment_3_workshop ................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 267
> Start 267: test_demo_tutorial_iterators_sequence_iterator_demo
>
> 267: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_sequence_iterator_demo" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/iterators/sequence_iterator_demo.cpp.stdout"
> 267: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 267: Test timeout computed to be: 10000000
> 262: Traceback (most recent call last):
> 262: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 262: sys.exit(main())
> 262: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 262: actual_out, actual_err, ret = runDemo(args)
> 262: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 262: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 262: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 262: return s.replace("\r\n", "\n")
> 262: TypeError: a bytes-like object is required, not 'str'
> 260/416 Test #262: test_demo_tutorial_iterators_assignment_2_solution ................................***Failed 0.19 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_2_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 268
> Start 268: test_demo_tutorial_journaled_set_base
>
> 268: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/base.cpp.stdout"
> 268: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 268: Test timeout computed to be: 10000000
> 264: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop_solution.
> 265: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_4_workshop_solution.
> 267: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_sequence_iterator_demo.
> 264: Traceback (most recent call last):
> 264: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 264: sys.exit(main())
> 264: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 264: actual_out, actual_err, ret = runDemo(args)
> 264: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 264: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 264: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 264: return s.replace("\r\n", "\n")
> 264: TypeError: a bytes-like object is required, not 'str'
> 265: Traceback (most recent call last):
> 265: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 265: sys.exit(main())
> 265: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 265: actual_out, actual_err, ret = runDemo(args)
> 265: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 265: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 265: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 265: return s.replace("\r\n", "\n")
> 265: TypeError: a bytes-like object is required, not 'str'
> 266: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_base.
> 266: Traceback (most recent call last):
> 266: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 266: sys.exit(main())
> 266: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 266: actual_out, actual_err, ret = runDemo(args)
> 266: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 266: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 266: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 266: return s.replace("\r\n", "\n")
> 266: TypeError: a bytes-like object is required, not 'str'
> 267: Traceback (most recent call last):
> 267: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 267: sys.exit(main())
> 267: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 267: actual_out, actual_err, ret = runDemo(args)
> 267: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 267: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 267: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 267: return s.replace("\r\n", "\n")
> 267: TypeError: a bytes-like object is required, not 'str'
> 261/416 Test #264: test_demo_tutorial_iterators_assignment_3_workshop_solution .......................***Failed 0.18 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_3_workshop_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 269
> Start 269: test_demo_tutorial_journaled_set_example_join
>
> 269: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_join" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/example_join.cpp.stdout"
> 269: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 269: Test timeout computed to be: 10000000
> 262/416 Test #267: test_demo_tutorial_iterators_sequence_iterator_demo ...............................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_sequence_iterator_demo.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 270
> Start 270: test_demo_tutorial_journaled_set_example_journal_string_basic
>
> 270: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_journal_string_basic" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/example_journal_string_basic.cpp.stdout"
> 270: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 270: Test timeout computed to be: 10000000
> 263/416 Test #265: test_demo_tutorial_iterators_assignment_4_workshop_solution .......................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_assignment_4_workshop_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 271
> Start 271: test_demo_tutorial_journaled_set_example_online_search
>
> 271: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/example_online_search.cpp.stdout"
> 271: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 271: Test timeout computed to be: 10000000
> 268: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_base.
> 268: Traceback (most recent call last):
> 268: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 268: sys.exit(main())
> 268: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 268: actual_out, actual_err, ret = runDemo(args)
> 268: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 268: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 268: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 268: return s.replace("\r\n", "\n")
> 268: TypeError: a bytes-like object is required, not 'str'
> 264/416 Test #266: test_demo_tutorial_iterators_base .................................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_iterators_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 272
> Start 272: test_demo_tutorial_journaled_set_example_online_search_assignment1_hint
>
> 272: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search_assignment1_hint" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/example_online_search_assignment1_hint.cpp.stdout"
> 272: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 272: Test timeout computed to be: 10000000
> 265/416 Test #268: test_demo_tutorial_journaled_set_base .............................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 273
> Start 273: test_demo_tutorial_journaled_set_solution_online_search_assignment1
>
> 273: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/solution_online_search_assignment1.cpp.stdout"
> 273: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 273: Test timeout computed to be: 10000000
> 270: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_journal_string_basic.
> 270: Traceback (most recent call last):
> 270: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 270: sys.exit(main())
> 270: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 270: actual_out, actual_err, ret = runDemo(args)
> 270: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 270: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 270: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 270: return s.replace("\r\n", "\n")
> 270: TypeError: a bytes-like object is required, not 'str'
> 266/416 Test #270: test_demo_tutorial_journaled_set_example_journal_string_basic .....................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_journal_string_basic.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 274
> Start 274: test_demo_tutorial_journaled_set_solution_online_search_assignment2
>
> 274: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/solution_online_search_assignment2.cpp.stdout"
> 274: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 274: Test timeout computed to be: 10000000
> 269: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_join.
> 269: Traceback (most recent call last):
> 269: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 269: sys.exit(main())
> 269: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 269: actual_out, actual_err, ret = runDemo(args)
> 269: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 269: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 269: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 269: return s.replace("\r\n", "\n")
> 269: TypeError: a bytes-like object is required, not 'str'
> 267/416 Test #269: test_demo_tutorial_journaled_set_example_join .....................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_join.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 275
> Start 275: test_demo_tutorial_journaled_set_solution_online_search_assignment3
>
> 275: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/solution_online_search_assignment3.cpp.stdout"
> 275: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 275: Test timeout computed to be: 10000000
> 273: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment1.
> 271: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search.
> 272: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search_assignment1_hint.
> 274: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment2.
> 275: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment3.
> 272: Traceback (most recent call last):
> 272: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 272: sys.exit(main())
> 272: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 272: actual_out, actual_err, ret = runDemo(args)
> 272: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 272: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 272: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 272: return s.replace("\r\n", "\n")
> 272: TypeError: a bytes-like object is required, not 'str'
> 268/416 Test #272: test_demo_tutorial_journaled_set_example_online_search_assignment1_hint ...........***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search_assignment1_hint.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 276
> Start 276: test_demo_tutorial_journaled_set_solution_online_search_assignment4
>
> 276: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/solution_online_search_assignment4.cpp.stdout"
> 276: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 276: Test timeout computed to be: 10000000
> 273: Traceback (most recent call last):
> 273: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 273: sys.exit(main())
> 273: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 273: actual_out, actual_err, ret = runDemo(args)
> 273: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 273: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 273: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 273: return s.replace("\r\n", "\n")
> 273: TypeError: a bytes-like object is required, not 'str'
> 269/416 Test #273: test_demo_tutorial_journaled_set_solution_online_search_assignment1 ...............***Failed 0.19 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 277
> Start 277: test_demo_tutorial_journaled_set_solution_online_search_finder
>
> 277: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_finder" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_set/solution_online_search_finder.cpp.stdout"
> 277: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 277: Test timeout computed to be: 10000000
> 276: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment4.
> 275: Traceback (most recent call last):
> 275: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 275: sys.exit(main())
> 275: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 275: actual_out, actual_err, ret = runDemo(args)
> 275: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 275: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 275: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 275: return s.replace("\r\n", "\n")
> 275: TypeError: a bytes-like object is required, not 'str'
> 270/416 Test #275: test_demo_tutorial_journaled_set_solution_online_search_assignment3 ...............***Failed 0.21 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 278
> Start 278: test_demo_tutorial_journaled_string_tree_journaled_string_tree_base
>
> 278: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_string_tree/journaled_string_tree_base.cpp.stdout"
> 278: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 278: Test timeout computed to be: 10000000
> 274: Traceback (most recent call last):
> 274: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 274: sys.exit(main())
> 274: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 274: actual_out, actual_err, ret = runDemo(args)
> 274: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 274: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 274: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 274: return s.replace("\r\n", "\n")
> 274: TypeError: a bytes-like object is required, not 'str'
> 277: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_finder.
> 271/416 Test #274: test_demo_tutorial_journaled_set_solution_online_search_assignment2 ...............***Failed 0.27 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 279
> Start 279: test_demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1
>
> 279: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/journaled_string_tree/journaled_string_tree_base_assignment1.cpp.stdout"
> 279: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 279: Test timeout computed to be: 10000000
> 279: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1.
> 271: Traceback (most recent call last):
> 271: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 271: sys.exit(main())
> 271: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 271: actual_out, actual_err, ret = runDemo(args)
> 271: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 271: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 271: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 271: return s.replace("\r\n", "\n")
> 271: TypeError: a bytes-like object is required, not 'str'
> 272/416 Test #271: test_demo_tutorial_journaled_set_example_online_search ............................***Failed 0.38 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_example_online_search.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 280
> Start 280: test_demo_tutorial_metafunctions_assignment1_solution
>
> 280: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_assignment1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/metafunctions/assignment1_solution.cpp.stdout"
> 280: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 280: Test timeout computed to be: 10000000
> 278: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base.
> 279: Traceback (most recent call last):
> 279: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 279: sys.exit(main())
> 279: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 279: actual_out, actual_err, ret = runDemo(args)
> 279: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 279: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 279: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 279: return s.replace("\r\n", "\n")
> 279: TypeError: a bytes-like object is required, not 'str'
> 276: Traceback (most recent call last):
> 276: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 276: sys.exit(main())
> 276: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 276: actual_out, actual_err, ret = runDemo(args)
> 276: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 276: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 276: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 276: return s.replace("\r\n", "\n")
> 276: TypeError: a bytes-like object is required, not 'str'
> 273/416 Test #279: test_demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1 ...***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 281
> Start 281: test_demo_tutorial_metafunctions_base
>
> 281: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/metafunctions/base.cpp.stdout"
> 281: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 281: Test timeout computed to be: 10000000
> 274/416 Test #276: test_demo_tutorial_journaled_set_solution_online_search_assignment4 ...............***Failed 0.27 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_assignment4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 282
> Start 282: test_demo_tutorial_modifiers_UNUSED_modcomplementdna
>
> 282: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_UNUSED_modcomplementdna" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/UNUSED_modcomplementdna.cpp.stdout"
> 282: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 282: Test timeout computed to be: 10000000
> 278: Traceback (most recent call last):
> 278: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 278: sys.exit(main())
> 278: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 278: actual_out, actual_err, ret = runDemo(args)
> 278: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 278: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 278: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 278: return s.replace("\r\n", "\n")
> 278: TypeError: a bytes-like object is required, not 'str'
> 275/416 Test #278: test_demo_tutorial_journaled_string_tree_journaled_string_tree_base ...............***Failed 0.16 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_string_tree_journaled_string_tree_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 283
> Start 283: test_demo_tutorial_modifiers_assignment1
>
> 283: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/assignment1.cpp.stdout"
> 283: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 283: Test timeout computed to be: 10000000
> 280: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_assignment1_solution.
> 282: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_UNUSED_modcomplementdna.
> 280: Traceback (most recent call last):
> 280: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 280: sys.exit(main())
> 280: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 280: actual_out, actual_err, ret = runDemo(args)
> 280: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 280: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 280: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 280: return s.replace("\r\n", "\n")
> 280: TypeError: a bytes-like object is required, not 'str'
> 282: Traceback (most recent call last):
> 282: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 282: sys.exit(main())
> 282: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 282: actual_out, actual_err, ret = runDemo(args)
> 282: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 282: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 282: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 282: return s.replace("\r\n", "\n")
> 282: TypeError: a bytes-like object is required, not 'str'
> 276/416 Test #282: test_demo_tutorial_modifiers_UNUSED_modcomplementdna ..............................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_UNUSED_modcomplementdna.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 284
> Start 284: test_demo_tutorial_modifiers_assignment1_solution
>
> 284: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/assignment1_solution.cpp.stdout"
> 284: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 284: Test timeout computed to be: 10000000
> 277/416 Test #280: test_demo_tutorial_metafunctions_assignment1_solution .............................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_assignment1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 285
> Start 285: test_demo_tutorial_modifiers_modreverse
>
> 285: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modreverse" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/modreverse.cpp.stdout"
> 285: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 285: Test timeout computed to be: 10000000
> 281: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_base.
> 281: Traceback (most recent call last):
> 281: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 281: sys.exit(main())
> 281: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 281: actual_out, actual_err, ret = runDemo(args)
> 281: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 281: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 281: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 281: return s.replace("\r\n", "\n")
> 281: TypeError: a bytes-like object is required, not 'str'
> 277: Traceback (most recent call last):
> 277: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 277: sys.exit(main())
> 277: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 277: actual_out, actual_err, ret = runDemo(args)
> 277: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 277: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 277: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 277: return s.replace("\r\n", "\n")
> 277: TypeError: a bytes-like object is required, not 'str'
> 278/416 Test #277: test_demo_tutorial_journaled_set_solution_online_search_finder ....................***Failed 0.29 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_journaled_set_solution_online_search_finder.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 286
> Start 286: test_demo_tutorial_modifiers_modview
>
> 286: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modview" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/modview.cpp.stdout"
> 286: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 286: Test timeout computed to be: 10000000
> 279/416 Test #281: test_demo_tutorial_metafunctions_base .............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_metafunctions_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 287
> Start 287: test_demo_tutorial_modifiers_nested
>
> 287: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_nested" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/modifiers/nested.cpp.stdout"
> 287: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 287: Test timeout computed to be: 10000000
> 284: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1_solution.
> 284: Traceback (most recent call last):
> 284: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 284: sys.exit(main())
> 284: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 284: actual_out, actual_err, ret = runDemo(args)
> 284: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 284: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 284: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 284: return s.replace("\r\n", "\n")
> 284: TypeError: a bytes-like object is required, not 'str'
> 283: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1.
> 283: Traceback (most recent call last):
> 283: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 283: sys.exit(main())
> 283: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 283: actual_out, actual_err, ret = runDemo(args)
> 283: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 283: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 283: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 283: return s.replace("\r\n", "\n")
> 283: TypeError: a bytes-like object is required, not 'str'
> 280/416 Test #283: test_demo_tutorial_modifiers_assignment1 ..........................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 288
> Start 288: test_demo_tutorial_multiple_sequence_alignment_assignment1
>
> 288: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/multiple_sequence_alignment/assignment1.cpp.stdout"
> 288: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 288: Test timeout computed to be: 10000000
> 281/416 Test #284: test_demo_tutorial_modifiers_assignment1_solution .................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_assignment1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 289
> Start 289: test_demo_tutorial_multiple_sequence_alignment_consensus
>
> 289: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_consensus" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/multiple_sequence_alignment/consensus.cpp.stdout"
> 289: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 289: Test timeout computed to be: 10000000
> 286: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modview.
> 286: Traceback (most recent call last):
> 286: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 286: sys.exit(main())
> 286: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 286: actual_out, actual_err, ret = runDemo(args)
> 286: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 286: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 286: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 286: return s.replace("\r\n", "\n")
> 286: TypeError: a bytes-like object is required, not 'str'
> 287: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_nested.
> 285: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modreverse.
> 287: Traceback (most recent call last):
> 287: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 287: sys.exit(main())
> 287: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 287: actual_out, actual_err, ret = runDemo(args)
> 287: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 287: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 287: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 287: return s.replace("\r\n", "\n")
> 287: TypeError: a bytes-like object is required, not 'str'
> 282/416 Test #286: test_demo_tutorial_modifiers_modview ..............................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modview.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 290
> Start 290: test_demo_tutorial_multiple_sequence_alignment_msa
>
> 290: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_msa" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/multiple_sequence_alignment/msa.cpp.stdout"
> 290: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 290: Test timeout computed to be: 10000000
> 283/416 Test #287: test_demo_tutorial_modifiers_nested ...............................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_nested.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 291
> Start 291: test_demo_tutorial_pairwise_sequence_alignment_alignment_banded
>
> 291: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_banded" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_banded.cpp.stdout"
> 291: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 291: Test timeout computed to be: 10000000
> 285: Traceback (most recent call last):
> 285: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 285: sys.exit(main())
> 285: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 285: actual_out, actual_err, ret = runDemo(args)
> 285: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 285: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 285: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 285: return s.replace("\r\n", "\n")
> 285: TypeError: a bytes-like object is required, not 'str'
> 284/416 Test #285: test_demo_tutorial_modifiers_modreverse ...........................................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_modifiers_modreverse.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 292
> Start 292: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1
>
> 292: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_assignment1.cpp.stdout"
> 292: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 292: Test timeout computed to be: 10000000
> 289: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_consensus.
> 292: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1.
> 290: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_msa.
> 292: Traceback (most recent call last):
> 292: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 292: sys.exit(main())
> 292: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 292: actual_out, actual_err, ret = runDemo(args)
> 292: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 292: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 292: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 292: return s.replace("\r\n", "\n")
> 292: TypeError: a bytes-like object is required, not 'str'
> 285/416 Test #292: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1 .......***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 293
> Start 293: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2
>
> 293: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_assignment2.cpp.stdout"
> 293: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 293: Test timeout computed to be: 10000000
> 290: Traceback (most recent call last):
> 290: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 290: sys.exit(main())
> 290: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 290: actual_out, actual_err, ret = runDemo(args)
> 290: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 290: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 290: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 290: return s.replace("\r\n", "\n")
> 290: TypeError: a bytes-like object is required, not 'str'
> 291: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_banded.
> 288: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_assignment1.
> 286/416 Test #290: test_demo_tutorial_multiple_sequence_alignment_msa ................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_msa.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 294
> Start 294: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3
>
> 294: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_assignment3.cpp.stdout"
> 294: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 294: Test timeout computed to be: 10000000
> 291: Traceback (most recent call last):
> 291: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 291: sys.exit(main())
> 291: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 291: actual_out, actual_err, ret = runDemo(args)
> 291: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 291: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 291: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 291: return s.replace("\r\n", "\n")
> 291: TypeError: a bytes-like object is required, not 'str'
> 289: Traceback (most recent call last):
> 289: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 289: sys.exit(main())
> 289: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 289: actual_out, actual_err, ret = runDemo(args)
> 289: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 289: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 289: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 289: return s.replace("\r\n", "\n")
> 289: TypeError: a bytes-like object is required, not 'str'
> 287/416 Test #291: test_demo_tutorial_pairwise_sequence_alignment_alignment_banded ...................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_banded.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 295
> Start 295: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap
>
> 295: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_overlap.cpp.stdout"
> 295: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 295: Test timeout computed to be: 10000000
> 288: Traceback (most recent call last):
> 288: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 288: sys.exit(main())
> 288: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 288: actual_out, actual_err, ret = runDemo(args)
> 288: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 288: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 288: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 288: return s.replace("\r\n", "\n")
> 288: TypeError: a bytes-like object is required, not 'str'
> 288/416 Test #289: test_demo_tutorial_multiple_sequence_alignment_consensus ..........................***Failed 0.15 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_consensus.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 296
> Start 296: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised
>
> 296: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_specialised.cpp.stdout"
> 296: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 296: Test timeout computed to be: 10000000
> 289/416 Test #288: test_demo_tutorial_multiple_sequence_alignment_assignment1 ........................***Failed 0.17 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_multiple_sequence_alignment_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 297
> Start 297: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_standard
>
> 297: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_standard" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_global_standard.cpp.stdout"
> 297: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 297: Test timeout computed to be: 10000000
> 293: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2.
> 293: Traceback (most recent call last):
> 293: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 293: sys.exit(main())
> 293: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 293: actual_out, actual_err, ret = runDemo(args)
> 293: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 293: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 293: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 293: return s.replace("\r\n", "\n")
> 293: TypeError: a bytes-like object is required, not 'str'
> 290/416 Test #293: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2 .......***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 298
> Start 298: test_demo_tutorial_pairwise_sequence_alignment_alignment_local
>
> 298: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_local.cpp.stdout"
> 298: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 298: Test timeout computed to be: 10000000
> 297: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_standard.
> 297: Traceback (most recent call last):
> 297: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 297: sys.exit(main())
> 297: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 297: actual_out, actual_err, ret = runDemo(args)
> 297: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 297: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 297: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 297: return s.replace("\r\n", "\n")
> 297: TypeError: a bytes-like object is required, not 'str'
> 294: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3.
> 296: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised.
> 291/416 Test #297: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_standard ..........***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_standard.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 299
> Start 299: test_demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1
>
> 299: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/alignment_local_assignment1.cpp.stdout"
> 299: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 299: Test timeout computed to be: 10000000
> 294: Traceback (most recent call last):
> 294: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 294: sys.exit(main())
> 294: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 294: actual_out, actual_err, ret = runDemo(args)
> 294: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 294: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 294: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 294: return s.replace("\r\n", "\n")
> 294: TypeError: a bytes-like object is required, not 'str'
> 296: Traceback (most recent call last):
> 296: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 296: sys.exit(main())
> 296: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 296: actual_out, actual_err, ret = runDemo(args)
> 296: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 296: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 296: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 292/416 Test #294: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3 .......***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 300
> Start 300: test_demo_tutorial_pairwise_sequence_alignment_assignment5
>
> 300: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5.cpp.stdout"
> 300: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 300: Test timeout computed to be: 10000000
> 296: return s.replace("\r\n", "\n")
> 296: TypeError: a bytes-like object is required, not 'str'
> 293/416 Test #296: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised .......***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 301
> Start 301: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step1
>
> 301: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step1.cpp.stdout"
> 301: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 301: Test timeout computed to be: 10000000
> 295: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap.
> 295: Traceback (most recent call last):
> 295: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 295: sys.exit(main())
> 295: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 295: actual_out, actual_err, ret = runDemo(args)
> 295: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 295: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 295: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 295: return s.replace("\r\n", "\n")
> 295: TypeError: a bytes-like object is required, not 'str'
> 299: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1.
> 294/416 Test #295: test_demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap ...........***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 302
> Start 302: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step2
>
> 302: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step2.cpp.stdout"
> 302: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 302: Test timeout computed to be: 10000000
> 299: Traceback (most recent call last):
> 299: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 299: sys.exit(main())
> 299: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 299: actual_out, actual_err, ret = runDemo(args)
> 299: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 299: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 299: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 299: return s.replace("\r\n", "\n")
> 299: TypeError: a bytes-like object is required, not 'str'
> 298: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local.
> 298: Traceback (most recent call last):
> 298: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 298: sys.exit(main())
> 298: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 298: actual_out, actual_err, ret = runDemo(args)
> 298: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 298: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 298: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 298: return s.replace("\r\n", "\n")
> 298: TypeError: a bytes-like object is required, not 'str'
> 295/416 Test #299: test_demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1 ........***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 303
> Start 303: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step3
>
> 303: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step3.cpp.stdout"
> 303: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 303: Test timeout computed to be: 10000000
> 296/416 Test #298: test_demo_tutorial_pairwise_sequence_alignment_alignment_local ....................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_alignment_local.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 304
> Start 304: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step4
>
> 304: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step4.cpp.stdout"
> 304: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 304: Test timeout computed to be: 10000000
> 300: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5.
> 302: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step2.
> 300: Traceback (most recent call last):
> 300: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 300: sys.exit(main())
> 300: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 300: actual_out, actual_err, ret = runDemo(args)
> 300: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 300: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 300: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 300: return s.replace("\r\n", "\n")
> 300: TypeError: a bytes-like object is required, not 'str'
> 297/416 Test #300: test_demo_tutorial_pairwise_sequence_alignment_assignment5 ........................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 305
> Start 305: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step5
>
> 305: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step5.cpp.stdout"
> 305: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 305: Test timeout computed to be: 10000000
> 301: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step1.
> 302: Traceback (most recent call last):
> 302: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 302: sys.exit(main())
> 302: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 302: actual_out, actual_err, ret = runDemo(args)
> 302: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 302: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 302: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 302: return s.replace("\r\n", "\n")
> 302: TypeError: a bytes-like object is required, not 'str'
> 301: Traceback (most recent call last):
> 301: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 301: sys.exit(main())
> 301: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 301: actual_out, actual_err, ret = runDemo(args)
> 301: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 301: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 301: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 301: return s.replace("\r\n", "\n")
> 301: TypeError: a bytes-like object is required, not 'str'
> 298/416 Test #302: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step2 ..................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 306
> Start 306: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step6
>
> 306: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step6" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pairwise_sequence_alignment/assignment5_step6.cpp.stdout"
> 306: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 306: Test timeout computed to be: 10000000
> 299/416 Test #301: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step1 ..................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 307
> Start 307: test_demo_tutorial_parsing_command_line_arguments_base
>
> 307: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_parsing_command_line_arguments_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/parsing_command_line_arguments/base.cpp.stdout"
> 307: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 307: Test timeout computed to be: 10000000
> 303: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step3.
> 303: Traceback (most recent call last):
> 303: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 303: sys.exit(main())
> 303: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 303: actual_out, actual_err, ret = runDemo(args)
> 303: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 303: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 303: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 303: return s.replace("\r\n", "\n")
> 303: TypeError: a bytes-like object is required, not 'str'
> 304: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step4.
> 304: Traceback (most recent call last):
> 304: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 300/416 Test #303: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step3 ..................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 308
> Start 308: test_demo_tutorial_pattern_matching_assignment1
>
> 308: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment1.cpp.stdout"
> 308: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 308: Test timeout computed to be: 10000000
> 305: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step5.
> 304: sys.exit(main())
> 304: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 304: actual_out, actual_err, ret = runDemo(args)
> 304: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 304: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 304: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 304: return s.replace("\r\n", "\n")
> 304: TypeError: a bytes-like object is required, not 'str'
> 305: Traceback (most recent call last):
> 305: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 305: sys.exit(main())
> 305: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 305: actual_out, actual_err, ret = runDemo(args)
> 305: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 305: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 305: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 305: return s.replace("\r\n", "\n")
> 305: TypeError: a bytes-like object is required, not 'str'
> 306: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step6.
> 301/416 Test #304: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step4 ..................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 309
> Start 309: test_demo_tutorial_pattern_matching_assignment1_solution
>
> 309: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment1_solution.cpp.stdout"
> 309: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 309: Test timeout computed to be: 10000000
> 302/416 Test #305: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step5 ..................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 310
> Start 310: test_demo_tutorial_pattern_matching_assignment2
>
> 310: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment2.cpp.stdout"
> 310: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 310: Test timeout computed to be: 10000000
> 306: Traceback (most recent call last):
> 306: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 306: sys.exit(main())
> 306: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 306: actual_out, actual_err, ret = runDemo(args)
> 306: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 306: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 306: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 306: return s.replace("\r\n", "\n")
> 306: TypeError: a bytes-like object is required, not 'str'
> 307: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_parsing_command_line_arguments_base.
> 303/416 Test #306: test_demo_tutorial_pairwise_sequence_alignment_assignment5_step6 ..................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pairwise_sequence_alignment_assignment5_step6.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 311
> Start 311: test_demo_tutorial_pattern_matching_assignment2_solution
>
> 311: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment2_solution.cpp.stdout"
> 311: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 311: Test timeout computed to be: 10000000
> 307: Traceback (most recent call last):
> 307: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 307: sys.exit(main())
> 307: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 307: actual_out, actual_err, ret = runDemo(args)
> 307: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 307: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 307: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 307: return s.replace("\r\n", "\n")
> 307: TypeError: a bytes-like object is required, not 'str'
> 308: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1.
> 310: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2.
> 308: Traceback (most recent call last):
> 308: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 308: sys.exit(main())
> 308: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 308: actual_out, actual_err, ret = runDemo(args)
> 308: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 308: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 308: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 308: return s.replace("\r\n", "\n")
> 308: TypeError: a bytes-like object is required, not 'str'
> 304/416 Test #307: test_demo_tutorial_parsing_command_line_arguments_base ............................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_parsing_command_line_arguments_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 312
> Start 312: test_demo_tutorial_pattern_matching_assignment3
>
> 312: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment3.cpp.stdout"
> 312: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 312: Test timeout computed to be: 10000000
> 305/416 Test #308: test_demo_tutorial_pattern_matching_assignment1 ...................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 313
> Start 313: test_demo_tutorial_pattern_matching_assignment3_solution
>
> 313: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/assignment3_solution.cpp.stdout"
> 313: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 313: Test timeout computed to be: 10000000
> 310: Traceback (most recent call last):
> 310: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 310: sys.exit(main())
> 310: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 310: actual_out, actual_err, ret = runDemo(args)
> 310: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 310: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 310: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 310: return s.replace("\r\n", "\n")
> 310: TypeError: a bytes-like object is required, not 'str'
> 306/416 Test #310: test_demo_tutorial_pattern_matching_assignment2 ...................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 314
> Start 314: test_demo_tutorial_pattern_matching_find_approx
>
> 314: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_approx" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/find_approx.cpp.stdout"
> 314: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 314: Test timeout computed to be: 10000000
> 309: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1_solution.
> 311: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2_solution.
> 309: Traceback (most recent call last):
> 309: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 309: sys.exit(main())
> 309: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 309: actual_out, actual_err, ret = runDemo(args)
> 309: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 309: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 309: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 309: return s.replace("\r\n", "\n")
> 309: TypeError: a bytes-like object is required, not 'str'
> 307/416 Test #309: test_demo_tutorial_pattern_matching_assignment1_solution ..........................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 315
> Start 315: test_demo_tutorial_pattern_matching_find_exact
>
> 315: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_exact" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/find_exact.cpp.stdout"
> 315: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 315: Test timeout computed to be: 10000000
> 311: Traceback (most recent call last):
> 311: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 311: sys.exit(main())
> 311: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 311: actual_out, actual_err, ret = runDemo(args)
> 311: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 311: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 311: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 311: return s.replace("\r\n", "\n")
> 311: TypeError: a bytes-like object is required, not 'str'
> 313: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3_solution.
> 308/416 Test #311: test_demo_tutorial_pattern_matching_assignment2_solution ..........................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment2_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 316
> Start 316: test_demo_tutorial_pattern_matching_find_index
>
> 316: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/find_index.cpp.stdout"
> 316: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 316: Test timeout computed to be: 10000000
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexConfigLevelsPrefix<void, unsigned long> > > > OK
> 313: Traceback (most recent call last):
> 313: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 313: sys.exit(main())
> 313: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 313: actual_out, actual_err, ret = runDemo(args)
> 313: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 313: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 313: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 313: return s.replace("\r\n", "\n")
> 313: TypeError: a bytes-like object is required, not 'str'
> 309/416 Test #313: test_demo_tutorial_pattern_matching_assignment3_solution ..........................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 317
> Start 317: test_demo_tutorial_pattern_matching_find_index_multiple
>
> 317: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index_multiple" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/pattern_matching/find_index_multiple.cpp.stdout"
> 317: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 317: Test timeout computed to be: 10000000
> 315: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_exact.
> 314: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_approx.
> 312: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3.
> 316: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index.
> 314: Traceback (most recent call last):
> 314: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 314: sys.exit(main())
> 314: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 314: actual_out, actual_err, ret = runDemo(args)
> 314: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 314: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 314: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 314: return s.replace("\r\n", "\n")
> 314: TypeError: a bytes-like object is required, not 'str'
> 316: Traceback (most recent call last):
> 316: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 316: sys.exit(main())
> 316: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 316: actual_out, actual_err, ret = runDemo(args)
> 316: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 316: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 316: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 316: return s.replace("\r\n", "\n")
> 316: TypeError: a bytes-like object is required, not 'str'
> 315: Traceback (most recent call last):
> 315: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 315: sys.exit(main())
> 315: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 315: actual_out, actual_err, ret = runDemo(args)
> 315: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 315: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 315: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 315: return s.replace("\r\n", "\n")
> 315: TypeError: a bytes-like object is required, not 'str'
> 312: Traceback (most recent call last):
> 310/416 Test #314: test_demo_tutorial_pattern_matching_find_approx ...................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_approx.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 318
> Start 318: test_demo_tutorial_q_gram_index_index_assignment5
>
> 318: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/q_gram_index/index_assignment5.cpp.stdout"
> 318: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 318: Test timeout computed to be: 10000000
> 312: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 311/416 Test #315: test_demo_tutorial_pattern_matching_find_exact ....................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_exact.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 319
> Start 319: test_demo_tutorial_q_gram_index_index_assignment6
>
> 319: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment6" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/q_gram_index/index_assignment6.cpp.stdout"
> 319: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 319: Test timeout computed to be: 10000000
> 312/416 Test #316: test_demo_tutorial_pattern_matching_find_index ....................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 320
> Start 320: test_demo_tutorial_q_gram_index_index_qgram
>
> 320: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/q_gram_index/index_qgram.cpp.stdout"
> 320: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 320: Test timeout computed to be: 10000000
> 312: sys.exit(main())
> 312: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 312: actual_out, actual_err, ret = runDemo(args)
> 312: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 312: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 312: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 312: return s.replace("\r\n", "\n")
> 312: TypeError: a bytes-like object is required, not 'str'
> 317: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index_multiple.
> 313/416 Test #312: test_demo_tutorial_pattern_matching_assignment3 ...................................***Failed 0.16 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_assignment3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 321
> Start 321: test_demo_tutorial_q_gram_index_index_qgram_hash
>
> 321: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram_hash" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/q_gram_index/index_qgram_hash.cpp.stdout"
> 321: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 321: Test timeout computed to be: 10000000
> 317: Traceback (most recent call last):
> 317: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 317: sys.exit(main())
> 317: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 317: actual_out, actual_err, ret = runDemo(args)
> 317: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 317: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 317: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 317: return s.replace("\r\n", "\n")
> 317: TypeError: a bytes-like object is required, not 'str'
> 314/416 Test #317: test_demo_tutorial_pattern_matching_find_index_multiple ...........................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_pattern_matching_find_index_multiple.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 322
> Start 322: test_demo_tutorial_realignment_step1
>
> 322: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/realignment/step1.cpp.stdout"
> 322: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 322: Test timeout computed to be: 10000000
> 318: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment5.
> 318: Traceback (most recent call last):
> 318: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 318: sys.exit(main())
> 318: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 318: actual_out, actual_err, ret = runDemo(args)
> 318: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 318: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 318: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 318: return s.replace("\r\n", "\n")
> 318: TypeError: a bytes-like object is required, not 'str'
> 321: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram_hash.
> 321: Traceback (most recent call last):
> 321: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 321: sys.exit(main())
> 321: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 321: actual_out, actual_err, ret = runDemo(args)
> 321: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 321: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 321: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 321: return s.replace("\r\n", "\n")
> 321: TypeError: a bytes-like object is required, not 'str'
> 315/416 Test #318: test_demo_tutorial_q_gram_index_index_assignment5 .................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 323
> Start 323: test_demo_tutorial_realignment_step2
>
> 323: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/realignment/step2.cpp.stdout"
> 323: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 323: Test timeout computed to be: 10000000
> 320: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram.
> 316/416 Test #321: test_demo_tutorial_q_gram_index_index_qgram_hash ..................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram_hash.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 324
> Start 324: test_demo_tutorial_sam_and_bam_io_base
>
> 324: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/base.cpp.stdout"
> 324: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 324: Test timeout computed to be: 10000000
> 320: Traceback (most recent call last):
> 320: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 320: sys.exit(main())
> 320: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 320: actual_out, actual_err, ret = runDemo(args)
> 320: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 320: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 320: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 320: return s.replace("\r\n", "\n")
> 320: TypeError: a bytes-like object is required, not 'str'
> 319: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment6.
> 317/416 Test #320: test_demo_tutorial_q_gram_index_index_qgram .......................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_qgram.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 325
> Start 325: test_demo_tutorial_sam_and_bam_io_example1
>
> 325: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/example1.cpp.stdout"
> 325: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 325: Test timeout computed to be: 10000000
> 322: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step1.
> 319: Traceback (most recent call last):
> 319: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 319: sys.exit(main())
> 319: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 319: actual_out, actual_err, ret = runDemo(args)
> 319: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 319: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 319: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 319: return s.replace("\r\n", "\n")
> 319: TypeError: a bytes-like object is required, not 'str'
> 318/416 Test #319: test_demo_tutorial_q_gram_index_index_assignment6 .................................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_q_gram_index_index_assignment6.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 326
> Start 326: test_demo_tutorial_sam_and_bam_io_example2
>
> 326: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/example2.cpp.stdout"
> 326: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 326: Test timeout computed to be: 10000000
> 322: Traceback (most recent call last):
> 324: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_base.
> 322: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 322: sys.exit(main())
> 322: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 322: actual_out, actual_err, ret = runDemo(args)
> 322: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 322: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 322: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 322: return s.replace("\r\n", "\n")
> 322: TypeError: a bytes-like object is required, not 'str'
> 324: Traceback (most recent call last):
> 324: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 324: sys.exit(main())
> 324: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 324: actual_out, actual_err, ret = runDemo(args)
> 324: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 324: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 324: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 324: return s.replace("\r\n", "\n")
> 324: TypeError: a bytes-like object is required, not 'str'
> 319/416 Test #324: test_demo_tutorial_sam_and_bam_io_base ............................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 327
> Start 327: test_demo_tutorial_sam_and_bam_io_example7
>
> 327: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example7" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/example7.cpp.stdout"
> 327: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 327: Test timeout computed to be: 10000000
> 320/416 Test #322: test_demo_tutorial_realignment_step1 ..............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 328
> Start 328: test_demo_tutorial_sam_and_bam_io_solution1
>
> 328: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/solution1.cpp.stdout"
> 328: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 328: Test timeout computed to be: 10000000
> 323: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step2.
> 325: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example1.
> 325: Traceback (most recent call last):
> 325: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 325: sys.exit(main())
> 325: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 325: actual_out, actual_err, ret = runDemo(args)
> 325: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 325: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 325: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 325: return s.replace("\r\n", "\n")
> 325: TypeError: a bytes-like object is required, not 'str'
> 326: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example2.
> 321/416 Test #325: test_demo_tutorial_sam_and_bam_io_example1 ........................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 329
> Start 329: test_demo_tutorial_sam_and_bam_io_solution2
>
> 329: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/solution2.cpp.stdout"
> 329: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 329: Test timeout computed to be: 10000000
> 327: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example7.
> 326: Traceback (most recent call last):
> 326: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 326: sys.exit(main())
> 326: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 326: actual_out, actual_err, ret = runDemo(args)
> 326: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 326: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 326: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 326: return s.replace("\r\n", "\n")
> 326: TypeError: a bytes-like object is required, not 'str'
> 322/416 Test #326: test_demo_tutorial_sam_and_bam_io_example2 ........................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 330
> Start 330: test_demo_tutorial_sam_and_bam_io_solution3
>
> 330: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sam_and_bam_io/solution3.cpp.stdout"
> 330: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 330: Test timeout computed to be: 10000000
> 328: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution1.
> 328: Traceback (most recent call last):
> 328: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 328: sys.exit(main())
> 328: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 328: actual_out, actual_err, ret = runDemo(args)
> 328: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 328: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 328: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 328: return s.replace("\r\n", "\n")
> 328: TypeError: a bytes-like object is required, not 'str'
> 323/416 Test #328: test_demo_tutorial_sam_and_bam_io_solution1 .......................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 331
> Start 331: test_demo_tutorial_seed_and_extend_example1
>
> 331: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example1.cpp.stdout"
> 331: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 331: Test timeout computed to be: 10000000
> 329: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution2.
> 327: Traceback (most recent call last):
> 327: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 327: sys.exit(main())
> 327: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 327: actual_out, actual_err, ret = runDemo(args)
> 327: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 327: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 327: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 327: return s.replace("\r\n", "\n")
> 327: TypeError: a bytes-like object is required, not 'str'
> 329: Traceback (most recent call last):
> 329: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 329: sys.exit(main())
> 329: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 329: actual_out, actual_err, ret = runDemo(args)
> 329: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 329: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 329: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 329: return s.replace("\r\n", "\n")
> 329: TypeError: a bytes-like object is required, not 'str'
> 324/416 Test #327: test_demo_tutorial_sam_and_bam_io_example7 ........................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_example7.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 332
> Start 332: test_demo_tutorial_seed_and_extend_example2
>
> 332: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example2.cpp.stdout"
> 332: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 332: Test timeout computed to be: 10000000
> 325/416 Test #329: test_demo_tutorial_sam_and_bam_io_solution2 .......................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 333
> Start 333: test_demo_tutorial_seed_and_extend_example3
>
> 333: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example3.cpp.stdout"
> 333: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 333: Test timeout computed to be: 10000000
> 330: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution3.
> 331: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example1.
> 330: Traceback (most recent call last):
> 330: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 330: sys.exit(main())
> 330: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 330: actual_out, actual_err, ret = runDemo(args)
> 330: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 330: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 330: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 330: return s.replace("\r\n", "\n")
> 330: TypeError: a bytes-like object is required, not 'str'
> 331: Traceback (most recent call last):
> 331: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 331: sys.exit(main())
> 331: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 331: actual_out, actual_err, ret = runDemo(args)
> 331: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 331: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 331: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 331: return s.replace("\r\n", "\n")
> 331: TypeError: a bytes-like object is required, not 'str'
> 326/416 Test #331: test_demo_tutorial_seed_and_extend_example1 .......................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 334
> Start 334: test_demo_tutorial_seed_and_extend_example4
>
> 334: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example4.cpp.stdout"
> 334: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 334: Test timeout computed to be: 10000000
> 327/416 Test #330: test_demo_tutorial_sam_and_bam_io_solution3 .......................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sam_and_bam_io_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 335
> Start 335: test_demo_tutorial_seed_and_extend_example5
>
> 335: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example5.cpp.stdout"
> 335: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 335: Test timeout computed to be: 10000000
> 332: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example2.
> 332: Traceback (most recent call last):
> 332: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 332: sys.exit(main())
> 332: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 332: actual_out, actual_err, ret = runDemo(args)
> 332: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 332: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 332: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 332: return s.replace("\r\n", "\n")
> 332: TypeError: a bytes-like object is required, not 'str'
> 333: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example3.
> 328/416 Test #332: test_demo_tutorial_seed_and_extend_example2 .......................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 336
> Start 336: test_demo_tutorial_seed_and_extend_example6
>
> 336: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example6" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example6.cpp.stdout"
> 336: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 336: Test timeout computed to be: 10000000
> 333: Traceback (most recent call last):
> 333: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 333: sys.exit(main())
> 333: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 333: actual_out, actual_err, ret = runDemo(args)
> 333: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 333: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 333: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 333: return s.replace("\r\n", "\n")
> 333: TypeError: a bytes-like object is required, not 'str'
> 334: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example4.
> 334: Traceback (most recent call last):
> 334: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 334: sys.exit(main())
> 334: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 334: actual_out, actual_err, ret = runDemo(args)
> 334: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 334: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 334: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 334: return s.replace("\r\n", "\n")
> 334: TypeError: a bytes-like object is required, not 'str'
> 329/416 Test #334: test_demo_tutorial_seed_and_extend_example4 .......................................***Failed 0.06 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 337
> Start 337: test_demo_tutorial_seed_and_extend_example7
>
> 337: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example7" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/example7.cpp.stdout"
> 337: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 337: Test timeout computed to be: 10000000
> 330/416 Test #333: test_demo_tutorial_seed_and_extend_example3 .......................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 338
> Start 338: test_demo_tutorial_seed_and_extend_solution1
>
> 338: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution1.cpp.stdout"
> 338: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 338: Test timeout computed to be: 10000000
> 335: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example5.
> 335: Traceback (most recent call last):
> 335: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 335: sys.exit(main())
> 335: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 335: actual_out, actual_err, ret = runDemo(args)
> 335: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 335: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 335: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 335: return s.replace("\r\n", "\n")
> 335: TypeError: a bytes-like object is required, not 'str'
> 336: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example6.
> 336: Traceback (most recent call last):
> 336: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 336: sys.exit(main())
> 336: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 336: actual_out, actual_err, ret = runDemo(args)
> 336: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 336: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 336: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 336: return s.replace("\r\n", "\n")
> 336: TypeError: a bytes-like object is required, not 'str'
> 338: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution1.
> 331/416 Test #335: test_demo_tutorial_seed_and_extend_example5 .......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 339
> Start 339: test_demo_tutorial_seed_and_extend_solution2
>
> 339: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution2.cpp.stdout"
> 339: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 339: Test timeout computed to be: 10000000
> 332/416 Test #336: test_demo_tutorial_seed_and_extend_example6 .......................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example6.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 340
> Start 340: test_demo_tutorial_seed_and_extend_solution3
>
> 340: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution3.cpp.stdout"
> 340: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 340: Test timeout computed to be: 10000000
> 337: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example7.
> 338: Traceback (most recent call last):
> 338: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 338: sys.exit(main())
> 338: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 338: actual_out, actual_err, ret = runDemo(args)
> 338: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 338: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 338: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 338: return s.replace("\r\n", "\n")
> 338: TypeError: a bytes-like object is required, not 'str'
> 333/416 Test #338: test_demo_tutorial_seed_and_extend_solution1 ......................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 341
> Start 341: test_demo_tutorial_seed_and_extend_solution4
>
> 341: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution4.cpp.stdout"
> 341: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 341: Test timeout computed to be: 10000000
> 337: Traceback (most recent call last):
> 337: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 337: sys.exit(main())
> 337: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 337: actual_out, actual_err, ret = runDemo(args)
> 337: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 337: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 337: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 337: return s.replace("\r\n", "\n")
> 337: TypeError: a bytes-like object is required, not 'str'
> 334/416 Test #337: test_demo_tutorial_seed_and_extend_example7 .......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_example7.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 342
> Start 342: test_demo_tutorial_seed_and_extend_solution5
>
> 342: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution5.cpp.stdout"
> 342: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 342: Test timeout computed to be: 10000000
> 339: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution2.
> 340: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution3.
> 340: Traceback (most recent call last):
> 340: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 340: sys.exit(main())
> 340: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 340: actual_out, actual_err, ret = runDemo(args)
> 340: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 340: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 340: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 340: return s.replace("\r\n", "\n")
> 340: TypeError: a bytes-like object is required, not 'str'
> 339: Traceback (most recent call last):
> 339: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 339: sys.exit(main())
> 339: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 339: actual_out, actual_err, ret = runDemo(args)
> 339: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 339: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 339: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 339: return s.replace("\r\n", "\n")
> 339: TypeError: a bytes-like object is required, not 'str'
> 335/416 Test #340: test_demo_tutorial_seed_and_extend_solution3 ......................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 343
> Start 343: test_demo_tutorial_seed_and_extend_solution6
>
> 343: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution6" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seed_and_extend/solution6.cpp.stdout"
> 343: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 343: Test timeout computed to be: 10000000
> 336/416 Test #339: test_demo_tutorial_seed_and_extend_solution2 ......................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 344
> Start 344: test_demo_tutorial_seeds_example1
>
> 344: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seeds_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/seeds/example1.cpp.stdout"
> 344: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 344: Test timeout computed to be: 10000000
> 341: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution4.
> 341: Traceback (most recent call last):
> 341: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 341: sys.exit(main())
> 341: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 341: actual_out, actual_err, ret = runDemo(args)
> 341: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 341: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 341: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 341: return s.replace("\r\n", "\n")
> 341: TypeError: a bytes-like object is required, not 'str'
> 343: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution6.
> 337/416 Test #341: test_demo_tutorial_seed_and_extend_solution4 ......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 345
> Start 345: test_demo_tutorial_sequence_io_base
>
> 345: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/base.cpp.stdout"
> 345: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 345: Test timeout computed to be: 10000000
> 344: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seeds_example1.
> 343: Traceback (most recent call last):
> 343: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 343: sys.exit(main())
> 343: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 343: actual_out, actual_err, ret = runDemo(args)
> 343: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 343: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 343: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 343: return s.replace("\r\n", "\n")
> 343: TypeError: a bytes-like object is required, not 'str'
> 338/416 Test #343: test_demo_tutorial_seed_and_extend_solution6 ......................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution6.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 346
> Start 346: test_demo_tutorial_sequence_io_example1
>
> 346: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/example1.cpp.stdout"
> 346: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 346: Test timeout computed to be: 10000000
> 344: Traceback (most recent call last):
> 344: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 344: sys.exit(main())
> 344: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 344: actual_out, actual_err, ret = runDemo(args)
> 344: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 344: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 344: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 344: return s.replace("\r\n", "\n")
> 344: TypeError: a bytes-like object is required, not 'str'
> 339/416 Test #344: test_demo_tutorial_seeds_example1 .................................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seeds_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 347
> Start 347: test_demo_tutorial_sequence_io_solution1
>
> 347: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/solution1.cpp.stdout"
> 347: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 347: Test timeout computed to be: 10000000
> 342: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution5.
> 323: Traceback (most recent call last):
> 323: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 323: sys.exit(main())
> 323: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 323: actual_out, actual_err, ret = runDemo(args)
> 323: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 323: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 323: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 323: return s.replace("\r\n", "\n")
> 323: TypeError: a bytes-like object is required, not 'str'
> 340/416 Test #323: test_demo_tutorial_realignment_step2 ..............................................***Failed 0.54 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_realignment_step2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 348
> Start 348: test_demo_tutorial_sequence_io_solution2
>
> 348: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/solution2.cpp.stdout"
> 348: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 348: Test timeout computed to be: 10000000
> 342: Traceback (most recent call last):
> 342: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 342: sys.exit(main())
> 342: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 342: actual_out, actual_err, ret = runDemo(args)
> 342: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 342: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 342: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 342: return s.replace("\r\n", "\n")
> 342: TypeError: a bytes-like object is required, not 'str'
> 345: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_base.
> 341/416 Test #342: test_demo_tutorial_seed_and_extend_solution5 ......................................***Failed 0.15 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_seed_and_extend_solution5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 349
> Start 349: test_demo_tutorial_sequence_io_solution3
>
> 349: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/solution3.cpp.stdout"
> 349: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 349: Test timeout computed to be: 10000000
> 345: Traceback (most recent call last):
> 345: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 345: sys.exit(main())
> 345: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 345: actual_out, actual_err, ret = runDemo(args)
> 345: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 345: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 345: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 345: return s.replace("\r\n", "\n")
> 345: TypeError: a bytes-like object is required, not 'str'
> 342/416 Test #345: test_demo_tutorial_sequence_io_base ...............................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 350
> Start 350: test_demo_tutorial_sequence_io_solution4
>
> 350: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequence_io/solution4.cpp.stdout"
> 350: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 350: Test timeout computed to be: 10000000
> 346: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_example1.
> 348: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution2.
> 346: Traceback (most recent call last):
> 346: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 346: sys.exit(main())
> 346: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 346: actual_out, actual_err, ret = runDemo(args)
> 346: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 346: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 346: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 346: return s.replace("\r\n", "\n")
> 346: TypeError: a bytes-like object is required, not 'str'
> 348: Traceback (most recent call last):
> 348: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 348: sys.exit(main())
> 348: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 348: actual_out, actual_err, ret = runDemo(args)
> 348: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 348: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 348: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 348: return s.replace("\r\n", "\n")
> 348: TypeError: a bytes-like object is required, not 'str'
> 343/416 Test #348: test_demo_tutorial_sequence_io_solution2 ..........................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 351
> Start 351: test_demo_tutorial_sequences_assignment_1_solution
>
> 351: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_1_solution.cpp.stdout"
> 351: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 351: Test timeout computed to be: 10000000
> 347: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution1.
> 344/416 Test #346: test_demo_tutorial_sequence_io_example1 ...........................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 352
> Start 352: test_demo_tutorial_sequences_assignment_2_solution
>
> 352: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_2_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_2_solution.cpp.stdout"
> 352: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 352: Test timeout computed to be: 10000000
> 347: Traceback (most recent call last):
> 347: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 347: sys.exit(main())
> 347: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 347: actual_out, actual_err, ret = runDemo(args)
> 347: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 347: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 347: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 347: return s.replace("\r\n", "\n")
> 347: TypeError: a bytes-like object is required, not 'str'
> 350: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution4.
> 345/416 Test #347: test_demo_tutorial_sequence_io_solution1 ..........................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 353
> Start 353: test_demo_tutorial_sequences_assignment_3_solution
>
> 353: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_3_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_3_solution.cpp.stdout"
> 353: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 353: Test timeout computed to be: 10000000
> 349: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution3.
> 349: Traceback (most recent call last):
> 349: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 349: sys.exit(main())
> 349: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 349: actual_out, actual_err, ret = runDemo(args)
> 349: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 349: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 349: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 349: return s.replace("\r\n", "\n")
> 349: TypeError: a bytes-like object is required, not 'str'
> 350: Traceback (most recent call last):
> 350: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 350: sys.exit(main())
> 350: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 350: actual_out, actual_err, ret = runDemo(args)
> 350: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 350: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 350: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 350: return s.replace("\r\n", "\n")
> 350: TypeError: a bytes-like object is required, not 'str'
> 346/416 Test #349: test_demo_tutorial_sequence_io_solution3 ..........................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 354
> Start 354: test_demo_tutorial_sequences_assignment_4_solution
>
> 354: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_4_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_4_solution.cpp.stdout"
> 354: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 354: Test timeout computed to be: 10000000
> 347/416 Test #350: test_demo_tutorial_sequence_io_solution4 ..........................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequence_io_solution4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 355
> Start 355: test_demo_tutorial_sequences_assignment_5_solution
>
> 355: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_5_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_5_solution.cpp.stdout"
> 355: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 355: Test timeout computed to be: 10000000
> 352: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_2_solution.
> 352: Traceback (most recent call last):
> 352: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 352: sys.exit(main())
> 352: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 352: actual_out, actual_err, ret = runDemo(args)
> 352: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 352: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 352: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 352: return s.replace("\r\n", "\n")
> 352: TypeError: a bytes-like object is required, not 'str'
> 348/416 Test #352: test_demo_tutorial_sequences_assignment_2_solution ................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_2_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 356
> Start 356: test_demo_tutorial_sequences_assignment_6_solution
>
> 356: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_6_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/assignment_6_solution.cpp.stdout"
> 356: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 356: Test timeout computed to be: 10000000
> 351: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_1_solution.
> 351: Traceback (most recent call last):
> 351: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 351: sys.exit(main())
> 351: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 351: actual_out, actual_err, ret = runDemo(args)
> 351: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 351: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 351: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 351: return s.replace("\r\n", "\n")
> 351: TypeError: a bytes-like object is required, not 'str'
> 353: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_3_solution.
> 353: Traceback (most recent call last):
> 353: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 353: sys.exit(main())
> 353: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 353: actual_out, actual_err, ret = runDemo(args)
> 353: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 353: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 353: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 353: return s.replace("\r\n", "\n")
> 353: TypeError: a bytes-like object is required, not 'str'
> 349/416 Test #351: test_demo_tutorial_sequences_assignment_1_solution ................................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 357
> Start 357: test_demo_tutorial_sequences_example_comparisons
>
> 357: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_comparisons" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_comparisons.cpp.stdout"
> 357: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 357: Test timeout computed to be: 10000000
> 350/416 Test #353: test_demo_tutorial_sequences_assignment_3_solution ................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_3_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 358
> Start 358: test_demo_tutorial_sequences_example_conversions_copy
>
> 358: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_copy" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_conversions_copy.cpp.stdout"
> 358: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 358: Test timeout computed to be: 10000000
> 355: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_5_solution.
> 355: Traceback (most recent call last):
> 355: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 355: sys.exit(main())
> 355: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 355: actual_out, actual_err, ret = runDemo(args)
> 355: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 355: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 355: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 355: return s.replace("\r\n", "\n")
> 355: TypeError: a bytes-like object is required, not 'str'
> 356: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_6_solution.
> 351/416 Test #355: test_demo_tutorial_sequences_assignment_5_solution ................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_5_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 359
> Start 359: test_demo_tutorial_sequences_example_conversions_move
>
> 359: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_move" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_conversions_move.cpp.stdout"
> 359: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 359: Test timeout computed to be: 10000000
> 356: Traceback (most recent call last):
> 356: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 356: sys.exit(main())
> 356: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 356: actual_out, actual_err, ret = runDemo(args)
> 356: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 356: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 356: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 356: return s.replace("\r\n", "\n")
> 356: TypeError: a bytes-like object is required, not 'str'
> 354: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_4_solution.
> 352/416 Test #356: test_demo_tutorial_sequences_assignment_6_solution ................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_6_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 360
> Start 360: test_demo_tutorial_sequences_example_functionality1
>
> 360: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_functionality1.cpp.stdout"
> 360: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 360: Test timeout computed to be: 10000000
> 354: Traceback (most recent call last):
> 354: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 354: sys.exit(main())
> 354: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 354: actual_out, actual_err, ret = runDemo(args)
> 354: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 354: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 354: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 354: return s.replace("\r\n", "\n")
> 354: TypeError: a bytes-like object is required, not 'str'
> 353/416 Test #354: test_demo_tutorial_sequences_assignment_4_solution ................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_assignment_4_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 361
> Start 361: test_demo_tutorial_sequences_example_functionality2
>
> 361: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_functionality2.cpp.stdout"
> 361: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 361: Test timeout computed to be: 10000000
> 358: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_copy.
> 358: Traceback (most recent call last):
> 358: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 358: sys.exit(main())
> 358: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 358: actual_out, actual_err, ret = runDemo(args)
> 358: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 358: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 358: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 358: return s.replace("\r\n", "\n")
> 358: TypeError: a bytes-like object is required, not 'str'
> 354/416 Test #358: test_demo_tutorial_sequences_example_conversions_copy .............................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_copy.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 362
> Start 362: test_demo_tutorial_sequences_example_segments
>
> 362: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_segments" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences/example_segments.cpp.stdout"
> 362: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 362: Test timeout computed to be: 10000000
> 361: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality2.
> 359: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_move.
> 357: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_comparisons.
> 357: Traceback (most recent call last):
> 357: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 357: sys.exit(main())
> 357: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 357: actual_out, actual_err, ret = runDemo(args)
> 357: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 357: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 357: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 357: return s.replace("\r\n", "\n")
> 357: TypeError: a bytes-like object is required, not 'str'
> 355/416 Test #357: test_demo_tutorial_sequences_example_comparisons ..................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_comparisons.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 363
> Start 363: test_demo_tutorial_sequences_in_depth_assignment_exact_generous_solution
>
> 363: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_assignment_exact_generous_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences_in_depth/assignment_exact_generous_solution.cpp.stdout"
> 363: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 363: Test timeout computed to be: 10000000
> 359: Traceback (most recent call last):
> 359: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 359: sys.exit(main())
> 359: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 359: actual_out, actual_err, ret = runDemo(args)
> 359: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 359: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 359: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 359: return s.replace("\r\n", "\n")
> 359: TypeError: a bytes-like object is required, not 'str'
> 361: Traceback (most recent call last):
> 361: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 361: sys.exit(main())
> 361: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 361: actual_out, actual_err, ret = runDemo(args)
> 361: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 361: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 361: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 361: return s.replace("\r\n", "\n")
> 361: TypeError: a bytes-like object is required, not 'str'
> 356/416 Test #359: test_demo_tutorial_sequences_example_conversions_move .............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_conversions_move.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 364
> Start 364: test_demo_tutorial_sequences_in_depth_base
>
> 364: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences_in_depth/base.cpp.stdout"
> 364: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 364: Test timeout computed to be: 10000000
> 360: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality1.
> 362: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_segments.
> 362: Traceback (most recent call last):
> 362: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 362: sys.exit(main())
> 362: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 362: actual_out, actual_err, ret = runDemo(args)
> 362: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 362: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 362: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 362: return s.replace("\r\n", "\n")
> 362: TypeError: a bytes-like object is required, not 'str'
> 357/416 Test #361: test_demo_tutorial_sequences_example_functionality2 ...............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 365
> Start 365: test_demo_tutorial_sequences_in_depth_example_overflow
>
> 365: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_example_overflow" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/sequences_in_depth/example_overflow.cpp.stdout"
> 365: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 365: Test timeout computed to be: 10000000
> 358/416 Test #362: test_demo_tutorial_sequences_example_segments .....................................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_segments.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 366
> Start 366: test_demo_tutorial_simple_rna_seq_base
>
> 366: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/base.cpp.stdout"
> 366: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 366: Test timeout computed to be: 10000000
> 360: Traceback (most recent call last):
> 360: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 360: sys.exit(main())
> 360: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 360: actual_out, actual_err, ret = runDemo(args)
> 360: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 360: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 360: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 360: return s.replace("\r\n", "\n")
> 360: TypeError: a bytes-like object is required, not 'str'
> 363: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_assignment_exact_generous_solution.
> 359/416 Test #360: test_demo_tutorial_sequences_example_functionality1 ...............................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_example_functionality1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 367
> Start 367: test_demo_tutorial_simple_rna_seq_genequant_assignment1
>
> 367: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_assignment1.cpp.stdout"
> 367: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 367: Test timeout computed to be: 10000000
> 364: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_base.
> 364: Traceback (most recent call last):
> 364: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 364: sys.exit(main())
> 364: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 364: actual_out, actual_err, ret = runDemo(args)
> 364: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 364: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 364: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 364: return s.replace("\r\n", "\n")
> 364: TypeError: a bytes-like object is required, not 'str'
> 365: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_example_overflow.
> 365: Traceback (most recent call last):
> 365: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 365: sys.exit(main())
> 365: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 366: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_base.
> 365: actual_out, actual_err, ret = runDemo(args)
> 365: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 365: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 365: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 365: return s.replace("\r\n", "\n")
> 365: TypeError: a bytes-like object is required, not 'str'
> 360/416 Test #364: test_demo_tutorial_sequences_in_depth_base ........................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 368
> Start 368: test_demo_tutorial_simple_rna_seq_genequant_assignment2
>
> 368: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_assignment2.cpp.stdout"
> 368: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 368: Test timeout computed to be: 10000000
> 361/416 Test #365: test_demo_tutorial_sequences_in_depth_example_overflow ............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_example_overflow.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 369
> Start 369: test_demo_tutorial_simple_rna_seq_genequant_assignment3
>
> 369: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_assignment3.cpp.stdout"
> 369: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 369: Test timeout computed to be: 10000000
> 366: Traceback (most recent call last):
> 366: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 366: sys.exit(main())
> 366: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 366: actual_out, actual_err, ret = runDemo(args)
> 366: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 366: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 366: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 366: return s.replace("\r\n", "\n")
> 366: TypeError: a bytes-like object is required, not 'str'
> 362/416 Test #366: test_demo_tutorial_simple_rna_seq_base ............................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 370
> Start 370: test_demo_tutorial_simple_rna_seq_genequant_assignment4
>
> 370: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_assignment4.cpp.stdout"
> 370: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 370: Test timeout computed to be: 10000000
> 367: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment1.
> 367: Traceback (most recent call last):
> 367: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 367: sys.exit(main())
> 367: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 367: actual_out, actual_err, ret = runDemo(args)
> 367: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 367: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 367: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 367: return s.replace("\r\n", "\n")
> 367: TypeError: a bytes-like object is required, not 'str'
> 363/416 Test #367: test_demo_tutorial_simple_rna_seq_genequant_assignment1 ...........................***Failed 0.13 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 371
> Start 371: test_demo_tutorial_simple_rna_seq_genequant_assignment5
>
> 371: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_assignment5.cpp.stdout"
> 371: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 371: Test timeout computed to be: 10000000
> 368: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment2.
> 368: Traceback (most recent call last):
> 368: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 368: sys.exit(main())
> 368: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 368: actual_out, actual_err, ret = runDemo(args)
> 368: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 368: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 368: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 368: return s.replace("\r\n", "\n")
> 368: TypeError: a bytes-like object is required, not 'str'
> 370: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment4.
> 364/416 Test #368: test_demo_tutorial_simple_rna_seq_genequant_assignment2 ...........................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 372
> Start 372: test_demo_tutorial_simple_rna_seq_genequant_solution1
>
> 372: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_solution1.cpp.stdout"
> 372: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 372: Test timeout computed to be: 10000000
> 371: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment5.
> 369: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment3.
> 370: Traceback (most recent call last):
> 370: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 370: sys.exit(main())
> 370: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 370: actual_out, actual_err, ret = runDemo(args)
> 370: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 370: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 370: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 370: return s.replace("\r\n", "\n")
> 370: TypeError: a bytes-like object is required, not 'str'
> 369: Traceback (most recent call last):
> 369: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 369: sys.exit(main())
> 369: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 369: actual_out, actual_err, ret = runDemo(args)
> 369: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 369: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 369: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 369: return s.replace("\r\n", "\n")
> 369: TypeError: a bytes-like object is required, not 'str'
> 365/416 Test #370: test_demo_tutorial_simple_rna_seq_genequant_assignment4 ...........................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 373
> Start 373: test_demo_tutorial_simple_rna_seq_genequant_solution2
>
> 373: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_solution2.cpp.stdout"
> 373: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 373: Test timeout computed to be: 10000000
> 371: Traceback (most recent call last):
> 371: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 371: sys.exit(main())
> 371: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 371: actual_out, actual_err, ret = runDemo(args)
> 371: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 371: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 371: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 371: return s.replace("\r\n", "\n")
> 371: TypeError: a bytes-like object is required, not 'str'
> 366/416 Test #369: test_demo_tutorial_simple_rna_seq_genequant_assignment3 ...........................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 374
> Start 374: test_demo_tutorial_simple_rna_seq_genequant_solution3
>
> 374: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_solution3.cpp.stdout"
> 374: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 374: Test timeout computed to be: 10000000
> 367/416 Test #371: test_demo_tutorial_simple_rna_seq_genequant_assignment5 ...........................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_assignment5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 375
> Start 375: test_demo_tutorial_simple_rna_seq_genequant_solution4
>
> 375: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution4" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_solution4.cpp.stdout"
> 375: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 375: Test timeout computed to be: 10000000
> 372: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution1.
> 373: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution2.
> 372: Traceback (most recent call last):
> 372: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 372: sys.exit(main())
> 372: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 372: actual_out, actual_err, ret = runDemo(args)
> 372: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 372: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 372: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 372: return s.replace("\r\n", "\n")
> 372: TypeError: a bytes-like object is required, not 'str'
> 373: Traceback (most recent call last):
> 373: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 373: sys.exit(main())
> 373: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 373: actual_out, actual_err, ret = runDemo(args)
> 373: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 373: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 373: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 373: return s.replace("\r\n", "\n")
> 373: TypeError: a bytes-like object is required, not 'str'
> 368/416 Test #372: test_demo_tutorial_simple_rna_seq_genequant_solution1 .............................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 376
> Start 376: test_demo_tutorial_simple_rna_seq_genequant_solution5
>
> 376: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution5" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/genequant_solution5.cpp.stdout"
> 376: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 376: Test timeout computed to be: 10000000
> 375: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution4.
> 369/416 Test #373: test_demo_tutorial_simple_rna_seq_genequant_solution2 .............................***Failed 0.07 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 377
> Start 377: test_demo_tutorial_simple_rna_seq_interval_tree
>
> 377: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_interval_tree" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/simple_rna_seq/interval_tree.cpp.stdout"
> 377: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 377: Test timeout computed to be: 10000000
> 376: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution5.
> 374: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution3.
> 375: Traceback (most recent call last):
> 375: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 375: sys.exit(main())
> 375: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 375: actual_out, actual_err, ret = runDemo(args)
> 375: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 375: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 375: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 375: return s.replace("\r\n", "\n")
> 375: TypeError: a bytes-like object is required, not 'str'
> 377: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_interval_tree.
> 370/416 Test #375: test_demo_tutorial_simple_rna_seq_genequant_solution4 .............................***Failed 0.12 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution4.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 378
> Start 378: test_demo_tutorial_string_sets_assignment_1_solution
>
> 378: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_1_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/assignment_1_solution.cpp.stdout"
> 378: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 378: Test timeout computed to be: 10000000
> 377: Traceback (most recent call last):
> 377: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 377: sys.exit(main())
> 377: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 377: actual_out, actual_err, ret = runDemo(args)
> 377: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 377: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 377: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 377: return s.replace("\r\n", "\n")
> 377: TypeError: a bytes-like object is required, not 'str'
> 371/416 Test #377: test_demo_tutorial_simple_rna_seq_interval_tree ...................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_interval_tree.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 379
> Start 379: test_demo_tutorial_string_sets_assignment_2
>
> 379: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/assignment_2.cpp.stdout"
> 379: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 379: Test timeout computed to be: 10000000
> 374: Traceback (most recent call last):
> 374: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 374: sys.exit(main())
> 374: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 374: actual_out, actual_err, ret = runDemo(args)
> 374: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 374: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 374: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 374: return s.replace("\r\n", "\n")
> 374: TypeError: a bytes-like object is required, not 'str'
> 376: Traceback (most recent call last):
> 376: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 376: sys.exit(main())
> 376: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 376: actual_out, actual_err, ret = runDemo(args)
> 376: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 376: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 376: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 376: return s.replace("\r\n", "\n")
> 376: TypeError: a bytes-like object is required, not 'str'
> 372/416 Test #374: test_demo_tutorial_simple_rna_seq_genequant_solution3 .............................***Failed 0.17 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 380
> Start 380: test_demo_tutorial_string_sets_assignment_2_solution
>
> 380: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/assignment_2_solution.cpp.stdout"
> 380: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 380: Test timeout computed to be: 10000000
> 373/416 Test #376: test_demo_tutorial_simple_rna_seq_genequant_solution5 .............................***Failed 0.14 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_simple_rna_seq_genequant_solution5.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 381
> Start 381: test_demo_tutorial_string_sets_assignment_3_workshop_solution
>
> 381: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_3_workshop_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/assignment_3_workshop_solution.cpp.stdout"
> 381: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 381: Test timeout computed to be: 10000000
> 363: Traceback (most recent call last):
> 363: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 363: sys.exit(main())
> 363: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 363: actual_out, actual_err, ret = runDemo(args)
> 363: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 363: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 363: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 363: return s.replace("\r\n", "\n")
> 363: TypeError: a bytes-like object is required, not 'str'
> 378: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_1_solution.
> 374/416 Test #363: test_demo_tutorial_sequences_in_depth_assignment_exact_generous_solution ..........***Failed 0.47 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_sequences_in_depth_assignment_exact_generous_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 382
> Start 382: test_demo_tutorial_string_sets_assignment_4_workshop_solution
>
> 382: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_4_workshop_solution" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/assignment_4_workshop_solution.cpp.stdout"
> 382: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 382: Test timeout computed to be: 10000000
> 378: Traceback (most recent call last):
> 378: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 378: sys.exit(main())
> 378: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 378: actual_out, actual_err, ret = runDemo(args)
> 378: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 378: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 378: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 378: return s.replace("\r\n", "\n")
> 378: TypeError: a bytes-like object is required, not 'str'
> 379: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2.
> 375/416 Test #378: test_demo_tutorial_string_sets_assignment_1_solution ..............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_1_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 383
> Start 383: test_demo_tutorial_string_sets_example_functionality
>
> 383: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/example_functionality.cpp.stdout"
> 383: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 383: Test timeout computed to be: 10000000
> 379: Traceback (most recent call last):
> 379: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 379: sys.exit(main())
> 379: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 379: actual_out, actual_err, ret = runDemo(args)
> 379: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 379: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 379: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 379: return s.replace("\r\n", "\n")
> 379: TypeError: a bytes-like object is required, not 'str'
> 376/416 Test #379: test_demo_tutorial_string_sets_assignment_2 .......................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 384
> Start 384: test_demo_tutorial_string_sets_example_functionality_2
>
> 384: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality_2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/example_functionality_2.cpp.stdout"
> 384: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 384: Test timeout computed to be: 10000000
> 381: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_3_workshop_solution.
> 380: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2_solution.
> 380: Traceback (most recent call last):
> 380: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 380: sys.exit(main())
> 380: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 380: actual_out, actual_err, ret = runDemo(args)
> 380: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 380: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 380: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 380: return s.replace("\r\n", "\n")
> 380: TypeError: a bytes-like object is required, not 'str'
> 381: Traceback (most recent call last):
> 381: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 381: sys.exit(main())
> 381: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 381: actual_out, actual_err, ret = runDemo(args)
> 381: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 381: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 381: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 381: return s.replace("\r\n", "\n")
> 381: TypeError: a bytes-like object is required, not 'str'
> 377/416 Test #380: test_demo_tutorial_string_sets_assignment_2_solution ..............................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_2_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 385
> Start 385: test_demo_tutorial_string_sets_example_iterators
>
> 385: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_iterators" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/string_sets/example_iterators.cpp.stdout"
> 385: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 385: Test timeout computed to be: 10000000
> 378/416 Test #381: test_demo_tutorial_string_sets_assignment_3_workshop_solution .....................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_3_workshop_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 386
> Start 386: test_demo_tutorial_vcf_io_base
>
> 386: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_base" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/vcf_io/base.cpp.stdout"
> 386: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 386: Test timeout computed to be: 10000000
> 382: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_4_workshop_solution.
> 382: Traceback (most recent call last):
> 382: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 382: sys.exit(main())
> 382: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 382: actual_out, actual_err, ret = runDemo(args)
> 382: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 382: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 382: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 382: return s.replace("\r\n", "\n")
> 382: TypeError: a bytes-like object is required, not 'str'
> 383: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality.
> 383: Traceback (most recent call last):
> 383: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 383: sys.exit(main())
> 383: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 383: actual_out, actual_err, ret = runDemo(args)
> 383: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 383: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 383: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 383: return s.replace("\r\n", "\n")
> 383: TypeError: a bytes-like object is required, not 'str'
> 379/416 Test #382: test_demo_tutorial_string_sets_assignment_4_workshop_solution .....................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_assignment_4_workshop_solution.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 387
> Start 387: test_demo_tutorial_vcf_io_example1
>
> 387: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_example1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/vcf_io/example1.cpp.stdout"
> 387: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 387: Test timeout computed to be: 10000000
> 384: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality_2.
> 384: Traceback (most recent call last):
> 384: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 384: sys.exit(main())
> 384: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 384: actual_out, actual_err, ret = runDemo(args)
> 384: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 384: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 384: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 384: return s.replace("\r\n", "\n")
> 384: TypeError: a bytes-like object is required, not 'str'
> 380/416 Test #383: test_demo_tutorial_string_sets_example_functionality ..............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 388
> Start 388: test_demo_tutorial_vcf_io_solution1
>
> 388: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution1" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/vcf_io/solution1.cpp.stdout"
> 388: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 388: Test timeout computed to be: 10000000
> 78: test_journaled_string_tree_find_horspool OK
> 381/416 Test #384: test_demo_tutorial_string_sets_example_functionality_2 ............................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_functionality_2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 389
> Start 389: test_demo_tutorial_vcf_io_solution2
>
> 389: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution2" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/vcf_io/solution2.cpp.stdout"
> 389: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 389: Test timeout computed to be: 10000000
> 386: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_base.
> 385: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_iterators.
> 387: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_example1.
> 385: Traceback (most recent call last):
> 385: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 385: sys.exit(main())
> 385: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 385: actual_out, actual_err, ret = runDemo(args)
> 385: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 385: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 385: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 385: return s.replace("\r\n", "\n")
> 385: TypeError: a bytes-like object is required, not 'str'
> 382/416 Test #385: test_demo_tutorial_string_sets_example_iterators ..................................***Failed 0.10 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_string_sets_example_iterators.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 390
> Start 390: test_demo_tutorial_vcf_io_solution3
>
> 390: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/util/bin/demo_checker.py" "--binary-path" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution3" "--stdout-path" "/<<PKGBUILDDIR>>/demos/tutorial/vcf_io/solution3.cpp.stdout"
> 390: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/demos
> 390: Test timeout computed to be: 10000000
> 386: Traceback (most recent call last):
> 386: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 386: sys.exit(main())
> 386: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 386: actual_out, actual_err, ret = runDemo(args)
> 386: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 386: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 386: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 386: return s.replace("\r\n", "\n")
> 386: TypeError: a bytes-like object is required, not 'str'
> 387: Traceback (most recent call last):
> 387: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 387: sys.exit(main())
> 387: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 387: actual_out, actual_err, ret = runDemo(args)
> 387: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 387: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 387: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 387: return s.replace("\r\n", "\n")
> 387: TypeError: a bytes-like object is required, not 'str'
> 388: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution1.
> 383/416 Test #386: test_demo_tutorial_vcf_io_base ....................................................***Failed 0.11 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_base.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 391
> Start 391: app_test_bs_tools
>
> 391: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/bs_tools/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 391: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/bs_tools
> 391: Test timeout computed to be: 10000000
> 388: Traceback (most recent call last):
> 388: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 388: sys.exit(main())
> 388: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 388: actual_out, actual_err, ret = runDemo(args)
> 388: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 388: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 388: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 388: return s.replace("\r\n", "\n")
> 388: TypeError: a bytes-like object is required, not 'str'
> 384/416 Test #387: test_demo_tutorial_vcf_io_example1 ................................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_example1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 392
> Start 392: app_test_dfi
>
> 392: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/dfi/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 392: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/dfi
> 392: Test timeout computed to be: 10000000
> 385/416 Test #388: test_demo_tutorial_vcf_io_solution1 ...............................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution1.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 393
> Start 393: app_test_fiona
>
> 393: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/fiona/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 393: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/fiona
> 393: Test timeout computed to be: 10000000
> 389: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution2.
> 389: Traceback (most recent call last):
> 389: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 389: sys.exit(main())
> 389: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 389: actual_out, actual_err, ret = runDemo(args)
> 389: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 389: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 389: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 389: return s.replace("\r\n", "\n")
> 389: TypeError: a bytes-like object is required, not 'str'
> 390: Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution3.
> 386/416 Test #389: test_demo_tutorial_vcf_io_solution2 ...............................................***Failed 0.09 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution2.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 394
> Start 394: app_test_gustaf
>
> 394: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/gustaf/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 394: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/gustaf
> 394: Test timeout computed to be: 10000000
> 390: Traceback (most recent call last):
> 390: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> 390: sys.exit(main())
> 390: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> 390: actual_out, actual_err, ret = runDemo(args)
> 390: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> 390: return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> 390: File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> 390: return s.replace("\r\n", "\n")
> 390: TypeError: a bytes-like object is required, not 'str'
> 387/416 Test #390: test_demo_tutorial_vcf_io_solution3 ...............................................***Failed 0.08 sec
> Running /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/demo_tutorial_vcf_io_solution3.
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 121, in <module>
> sys.exit(main())
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 87, in main
> actual_out, actual_err, ret = runDemo(args)
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 70, in runDemo
> return t(stdoutbuff.strip()).split('\n'), t(stderrbuff.strip()).split('\n'), p.returncode
> File "/<<PKGBUILDDIR>>/util/bin/demo_checker.py", line 28, in t
> return s.replace("\r\n", "\n")
> TypeError: a bytes-like object is required, not 'str'
>
> test 395
> Start 395: app_test_insegt
>
> 395: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/insegt/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 395: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/insegt
> 395: Test timeout computed to be: 10000000
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_joinedMates.fa to /tmp/tmpmv990yua/adeno_modified_reads_joinedMates.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_annoOutput.gff to /tmp/tmpu4w7laao/default_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_readOutput.gff to /tmp/tmpu4w7laao/default_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_tupleOutput.gff to /tmp/tmpu4w7laao/default_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_rc.fa to /tmp/tmpmv990yua/reads_simulated_joined_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_annoOutput.gff to /tmp/tmpu4w7laao/threshold-count2_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_readOutput.gff to /tmp/tmpu4w7laao/threshold-count2_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_tupleOutput.gff to /tmp/tmpu4w7laao/threshold-count2_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_annoOutput.gff to /tmp/tmpu4w7laao/ntuple3_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_readOutput.gff to /tmp/tmpu4w7laao/ntuple3_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_tupleOutput.gff to /tmp/tmpu4w7laao/ntuple3_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined.fa to /tmp/tmpmv990yua/reads_simulated_joined.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_annoOutput.gff to /tmp/tmpu4w7laao/max-tuple_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_readOutput.gff to /tmp/tmpu4w7laao/max-tuple_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_tupleOutput.gff to /tmp/tmpu4w7laao/max-tuple_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_annoOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_readOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_tupleOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 395: DELETING TEMP DIR /tmp/tmpu4w7laao
> 395: Executing test for insegt
> 395: =========================
> 395:
> 395: insegt -ro /tmp/tmpu4w7laao/default_readOutput.gff -ao /tmp/tmpu4w7laao/default_annoOutput.gff -to /tmp/tmpu4w7laao/default_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> 395: insegt -c 2 -ro /tmp/tmpu4w7laao/threshold-count2_readOutput.gff -ao /tmp/tmpu4w7laao/threshold-count2_annoOutput.gff -to /tmp/tmpu4w7laao/threshold-count2_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> 395: insegt -n 3 -ro /tmp/tmpu4w7laao/ntuple3_readOutput.gff -ao /tmp/tmpu4w7laao/ntuple3_annoOutput.gff -to /tmp/tmpu4w7laao/ntuple3_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> 395: insegt -m -ro /tmp/tmpu4w7laao/max-tuple_readOutput.gff -ao /tmp/tmpu4w7laao/max-tuple_annoOutput.gff -to /tmp/tmpu4w7laao/max-tuple_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> 395: insegt -e -ro /tmp/tmpu4w7laao/exact-ntuple_readOutput.gff -ao /tmp/tmpu4w7laao/exact-ntuple_annoOutput.gff -to /tmp/tmpu4w7laao/exact-ntuple_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> 395: ==============================
> 395: total tests: 5
> 395: failed tests: 5
> 395: successful tests: 0
> 395: ==============================
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_rc.fa to /tmp/tmpmv990yua/reads_simulated_mates1_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_rc.fa to /tmp/tmpmv990yua/reads_simulated_mates2_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1.fa to /tmp/tmpmv990yua/reads_simulated_mates1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2.fa to /tmp/tmpmv990yua/reads_simulated_mates2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 388/416 Test #395: app_test_insegt ...................................................................***Failed 0.12 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_annoOutput.gff to /tmp/tmpu4w7laao/default_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_readOutput.gff to /tmp/tmpu4w7laao/default_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/default_tupleOutput.gff to /tmp/tmpu4w7laao/default_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_annoOutput.gff to /tmp/tmpu4w7laao/threshold-count2_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_readOutput.gff to /tmp/tmpu4w7laao/threshold-count2_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/threshold-count2_tupleOutput.gff to /tmp/tmpu4w7laao/threshold-count2_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_annoOutput.gff to /tmp/tmpu4w7laao/ntuple3_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_readOutput.gff to /tmp/tmpu4w7laao/ntuple3_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/ntuple3_tupleOutput.gff to /tmp/tmpu4w7laao/ntuple3_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_annoOutput.gff to /tmp/tmpu4w7laao/max-tuple_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_readOutput.gff to /tmp/tmpu4w7laao/max-tuple_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/max-tuple_tupleOutput.gff to /tmp/tmpu4w7laao/max-tuple_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_annoOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_annoOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_readOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_readOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/insegt/tests/exact-ntuple_tupleOutput.gff to /tmp/tmpu4w7laao/exact-ntuple_tupleOutput.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpu4w7laao
> Executing test for insegt
> =========================
>
> insegt -ro /tmp/tmpu4w7laao/default_readOutput.gff -ao /tmp/tmpu4w7laao/default_annoOutput.gff -to /tmp/tmpu4w7laao/default_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> insegt -c 2 -ro /tmp/tmpu4w7laao/threshold-count2_readOutput.gff -ao /tmp/tmpu4w7laao/threshold-count2_annoOutput.gff -to /tmp/tmpu4w7laao/threshold-count2_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> insegt -n 3 -ro /tmp/tmpu4w7laao/ntuple3_readOutput.gff -ao /tmp/tmpu4w7laao/ntuple3_annoOutput.gff -to /tmp/tmpu4w7laao/ntuple3_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> insegt -m -ro /tmp/tmpu4w7laao/max-tuple_readOutput.gff -ao /tmp/tmpu4w7laao/max-tuple_annoOutput.gff -to /tmp/tmpu4w7laao/max-tuple_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> insegt -e -ro /tmp/tmpu4w7laao/exact-ntuple_readOutput.gff -ao /tmp/tmpu4w7laao/exact-ntuple_annoOutput.gff -to /tmp/tmpu4w7laao/exact-ntuple_tupleOutput.gff /<<PKGBUILDDIR>>/apps/insegt/tests/alignments.sam /<<PKGBUILDDIR>>/apps/insegt/tests/annotations.gff FAILED
> ==============================
> total tests: 5
> failed tests: 5
> successful tests: 0
> ==============================
>
> test 396
> Start 396: app_test_mason2
>
> 396: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/mason2/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 396: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/mason2
> 396: Test timeout computed to be: 10000000
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30.vcf to /tmp/tmpmv990yua/st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30.gff to /tmp/tmpmv990yua/st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.gff to /tmp/tmpmv990yua/st1_l30_m.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_ith5.gff to /tmp/tmpmv990yua/st1_l30_ith5.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_gth3.gff to /tmp/tmpmv990yua/st1_l30_gth3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/pairedEnd_st1_l30.vcf to /tmp/tmpmv990yua/pairedEnd_st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/pairedEnd_st1_l30.gff to /tmp/tmpmv990yua/pairedEnd_st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.fasta to /tmp/tmp450p5zk6/genome.test1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.stdout to /tmp/tmp450p5zk6/genome.test1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.stderr to /tmp/tmp450p5zk6/genome.test1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.fasta to /tmp/tmp450p5zk6/genome.test2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.stdout to /tmp/tmp450p5zk6/genome.test2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.stderr to /tmp/tmp450p5zk6/genome.test2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf to /tmp/tmp450p5zk6/random_var1.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1_bp.txt to /tmp/tmp450p5zk6/random_var1_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1_meth.fasta to /tmp/tmp450p5zk6/random_var1_meth.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf.stderr to /tmp/tmp450p5zk6/random_var1.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf.stdout to /tmp/tmp450p5zk6/random_var1.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf to /tmp/tmp450p5zk6/random_var2.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.fasta to /tmp/tmp450p5zk6/random_var2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_bp.txt to /tmp/tmp450p5zk6/random_var2_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_meth.fasta to /tmp/tmp450p5zk6/random_var2_meth.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf.stderr to /tmp/tmp450p5zk6/random_var2.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf.stdout to /tmp/tmp450p5zk6/random_var2.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reference2_st1_l30.vcf to /tmp/tmpmv990yua/reference2_st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reference2_st1_l30.gff to /tmp/tmpmv990yua/reference2_st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 394: DELETING TEMP DIR /tmp/tmpmv990yua
> 394: Executing test for gustaf
> 394: ===============================
> 394:
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates1.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates2.fa -o /tmp/tmpmv990yua/adeno_modified_reads_joinedMates.fa -rc FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_gold.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_gold.fa -o /tmp/tmpmv990yua/reads_simulated_joined_rc.fa -rc FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_gold.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_gold.fa -o /tmp/tmpmv990yua/reads_simulated_joined.fa FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_gold.fa -o /tmp/tmpmv990yua/reads_simulated_mates1_rc.fa -o /tmp/tmpmv990yua/reads_simulated_mates2_rc.fa -rc FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_gold.fa -o /tmp/tmpmv990yua/reads_simulated_mates1.fa -o /tmp/tmpmv990yua/reads_simulated_mates2.fa FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st2_l100.gff -vcf /tmp/tmpmv990yua/st2_l100.vcf OK
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30.gff -vcf /tmp/tmpmv990yua/st1_l30.vcf -st 1 -l 30 FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -m /<<PKGBUILDDIR>>/apps/gustaf/tests/stellar.gff -gff /tmp/tmpmv990yua/st1_l30_m.gff -vcf /tmp/tmpmv990yua/st1_l30_m.vcf -st 1 FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30_ith5.gff -vcf /tmp/tmpmv990yua/st1_l30_ith5.vcf -st 1 -l 30 -ith 5 -bth 5 FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30_gth3.gff -vcf /tmp/tmpmv990yua/st1_l30_gth3.vcf -st 1 -l 30 -gth 3 FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates1.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates2.fa -m /<<PKGBUILDDIR>>/apps/gustaf/tests/stellar_joinedMates_l30.gff -gff /tmp/tmpmv990yua/pairedEnd_st1_l30.gff -vcf /tmp/tmpmv990yua/pairedEnd_st1_l30.vcf -st 1 -mst 1 -ll 1000 -le 100 -rc FAILED
> 394: gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/read_reference2.fa -gff /tmp/tmpmv990yua/reference2_st1_l30.gff -vcf /tmp/tmpmv990yua/reference2_st1_l30.vcf -st 1 -l 30 FAILED
> 394: ==============================
> 394: total tests: 12
> 394: failed tests: 11
> 394: successful tests: 1
> 394: ==============================
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf to /tmp/tmp450p5zk6/random_var3.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.fasta to /tmp/tmp450p5zk6/random_var3.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3_bp.txt to /tmp/tmp450p5zk6/random_var3_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf.stderr to /tmp/tmp450p5zk6/random_var3.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf.stdout to /tmp/tmp450p5zk6/random_var3.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 389/416 Test #394: app_test_gustaf ...................................................................***Failed 0.33 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_joinedMates.fa to /tmp/tmpmv990yua/adeno_modified_reads_joinedMates.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_rc.fa to /tmp/tmpmv990yua/reads_simulated_joined_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined.fa to /tmp/tmpmv990yua/reads_simulated_joined.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_rc.fa to /tmp/tmpmv990yua/reads_simulated_mates1_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_rc.fa to /tmp/tmpmv990yua/reads_simulated_mates2_rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1.fa to /tmp/tmpmv990yua/reads_simulated_mates1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2.fa to /tmp/tmpmv990yua/reads_simulated_mates2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30.vcf to /tmp/tmpmv990yua/st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30.gff to /tmp/tmpmv990yua/st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.gff to /tmp/tmpmv990yua/st1_l30_m.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_ith5.gff to /tmp/tmpmv990yua/st1_l30_ith5.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_m.vcf to /tmp/tmpmv990yua/st1_l30_m.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/st1_l30_gth3.gff to /tmp/tmpmv990yua/st1_l30_gth3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/pairedEnd_st1_l30.vcf to /tmp/tmpmv990yua/pairedEnd_st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/pairedEnd_st1_l30.gff to /tmp/tmpmv990yua/pairedEnd_st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reference2_st1_l30.vcf to /tmp/tmpmv990yua/reference2_st1_l30.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/gustaf/tests/reference2_st1_l30.gff to /tmp/tmpmv990yua/reference2_st1_l30.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpmv990yua
> Executing test for gustaf
> ===============================
>
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates1.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates2.fa -o /tmp/tmpmv990yua/adeno_modified_reads_joinedMates.fa -rc FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_gold.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_gold.fa -o /tmp/tmpmv990yua/reads_simulated_joined_rc.fa -rc FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates1_gold.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_mates2_gold.fa -o /tmp/tmpmv990yua/reads_simulated_joined.fa FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_gold.fa -o /tmp/tmpmv990yua/reads_simulated_mates1_rc.fa -o /tmp/tmpmv990yua/reads_simulated_mates2_rc.fa -rc FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/reads_simulated_joined_gold.fa -o /tmp/tmpmv990yua/reads_simulated_mates1.fa -o /tmp/tmpmv990yua/reads_simulated_mates2.fa FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st2_l100.gff -vcf /tmp/tmpmv990yua/st2_l100.vcf OK
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30.gff -vcf /tmp/tmpmv990yua/st1_l30.vcf -st 1 -l 30 FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -m /<<PKGBUILDDIR>>/apps/gustaf/tests/stellar.gff -gff /tmp/tmpmv990yua/st1_l30_m.gff -vcf /tmp/tmpmv990yua/st1_l30_m.vcf -st 1 FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30_ith5.gff -vcf /tmp/tmpmv990yua/st1_l30_ith5.vcf -st 1 -l 30 -ith 5 -bth 5 FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads.fa -gff /tmp/tmpmv990yua/st1_l30_gth3.gff -vcf /tmp/tmpmv990yua/st1_l30_gth3.vcf -st 1 -l 30 -gth 3 FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates1.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno_modified_reads_mates2.fa -m /<<PKGBUILDDIR>>/apps/gustaf/tests/stellar_joinedMates_l30.gff -gff /tmp/tmpmv990yua/pairedEnd_st1_l30.gff -vcf /tmp/tmpmv990yua/pairedEnd_st1_l30.vcf -st 1 -mst 1 -ll 1000 -le 100 -rc FAILED
> gustaf /<<PKGBUILDDIR>>/apps/gustaf/tests/adeno.fa /<<PKGBUILDDIR>>/apps/gustaf/tests/read_reference2.fa -gff /tmp/tmpmv990yua/reference2_st1_l30.gff -vcf /tmp/tmpmv990yua/reference2_st1_l30.vcf -st 1 -l 30 FAILED
> ==============================
> total tests: 12
> failed tests: 11
> successful tests: 1
> ==============================
>
> test 397
> Start 397: app_test_micro_razers
>
> 397: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/micro_razers/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 397: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/micro_razers
> 397: Test timeout computed to be: 10000000
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf to /tmp/tmp450p5zk6/random_var9.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf.stderr to /tmp/tmp450p5zk6/random_var9.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf.stdout to /tmp/tmp450p5zk6/random_var9.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/materializer.random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var1.stdout to /tmp/tmp450p5zk6/materializer.random_var1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var1.stderr to /tmp/tmp450p5zk6/materializer.random_var1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/materializer.random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_meth.fasta to /tmp/tmp450p5zk6/materializer.random_meth2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var2.stdout to /tmp/tmp450p5zk6/materializer.random_var2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var2.stderr to /tmp/tmp450p5zk6/materializer.random_var2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left1.fq to /tmp/tmp450p5zk6/simulator.left1.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right1.fq to /tmp/tmp450p5zk6/simulator.right1.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.sam to /tmp/tmp450p5zk6/simulator.out1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.stdout to /tmp/tmp450p5zk6/simulator.out1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.stderr to /tmp/tmp450p5zk6/simulator.out1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<bool, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left2.fq to /tmp/tmp450p5zk6/simulator.left2.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right2.fq to /tmp/tmp450p5zk6/simulator.right2.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.sam to /tmp/tmp450p5zk6/simulator.out2.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.stdout to /tmp/tmp450p5zk6/simulator.out2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.stderr to /tmp/tmp450p5zk6/simulator.out2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left3.fa to /tmp/tmp450p5zk6/simulator.left3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right3.fa to /tmp/tmp450p5zk6/simulator.right3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out3.stdout to /tmp/tmp450p5zk6/simulator.out3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out3.stderr to /tmp/tmp450p5zk6/simulator.out3.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left7.fa to /tmp/tmp450p5zk6/simulator.left7.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.sam to /tmp/tmp450p5zk6/simulator.out7.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.stdout to /tmp/tmp450p5zk6/simulator.out7.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.stderr to /tmp/tmp450p5zk6/simulator.out7.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left4.fa to /tmp/tmp450p5zk6/simulator.left4.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.sam to /tmp/tmp450p5zk6/simulator.out4.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.stdout to /tmp/tmp450p5zk6/simulator.out4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.stderr to /tmp/tmp450p5zk6/simulator.out4.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left5.fq to /tmp/tmp450p5zk6/simulator.left5.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right5.fq to /tmp/tmp450p5zk6/simulator.right5.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out5.stdout to /tmp/tmp450p5zk6/simulator.out5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out5.stderr to /tmp/tmp450p5zk6/simulator.out5.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left6.fq to /tmp/tmp450p5zk6/simulator.left6.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right6.fq to /tmp/tmp450p5zk6/simulator.right6.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out6.stdout to /tmp/tmp450p5zk6/simulator.out6.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out6.stderr to /tmp/tmp450p5zk6/simulator.out6.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left8.fq to /tmp/tmp450p5zk6/simulator.left8.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.sam to /tmp/tmp450p5zk6/simulator.out8.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.stdout to /tmp/tmp450p5zk6/simulator.out8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.stderr to /tmp/tmp450p5zk6/simulator.out8.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 396: DELETING TEMP DIR /tmp/tmp450p5zk6
> 396: Executing test for mason_variator
> 396: ======================
> 396:
> 396: mason_genome -l 1000 -o /tmp/tmp450p5zk6/genome.test1.fasta FAILED
> 396: mason_genome -s 1 -l 1000 -l 100 -o /tmp/tmp450p5zk6/genome.test2.fasta FAILED
> 396: mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var1.vcf -of /tmp/tmp450p5zk6/random_var1.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --methylation-levels --meth-fasta-out /tmp/tmp450p5zk6/random_var1_meth.fasta --out-breakpoints /tmp/tmp450p5zk6/random_var1_bp.txt FAILED
> 396: mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var2.vcf -of /tmp/tmp450p5zk6/random_var2.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --methylation-levels --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --meth-fasta-out /tmp/tmp450p5zk6/random_var2_meth.fasta --out-breakpoints /tmp/tmp450p5zk6/random_var2_bp.txt FAILED
> 396: mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var3.vcf -of /tmp/tmp450p5zk6/random_var3.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --out-breakpoints /tmp/tmp450p5zk6/random_var3_bp.txt FAILED
> 396: mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/adeno_virus.fa -ov /tmp/tmp450p5zk6/random_var9.vcf -of /tmp/tmp450p5zk6/random_var9.fasta --sv-indel-rate 0.01 --sv-duplication-rate 0.01 --sv-inversion-rate 0.01 --min-sv-size 20 --max-sv-size 300 FAILED
> 396: mason_materializer -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/materializer.random_var1.fasta FAILED
> 396: mason_materializer -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf -o /tmp/tmp450p5zk6/materializer.random_var2.fasta --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --meth-fasta-out /tmp/tmp450p5zk6/materializer.random_meth2.fasta FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left1.fq -or /tmp/tmp450p5zk6/simulator.right1.fq -oa /tmp/tmp450p5zk6/simulator.out1.sam FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/simulator.left2.fq -or /tmp/tmp450p5zk6/simulator.right2.fq -oa /tmp/tmp450p5zk6/simulator.out2.sam FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left3.fa -or /tmp/tmp450p5zk6/simulator.right3.fa FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/simulator.left7.fa -oa /tmp/tmp450p5zk6/simulator.out7.sam FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left4.fa -oa /tmp/tmp450p5zk6/simulator.out4.sam FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --methylation-levels --enable-bs-seq -o /tmp/tmp450p5zk6/simulator.left5.fq -or /tmp/tmp450p5zk6/simulator.right5.fq FAILED
> 396: mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --methylation-levels --enable-bs-seq -o /tmp/tmp450p5zk6/simulator.left6.fq -or /tmp/tmp450p5zk6/simulator.right6.fq FAILED
> 396: mason_simulator --seq-technology 454 --fragment-mean-size 800 --454-read-length-mean 200 --454-read-length-stddev 20 -n 1000 -v -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left8.fq -oa /tmp/tmp450p5zk6/simulator.out8.sam FAILED
> 396: ==============================
> 396: total tests: 16
> 396: failed tests: 16
> 396: successful tests: 0
> 396: ==============================
> 390/416 Test #396: app_test_mason2 ...................................................................***Failed 1.83 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.fasta to /tmp/tmp450p5zk6/genome.test1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.stdout to /tmp/tmp450p5zk6/genome.test1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test1.stderr to /tmp/tmp450p5zk6/genome.test1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.fasta to /tmp/tmp450p5zk6/genome.test2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.stdout to /tmp/tmp450p5zk6/genome.test2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/genome.test2.stderr to /tmp/tmp450p5zk6/genome.test2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf to /tmp/tmp450p5zk6/random_var1.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1_bp.txt to /tmp/tmp450p5zk6/random_var1_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1_meth.fasta to /tmp/tmp450p5zk6/random_var1_meth.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf.stderr to /tmp/tmp450p5zk6/random_var1.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf.stdout to /tmp/tmp450p5zk6/random_var1.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf to /tmp/tmp450p5zk6/random_var2.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.fasta to /tmp/tmp450p5zk6/random_var2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_bp.txt to /tmp/tmp450p5zk6/random_var2_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_meth.fasta to /tmp/tmp450p5zk6/random_var2_meth.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf.stderr to /tmp/tmp450p5zk6/random_var2.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf.stdout to /tmp/tmp450p5zk6/random_var2.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf to /tmp/tmp450p5zk6/random_var3.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.fasta to /tmp/tmp450p5zk6/random_var3.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3_bp.txt to /tmp/tmp450p5zk6/random_var3_bp.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf.stderr to /tmp/tmp450p5zk6/random_var3.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var3.vcf.stdout to /tmp/tmp450p5zk6/random_var3.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf to /tmp/tmp450p5zk6/random_var9.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf.stderr to /tmp/tmp450p5zk6/random_var9.vcf.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var9.vcf.stdout to /tmp/tmp450p5zk6/random_var9.vcf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/materializer.random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var1.stdout to /tmp/tmp450p5zk6/materializer.random_var1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var1.stderr to /tmp/tmp450p5zk6/materializer.random_var1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.fasta to /tmp/tmp450p5zk6/materializer.random_var1.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2_meth.fasta to /tmp/tmp450p5zk6/materializer.random_meth2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var2.stdout to /tmp/tmp450p5zk6/materializer.random_var2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/materializer.random_var2.stderr to /tmp/tmp450p5zk6/materializer.random_var2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left1.fq to /tmp/tmp450p5zk6/simulator.left1.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right1.fq to /tmp/tmp450p5zk6/simulator.right1.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.sam to /tmp/tmp450p5zk6/simulator.out1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.stdout to /tmp/tmp450p5zk6/simulator.out1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out1.stderr to /tmp/tmp450p5zk6/simulator.out1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left2.fq to /tmp/tmp450p5zk6/simulator.left2.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right2.fq to /tmp/tmp450p5zk6/simulator.right2.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.sam to /tmp/tmp450p5zk6/simulator.out2.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.stdout to /tmp/tmp450p5zk6/simulator.out2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out2.stderr to /tmp/tmp450p5zk6/simulator.out2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left3.fa to /tmp/tmp450p5zk6/simulator.left3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right3.fa to /tmp/tmp450p5zk6/simulator.right3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out3.stdout to /tmp/tmp450p5zk6/simulator.out3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out3.stderr to /tmp/tmp450p5zk6/simulator.out3.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left7.fa to /tmp/tmp450p5zk6/simulator.left7.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.sam to /tmp/tmp450p5zk6/simulator.out7.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.stdout to /tmp/tmp450p5zk6/simulator.out7.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out7.stderr to /tmp/tmp450p5zk6/simulator.out7.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left4.fa to /tmp/tmp450p5zk6/simulator.left4.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.sam to /tmp/tmp450p5zk6/simulator.out4.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.stdout to /tmp/tmp450p5zk6/simulator.out4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out4.stderr to /tmp/tmp450p5zk6/simulator.out4.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left5.fq to /tmp/tmp450p5zk6/simulator.left5.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right5.fq to /tmp/tmp450p5zk6/simulator.right5.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out5.stdout to /tmp/tmp450p5zk6/simulator.out5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out5.stderr to /tmp/tmp450p5zk6/simulator.out5.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left6.fq to /tmp/tmp450p5zk6/simulator.left6.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.right6.fq to /tmp/tmp450p5zk6/simulator.right6.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out6.stdout to /tmp/tmp450p5zk6/simulator.out6.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out6.stderr to /tmp/tmp450p5zk6/simulator.out6.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.left8.fq to /tmp/tmp450p5zk6/simulator.left8.fq: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.sam to /tmp/tmp450p5zk6/simulator.out8.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.stdout to /tmp/tmp450p5zk6/simulator.out8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/mason2/tests/simulator.out8.stderr to /tmp/tmp450p5zk6/simulator.out8.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp450p5zk6
> Executing test for mason_variator
> ======================
>
> mason_genome -l 1000 -o /tmp/tmp450p5zk6/genome.test1.fasta FAILED
> mason_genome -s 1 -l 1000 -l 100 -o /tmp/tmp450p5zk6/genome.test2.fasta FAILED
> mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var1.vcf -of /tmp/tmp450p5zk6/random_var1.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --methylation-levels --meth-fasta-out /tmp/tmp450p5zk6/random_var1_meth.fasta --out-breakpoints /tmp/tmp450p5zk6/random_var1_bp.txt FAILED
> mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var2.vcf -of /tmp/tmp450p5zk6/random_var2.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --methylation-levels --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --meth-fasta-out /tmp/tmp450p5zk6/random_var2_meth.fasta --out-breakpoints /tmp/tmp450p5zk6/random_var2_bp.txt FAILED
> mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -n 2 -ov /tmp/tmp450p5zk6/random_var3.vcf -of /tmp/tmp450p5zk6/random_var3.fasta --snp-rate 0.001 --small-indel-rate 0.001 --sv-indel-rate 0.001 --sv-inversion-rate 0.001 --sv-translocation-rate 0.001 --sv-duplication-rate 0.001 --min-sv-size 50 --max-sv-size 100 --out-breakpoints /tmp/tmp450p5zk6/random_var3_bp.txt FAILED
> mason_variator -ir /<<PKGBUILDDIR>>/apps/mason2/tests/adeno_virus.fa -ov /tmp/tmp450p5zk6/random_var9.vcf -of /tmp/tmp450p5zk6/random_var9.fasta --sv-indel-rate 0.01 --sv-duplication-rate 0.01 --sv-inversion-rate 0.01 --min-sv-size 20 --max-sv-size 300 FAILED
> mason_materializer -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/materializer.random_var1.fasta FAILED
> mason_materializer -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var2.vcf -o /tmp/tmp450p5zk6/materializer.random_var2.fasta --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --meth-fasta-out /tmp/tmp450p5zk6/materializer.random_meth2.fasta FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left1.fq -or /tmp/tmp450p5zk6/simulator.right1.fq -oa /tmp/tmp450p5zk6/simulator.out1.sam FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/simulator.left2.fq -or /tmp/tmp450p5zk6/simulator.right2.fq -oa /tmp/tmp450p5zk6/simulator.out2.sam FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left3.fa -or /tmp/tmp450p5zk6/simulator.right3.fa FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf -o /tmp/tmp450p5zk6/simulator.left7.fa -oa /tmp/tmp450p5zk6/simulator.out7.sam FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left4.fa -oa /tmp/tmp450p5zk6/simulator.out4.sam FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --methylation-levels --enable-bs-seq -o /tmp/tmp450p5zk6/simulator.left5.fq -or /tmp/tmp450p5zk6/simulator.right5.fq FAILED
> mason_simulator -n 1000 -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -iv /<<PKGBUILDDIR>>/apps/mason2/tests/random_var1.vcf --meth-fasta-in /<<PKGBUILDDIR>>/apps/mason2/tests/random_meth1.fasta --methylation-levels --enable-bs-seq -o /tmp/tmp450p5zk6/simulator.left6.fq -or /tmp/tmp450p5zk6/simulator.right6.fq FAILED
> mason_simulator --seq-technology 454 --fragment-mean-size 800 --454-read-length-mean 200 --454-read-length-stddev 20 -n 1000 -v -ir /<<PKGBUILDDIR>>/apps/mason2/tests/random.fasta -o /tmp/tmp450p5zk6/simulator.left8.fq -oa /tmp/tmp450p5zk6/simulator.out8.sam FAILED
> ==============================
> total tests: 16
> failed tests: 16
> successful tests: 0
> ==============================
>
> test 398
> Start 398: app_test_ngs_roi
>
> 398: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/ngs_roi/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 398: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/ngs_roi
> 398: Test timeout computed to be: 10000000
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.stderr to /tmp/tmp7nnezerx/out_small_bed_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.stdout to /tmp/tmp7nnezerx/out_small_bed_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.roi to /tmp/tmp7nnezerx/out_small_bed_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_0.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_0.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.stderr to /tmp/tmp7nnezerx/out_small_gff_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.stdout to /tmp/tmp7nnezerx/out_small_gff_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.roi to /tmp/tmp7nnezerx/out_small_gff_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.stderr to /tmp/tmp7nnezerx/out_small_gtf_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.stdout to /tmp/tmp7nnezerx/out_small_gtf_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.roi to /tmp/tmp7nnezerx/out_small_gtf_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.roi to /tmp/tmp7nnezerx/out_small_bed_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.stderr to /tmp/tmp7nnezerx/out_small_bed_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.stdout to /tmp/tmp7nnezerx/out_small_bed_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.roi to /tmp/tmp7nnezerx/out_small_bed_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.roi to /tmp/tmp7nnezerx/out_small_gff_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.stderr to /tmp/tmp7nnezerx/out_small_gff_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.stdout to /tmp/tmp7nnezerx/out_small_gff_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.roi to /tmp/tmp7nnezerx/out_small_gff_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.stderr to /tmp/tmp7nnezerx/out_small_gtf_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.stdout to /tmp/tmp7nnezerx/out_small_gtf_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.roi to /tmp/tmp7nnezerx/out_small_gtf_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.stderr to /tmp/tmp7nnezerx/out_small_bed_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.stdout to /tmp/tmp7nnezerx/out_small_bed_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.roi to /tmp/tmp7nnezerx/out_small_bed_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.stderr to /tmp/tmp7nnezerx/out_small_gff_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.stdout to /tmp/tmp7nnezerx/out_small_gff_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.roi to /tmp/tmp7nnezerx/out_small_gff_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.stderr to /tmp/tmp7nnezerx/out_small_gtf_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.stdout to /tmp/tmp7nnezerx/out_small_gtf_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.roi to /tmp/tmp7nnezerx/out_small_gtf_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.stderr to /tmp/tmp7nnezerx/out_small_bed_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.stdout to /tmp/tmp7nnezerx/out_small_bed_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.roi to /tmp/tmp7nnezerx/out_small_bed_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.stderr to /tmp/tmp7nnezerx/out_small_gff_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.stdout to /tmp/tmp7nnezerx/out_small_gff_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.roi to /tmp/tmp7nnezerx/out_small_gff_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.stderr to /tmp/tmp7nnezerx/out_small_gtf_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.stdout to /tmp/tmp7nnezerx/out_small_gtf_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.roi to /tmp/tmp7nnezerx/out_small_gtf_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi.stderr to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi.stdout to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi.stderr to /tmp/tmp7nnezerx/out_mrna_2l.roi.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi.stdout to /tmp/tmp7nnezerx/out_mrna_2l.roi.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi to /tmp/tmp7nnezerx/out_mrna_2l.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 398: DELETING TEMP DIR /tmp/tmp7nnezerx
> 398: Executing test for roi_intersect
> 398: ================================
> 398:
> 398: roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.roi FAILED
> 398: roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mprojection.roi FAILED
> 398: roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.roi FAILED
> 398: roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mprojection.roi FAILED
> 398: roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.roi FAILED
> 398: roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mprojection.roi FAILED
> 398: roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_munion_ss.roi FAILED
> 398: roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_munion.roi FAILED
> 398: roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_munion_ss.roi FAILED
> 398: roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_munion.roi FAILED
> 398: roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_munion_ss.roi FAILED
> 398: roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_munion.roi FAILED
> 398: roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.roi FAILED
> 398: roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mdifference.roi FAILED
> 398: roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.roi FAILED
> 398: roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mdifference.roi FAILED
> 398: roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.roi FAILED
> 398: roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mdifference.roi FAILED
> 398: roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.roi FAILED
> 398: roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mintersection.roi FAILED
> 398: roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.roi FAILED
> 398: roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mintersection.roi FAILED
> 398: roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.roi FAILED
> 398: roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mintersection.roi FAILED
> 398: bam2roi --strand-specific -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/micro_rna_sorted_2l.bam -of /tmp/tmp7nnezerx/out_mrna_2l_ss.roi FAILED
> 398: bam2roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/micro_rna_sorted_2l.bam -of /tmp/tmp7nnezerx/out_mrna_2l.roi FAILED
> 398: ==============================
> 398: total tests: 26
> 398: failed tests: 26
> 398: successful tests: 0
> 398: ==============================
> 391/416 Test #398: app_test_ngs_roi ..................................................................***Failed 0.55 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.stderr to /tmp/tmp7nnezerx/out_small_bed_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.stdout to /tmp/tmp7nnezerx/out_small_bed_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mprojection.roi to /tmp/tmp7nnezerx/out_small_bed_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.stderr to /tmp/tmp7nnezerx/out_small_gff_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.stdout to /tmp/tmp7nnezerx/out_small_gff_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mprojection.roi to /tmp/tmp7nnezerx/out_small_gff_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.stderr to /tmp/tmp7nnezerx/out_small_gtf_mprojection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.stdout to /tmp/tmp7nnezerx/out_small_gtf_mprojection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mprojection.roi to /tmp/tmp7nnezerx/out_small_gtf_mprojection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion_ss.roi to /tmp/tmp7nnezerx/out_small_bed_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.stderr to /tmp/tmp7nnezerx/out_small_bed_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.stdout to /tmp/tmp7nnezerx/out_small_bed_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_munion.roi to /tmp/tmp7nnezerx/out_small_bed_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion_ss.roi to /tmp/tmp7nnezerx/out_small_gff_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.stderr to /tmp/tmp7nnezerx/out_small_gff_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.stdout to /tmp/tmp7nnezerx/out_small_gff_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_munion.roi to /tmp/tmp7nnezerx/out_small_gff_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_munion_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.stderr to /tmp/tmp7nnezerx/out_small_gtf_munion.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.stdout to /tmp/tmp7nnezerx/out_small_gtf_munion.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_munion.roi to /tmp/tmp7nnezerx/out_small_gtf_munion.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.stderr to /tmp/tmp7nnezerx/out_small_bed_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.stdout to /tmp/tmp7nnezerx/out_small_bed_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mdifference.roi to /tmp/tmp7nnezerx/out_small_bed_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.stderr to /tmp/tmp7nnezerx/out_small_gff_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.stdout to /tmp/tmp7nnezerx/out_small_gff_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mdifference.roi to /tmp/tmp7nnezerx/out_small_gff_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.stderr to /tmp/tmp7nnezerx/out_small_gtf_mdifference.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.stdout to /tmp/tmp7nnezerx/out_small_gtf_mdifference.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mdifference.roi to /tmp/tmp7nnezerx/out_small_gtf_mdifference.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.stderr to /tmp/tmp7nnezerx/out_small_bed_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.stdout to /tmp/tmp7nnezerx/out_small_bed_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_bed_mintersection.roi to /tmp/tmp7nnezerx/out_small_bed_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.stderr to /tmp/tmp7nnezerx/out_small_gff_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.stdout to /tmp/tmp7nnezerx/out_small_gff_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gff_mintersection.roi to /tmp/tmp7nnezerx/out_small_gff_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.stderr to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.stdout to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection_ss.roi to /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.stderr to /tmp/tmp7nnezerx/out_small_gtf_mintersection.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.stdout to /tmp/tmp7nnezerx/out_small_gtf_mintersection.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_small_gtf_mintersection.roi to /tmp/tmp7nnezerx/out_small_gtf_mintersection.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi.stderr to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi.stdout to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l_ss.roi to /tmp/tmp7nnezerx/out_mrna_2l_ss.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi.stderr to /tmp/tmp7nnezerx/out_mrna_2l.roi.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi.stdout to /tmp/tmp7nnezerx/out_mrna_2l.roi.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/ngs_roi/tests/out_mrna_2l.roi to /tmp/tmp7nnezerx/out_mrna_2l.roi: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp7nnezerx
> Executing test for roi_intersect
> ================================
>
> roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mprojection_ss.roi FAILED
> roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mprojection.roi FAILED
> roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mprojection_ss.roi FAILED
> roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mprojection.roi FAILED
> roi_feature_projection -m projection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mprojection_ss.roi FAILED
> roi_feature_projection -m projection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mprojection.roi FAILED
> roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_munion_ss.roi FAILED
> roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_munion.roi FAILED
> roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_munion_ss.roi FAILED
> roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_munion.roi FAILED
> roi_feature_projection -m union -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_munion_ss.roi FAILED
> roi_feature_projection -m union -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_munion.roi FAILED
> roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mdifference_ss.roi FAILED
> roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mdifference.roi FAILED
> roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mdifference_ss.roi FAILED
> roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mdifference.roi FAILED
> roi_feature_projection -m difference -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mdifference_ss.roi FAILED
> roi_feature_projection -m difference -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mdifference.roi FAILED
> roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mintersection_ss.roi FAILED
> roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.bed -or /tmp/tmp7nnezerx/out_small_bed_mintersection.roi FAILED
> roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mintersection_ss.roi FAILED
> roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gff -or /tmp/tmp7nnezerx/out_small_gff_mintersection.roi FAILED
> roi_feature_projection -m intersection -ss -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mintersection_ss.roi FAILED
> roi_feature_projection -m intersection -ir /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/small.gtf -or /tmp/tmp7nnezerx/out_small_gtf_mintersection.roi FAILED
> bam2roi --strand-specific -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/micro_rna_sorted_2l.bam -of /tmp/tmp7nnezerx/out_mrna_2l_ss.roi FAILED
> bam2roi -if /<<PKGBUILDDIR>>/apps/ngs_roi/tests/micro_rna_sorted_2l.bam -of /tmp/tmp7nnezerx/out_mrna_2l.roi FAILED
> ==============================
> total tests: 26
> failed tests: 26
> successful tests: 0
> ==============================
>
> test 399
> Start 399: app_test_pair_align
>
> 399: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/pair_align/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 399: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/pair_align
> 399: Test timeout computed to be: 10000000
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab_out.fa to /tmp/tmpz6he02it/1aab.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.stdout to /tmp/tmpz6he02it/1aab.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2_out.fa to /tmp/tmpz6he02it/1ad2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.stdout to /tmp/tmpz6he02it/1ad2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx_out.fa to /tmp/tmpz6he02it/2trx.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.stdout to /tmp/tmpz6he02it/2trx.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.protein_out.fa to /tmp/tmpz6he02it/1aab.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.protein.stdout to /tmp/tmpz6he02it/1aab.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.protein_out.fa to /tmp/tmpz6he02it/1ad2.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.protein.stdout to /tmp/tmpz6he02it/1ad2.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.protein_out.fa to /tmp/tmpz6he02it/2trx.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.protein.stdout to /tmp/tmpz6he02it/2trx.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mnw_out.fa to /tmp/tmpz6he02it/1aab.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mnw.stdout to /tmp/tmpz6he02it/1aab.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mgotoh_out.fa to /tmp/tmpz6he02it/1aab.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mgotoh.stdout to /tmp/tmpz6he02it/1aab.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.msw_out.fa to /tmp/tmpz6he02it/1aab.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.msw.stdout to /tmp/tmpz6he02it/1aab.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mlcs_out.fa to /tmp/tmpz6he02it/1aab.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mlcs.stdout to /tmp/tmpz6he02it/1aab.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mnw_out.fa to /tmp/tmpz6he02it/1ad2.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mnw.stdout to /tmp/tmpz6he02it/1ad2.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mgotoh_out.fa to /tmp/tmpz6he02it/1ad2.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mgotoh.stdout to /tmp/tmpz6he02it/1ad2.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.msw_out.fa to /tmp/tmpz6he02it/1ad2.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.msw.stdout to /tmp/tmpz6he02it/1ad2.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mlcs_out.fa to /tmp/tmpz6he02it/1ad2.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mlcs.stdout to /tmp/tmpz6he02it/1ad2.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mnw_out.fa to /tmp/tmpz6he02it/2trx.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mnw.stdout to /tmp/tmpz6he02it/2trx.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mgotoh_out.fa to /tmp/tmpz6he02it/2trx.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mgotoh.stdout to /tmp/tmpz6he02it/2trx.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.msw_out.fa to /tmp/tmpz6he02it/2trx.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.msw.stdout to /tmp/tmpz6he02it/2trx.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mlcs_out.fa to /tmp/tmpz6he02it/2trx.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mlcs.stdout to /tmp/tmpz6he02it/2trx.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.g-20_out.fa to /tmp/tmpz6he02it/1aab.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.g-20.stdout to /tmp/tmpz6he02it/1aab.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.e-5_out.fa to /tmp/tmpz6he02it/1aab.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.e-5.stdout to /tmp/tmpz6he02it/1aab.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ms10_out.fa to /tmp/tmpz6he02it/1aab.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ms10.stdout to /tmp/tmpz6he02it/1aab.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mm-8_out.fa to /tmp/tmpz6he02it/1aab.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mm-8.stdout to /tmp/tmpz6he02it/1aab.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.g-20_out.fa to /tmp/tmpz6he02it/1ad2.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.g-20.stdout to /tmp/tmpz6he02it/1ad2.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.e-5_out.fa to /tmp/tmpz6he02it/1ad2.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.e-5.stdout to /tmp/tmpz6he02it/1ad2.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ms10_out.fa to /tmp/tmpz6he02it/1ad2.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ms10.stdout to /tmp/tmpz6he02it/1ad2.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mm-8_out.fa to /tmp/tmpz6he02it/1ad2.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mm-8.stdout to /tmp/tmpz6he02it/1ad2.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.g-20_out.fa to /tmp/tmpz6he02it/2trx.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.g-20.stdout to /tmp/tmpz6he02it/2trx.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.e-5_out.fa to /tmp/tmpz6he02it/2trx.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.e-5.stdout to /tmp/tmpz6he02it/2trx.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ms10_out.fa to /tmp/tmpz6he02it/2trx.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ms10.stdout to /tmp/tmpz6he02it/2trx.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_default.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_default.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_default.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mm-8_out.fa to /tmp/tmpz6he02it/2trx.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mm-8.stdout to /tmp/tmpz6he02it/2trx.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.maVTML200_out.fa to /tmp/tmpz6he02it/1aab.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.maVTML200.stdout to /tmp/tmpz6he02it/1aab.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.maVTML200_out.fa to /tmp/tmpz6he02it/1ad2.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.maVTML200.stdout to /tmp/tmpz6he02it/1ad2.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.maVTML200_out.fa to /tmp/tmpz6he02it/2trx.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.maVTML200.stdout to /tmp/tmpz6he02it/2trx.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.lo5_out.fa to /tmp/tmpz6he02it/1aab.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.lo5.stdout to /tmp/tmpz6he02it/1aab.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.hi5_out.fa to /tmp/tmpz6he02it/1aab.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.hi5.stdout to /tmp/tmpz6he02it/1aab.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.lo5_out.fa to /tmp/tmpz6he02it/1ad2.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.lo5.stdout to /tmp/tmpz6he02it/1ad2.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.hi5_out.fa to /tmp/tmpz6he02it/1ad2.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.hi5.stdout to /tmp/tmpz6he02it/1ad2.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.lo5_out.fa to /tmp/tmpz6he02it/2trx.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.lo5.stdout to /tmp/tmpz6he02it/2trx.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.hi5_out.fa to /tmp/tmpz6he02it/2trx.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.hi5.stdout to /tmp/tmpz6he02it/2trx.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffff_out.fa to /tmp/tmpz6he02it/1aab.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffff.stdout to /tmp/tmpz6he02it/1aab.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctttt_out.fa to /tmp/tmpz6he02it/1aab.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctttt.stdout to /tmp/tmpz6he02it/1aab.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffft_out.fa to /tmp/tmpz6he02it/1aab.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffft.stdout to /tmp/tmpz6he02it/1aab.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftf_out.fa to /tmp/tmpz6he02it/1aab.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftf.stdout to /tmp/tmpz6he02it/1aab.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cftff_out.fa to /tmp/tmpz6he02it/1aab.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cftff.stdout to /tmp/tmpz6he02it/1aab.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfff_out.fa to /tmp/tmpz6he02it/1aab.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfff.stdout to /tmp/tmpz6he02it/1aab.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 27: test_bam_io_bam_file_bam_file_seek OK
> 27: test_bam_io_sam_file_issue_489 OK
> 27: test_bam_io_bam_index_save OK
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftt_out.fa to /tmp/tmpz6he02it/1aab.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftt.stdout to /tmp/tmpz6he02it/1aab.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfttf_out.fa to /tmp/tmpz6he02it/1aab.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfttf.stdout to /tmp/tmpz6he02it/1aab.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cttff_out.fa to /tmp/tmpz6he02it/1aab.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cttff.stdout to /tmp/tmpz6he02it/1aab.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 27: test_bam_io_bam_index_open OK
> 27: **************************************
> 27: Total Tests: 107
> 27: Skipped: 0
> 27: Errors: 0
> 27: **************************************
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfft_out.fa to /tmp/tmpz6he02it/1aab.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfft.stdout to /tmp/tmpz6he02it/1aab.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffff_out.fa to /tmp/tmpz6he02it/1ad2.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffff.stdout to /tmp/tmpz6he02it/1ad2.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392/416 Test #27: test_test_bam_io .................................................................. Passed 13.57 sec
> test 400
> Start 400: test_test_funcs_param_chooser
>
> 400: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/test_funcs_param_chooser
> 400: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/param_chooser
> 400: Test timeout computed to be: 10000000
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctttt_out.fa to /tmp/tmpz6he02it/1ad2.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctttt.stdout to /tmp/tmpz6he02it/1ad2.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 400: TEST SUITE test_param_chooser
> 400: SEQAN_ENABLE_DEBUG == 1
> 400: SEQAN_ENABLE_TESTING == 1
> 400: SEQAN_CXX_FLAGS == "SEQAN_CXX_FLAGS_NOT_SET"
> 400: SEQAN_ASYNC_IO == 1
> 400: test_param_chooser_quality_distribution_from_prb_file OK
> 400: test_param_chooser_quality_distribution_from_fastq_file OK
> 400: test_param_chooser_parse_gapped_params OK
> 400: test_param_parse_shapes_from_file OK
> 400: **************************************
> 400: Total Tests: 4
> 400: Skipped: 0
> 400: Errors: 0
> 400: **************************************
> 393/416 Test #400: test_test_funcs_param_chooser ..................................................... Passed 0.02 sec
> test 401
> Start 401: app_test_rabema
>
> 401: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/rabema/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 401: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/rabema
> 401: Test timeout computed to be: 10000000
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffft_out.fa to /tmp/tmpz6he02it/1ad2.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffft.stdout to /tmp/tmpz6he02it/1ad2.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftf_out.fa to /tmp/tmpz6he02it/1ad2.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftf.stdout to /tmp/tmpz6he02it/1ad2.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cftff_out.fa to /tmp/tmpz6he02it/1ad2.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cftff.stdout to /tmp/tmpz6he02it/1ad2.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfff_out.fa to /tmp/tmpz6he02it/1ad2.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfff.stdout to /tmp/tmpz6he02it/1ad2.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftt_out.fa to /tmp/tmpz6he02it/1ad2.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftt.stdout to /tmp/tmpz6he02it/1ad2.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfttf_out.fa to /tmp/tmpz6he02it/1ad2.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfttf.stdout to /tmp/tmpz6he02it/1ad2.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cttff_out.fa to /tmp/tmpz6he02it/1ad2.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cttff.stdout to /tmp/tmpz6he02it/1ad2.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfft_out.fa to /tmp/tmpz6he02it/1ad2.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfft.stdout to /tmp/tmpz6he02it/1ad2.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffff_out.fa to /tmp/tmpz6he02it/2trx.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffff.stdout to /tmp/tmpz6he02it/2trx.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctttt_out.fa to /tmp/tmpz6he02it/2trx.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctttt.stdout to /tmp/tmpz6he02it/2trx.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Executing test for pair_align
> 399: =============================
> 399:
> 399: pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.fa FAILED
> 399: pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.fa FAILED
> 399: pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.fa FAILED
> 399: pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.protein.fa FAILED
> 399: pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.protein.fa FAILED
> 399: pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.protein.fa FAILED
> 399: pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mnw.fa FAILED
> 399: pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mgotoh.fa FAILED
> 399: pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.msw.fa FAILED
> 399: pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mlcs.fa FAILED
> 399: pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mnw.fa FAILED
> 399: pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mgotoh.fa FAILED
> 399: pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.msw.fa FAILED
> 399: pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mlcs.fa FAILED
> 399: pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mnw.fa FAILED
> 399: pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mgotoh.fa FAILED
> 399: pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.msw.fa FAILED
> 399: pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mlcs.fa FAILED
> 399: pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.g-20.fa FAILED
> 399: pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.e-5.fa FAILED
> 399: pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ms10.fa FAILED
> 399: pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mm-8.fa FAILED
> 399: pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.g-20.fa FAILED
> 399: pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.e-5.fa FAILED
> 399: pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ms10.fa FAILED
> 399: pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mm-8.fa FAILED
> 399: pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.g-20.fa FAILED
> 399: pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.e-5.fa FAILED
> 399: pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ms10.fa FAILED
> 399: pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mm-8.fa FAILED
> 399: pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.maVTML200.fa FAILED
> 399: pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.maVTML200.fa FAILED
> 399: pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.maVTML200.fa FAILED
> 399: pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.lo5.fa FAILED
> 399: pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.hi5.fa FAILED
> 399: pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.lo5.fa FAILED
> 399: pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.hi5.fa FAILED
> 399: pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.lo5.fa FAILED
> 399: pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.hi5.fa FAILED
> 399: pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cffff.fa FAILED
> 399: pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctttt.fa FAILED
> 399: pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cffft.fa FAILED
> 399: pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfftf.fa FAILED
> 399: pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cftff.fa FAILED
> 399: pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctfff.fa FAILED
> 399: pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfftt.fa FAILED
> 399: pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfttf.fa FAILED
> 399: pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cttff.fa FAILED
> 399: pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctfft.fa FAILED
> 399: pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cffff.fa FAILED
> 399: pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctttt.fa FAILED
> 399: pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cffft.fa FAILED
> 399: pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfftf.fa FAILED
> 399: pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cftff.fa FAILED
> 399: pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctfff.fa FAILED
> 399: pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfftt.fa FAILED
> 399: pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfttf.fa FAILED
> 399: pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cttff.fa FAILED
> 399: pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctfft.fa FAILED
> 399: pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cffff.fa FAILED
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffft_out.fa to /tmp/tmpz6he02it/2trx.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffft.stdout to /tmp/tmpz6he02it/2trx.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftf_out.fa to /tmp/tmpz6he02it/2trx.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftf.stdout to /tmp/tmpz6he02it/2trx.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cftff_out.fa to /tmp/tmpz6he02it/2trx.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cftff.stdout to /tmp/tmpz6he02it/2trx.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfff_out.fa to /tmp/tmpz6he02it/2trx.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfff.stdout to /tmp/tmpz6he02it/2trx.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftt_out.fa to /tmp/tmpz6he02it/2trx.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftt.stdout to /tmp/tmpz6he02it/2trx.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfttf_out.fa to /tmp/tmpz6he02it/2trx.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfttf.stdout to /tmp/tmpz6he02it/2trx.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cttff_out.fa to /tmp/tmpz6he02it/2trx.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cttff.stdout to /tmp/tmpz6he02it/2trx.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfft_out.fa to /tmp/tmpz6he02it/2trx.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfft.stdout to /tmp/tmpz6he02it/2trx.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1_out.fa to /tmp/tmpz6he02it/adeno1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2_out.fa to /tmp/tmpz6he02it/adeno2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3_out.fa to /tmp/tmpz6he02it/adeno3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1-rna_out.fa to /tmp/tmpz6he02it/adeno1-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2-rna_out.fa to /tmp/tmpz6he02it/adeno2-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3-rna_out.fa to /tmp/tmpz6he02it/adeno3-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 399: DELETING TEMP DIR /tmp/tmpz6he02it
> 399: pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctttt.fa FAILED
> 399: pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cffft.fa FAILED
> 399: pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfftf.fa FAILED
> 399: pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cftff.fa FAILED
> 399: pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctfff.fa FAILED
> 399: pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfftt.fa FAILED
> 399: pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfttf.fa FAILED
> 399: pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cttff.fa FAILED
> 399: pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctfft.fa FAILED
> 399: pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1.fa -o /tmp/tmpz6he02it/adeno1.fa FAILED
> 399: pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2.fa -o /tmp/tmpz6he02it/adeno2.fa FAILED
> 399: pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3.fa -o /tmp/tmpz6he02it/adeno3.fa FAILED
> 399: pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1-rna.fa -o /tmp/tmpz6he02it/adeno1-rna.fa FAILED
> 399: pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2-rna.fa -o /tmp/tmpz6he02it/adeno2-rna.fa FAILED
> 399: pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3-rna.fa -o /tmp/tmpz6he02it/adeno3-rna.fa FAILED
> 399: ==============================
> 399: total tests: 75
> 399: failed tests: 75
> 399: successful tests: 0
> 399: ==============================
> 394/416 Test #399: app_test_pair_align ...............................................................***Failed 0.92 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab_out.fa to /tmp/tmpz6he02it/1aab.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.stdout to /tmp/tmpz6he02it/1aab.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2_out.fa to /tmp/tmpz6he02it/1ad2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.stdout to /tmp/tmpz6he02it/1ad2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx_out.fa to /tmp/tmpz6he02it/2trx.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.stdout to /tmp/tmpz6he02it/2trx.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.protein_out.fa to /tmp/tmpz6he02it/1aab.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.protein.stdout to /tmp/tmpz6he02it/1aab.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.protein_out.fa to /tmp/tmpz6he02it/1ad2.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.protein.stdout to /tmp/tmpz6he02it/1ad2.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.protein_out.fa to /tmp/tmpz6he02it/2trx.protein.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.protein.stdout to /tmp/tmpz6he02it/2trx.protein.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mnw_out.fa to /tmp/tmpz6he02it/1aab.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mnw.stdout to /tmp/tmpz6he02it/1aab.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mgotoh_out.fa to /tmp/tmpz6he02it/1aab.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mgotoh.stdout to /tmp/tmpz6he02it/1aab.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.msw_out.fa to /tmp/tmpz6he02it/1aab.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.msw.stdout to /tmp/tmpz6he02it/1aab.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mlcs_out.fa to /tmp/tmpz6he02it/1aab.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mlcs.stdout to /tmp/tmpz6he02it/1aab.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mnw_out.fa to /tmp/tmpz6he02it/1ad2.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mnw.stdout to /tmp/tmpz6he02it/1ad2.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mgotoh_out.fa to /tmp/tmpz6he02it/1ad2.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mgotoh.stdout to /tmp/tmpz6he02it/1ad2.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.msw_out.fa to /tmp/tmpz6he02it/1ad2.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.msw.stdout to /tmp/tmpz6he02it/1ad2.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mlcs_out.fa to /tmp/tmpz6he02it/1ad2.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mlcs.stdout to /tmp/tmpz6he02it/1ad2.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mnw_out.fa to /tmp/tmpz6he02it/2trx.mnw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mnw.stdout to /tmp/tmpz6he02it/2trx.mnw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mgotoh_out.fa to /tmp/tmpz6he02it/2trx.mgotoh.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mgotoh.stdout to /tmp/tmpz6he02it/2trx.mgotoh.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.msw_out.fa to /tmp/tmpz6he02it/2trx.msw.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.msw.stdout to /tmp/tmpz6he02it/2trx.msw.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mlcs_out.fa to /tmp/tmpz6he02it/2trx.mlcs.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mlcs.stdout to /tmp/tmpz6he02it/2trx.mlcs.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.g-20_out.fa to /tmp/tmpz6he02it/1aab.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.g-20.stdout to /tmp/tmpz6he02it/1aab.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.e-5_out.fa to /tmp/tmpz6he02it/1aab.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.e-5.stdout to /tmp/tmpz6he02it/1aab.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ms10_out.fa to /tmp/tmpz6he02it/1aab.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ms10.stdout to /tmp/tmpz6he02it/1aab.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mm-8_out.fa to /tmp/tmpz6he02it/1aab.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.mm-8.stdout to /tmp/tmpz6he02it/1aab.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.g-20_out.fa to /tmp/tmpz6he02it/1ad2.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.g-20.stdout to /tmp/tmpz6he02it/1ad2.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.e-5_out.fa to /tmp/tmpz6he02it/1ad2.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.e-5.stdout to /tmp/tmpz6he02it/1ad2.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ms10_out.fa to /tmp/tmpz6he02it/1ad2.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ms10.stdout to /tmp/tmpz6he02it/1ad2.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mm-8_out.fa to /tmp/tmpz6he02it/1ad2.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.mm-8.stdout to /tmp/tmpz6he02it/1ad2.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.g-20_out.fa to /tmp/tmpz6he02it/2trx.g-20.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.g-20.stdout to /tmp/tmpz6he02it/2trx.g-20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.e-5_out.fa to /tmp/tmpz6he02it/2trx.e-5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.e-5.stdout to /tmp/tmpz6he02it/2trx.e-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ms10_out.fa to /tmp/tmpz6he02it/2trx.ms10.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ms10.stdout to /tmp/tmpz6he02it/2trx.ms10.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mm-8_out.fa to /tmp/tmpz6he02it/2trx.mm-8.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.mm-8.stdout to /tmp/tmpz6he02it/2trx.mm-8.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.maVTML200_out.fa to /tmp/tmpz6he02it/1aab.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.maVTML200.stdout to /tmp/tmpz6he02it/1aab.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.maVTML200_out.fa to /tmp/tmpz6he02it/1ad2.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.maVTML200.stdout to /tmp/tmpz6he02it/1ad2.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.maVTML200_out.fa to /tmp/tmpz6he02it/2trx.maVTML200.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.maVTML200.stdout to /tmp/tmpz6he02it/2trx.maVTML200.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.lo5_out.fa to /tmp/tmpz6he02it/1aab.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.lo5.stdout to /tmp/tmpz6he02it/1aab.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.hi5_out.fa to /tmp/tmpz6he02it/1aab.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.hi5.stdout to /tmp/tmpz6he02it/1aab.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.lo5_out.fa to /tmp/tmpz6he02it/1ad2.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.lo5.stdout to /tmp/tmpz6he02it/1ad2.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.hi5_out.fa to /tmp/tmpz6he02it/1ad2.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.hi5.stdout to /tmp/tmpz6he02it/1ad2.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.lo5_out.fa to /tmp/tmpz6he02it/2trx.lo5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.lo5.stdout to /tmp/tmpz6he02it/2trx.lo5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.hi5_out.fa to /tmp/tmpz6he02it/2trx.hi5.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.hi5.stdout to /tmp/tmpz6he02it/2trx.hi5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffff_out.fa to /tmp/tmpz6he02it/1aab.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffff.stdout to /tmp/tmpz6he02it/1aab.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctttt_out.fa to /tmp/tmpz6he02it/1aab.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctttt.stdout to /tmp/tmpz6he02it/1aab.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffft_out.fa to /tmp/tmpz6he02it/1aab.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cffft.stdout to /tmp/tmpz6he02it/1aab.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftf_out.fa to /tmp/tmpz6he02it/1aab.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftf.stdout to /tmp/tmpz6he02it/1aab.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cftff_out.fa to /tmp/tmpz6he02it/1aab.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cftff.stdout to /tmp/tmpz6he02it/1aab.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfff_out.fa to /tmp/tmpz6he02it/1aab.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfff.stdout to /tmp/tmpz6he02it/1aab.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftt_out.fa to /tmp/tmpz6he02it/1aab.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfftt.stdout to /tmp/tmpz6he02it/1aab.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfttf_out.fa to /tmp/tmpz6he02it/1aab.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cfttf.stdout to /tmp/tmpz6he02it/1aab.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cttff_out.fa to /tmp/tmpz6he02it/1aab.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.cttff.stdout to /tmp/tmpz6he02it/1aab.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfft_out.fa to /tmp/tmpz6he02it/1aab.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.ctfft.stdout to /tmp/tmpz6he02it/1aab.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffff_out.fa to /tmp/tmpz6he02it/1ad2.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffff.stdout to /tmp/tmpz6he02it/1ad2.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctttt_out.fa to /tmp/tmpz6he02it/1ad2.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctttt.stdout to /tmp/tmpz6he02it/1ad2.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffft_out.fa to /tmp/tmpz6he02it/1ad2.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cffft.stdout to /tmp/tmpz6he02it/1ad2.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftf_out.fa to /tmp/tmpz6he02it/1ad2.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftf.stdout to /tmp/tmpz6he02it/1ad2.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cftff_out.fa to /tmp/tmpz6he02it/1ad2.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cftff.stdout to /tmp/tmpz6he02it/1ad2.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfff_out.fa to /tmp/tmpz6he02it/1ad2.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfff.stdout to /tmp/tmpz6he02it/1ad2.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftt_out.fa to /tmp/tmpz6he02it/1ad2.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfftt.stdout to /tmp/tmpz6he02it/1ad2.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfttf_out.fa to /tmp/tmpz6he02it/1ad2.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cfttf.stdout to /tmp/tmpz6he02it/1ad2.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cttff_out.fa to /tmp/tmpz6he02it/1ad2.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.cttff.stdout to /tmp/tmpz6he02it/1ad2.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfft_out.fa to /tmp/tmpz6he02it/1ad2.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.ctfft.stdout to /tmp/tmpz6he02it/1ad2.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffff_out.fa to /tmp/tmpz6he02it/2trx.cffff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffff.stdout to /tmp/tmpz6he02it/2trx.cffff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctttt_out.fa to /tmp/tmpz6he02it/2trx.ctttt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctttt.stdout to /tmp/tmpz6he02it/2trx.ctttt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for pair_align
> =============================
>
> pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.fa FAILED
> pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.fa FAILED
> pair_align -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.fa FAILED
> pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.protein.fa FAILED
> pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.protein.fa FAILED
> pair_align -a protein -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.protein.fa FAILED
> pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mnw.fa FAILED
> pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mgotoh.fa FAILED
> pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.msw.fa FAILED
> pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mlcs.fa FAILED
> pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mnw.fa FAILED
> pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mgotoh.fa FAILED
> pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.msw.fa FAILED
> pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mlcs.fa FAILED
> pair_align -m nw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mnw.fa FAILED
> pair_align -m gotoh -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mgotoh.fa FAILED
> pair_align -m sw -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.msw.fa FAILED
> pair_align -m lcs -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mlcs.fa FAILED
> pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.g-20.fa FAILED
> pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.e-5.fa FAILED
> pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ms10.fa FAILED
> pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.mm-8.fa FAILED
> pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.g-20.fa FAILED
> pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.e-5.fa FAILED
> pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ms10.fa FAILED
> pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.mm-8.fa FAILED
> pair_align -g -20 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.g-20.fa FAILED
> pair_align -e -5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.e-5.fa FAILED
> pair_align -ms 10 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ms10.fa FAILED
> pair_align -mm -8 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.mm-8.fa FAILED
> pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.maVTML200.fa FAILED
> pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.maVTML200.fa FAILED
> pair_align -ma /<<PKGBUILDDIR>>/apps/pair_align/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.maVTML200.fa FAILED
> pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.lo5.fa FAILED
> pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.hi5.fa FAILED
> pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.lo5.fa FAILED
> pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.hi5.fa FAILED
> pair_align -lo 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.lo5.fa FAILED
> pair_align -hi 5 -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.hi5.fa FAILED
> pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cffff.fa FAILED
> pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctttt.fa FAILED
> pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cffft.fa FAILED
> pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfftf.fa FAILED
> pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cftff.fa FAILED
> pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctfff.fa FAILED
> pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfftt.fa FAILED
> pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cfttf.fa FAILED
> pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.cttff.fa FAILED
> pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1aab.fa -o /tmp/tmpz6he02it/1aab.ctfft.fa FAILED
> pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cffff.fa FAILED
> pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctttt.fa FAILED
> pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cffft.fa FAILED
> pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfftf.fa FAILED
> pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cftff.fa FAILED
> pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctfff.fa FAILED
> pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfftt.fa FAILED
> pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cfttf.fa FAILED
> pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.cttff.fa FAILED
> pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/1ad2.fa -o /tmp/tmpz6he02it/1ad2.ctfft.fa FAILED
> pair_align -c ffff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cffff.fa FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffft_out.fa to /tmp/tmpz6he02it/2trx.cffft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cffft.stdout to /tmp/tmpz6he02it/2trx.cffft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftf_out.fa to /tmp/tmpz6he02it/2trx.cfftf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftf.stdout to /tmp/tmpz6he02it/2trx.cfftf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cftff_out.fa to /tmp/tmpz6he02it/2trx.cftff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cftff.stdout to /tmp/tmpz6he02it/2trx.cftff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfff_out.fa to /tmp/tmpz6he02it/2trx.ctfff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfff.stdout to /tmp/tmpz6he02it/2trx.ctfff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftt_out.fa to /tmp/tmpz6he02it/2trx.cfftt.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfftt.stdout to /tmp/tmpz6he02it/2trx.cfftt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfttf_out.fa to /tmp/tmpz6he02it/2trx.cfttf.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cfttf.stdout to /tmp/tmpz6he02it/2trx.cfttf.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cttff_out.fa to /tmp/tmpz6he02it/2trx.cttff.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.cttff.stdout to /tmp/tmpz6he02it/2trx.cttff.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfft_out.fa to /tmp/tmpz6he02it/2trx.ctfft.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.ctfft.stdout to /tmp/tmpz6he02it/2trx.ctfft.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1_out.fa to /tmp/tmpz6he02it/adeno1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2_out.fa to /tmp/tmpz6he02it/adeno2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3_out.fa to /tmp/tmpz6he02it/adeno3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1-rna_out.fa to /tmp/tmpz6he02it/adeno1-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2-rna_out.fa to /tmp/tmpz6he02it/adeno2-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3-rna_out.fa to /tmp/tmpz6he02it/adeno3-rna.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpz6he02it
> pair_align -c tttt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctttt.fa FAILED
> pair_align -c ffft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cffft.fa FAILED
> pair_align -c fftf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfftf.fa FAILED
> pair_align -c ftff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cftff.fa FAILED
> pair_align -c tfff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctfff.fa FAILED
> pair_align -c fftt -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfftt.fa FAILED
> pair_align -c fttf -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cfttf.fa FAILED
> pair_align -c ttff -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.cttff.fa FAILED
> pair_align -c tfft -s /<<PKGBUILDDIR>>/apps/pair_align/tests/2trx.fa -o /tmp/tmpz6he02it/2trx.ctfft.fa FAILED
> pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1.fa -o /tmp/tmpz6he02it/adeno1.fa FAILED
> pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2.fa -o /tmp/tmpz6he02it/adeno2.fa FAILED
> pair_align -a dna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3.fa -o /tmp/tmpz6he02it/adeno3.fa FAILED
> pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno1-rna.fa -o /tmp/tmpz6he02it/adeno1-rna.fa FAILED
> pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno2-rna.fa -o /tmp/tmpz6he02it/adeno2-rna.fa FAILED
> pair_align -a rna -s /<<PKGBUILDDIR>>/apps/pair_align/tests/adeno3-rna.fa -o /tmp/tmpz6he02it/adeno3-rna.fa FAILED
> ==============================
> total tests: 75
> failed tests: 75
> successful tests: 0
> ==============================
>
> test 402
> Start 402: app_test_razers
>
> 402: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/razers/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 402: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/razers
> 402: Test timeout computed to be: 10000000
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-r.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-r.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-f.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-f.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i90.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i90.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i91.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i91.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i92.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i92.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i93.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i93.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i94.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i94.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i95.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i95.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_1.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_1.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i96.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i96.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i97.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i97.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i98.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i98.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i99.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i99.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i100.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i100.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of0.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of1.fa to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of2.eland to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of2.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of3.gff to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of3.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so0.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so1.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-r.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-r.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-f.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-f.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i90.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i90.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i91.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i91.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i92.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i92.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 68: BidirectionalFMIndexTest_SearchInStringSet type parameter seqan::Index<seqan::String<seqan::SimpleType<unsigned char, seqan::Dna5_>, seqan::Alloc<void> >, seqan::BidirectionalIndex<seqan::FMIndex<void, FMIndexWTConfig<void, unsigned long> > > > OK
> 68: **************************************
> 68: Total Tests: 12
> 68: Skipped: 0
> 68: Errors: 0
> 68: **************************************
> 395/416 Test #68: test_test_index_bifm .............................................................. Passed 15.68 sec
> test 403
> Start 403: app_test_razers3
>
> 403: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/razers3/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 403: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/razers3
> 403: Test timeout computed to be: 10000000
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i93.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i93.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i94.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i94.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i95.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i95.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i96.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i96.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_2.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i97.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i97.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i98.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i98.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i99.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i99.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Executing test for razers
> 402: =========================
> 402:
> 402: razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.razers FAILED
> 402: razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.razers FAILED
> 402: razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.razers FAILED
> 402: razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.razers FAILED
> 402: razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.razers FAILED
> 402: razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.razers FAILED
> 402: razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.razers FAILED
> 402: razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.razers FAILED
> 402: razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.razers FAILED
> 402: razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.razers FAILED
> 402: razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.razers FAILED
> 402: razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.razers FAILED
> 402: razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.razers FAILED
> 402: razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.fa FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.eland FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.gff FAILED
> 402: razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.razers FAILED
> 402: razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.razers FAILED
> 402: razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.razers FAILED
> 402: razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.razers FAILED
> 402: razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.razers FAILED
> 402: razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.razers FAILED
> 402: razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.razers FAILED
> 402: razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.razers FAILED
> 402: razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.razers FAILED
> 402: razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.razers FAILED
> 402: razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.razers FAILED
> 402: razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.razers FAILED
> 402: razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.razers FAILED
> 402: razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.razers FAILED
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc1.fa to /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc1.eland to /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc1.gff to /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc1.sam to /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc1.afg to /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i100.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i100.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of0.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of1.fa to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of2.eland to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of2.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of3.gff to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of3.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so0.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/BasicEnglish_KingJames_Bible_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/BasicEnglish_KingJames_Bible_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so1.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Executing test for razers3
> 403: ===========================
> 403:
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.razers FAILED
> 403: razers3 -tc 1 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.razers FAILED
> 403: razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.razers FAILED
> 403: razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.razers FAILED
> 403: razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.razers FAILED
> 403: razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.razers FAILED
> 403: razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.razers FAILED
> 403: razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.razers FAILED
> 403: razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.razers FAILED
> 403: razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.razers FAILED
> 403: razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.razers FAILED
> 403: razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.razers FAILED
> 403: razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.razers FAILED
> 403: razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.razers FAILED
> 403: razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.fa FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.eland FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.gff FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.sam FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.afg FAILED
> 403: razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.razers FAILED
> 403: razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.razers FAILED
> 403: razers3 -tc 1 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.razers FAILED
> 403: razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.razers FAILED
> 403: razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.razers FAILED
> 403: razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.razers FAILED
> 403: razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.razers FAILED
> 403: razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.razers FAILED
> 403: razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.razers FAILED
> 403: razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.razers FAILED
> 403: razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.razers FAILED
> 403: razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.razers FAILED
> 403: razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.razers FAILED
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_3.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_3.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc1.fa to /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc1.eland to /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc1.gff to /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc1.sam to /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc1.afg to /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-r.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-r.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc1.fa to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc1.eland to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc1.gff to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.razers FAILED
> 403: razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.razers FAILED
> 403: razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.fa FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.eland FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.gff FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.sam FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.afg FAILED
> 403: razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.razers FAILED
> 403: razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers FAILED
> 403: razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.razers FAILED
> 403: razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.razers FAILED
> 403: razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.razers FAILED
> 403: razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.razers FAILED
> 403: razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.razers FAILED
> 403: razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.razers FAILED
> 403: razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.razers FAILED
> 403: razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.razers FAILED
> 403: razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.razers FAILED
> 403: razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.razers FAILED
> 403: razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.razers FAILED
> 403: razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.razers FAILED
> 403: razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.fa FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.eland FAILED
> 78: test_journaled_string_tree_find_shiftand OK
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc1.sam to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc1.afg to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-f.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-f.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i90.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i90.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_4.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_4.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i91.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i91.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i92.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i92.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i93.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i93.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc1.fa to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i94.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i94.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc1.eland to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc1.gff to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc1.sam to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc1.afg to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.gff FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.sam FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.afg FAILED
> 403: razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.razers FAILED
> 403: razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers FAILED
> 403: razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.razers FAILED
> 403: razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.razers FAILED
> 403: razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.razers FAILED
> 403: razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.razers FAILED
> 403: razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.razers FAILED
> 403: razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.razers FAILED
> 403: razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.razers FAILED
> 403: razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.razers FAILED
> 403: razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.razers FAILED
> 403: razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.razers FAILED
> 403: razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.razers FAILED
> 403: razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.razers FAILED
> 403: razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.razers FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.fa FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.eland FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.gff FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.sam FAILED
> 403: razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.afg FAILED
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 403: DELETING TEMP DIR /tmp/tmp11v23wf4
> 403: razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.razers FAILED
> 403: razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.razers FAILED
> 403: ==============================
> 403: total tests: 92
> 403: failed tests: 92
> 403: successful tests: 0
> 403: ==============================
> 396/416 Test #403: app_test_razers3 ..................................................................***Failed 7.03 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc1.fa to /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc1.eland to /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc1.gff to /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc1.sam to /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc1.afg to /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for razers3
> ===========================
>
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-tc1.razers FAILED
> razers3 -tc 1 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-ng-tc1.razers FAILED
> razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-r-tc1.razers FAILED
> razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-f-tc1.razers FAILED
> razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i90-tc1.razers FAILED
> razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i91-tc1.razers FAILED
> razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i92-tc1.razers FAILED
> razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i93-tc1.razers FAILED
> razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i94-tc1.razers FAILED
> razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i95-tc1.razers FAILED
> razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i96-tc1.razers FAILED
> razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i97-tc1.razers FAILED
> razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i98-tc1.razers FAILED
> razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i99-tc1.razers FAILED
> razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-i100-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of0-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of1-tc1.fa FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of2-tc1.eland FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of3-tc1.gff FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of4-tc1.sam FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-of5-tc1.afg FAILED
> razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-so0-tc1.razers FAILED
> razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads36_1-so1-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-tc1.razers FAILED
> razers3 -tc 1 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-ng-tc1.razers FAILED
> razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-r-tc1.razers FAILED
> razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-f-tc1.razers FAILED
> razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i90-tc1.razers FAILED
> razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i91-tc1.razers FAILED
> razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i92-tc1.razers FAILED
> razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i93-tc1.razers FAILED
> razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i94-tc1.razers FAILED
> razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i95-tc1.razers FAILED
> razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i96-tc1.razers FAILED
> razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i97-tc1.razers FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc1.fa to /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc1.eland to /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc1.gff to /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc1.sam to /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc1.afg to /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc1.razers to /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc1.stdout to /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc1.fa to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc1.eland to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc1.gff to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i98-tc1.razers FAILED
> razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i99-tc1.razers FAILED
> razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-i100-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of0-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of1-tc1.fa FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of2-tc1.eland FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of3-tc1.gff FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of4-tc1.sam FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-of5-tc1.afg FAILED
> razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-so0-tc1.razers FAILED
> razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmp11v23wf4/se-adeno-reads100_1-so1-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-tc1.razers FAILED
> razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-r-tc1.razers FAILED
> razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-f-tc1.razers FAILED
> razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i90-tc1.razers FAILED
> razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i91-tc1.razers FAILED
> razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i92-tc1.razers FAILED
> razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i93-tc1.razers FAILED
> razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i94-tc1.razers FAILED
> razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i95-tc1.razers FAILED
> razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i96-tc1.razers FAILED
> razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i97-tc1.razers FAILED
> razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i98-tc1.razers FAILED
> razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i99-tc1.razers FAILED
> razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-i100-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of0-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of1-tc1.fa FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of2-tc1.eland FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc1.sam to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc1.afg to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc1.fa to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc1.eland to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc1.gff to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc1.sam to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc1.afg to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of3-tc1.gff FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of4-tc1.sam FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-of5-tc1.afg FAILED
> razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-so0-tc1.razers FAILED
> razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads36_2-so1-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-tc1.razers FAILED
> razers3 -tc 1 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-r-tc1.razers FAILED
> razers3 -tc 1 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-f-tc1.razers FAILED
> razers3 -tc 1 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i90-tc1.razers FAILED
> razers3 -tc 1 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i91-tc1.razers FAILED
> razers3 -tc 1 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i92-tc1.razers FAILED
> razers3 -tc 1 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i93-tc1.razers FAILED
> razers3 -tc 1 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i94-tc1.razers FAILED
> razers3 -tc 1 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i95-tc1.razers FAILED
> razers3 -tc 1 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i96-tc1.razers FAILED
> razers3 -tc 1 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i97-tc1.razers FAILED
> razers3 -tc 1 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i98-tc1.razers FAILED
> razers3 -tc 1 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i99-tc1.razers FAILED
> razers3 -tc 1 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-i100-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of0-tc1.razers FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of1-tc1.fa FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of2-tc1.eland FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of3-tc1.gff FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of4-tc1.sam FAILED
> razers3 -tc 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-of5-tc1.afg FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc1.razers to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc1.stdout to /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp11v23wf4
> razers3 -tc 1 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-so0-tc1.razers FAILED
> razers3 -tc 1 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmp11v23wf4/pe-adeno-reads100_2-so1-tc1.razers FAILED
> ==============================
> total tests: 92
> failed tests: 92
> successful tests: 0
> ==============================
>
> test 404
> Start 404: app_test_razers3_sequential
>
> 404: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/razers3/tests/run_tests_sequential.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 404: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/razers3
> 404: Test timeout computed to be: 10000000
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000_0.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_pe_N6000_0.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/BasicEnglish_KingJames_Bible_minmax_155_15551.res to /tmp/tmpb3zt4jtf/BasicEnglish_KingJames_Bible_minmax_155_15551.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc0.fa to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc0.eland to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc0.gff to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i95.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i95.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc0.sam to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc0.afg to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Executing test for razers3
> 404: ===========================
> 404:
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.razers FAILED
> 404: razers3 -tc 0 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.razers FAILED
> 404: razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.razers FAILED
> 404: razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.razers FAILED
> 404: razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.razers FAILED
> 404: razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.razers FAILED
> 404: razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.razers FAILED
> 404: razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.razers FAILED
> 404: razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.razers FAILED
> 404: razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.razers FAILED
> 404: razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.razers FAILED
> 404: razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.razers FAILED
> 404: razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.razers FAILED
> 404: razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.razers FAILED
> 404: razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.fa FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.eland FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.gff FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.sam FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.afg FAILED
> 404: razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.razers FAILED
> 404: razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.razers FAILED
> 404: razers3 -tc 0 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.razers FAILED
> 404: razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.razers FAILED
> 404: razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.razers FAILED
> 404: razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.razers FAILED
> 404: razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.razers FAILED
> 404: razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.razers FAILED
> 404: razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.razers FAILED
> 404: razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.razers FAILED
> 404: razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.razers FAILED
> 404: razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.razers FAILED
> 404: razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.razers FAILED
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc0.fa to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc0.eland to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc0.gff to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc0.sam to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc0.afg to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i96.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i96.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc0.fa to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc0.eland to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc0.gff to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.razers FAILED
> 404: razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.razers FAILED
> 404: razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.fa FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.eland FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.gff FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.sam FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.afg FAILED
> 404: razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.razers FAILED
> 404: razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers FAILED
> 404: razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.razers FAILED
> 404: razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.razers FAILED
> 404: razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.razers FAILED
> 404: razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.razers FAILED
> 404: razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.razers FAILED
> 404: razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.razers FAILED
> 404: razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.razers FAILED
> 404: razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.razers FAILED
> 404: razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.razers FAILED
> 404: razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.razers FAILED
> 404: razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.razers FAILED
> 404: razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.razers FAILED
> 404: razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.fa FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.eland FAILED
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc0.sam to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc0.afg to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i97.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i97.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_se_0.vcf to /tmp/tmp58i30sos/snps_se_0.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_se_0.bed to /tmp/tmp58i30sos/meths_se_0.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc0.fa to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i98.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i98.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc0.eland to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc0.gff to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc0.sam to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc0.afg to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.gff FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.sam FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.afg FAILED
> 404: razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.razers FAILED
> 404: razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers FAILED
> 404: razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.razers FAILED
> 404: razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.razers FAILED
> 404: razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.razers FAILED
> 404: razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.razers FAILED
> 404: razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.razers FAILED
> 404: razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.razers FAILED
> 404: razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.razers FAILED
> 404: razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.razers FAILED
> 404: razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.razers FAILED
> 404: razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.razers FAILED
> 404: razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.razers FAILED
> 404: razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.razers FAILED
> 404: razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.razers FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.fa FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.eland FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.gff FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.sam FAILED
> 404: razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.afg FAILED
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 404: DELETING TEMP DIR /tmp/tmpa33k7r4s
> 404: razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.razers FAILED
> 404: razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.razers FAILED
> 404: ==============================
> 404: total tests: 92
> 404: failed tests: 92
> 404: successful tests: 0
> 404: ==============================
> 397/416 Test #404: app_test_razers3_sequential .......................................................***Failed 5.80 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-ng-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-r-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-f-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i90-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i91-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i92-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i93-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i94-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i95-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i96-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i97-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i98-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i99-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-i100-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc0.fa to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc0.eland to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of2-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc0.gff to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of3-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc0.sam to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of4-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc0.afg to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-of5-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads36_1-so1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-ng-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-r-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-f-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i90-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i91-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i92-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i93-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i94-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i95-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i96-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i97-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i98-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for razers3
> ===========================
>
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-tc0.razers FAILED
> razers3 -tc 0 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-ng-tc0.razers FAILED
> razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-r-tc0.razers FAILED
> razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-f-tc0.razers FAILED
> razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i90-tc0.razers FAILED
> razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i91-tc0.razers FAILED
> razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i92-tc0.razers FAILED
> razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i93-tc0.razers FAILED
> razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i94-tc0.razers FAILED
> razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i95-tc0.razers FAILED
> razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i96-tc0.razers FAILED
> razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i97-tc0.razers FAILED
> razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i98-tc0.razers FAILED
> razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i99-tc0.razers FAILED
> razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-i100-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of0-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of1-tc0.fa FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of2-tc0.eland FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of3-tc0.gff FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of4-tc0.sam FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-of5-tc0.afg FAILED
> razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-so0-tc0.razers FAILED
> razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads36_1-so1-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-tc0.razers FAILED
> razers3 -tc 0 -ng /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-ng-tc0.razers FAILED
> razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-r-tc0.razers FAILED
> razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-f-tc0.razers FAILED
> razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i90-tc0.razers FAILED
> razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i91-tc0.razers FAILED
> razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i92-tc0.razers FAILED
> razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i93-tc0.razers FAILED
> razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i94-tc0.razers FAILED
> razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i95-tc0.razers FAILED
> razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i96-tc0.razers FAILED
> razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i97-tc0.razers FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i99-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-i100-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc0.fa to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc0.eland to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of2-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc0.gff to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of3-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc0.sam to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of4-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc0.afg to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-of5-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so0-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc0.razers to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/se-adeno-reads100_1-so1-tc0.stdout to /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-r-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-f-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i90-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i91-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i92-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i93-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i94-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i95-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i96-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i97-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i98-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i99-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-i100-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc0.fa to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc0.eland to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc0.gff to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of3-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i98-tc0.razers FAILED
> razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i99-tc0.razers FAILED
> razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-i100-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of0-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of1-tc0.fa FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of2-tc0.eland FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of3-tc0.gff FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of4-tc0.sam FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-of5-tc0.afg FAILED
> razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-so0-tc0.razers FAILED
> razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa -o /tmp/tmpa33k7r4s/se-adeno-reads100_1-so1-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-tc0.razers FAILED
> razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-r-tc0.razers FAILED
> razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-f-tc0.razers FAILED
> razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i90-tc0.razers FAILED
> razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i91-tc0.razers FAILED
> razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i92-tc0.razers FAILED
> razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i93-tc0.razers FAILED
> razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i94-tc0.razers FAILED
> razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i95-tc0.razers FAILED
> razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i96-tc0.razers FAILED
> razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i97-tc0.razers FAILED
> razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i98-tc0.razers FAILED
> razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i99-tc0.razers FAILED
> razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-i100-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of0-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of1-tc0.fa FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of2-tc0.eland FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc0.sam to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of4-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc0.afg to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-of5-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads36_2-so1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-r-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-f-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i90-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i91-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i92-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i93-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i94-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i95-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i96-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i97-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i98-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i99-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-i100-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc0.fa to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc0.eland to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of2-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc0.gff to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of3-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc0.sam to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of4-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc0.afg to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.afg: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-of5-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so0-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of3-tc0.gff FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of4-tc0.sam FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-of5-tc0.afg FAILED
> razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so0-tc0.razers FAILED
> razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads36_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads36_2-so1-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-tc0.razers FAILED
> razers3 -tc 0 -r /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-r-tc0.razers FAILED
> razers3 -tc 0 -f /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-f-tc0.razers FAILED
> razers3 -tc 0 -i 90 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i90-tc0.razers FAILED
> razers3 -tc 0 -i 91 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i91-tc0.razers FAILED
> razers3 -tc 0 -i 92 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i92-tc0.razers FAILED
> razers3 -tc 0 -i 93 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i93-tc0.razers FAILED
> razers3 -tc 0 -i 94 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i94-tc0.razers FAILED
> razers3 -tc 0 -i 95 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i95-tc0.razers FAILED
> razers3 -tc 0 -i 96 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i96-tc0.razers FAILED
> razers3 -tc 0 -i 97 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i97-tc0.razers FAILED
> razers3 -tc 0 -i 98 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i98-tc0.razers FAILED
> razers3 -tc 0 -i 99 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i99-tc0.razers FAILED
> razers3 -tc 0 -i 100 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-i100-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of0-tc0.razers FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of1-tc0.fa FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of2-tc0.eland FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of3-tc0.gff FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of4-tc0.sam FAILED
> razers3 -tc 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-of5-tc0.afg FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc0.razers to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers3/tests/pe-adeno-reads100_2-so1-tc0.stdout to /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpa33k7r4s
> razers3 -tc 0 -so 0 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so0-tc0.razers FAILED
> razers3 -tc 0 -so 1 /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers3/tests/adeno-reads100_2.fa -o /tmp/tmpa33k7r4s/pe-adeno-reads100_2-so1-tc0.razers FAILED
> ==============================
> total tests: 92
> failed tests: 92
> successful tests: 0
> ==============================
>
> test 405
> Start 405: app_test_sak
>
> 405: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/sak/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 405: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/sak
> 405: Test timeout computed to be: 10000000
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.all.fa to /tmp/tmpnhmxxayt/adeno.all.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq1.fa to /tmp/tmpnhmxxayt/adeno.seq1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq1-2.fa to /tmp/tmpnhmxxayt/adeno.seq1-2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq3.fa to /tmp/tmpnhmxxayt/adeno.seq3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.sn.fa to /tmp/tmpnhmxxayt/adeno.sn.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1i5-25.fa to /tmp/tmpnhmxxayt/adeno.s1i5-25.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1-2i5-25.fa to /tmp/tmpnhmxxayt/adeno.s1-2i5-25.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1rc.fa to /tmp/tmpnhmxxayt/adeno.s1rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 405: DELETING TEMP DIR /tmp/tmpnhmxxayt
> 405: Executing test for sak
> 405: ======================
> 405:
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -o /tmp/tmpnhmxxayt/adeno.all.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -o /tmp/tmpnhmxxayt/adeno.seq1.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -ss 1-2 -o /tmp/tmpnhmxxayt/adeno.seq1-2.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 3 -o /tmp/tmpnhmxxayt/adeno.seq3.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -sn gi|9626621 -o /tmp/tmpnhmxxayt/adeno.sn.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -i 5-25 -o /tmp/tmpnhmxxayt/adeno.s1i5-25.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -ss 1-2 -i 5-25 -o /tmp/tmpnhmxxayt/adeno.s1-2i5-25.fa
> 405: FAILED
> 405: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -rc -o /tmp/tmpnhmxxayt/adeno.s1rc.fa
> 405: FAILED
> 405: ==============================
> 405: total tests: 8
> 405: failed tests: 8
> 405: successful tests: 0
> 405: ==============================
> 398/416 Test #405: app_test_sak ......................................................................***Failed 0.23 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.all.fa to /tmp/tmpnhmxxayt/adeno.all.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq1.fa to /tmp/tmpnhmxxayt/adeno.seq1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq1-2.fa to /tmp/tmpnhmxxayt/adeno.seq1-2.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.seq3.fa to /tmp/tmpnhmxxayt/adeno.seq3.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.sn.fa to /tmp/tmpnhmxxayt/adeno.sn.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1i5-25.fa to /tmp/tmpnhmxxayt/adeno.s1i5-25.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1-2i5-25.fa to /tmp/tmpnhmxxayt/adeno.s1-2i5-25.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sak/tests/adeno.s1rc.fa to /tmp/tmpnhmxxayt/adeno.s1rc.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpnhmxxayt
> Executing test for sak
> ======================
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -o /tmp/tmpnhmxxayt/adeno.all.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -o /tmp/tmpnhmxxayt/adeno.seq1.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -ss 1-2 -o /tmp/tmpnhmxxayt/adeno.seq1-2.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 3 -o /tmp/tmpnhmxxayt/adeno.seq3.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -sn gi|9626621 -o /tmp/tmpnhmxxayt/adeno.sn.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -i 5-25 -o /tmp/tmpnhmxxayt/adeno.s1i5-25.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -ss 1-2 -i 5-25 -o /tmp/tmpnhmxxayt/adeno.s1-2i5-25.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/sak /<<PKGBUILDDIR>>/apps/sak/tests/adeno.fa -s 1 -rc -o /tmp/tmpnhmxxayt/adeno.s1rc.fa
> FAILED
> ==============================
> total tests: 8
> failed tests: 8
> successful tests: 0
> ==============================
>
> test 406
> Start 406: app_test_sam2matrix
>
> 406: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/sam2matrix/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 406: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/sam2matrix
> 406: Test timeout computed to be: 10000000
> 406: Error when trying to compare /<<PKGBUILDDIR>>/apps/sam2matrix/tests/out.stdout to /tmp/tmpkupowh3p/out.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 406: Error when trying to compare /<<PKGBUILDDIR>>/apps/sam2matrix/tests/gold.tsv to /tmp/tmpkupowh3p/test_sam2matrix.tsv: a bytes-like object is required, not 'str' <class 'TypeError'>
> 406: DELETING TEMP DIR /tmp/tmpkupowh3p
> 406: Executing test for sam2matrix
> 406: =============================
> 406:
> 406: sam2matrix -m /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ecoli.sam -m /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ehec.sam -r /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ecoli_0.50_ehec_0.50.fq -rf ecoli.fa -rf ehec.fa -o /tmp/tmpkupowh3p/test_sam2matrix.tsv FAILED
> 406: ==============================
> 406: total tests: 1
> 406: failed tests: 1
> 406: successful tests: 0
> 406: ==============================
> 399/416 Test #406: app_test_sam2matrix ...............................................................***Failed 0.16 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sam2matrix/tests/out.stdout to /tmp/tmpkupowh3p/out.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sam2matrix/tests/gold.tsv to /tmp/tmpkupowh3p/test_sam2matrix.tsv: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpkupowh3p
> Executing test for sam2matrix
> =============================
>
> sam2matrix -m /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ecoli.sam -m /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ehec.sam -r /<<PKGBUILDDIR>>/apps/sam2matrix/tests/ecoli_0.50_ehec_0.50.fq -rf ecoli.fa -rf ehec.fa -o /tmp/tmpkupowh3p/test_sam2matrix.tsv FAILED
> ==============================
> total tests: 1
> failed tests: 1
> successful tests: 0
> ==============================
>
> test 407
> Start 407: app_test_samcat
>
> 407: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/samcat/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 407: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/samcat
> 407: Test timeout computed to be: 10000000
> 407: Error when trying to compare /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_merged.sam to /tmp/tmp3zvm7zi7/ex1_merged.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 407: DELETING TEMP DIR /tmp/tmp3zvm7zi7
> 407: Executing test for samcat
> 407: =========================
> 407:
> 407: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/samcat /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a1.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a2.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a3.sam -o /tmp/tmp3zvm7zi7/ex1_merged.sam
> 407: FAILED
> 407: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/samcat /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a1.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a2.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a3.sam -o /tmp/tmp3zvm7zi7/ex1_merged.bam
> 407: OK
> 407: ==============================
> 407: total tests: 2
> 407: failed tests: 1
> 407: successful tests: 1
> 407: ==============================
> 400/416 Test #407: app_test_samcat ...................................................................***Failed 0.27 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_merged.sam to /tmp/tmp3zvm7zi7/ex1_merged.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp3zvm7zi7
> Executing test for samcat
> =========================
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/samcat /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a1.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a2.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a3.sam -o /tmp/tmp3zvm7zi7/ex1_merged.sam
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/samcat /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a1.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a2.sam /<<PKGBUILDDIR>>/apps/samcat/tests/ex1_a3.sam -o /tmp/tmp3zvm7zi7/ex1_merged.bam
> OK
> ==============================
> total tests: 2
> failed tests: 1
> successful tests: 1
> ==============================
>
> test 408
> Start 408: app_test_searchjoin
>
> 408: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/searchjoin/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 408: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/searchjoin
> 408: Test timeout computed to be: 10000000
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i99.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i99.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_se_1.vcf to /tmp/tmp58i30sos/snps_se_1.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_se_1.bed to /tmp/tmp58i30sos/meths_se_1.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_0.out to /tmp/tmpuj11l51u/join_geo_0_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i100.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i100.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i1.stdout to /tmp/tmpevzl6yhs/reads.illumina.fq.i1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i1.stderr to /tmp/tmpevzl6yhs/reads.illumina.fq.i1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 78: test_journaled_string_tree_find_shiftor OK
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_1.out to /tmp/tmpuj11l51u/join_geo_1_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of1.fa to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of2.eland to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of3.gff to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of3.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_pe_0.vcf to /tmp/tmp58i30sos/snps_pe_0.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_pe_0.bed to /tmp/tmp58i30sos/meths_pe_0.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> 391: DELETING TEMP DIR /tmp/tmp58i30sos
> 391: Executing test for bs_tools
> 391: =========================
> 391:
> 391: bisar -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_0.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> 391: FAILED
> 391: bisar -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.5 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_1.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> 391: FAILED
> 391: bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.5 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_2.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> 391: FAILED
> 391: bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.2 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_3.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> 391: FAILED
> 391: bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.8 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_4.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> 391: FAILED
> 391: bisar -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_pe_N6000_0.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.L.fastq /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.R.fastq
> 391: FAILED
> 391: casbar -nec -mc 6 -msc 5 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_se_0.vcf -b /tmp/tmp58i30sos/meths_se_0.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.pos_so.sam
> 391: FAILED
> 391: casbar -nec -mc 2 -msc 3 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_se_1.vcf -b /tmp/tmp58i30sos/meths_se_1.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.pos_so.sam
> 391: FAILED
> 391: casbar -nec -mc 6 -msc 5 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_pe_0.vcf -b /tmp/tmp58i30sos/meths_pe_0.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000_0.CT_GA.verified.pos_so.sam
> 391: FAILED
> 391: ==============================
> 391: total tests: 9
> 391: failed tests: 9
> 391: successful tests: 0
> 391: ==============================
> 401/416 Test #391: app_test_bs_tools .................................................................***Failed 23.57 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_0.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_0.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_1.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_1.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_2.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_3.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_3.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_4.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_se_N6000_4.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000_0.CT_GA.verified.sam to /tmp/tmp58i30sos/reads_pe_N6000_0.CT_GA.verified.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_se_0.vcf to /tmp/tmp58i30sos/snps_se_0.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_se_0.bed to /tmp/tmp58i30sos/meths_se_0.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_se_1.vcf to /tmp/tmp58i30sos/snps_se_1.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_se_1.bed to /tmp/tmp58i30sos/meths_se_1.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/snps_pe_0.vcf to /tmp/tmp58i30sos/snps_pe_0.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/bs_tools/tests/meths_pe_0.bed to /tmp/tmp58i30sos/meths_pe_0.bed: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp58i30sos
> Executing test for bs_tools
> =========================
>
> bisar -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_0.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> FAILED
> bisar -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.5 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_1.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> FAILED
> bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.5 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_2.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> FAILED
> bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.2 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_3.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> FAILED
> bisar -nse -nsi -nsd -gas -4.5 -ges -2.0 -der 0.001 -bsc 0.99 -gmr 0.8 -i 0.8 -rn 0.001 -pms 0.9 -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_se_N6000_4.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000.fastq
> FAILED
> bisar -e3 4 -e4 5 -o /tmp/tmp58i30sos/reads_pe_N6000_0.CT_GA.verified.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.CT_GA.sam /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.L.fastq /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000.R.fastq
> FAILED
> casbar -nec -mc 6 -msc 5 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_se_0.vcf -b /tmp/tmp58i30sos/meths_se_0.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.pos_so.sam
> FAILED
> casbar -nec -mc 2 -msc 3 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_se_1.vcf -b /tmp/tmp58i30sos/meths_se_1.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_se_N6000_2.CT_GA.verified.pos_so.sam
> FAILED
> casbar -nec -mc 6 -msc 5 -mpc 0.5 -hes 0.005 -o /tmp/tmp58i30sos/snps_pe_0.vcf -b /tmp/tmp58i30sos/meths_pe_0.bed /<<PKGBUILDDIR>>/apps/bs_tools/tests/hg18_chr21_3000.fa /<<PKGBUILDDIR>>/apps/bs_tools/tests/reads_pe_N6000_0.CT_GA.verified.pos_so.sam
> FAILED
> ==============================
> total tests: 9
> failed tests: 9
> successful tests: 0
> ==============================
>
> test 409
> Start 409: app_test_seqan_tcoffee
>
> 409: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 409: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/seqan_tcoffee
> 409: Test timeout computed to be: 10000000
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fasta to /tmp/tmp1qsjzw7o/1aab.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fasta to /tmp/tmp1qsjzw7o/1ad2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fasta to /tmp/tmp1qsjzw7o/2trx.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.protein.fasta to /tmp/tmp1qsjzw7o/1aab.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.protein.fasta to /tmp/tmp1qsjzw7o/1ad2.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.protein.fasta to /tmp/tmp1qsjzw7o/2trx.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mglobal.fasta to /tmp/tmp1qsjzw7o/1aab.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlocal.fasta to /tmp/tmp1qsjzw7o/1aab.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.moverlap.fasta to /tmp/tmp1qsjzw7o/1aab.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlcs.fasta to /tmp/tmp1qsjzw7o/1aab.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/1aab.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/1aab.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mglobal.fasta to /tmp/tmp1qsjzw7o/1ad2.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlocal.fasta to /tmp/tmp1qsjzw7o/1ad2.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.moverlap.fasta to /tmp/tmp1qsjzw7o/1ad2.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlcs.fasta to /tmp/tmp1qsjzw7o/1ad2.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/1ad2.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/1ad2.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mglobal.fasta to /tmp/tmp1qsjzw7o/2trx.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlocal.fasta to /tmp/tmp1qsjzw7o/2trx.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.moverlap.fasta to /tmp/tmp1qsjzw7o/2trx.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlcs.fasta to /tmp/tmp1qsjzw7o/2trx.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so1.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.razers FAILED
> 402: razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.fa FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.eland FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.gff FAILED
> 402: razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.razers FAILED
> 402: razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.razers FAILED
> 402: razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.razers FAILED
> 402: razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.razers FAILED
> 402: razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.razers FAILED
> 402: razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.razers FAILED
> 402: razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.razers FAILED
> 402: razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.razers FAILED
> 402: razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.razers FAILED
> 402: razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.razers FAILED
> 402: razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.razers FAILED
> 402: razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.razers FAILED
> 402: razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.razers FAILED
> 402: razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.razers FAILED
> 402: razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.razers FAILED
> 402: razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.fa FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.eland FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.gff FAILED
> 402: razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.razers FAILED
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/2trx.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/2trx.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.g-20.fasta to /tmp/tmp1qsjzw7o/1aab.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.e-5.fasta to /tmp/tmp1qsjzw7o/1aab.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.ms10.fasta to /tmp/tmp1qsjzw7o/1aab.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mm-8.fasta to /tmp/tmp1qsjzw7o/1aab.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.g-20.fasta to /tmp/tmp1qsjzw7o/1ad2.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.e-5.fasta to /tmp/tmp1qsjzw7o/1ad2.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.ms10.fasta to /tmp/tmp1qsjzw7o/1ad2.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.by_qname.sam to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.by_qname.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mm-8.fasta to /tmp/tmp1qsjzw7o/1ad2.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.g-20.fasta to /tmp/tmp1qsjzw7o/2trx.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.e-5.fasta to /tmp/tmp1qsjzw7o/2trx.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.ms10.fasta to /tmp/tmp1qsjzw7o/2trx.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mm-8.fasta to /tmp/tmp1qsjzw7o/2trx.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.maVTML200.fasta to /tmp/tmp1qsjzw7o/1aab.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.maVTML200.fasta to /tmp/tmp1qsjzw7o/1ad2.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.maVTML200.fasta to /tmp/tmp1qsjzw7o/2trx.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.u.fasta to /tmp/tmp1qsjzw7o/1aab.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.u.fasta to /tmp/tmp1qsjzw7o/1ad2.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.u.fasta to /tmp/tmp1qsjzw7o/2trx.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bnj.fasta to /tmp/tmp1qsjzw7o/1aab.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bmin.fasta to /tmp/tmp1qsjzw7o/1aab.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bmax.fasta to /tmp/tmp1qsjzw7o/1aab.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bavg.fasta to /tmp/tmp1qsjzw7o/1aab.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bwavg.fasta to /tmp/tmp1qsjzw7o/1aab.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bnj.fasta to /tmp/tmp1qsjzw7o/1ad2.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bmin.fasta to /tmp/tmp1qsjzw7o/1ad2.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bmax.fasta to /tmp/tmp1qsjzw7o/1ad2.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bavg.fasta to /tmp/tmp1qsjzw7o/1ad2.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bwavg.fasta to /tmp/tmp1qsjzw7o/1ad2.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bnj.fasta to /tmp/tmp1qsjzw7o/2trx.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bmin.fasta to /tmp/tmp1qsjzw7o/2trx.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bmax.fasta to /tmp/tmp1qsjzw7o/2trx.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Executing test for seqan_tcoffee
> 409: ================================
> 409:
> 409: seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.fasta FAILED
> 409: seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.fasta FAILED
> 409: seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.fasta FAILED
> 409: seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.protein.fasta FAILED
> 409: seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.protein.fasta FAILED
> 409: seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.protein.fasta FAILED
> 409: seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mglobal.fasta FAILED
> 409: seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlocal.fasta FAILED
> 409: seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.moverlap.fasta FAILED
> 409: seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlcs.fasta FAILED
> 409: seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mglobal.mlocal.fasta FAILED
> 409: seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlocal.moverlap.fasta FAILED
> 409: seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mglobal.fasta FAILED
> 409: seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlocal.fasta FAILED
> 409: seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.moverlap.fasta FAILED
> 409: seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlcs.fasta FAILED
> 409: seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mglobal.mlocal.fasta FAILED
> 409: seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlocal.moverlap.fasta FAILED
> 409: seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mglobal.fasta FAILED
> 409: seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlocal.fasta FAILED
> 409: seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.moverlap.fasta FAILED
> 409: seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlcs.fasta FAILED
> 409: seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mglobal.mlocal.fasta FAILED
> 409: seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlocal.moverlap.fasta FAILED
> 409: seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.g-20.fasta FAILED
> 409: seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.e-5.fasta FAILED
> 409: seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.ms10.fasta FAILED
> 409: seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mm-8.fasta FAILED
> 409: seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.g-20.fasta FAILED
> 409: seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.e-5.fasta FAILED
> 409: seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.ms10.fasta FAILED
> 409: seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mm-8.fasta FAILED
> 409: seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.g-20.fasta FAILED
> 409: seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.e-5.fasta FAILED
> 409: seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.ms10.fasta FAILED
> 409: seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mm-8.fasta FAILED
> 409: seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.maVTML200.fasta FAILED
> 409: seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.maVTML200.fasta FAILED
> 409: seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.maVTML200.fasta FAILED
> 409: seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.u.fasta FAILED
> 409: seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.u.fasta FAILED
> 409: seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.u.fasta FAILED
> 409: seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bnj.fasta FAILED
> 409: seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bmin.fasta FAILED
> 409: seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bmax.fasta FAILED
> 409: seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bavg.fasta FAILED
> 409: seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bwavg.fasta FAILED
> 409: seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bnj.fasta FAILED
> 409: seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bmin.fasta FAILED
> 409: seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bmax.fasta FAILED
> 409: seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bavg.fasta FAILED
> 409: seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bwavg.fasta FAILED
> 409: seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bnj.fasta FAILED
> 409: seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bmin.fasta FAILED
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bavg.fasta to /tmp/tmp1qsjzw7o/2trx.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bwavg.fasta to /tmp/tmp1qsjzw7o/2trx.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.i.fasta to /tmp/tmp1qsjzw7o/1aab.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.i.fasta to /tmp/tmp1qsjzw7o/1ad2.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.i.fasta to /tmp/tmp1qsjzw7o/2trx.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2.fasta to /tmp/tmp1qsjzw7o/adeno2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3.fasta to /tmp/tmp1qsjzw7o/adeno3.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4.fasta to /tmp/tmp1qsjzw7o/adeno4.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2-rna.fasta to /tmp/tmp1qsjzw7o/adeno2-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3-rna.fasta to /tmp/tmp1qsjzw7o/adeno3-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4-rna.fasta to /tmp/tmp1qsjzw7o/adeno4-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409: DELETING TEMP DIR /tmp/tmp1qsjzw7o
> 409: seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bmax.fasta FAILED
> 409: seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bavg.fasta FAILED
> 409: seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bwavg.fasta FAILED
> 409: seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fasta FAILED
> 409: seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fasta FAILED
> 409: seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fasta FAILED
> 409: seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2.fa -o /tmp/tmp1qsjzw7o/adeno2.fasta FAILED
> 409: seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3.fa -o /tmp/tmp1qsjzw7o/adeno3.fasta FAILED
> 409: seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4.fa -o /tmp/tmp1qsjzw7o/adeno4.fasta FAILED
> 409: seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2-rna.fa -o /tmp/tmp1qsjzw7o/adeno2-rna.fasta FAILED
> 409: seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3-rna.fa -o /tmp/tmp1qsjzw7o/adeno3-rna.fasta FAILED
> 409: seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4-rna.fa -o /tmp/tmp1qsjzw7o/adeno4-rna.fasta FAILED
> 409: ==============================
> 409: total tests: 66
> 409: failed tests: 66
> 409: successful tests: 0
> 409: ==============================
> 402/416 Test #409: app_test_seqan_tcoffee ............................................................***Failed 3.69 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fasta to /tmp/tmp1qsjzw7o/1aab.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fasta to /tmp/tmp1qsjzw7o/1ad2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fasta to /tmp/tmp1qsjzw7o/2trx.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.protein.fasta to /tmp/tmp1qsjzw7o/1aab.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.protein.fasta to /tmp/tmp1qsjzw7o/1ad2.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.protein.fasta to /tmp/tmp1qsjzw7o/2trx.protein.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mglobal.fasta to /tmp/tmp1qsjzw7o/1aab.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlocal.fasta to /tmp/tmp1qsjzw7o/1aab.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.moverlap.fasta to /tmp/tmp1qsjzw7o/1aab.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlcs.fasta to /tmp/tmp1qsjzw7o/1aab.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/1aab.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/1aab.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mglobal.fasta to /tmp/tmp1qsjzw7o/1ad2.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlocal.fasta to /tmp/tmp1qsjzw7o/1ad2.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.moverlap.fasta to /tmp/tmp1qsjzw7o/1ad2.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlcs.fasta to /tmp/tmp1qsjzw7o/1ad2.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/1ad2.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/1ad2.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mglobal.fasta to /tmp/tmp1qsjzw7o/2trx.mglobal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlocal.fasta to /tmp/tmp1qsjzw7o/2trx.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.moverlap.fasta to /tmp/tmp1qsjzw7o/2trx.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlcs.fasta to /tmp/tmp1qsjzw7o/2trx.mlcs.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mglobal.mlocal.fasta to /tmp/tmp1qsjzw7o/2trx.mglobal.mlocal.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mlocal.moverlap.fasta to /tmp/tmp1qsjzw7o/2trx.mlocal.moverlap.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.g-20.fasta to /tmp/tmp1qsjzw7o/1aab.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.e-5.fasta to /tmp/tmp1qsjzw7o/1aab.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.ms10.fasta to /tmp/tmp1qsjzw7o/1aab.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.mm-8.fasta to /tmp/tmp1qsjzw7o/1aab.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.g-20.fasta to /tmp/tmp1qsjzw7o/1ad2.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.e-5.fasta to /tmp/tmp1qsjzw7o/1ad2.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.ms10.fasta to /tmp/tmp1qsjzw7o/1ad2.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.mm-8.fasta to /tmp/tmp1qsjzw7o/1ad2.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.g-20.fasta to /tmp/tmp1qsjzw7o/2trx.g-20.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.e-5.fasta to /tmp/tmp1qsjzw7o/2trx.e-5.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.ms10.fasta to /tmp/tmp1qsjzw7o/2trx.ms10.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.mm-8.fasta to /tmp/tmp1qsjzw7o/2trx.mm-8.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.maVTML200.fasta to /tmp/tmp1qsjzw7o/1aab.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.maVTML200.fasta to /tmp/tmp1qsjzw7o/1ad2.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.maVTML200.fasta to /tmp/tmp1qsjzw7o/2trx.maVTML200.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.u.fasta to /tmp/tmp1qsjzw7o/1aab.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.u.fasta to /tmp/tmp1qsjzw7o/1ad2.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.u.fasta to /tmp/tmp1qsjzw7o/2trx.u.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bnj.fasta to /tmp/tmp1qsjzw7o/1aab.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bmin.fasta to /tmp/tmp1qsjzw7o/1aab.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bmax.fasta to /tmp/tmp1qsjzw7o/1aab.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bavg.fasta to /tmp/tmp1qsjzw7o/1aab.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.bwavg.fasta to /tmp/tmp1qsjzw7o/1aab.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bnj.fasta to /tmp/tmp1qsjzw7o/1ad2.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bmin.fasta to /tmp/tmp1qsjzw7o/1ad2.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bmax.fasta to /tmp/tmp1qsjzw7o/1ad2.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bavg.fasta to /tmp/tmp1qsjzw7o/1ad2.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.bwavg.fasta to /tmp/tmp1qsjzw7o/1ad2.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bnj.fasta to /tmp/tmp1qsjzw7o/2trx.bnj.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bmin.fasta to /tmp/tmp1qsjzw7o/2trx.bmin.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bmax.fasta to /tmp/tmp1qsjzw7o/2trx.bmax.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for seqan_tcoffee
> ================================
>
> seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.fasta FAILED
> seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.fasta FAILED
> seqan_tcoffee -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.fasta FAILED
> seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.protein.fasta FAILED
> seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.protein.fasta FAILED
> seqan_tcoffee -a protein -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.protein.fasta FAILED
> seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mglobal.fasta FAILED
> seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlocal.fasta FAILED
> seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.moverlap.fasta FAILED
> seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlcs.fasta FAILED
> seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mglobal.mlocal.fasta FAILED
> seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mlocal.moverlap.fasta FAILED
> seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mglobal.fasta FAILED
> seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlocal.fasta FAILED
> seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.moverlap.fasta FAILED
> seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlcs.fasta FAILED
> seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mglobal.mlocal.fasta FAILED
> seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mlocal.moverlap.fasta FAILED
> seqan_tcoffee -m global -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mglobal.fasta FAILED
> seqan_tcoffee -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlocal.fasta FAILED
> seqan_tcoffee -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.moverlap.fasta FAILED
> seqan_tcoffee -m lcs -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlcs.fasta FAILED
> seqan_tcoffee -m global -m local -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mglobal.mlocal.fasta FAILED
> seqan_tcoffee -m local -m overlap -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mlocal.moverlap.fasta FAILED
> seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.g-20.fasta FAILED
> seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.e-5.fasta FAILED
> seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.ms10.fasta FAILED
> seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.mm-8.fasta FAILED
> seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.g-20.fasta FAILED
> seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.e-5.fasta FAILED
> seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.ms10.fasta FAILED
> seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.mm-8.fasta FAILED
> seqan_tcoffee -g -20 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.g-20.fasta FAILED
> seqan_tcoffee -e -5 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.e-5.fasta FAILED
> seqan_tcoffee -ms 10 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.ms10.fasta FAILED
> seqan_tcoffee -mm -8 -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.mm-8.fasta FAILED
> seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.maVTML200.fasta FAILED
> seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.maVTML200.fasta FAILED
> seqan_tcoffee -ma /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/VTML200I -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.maVTML200.fasta FAILED
> seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.u.fasta FAILED
> seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.u.fasta FAILED
> seqan_tcoffee -u /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.newick -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.u.fasta FAILED
> seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bnj.fasta FAILED
> seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bmin.fasta FAILED
> seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bmax.fasta FAILED
> seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bavg.fasta FAILED
> seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fa -o /tmp/tmp1qsjzw7o/1aab.bwavg.fasta FAILED
> seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bnj.fasta FAILED
> seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bmin.fasta FAILED
> seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bmax.fasta FAILED
> seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bavg.fasta FAILED
> seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fa -o /tmp/tmp1qsjzw7o/1ad2.bwavg.fasta FAILED
> seqan_tcoffee -b nj -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bnj.fasta FAILED
> seqan_tcoffee -b min -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bmin.fasta FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bavg.fasta to /tmp/tmp1qsjzw7o/2trx.bavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.bwavg.fasta to /tmp/tmp1qsjzw7o/2trx.bwavg.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.i.fasta to /tmp/tmp1qsjzw7o/1aab.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.i.fasta to /tmp/tmp1qsjzw7o/1ad2.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.i.fasta to /tmp/tmp1qsjzw7o/2trx.i.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2.fasta to /tmp/tmp1qsjzw7o/adeno2.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3.fasta to /tmp/tmp1qsjzw7o/adeno3.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4.fasta to /tmp/tmp1qsjzw7o/adeno4.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2-rna.fasta to /tmp/tmp1qsjzw7o/adeno2-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3-rna.fasta to /tmp/tmp1qsjzw7o/adeno3-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4-rna.fasta to /tmp/tmp1qsjzw7o/adeno4-rna.fasta: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp1qsjzw7o
> seqan_tcoffee -b max -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bmax.fasta FAILED
> seqan_tcoffee -b avg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bavg.fasta FAILED
> seqan_tcoffee -b wavg -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fa -o /tmp/tmp1qsjzw7o/2trx.bwavg.fasta FAILED
> seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1aab.fasta FAILED
> seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/1ad2.fasta FAILED
> seqan_tcoffee -i /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/2trx.fasta FAILED
> seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2.fa -o /tmp/tmp1qsjzw7o/adeno2.fasta FAILED
> seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3.fa -o /tmp/tmp1qsjzw7o/adeno3.fasta FAILED
> seqan_tcoffee -a dna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4.fa -o /tmp/tmp1qsjzw7o/adeno4.fasta FAILED
> seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno2-rna.fa -o /tmp/tmp1qsjzw7o/adeno2-rna.fasta FAILED
> seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno3-rna.fa -o /tmp/tmp1qsjzw7o/adeno3-rna.fasta FAILED
> seqan_tcoffee -a rna -s /<<PKGBUILDDIR>>/apps/seqan_tcoffee/tests/adeno4-rna.fa -o /tmp/tmp1qsjzw7o/adeno4-rna.fasta FAILED
> ==============================
> total tests: 66
> failed tests: 66
> successful tests: 0
> ==============================
>
> test 410
> Start 410: app_test_seqcons2
>
> 410: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/seqcons2/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 410: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/seqcons2
> 410: Test timeout computed to be: 10000000
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam to /tmp/tmpg9y2nw2i/alns1.nop.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stderr to /tmp/tmpg9y2nw2i/alns1.nop.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stdout to /tmp/tmpg9y2nw2i/alns1.nop.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam to /tmp/tmpg9y2nw2i/alns1.realign.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam.stderr to /tmp/tmpg9y2nw2i/alns1.realign.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam.stdout to /tmp/tmpg9y2nw2i/alns1.realign.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam to /tmp/tmpg9y2nw2i/alns1.nop.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stderr to /tmp/tmpg9y2nw2i/alns1.nop.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stdout to /tmp/tmpg9y2nw2i/alns1.nop.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt to /tmp/tmpg9y2nw2i/alns1.realign.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt.stderr to /tmp/tmpg9y2nw2i/alns1.realign.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt.stdout to /tmp/tmpg9y2nw2i/alns1.realign.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt to /tmp/tmpg9y2nw2i/alns1.nop.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt.stderr to /tmp/tmpg9y2nw2i/alns1.nop.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt.stdout to /tmp/tmpg9y2nw2i/alns1.nop.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam.stderr to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam.stdout to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt.stderr to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt.stdout to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 410: DELETING TEMP DIR /tmp/tmpg9y2nw2i
> 410: Executing test for seqcons2
> 410: ===========================
> 410:
> 410: seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oc /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam FAILED
> 410: seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oc /tmp/tmpg9y2nw2i/alns1.nop.fa -oa /tmp/tmpg9y2nw2i/alns1.nop.sam FAILED
> 410: seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa FAILED
> 410: seqcons2 -m pos_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa FAILED
> 410: seqcons2 -m contig_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa FAILED
> 410: seqcons2 -m realign -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.realign.sam -oc /tmp/tmpg9y2nw2i/alns1.realign.fa FAILED
> 410: seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.nop.sam -oc /tmp/tmpg9y2nw2i/alns1.nop.fa FAILED
> 410: seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt FAILED
> 410: seqcons2 -m pos_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt FAILED
> 410: seqcons2 -m contig_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt FAILED
> 410: seqcons2 -m realign -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.realign.txt FAILED
> 410: seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.nop.txt FAILED
> 410: seqcons2 -m align_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.fa -oa /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam -oc /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa FAILED
> 410: seqcons2 -m align_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.fa -oa /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt FAILED
> 410: ==============================
> 410: total tests: 14
> 410: failed tests: 14
> 410: successful tests: 0
> 410: ==============================
> 403/416 Test #410: app_test_seqcons2 .................................................................***Failed 1.14 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam to /tmp/tmpg9y2nw2i/alns1.nop.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stderr to /tmp/tmpg9y2nw2i/alns1.nop.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stdout to /tmp/tmpg9y2nw2i/alns1.nop.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam.stderr to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.sam.stdout to /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam to /tmp/tmpg9y2nw2i/alns1.realign.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam.stderr to /tmp/tmpg9y2nw2i/alns1.realign.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.sam.stdout to /tmp/tmpg9y2nw2i/alns1.realign.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam to /tmp/tmpg9y2nw2i/alns1.nop.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stderr to /tmp/tmpg9y2nw2i/alns1.nop.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.sam.stdout to /tmp/tmpg9y2nw2i/alns1.nop.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.fa to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.overlap_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.fa to /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.pos_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.fa to /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt.stderr to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.contig_consensus.txt.stdout to /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.fa to /tmp/tmpg9y2nw2i/alns1.realign.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt to /tmp/tmpg9y2nw2i/alns1.realign.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt.stderr to /tmp/tmpg9y2nw2i/alns1.realign.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.realign.txt.stdout to /tmp/tmpg9y2nw2i/alns1.realign.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.fa to /tmp/tmpg9y2nw2i/alns1.nop.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt to /tmp/tmpg9y2nw2i/alns1.nop.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt.stderr to /tmp/tmpg9y2nw2i/alns1.nop.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.nop.txt.stdout to /tmp/tmpg9y2nw2i/alns1.nop.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam.stderr to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.sam.stdout to /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.fa to /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt.stderr to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.align_consensus.txt.stdout to /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpg9y2nw2i
> Executing test for seqcons2
> ===========================
>
> seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oc /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam FAILED
> seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oc /tmp/tmpg9y2nw2i/alns1.nop.fa -oa /tmp/tmpg9y2nw2i/alns1.nop.sam FAILED
> seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.overlap_consensus.fa FAILED
> seqcons2 -m pos_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.pos_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.pos_consensus.fa FAILED
> seqcons2 -m contig_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.contig_consensus.sam -oc /tmp/tmpg9y2nw2i/alns1.contig_consensus.fa FAILED
> seqcons2 -m realign -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.realign.sam -oc /tmp/tmpg9y2nw2i/alns1.realign.fa FAILED
> seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.nop.sam -oc /tmp/tmpg9y2nw2i/alns1.nop.fa FAILED
> seqcons2 -m overlap_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.overlap_consensus.txt FAILED
> seqcons2 -m pos_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.pos_consensus.txt FAILED
> seqcons2 -m contig_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.contig_consensus.txt FAILED
> seqcons2 -m realign -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.realign.txt FAILED
> seqcons2 -m nop -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/alns1.sam -oa /tmp/tmpg9y2nw2i/alns1.nop.txt FAILED
> seqcons2 -m align_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.fa -oa /tmp/tmpg9y2nw2i/seqs2.align_consensus.sam -oc /tmp/tmpg9y2nw2i/seqs2.align_consensus.fa FAILED
> seqcons2 -m align_consensus -i /<<PKGBUILDDIR>>/apps/seqcons2/tests/seqs2.fa -oa /tmp/tmpg9y2nw2i/seqs2.align_consensus.txt FAILED
> ==============================
> total tests: 14
> failed tests: 14
> successful tests: 0
> ==============================
>
> test 411
> Start 411: app_test_sgip
>
> 411: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/sgip/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 411: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/sgip
> 411: Test timeout computed to be: 10000000
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00_B00.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00_B00.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_minmax_10_1500.res to /tmp/tmpb3zt4jtf/Windows_Other_minmax_10_1500.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A01_B01.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A01_B01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00_B01.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00_B01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_latin-4.stdout to /tmp/tmpuvccy29x/srg_latin-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-r.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-r.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_lattice-4.stdout to /tmp/tmpuvccy29x/srg_lattice-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_paley-5.stdout to /tmp/tmpuvccy29x/srg_paley-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_sts7.stdout to /tmp/tmpuvccy29x/srg_sts7.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_triang-5.stdout to /tmp/tmpuvccy29x/srg_triang-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 411: DELETING TEMP DIR /tmp/tmpuvccy29x
> 411: Executing test for sgip
> 411: =========================
> 411:
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B00 -v 2 -i FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A01 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B01 -v 2 -i FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B01 -v 2 -i FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -v 2 FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/latin-4 -v 2 FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/lattice-4 -v 2 FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/paley-5 -v 2 FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/sts-7 -v 2 FAILED
> 411: sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/triang-5 -v 2 FAILED
> 411: ==============================
> 411: total tests: 9
> 411: failed tests: 9
> 411: successful tests: 0
> 411: ==============================
> 404/416 Test #411: app_test_sgip .....................................................................***Failed 3.06 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00_B00.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00_B00.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A01_B01.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A01_B01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00_B01.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00_B01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/iso_r01_m200.A00.stdout to /tmp/tmpuvccy29x/iso_r01_m200.A00.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_latin-4.stdout to /tmp/tmpuvccy29x/srg_latin-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_lattice-4.stdout to /tmp/tmpuvccy29x/srg_lattice-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_paley-5.stdout to /tmp/tmpuvccy29x/srg_paley-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_sts7.stdout to /tmp/tmpuvccy29x/srg_sts7.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/sgip/tests/srg_triang-5.stdout to /tmp/tmpuvccy29x/srg_triang-5.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpuvccy29x
> Executing test for sgip
> =========================
>
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B00 -v 2 -i FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A01 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B01 -v 2 -i FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -c /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.B01 -v 2 -i FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/r01/iso_r01_m200.A00 -v 2 FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/latin-4 -v 2 FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/lattice-4 -v 2 FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/paley-5 -v 2 FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/sts-7 -v 2 FAILED
> sgip -o /<<PKGBUILDDIR>>/apps/sgip/tests/../example/srg/triang-5 -v 2 FAILED
> ==============================
> total tests: 9
> failed tests: 9
> successful tests: 0
> ==============================
>
> test 412
> Start 412: app_test_snp_store
>
> 412: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/snp_store/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 412: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/snp_store
> 412: Test timeout computed to be: 10000000
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-f.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-f.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 78: test_journaled_string_tree_find_myers OK
> 78: **************************************
> 78: Total Tests: 4
> 78: Skipped: 0
> 78: Errors: 0
> 78: **************************************
> 405/416 Test #78: test_journaled_string_tree_find ................................................... Passed 42.64 sec
> test 413
> Start 413: app_test_splazers
>
> 413: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/splazers/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 413: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/splazers
> 413: Test timeout computed to be: 10000000
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_default.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_default.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i90.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i90.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i91.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i91.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_default.stdout to /tmp/tmp34kegdlh/snp_store_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_default.vcf to /tmp/tmp34kegdlh/snps_default.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_default.gff to /tmp/tmp34kegdlh/indels_default.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_3.out to /tmp/tmpuj11l51u/join_geo_3_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_0.out to /tmp/tmpuj11l51u/join_dna_0_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i92.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i92.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_8.out to /tmp/tmpuj11l51u/join_dna_8_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i93.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i93.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Executing test for splazers
> 413: =========================
> 413:
> 413: splazers /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.out FAILED
> 413: splazers -sm 16 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.out FAILED
> 413: splazers -sm 16 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.out FAILED
> 413: splazers -sm 16 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.out FAILED
> 413: splazers -sm 16 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.out FAILED
> 413: splazers -sm 16 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.out FAILED
> 413: splazers -sm 16 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.out FAILED
> 413: splazers -sm 17 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.out FAILED
> 413: splazers -sm 17 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.out FAILED
> 413: splazers -sm 17 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.out FAILED
> 413: splazers -sm 17 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.out FAILED
> 413: splazers -sm 17 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.out FAILED
> 413: splazers -sm 17 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.out FAILED
> 413: splazers -sm 18 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.out FAILED
> 413: splazers -sm 18 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.out FAILED
> 413: splazers -sm 18 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.out FAILED
> 413: splazers -sm 18 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.out FAILED
> 413: splazers -sm 18 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.out FAILED
> 413: splazers -sm 18 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.out FAILED
> 413: splazers -sm 19 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.out FAILED
> 413: splazers -sm 19 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.out FAILED
> 413: splazers -sm 19 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.out FAILED
> 413: splazers -sm 19 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.out FAILED
> 413: splazers -sm 19 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.out FAILED
> 413: splazers -sm 19 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.out FAILED
> 413: splazers -sm 20 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.out FAILED
> 413: splazers -sm 20 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.out FAILED
> 413: splazers -sm 20 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.out FAILED
> 413: splazers -sm 20 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.out FAILED
> 413: splazers -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.out FAILED
> 413: splazers -sm 20 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.out FAILED
> 413: splazers -sm 21 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.out FAILED
> 413: splazers -sm 21 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.out FAILED
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign.stdout to /tmp/tmp34kegdlh/snp_store_realign.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign.vcf to /tmp/tmp34kegdlh/snps_realign.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign.gff to /tmp/tmp34kegdlh/indels_realign.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_16.out to /tmp/tmpuj11l51u/join_dna_16_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i94.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i94.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/search_geo.out to /tmp/tmpuj11l51u/search_geo_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i95.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i95.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/search_dna.out to /tmp/tmpuj11l51u/search_dna_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 408: DELETING TEMP DIR /tmp/tmpuj11l51u
> 408: Executing test for searchjoin
> 408: ===========================
> 408:
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 0 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_0_5.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 1 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_1_5.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 3 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_3_5.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 0 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_0_10.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 8 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_8_10.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 16 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_16_10.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_search /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_queries.csv --no-wait -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/search_geo_5.out FAILED
> 408: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_search /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_queries.csv --no-wait -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/search_dna_10.out FAILED
> 408: ==============================
> 408: total tests: 8
> 408: failed tests: 8
> 408: successful tests: 0
> 408: ==============================
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 406/416 Test #408: app_test_searchjoin ...............................................................***Failed 21.64 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_0.out to /tmp/tmpuj11l51u/join_geo_0_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_1.out to /tmp/tmpuj11l51u/join_geo_1_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_geo_3.out to /tmp/tmpuj11l51u/join_geo_3_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_0.out to /tmp/tmpuj11l51u/join_dna_0_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_8.out to /tmp/tmpuj11l51u/join_dna_8_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/join_dna_16.out to /tmp/tmpuj11l51u/join_dna_16_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/search_geo.out to /tmp/tmpuj11l51u/search_geo_5.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/searchjoin/tests/search_dna.out to /tmp/tmpuj11l51u/search_dna_10.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpuj11l51u
> Executing test for searchjoin
> ===========================
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 0 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_0_5.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 1 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_1_5.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv 3 -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/join_geo_3_5.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 0 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_0_10.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 8 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_8_10.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_join /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv 16 -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/join_dna_16_10.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_search /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_database.csv /<<PKGBUILDDIR>>/apps/searchjoin/tests/geo_queries.csv --no-wait -i geo -t 4 -sl 5 -o /tmp/tmpuj11l51u/search_geo_5.out FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/s4_search /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_database.csv /<<PKGBUILDDIR>>/apps/searchjoin/tests/dna_queries.csv --no-wait -i dna -t 4 -sl 10 -o /tmp/tmpuj11l51u/search_dna_10.out FAILED
> ==============================
> total tests: 8
> failed tests: 8
> successful tests: 0
> ==============================
>
> test 414
> Start 414: app_test_stellar
>
> 414: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/stellar/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 414: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/stellar
> 414: Test timeout computed to be: 10000000
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-r_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-r_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-f_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-f_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i96.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i96.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i90_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i90_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i91_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i91_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i92_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i92_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: splazers -sm 21 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.out FAILED
> 413: splazers -sm 21 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.out FAILED
> 413: splazers -sm 21 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.out FAILED
> 413: splazers -sm 21 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.out FAILED
> 413: splazers -sm 22 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.out FAILED
> 413: splazers -sm 22 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.out FAILED
> 413: splazers -sm 22 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.out FAILED
> 413: splazers -sm 22 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.out FAILED
> 413: splazers -sm 22 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.out FAILED
> 413: splazers -sm 22 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.out FAILED
> 413: splazers -sm 23 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.out FAILED
> 413: splazers -sm 23 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.out FAILED
> 413: splazers -sm 23 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.out FAILED
> 413: splazers -sm 23 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.out FAILED
> 413: splazers -sm 23 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.out FAILED
> 413: splazers -sm 23 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.out FAILED
> 413: splazers -sm 24 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.out FAILED
> 413: splazers -sm 24 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.out FAILED
> 413: splazers -sm 24 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.out FAILED
> 413: splazers -sm 24 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.out FAILED
> 413: splazers -sm 24 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.out FAILED
> 413: splazers -sm 24 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.out FAILED
> 413: splazers -sm 25 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.out FAILED
> 413: splazers -sm 25 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.out FAILED
> 413: splazers -sm 25 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.out FAILED
> 413: splazers -sm 25 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.out FAILED
> 413: splazers -sm 25 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.out FAILED
> 413: splazers -sm 25 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.out FAILED
> 413: splazers -r -id -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.out FAILED
> 413: splazers -f -id -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.out FAILED
> 413: splazers -i 90 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.out FAILED
> 413: splazers -i 91 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.out FAILED
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m1mp1oa.stdout to /tmp/tmp34kegdlh/snp_store_realign_m1mp1oa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m1mp1oa.vcf to /tmp/tmp34kegdlh/snps_realign_m1mp1oa.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m1mp1oa.gff to /tmp/tmp34kegdlh/indels_realign_m1mp1oa.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: splazers -i 92 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.out Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i93_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i93_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i94_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i94_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i95_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i95_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i96_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i96_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i97_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i97_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i98_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i98_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i99_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i99_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of3_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of3_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of4_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of4_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so0_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so0_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so1_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so1_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_m20_pa.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_m20_pa.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: DELETING TEMP DIR /tmp/tmpgy818ejs
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i97.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i97.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 397: Executing test for micro_razers
> 397: ===============================
> 397:
> 397: micro_razers /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_default.razers FAILED
> 397: micro_razers -sL 14 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.razers FAILED
> 397: micro_razers -sL 14 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.sam FAILED
> 397: micro_razers -sL 14 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.razers FAILED
> 397: micro_razers -sL 15 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.razers FAILED
> 397: micro_razers -sL 15 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.sam FAILED
> 397: micro_razers -sL 15 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.razers FAILED
> 397: micro_razers -sL 16 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.razers FAILED
> 397: micro_razers -sL 16 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.sam FAILED
> 397: micro_razers -sL 16 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.razers FAILED
> 397: micro_razers -sL 17 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.razers FAILED
> 397: micro_razers -sL 17 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.sam FAILED
> 397: micro_razers -sL 17 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.razers FAILED
> 397: micro_razers -sL 18 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.razers FAILED
> 397: micro_razers -sL 18 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.sam FAILED
> 397: micro_razers -sL 18 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.razers FAILED
> 397: micro_razers -sL 19 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.razers FAILED
> 397: micro_razers -sL 19 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.sam FAILED
> 397: micro_razers -sL 19 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.razers FAILED
> 397: micro_razers -sL 20 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.razers FAILED
> 397: micro_razers -sL 20 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.sam FAILED
> 397: micro_razers -sL 20 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.razers FAILED
> 397: micro_razers -sL 18 -m 20 -pa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.razers FAILED
> 397: ==============================
> 397: total tests: 23
> 397: failed tests: 23
> 397: successful tests: 0
> 397: ==============================
> 407/416 Test #397: app_test_micro_razers .............................................................***Failed 42.70 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_default.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_default.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_default.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl14_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl15_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl16_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl17_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl19_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20.sam to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_sam.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_sam.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_se.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl20_se.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_m20_pa.razers to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/micro_razers/tests/se-adeno-reads36_1_sl18_m20_pa.stdout to /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpgy818ejs
> Executing test for micro_razers
> ===============================
>
> micro_razers /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_default.razers FAILED
> micro_razers -sL 14 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.razers FAILED
> micro_razers -sL 14 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14.sam FAILED
> micro_razers -sL 14 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl14_se.razers FAILED
> micro_razers -sL 15 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.razers FAILED
> micro_razers -sL 15 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15.sam FAILED
> micro_razers -sL 15 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl15_se.razers FAILED
> micro_razers -sL 16 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.razers FAILED
> micro_razers -sL 16 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16.sam FAILED
> micro_razers -sL 16 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl16_se.razers FAILED
> micro_razers -sL 17 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.razers FAILED
> micro_razers -sL 17 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17.sam FAILED
> micro_razers -sL 17 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl17_se.razers FAILED
> micro_razers -sL 18 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.razers FAILED
> micro_razers -sL 18 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18.sam FAILED
> micro_razers -sL 18 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_se.razers FAILED
> micro_razers -sL 19 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.razers FAILED
> micro_razers -sL 19 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19.sam FAILED
> micro_razers -sL 19 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl19_se.razers FAILED
> micro_razers -sL 20 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.razers FAILED
> micro_razers -sL 20 /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20.sam FAILED
> micro_razers -sL 20 -sE /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl20_se.razers FAILED
> micro_razers -sL 18 -m 20 -pa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/micro_razers/tests/adeno-reads36_1.fa -o /tmp/tmpgy818ejs/se-adeno-reads36_1_sl18_m20_pa.razers FAILED
> ==============================
> total tests: 23
> failed tests: 23
> successful tests: 0
> ==============================
>
> test 415
> Start 415: app_test_tree_recon
>
> 415: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/tree_recon/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 415: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/tree_recon
> 415: Test timeout computed to be: 10000000
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/anchored_adeno_example100.out to /tmp/tmprx9q3bb2/anchored_adeno_example100.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/anchored_adeno_example100.stdout to /tmp/tmprx9q3bb2/anchored_adeno_example100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 413: DELETING TEMP DIR /tmp/tmprx9q3bb2
> 413: FAILED
> 413: splazers -i 93 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.out FAILED
> 413: splazers -i 94 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.out FAILED
> 413: splazers -i 95 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.out FAILED
> 413: splazers -i 96 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.out FAILED
> 413: splazers -i 97 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.out FAILED
> 413: splazers -i 98 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.out FAILED
> 413: splazers -i 99 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.out FAILED
> 413: splazers -of 3 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.out FAILED
> 413: splazers -of 4 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.out FAILED
> 413: splazers -so 0 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.out FAILED
> 413: splazers -so 1 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.out FAILED
> 413: splazers -an /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads-pe.sam -o /tmp/tmprx9q3bb2/anchored_adeno_example100.out -ll 300 -le 90 FAILED
> 413: ==============================
> 413: total tests: 78
> 413: failed tests: 78
> 413: successful tests: 0
> 413: ==============================
> 408/416 Test #413: app_test_splazers .................................................................***Failed 9.77 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_default.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_default.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml16_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml17_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml18_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml19_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for splazers
> =========================
>
> splazers /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_default.out FAILED
> splazers -sm 16 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es0.out FAILED
> splazers -sm 16 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es1.out FAILED
> splazers -sm 16 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep0_es2.out FAILED
> splazers -sm 16 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es0.out FAILED
> splazers -sm 16 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es1.out FAILED
> splazers -sm 16 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml16_ep1_es2.out FAILED
> splazers -sm 17 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es0.out FAILED
> splazers -sm 17 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es1.out FAILED
> splazers -sm 17 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep0_es2.out FAILED
> splazers -sm 17 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es0.out FAILED
> splazers -sm 17 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es1.out FAILED
> splazers -sm 17 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml17_ep1_es2.out FAILED
> splazers -sm 18 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es0.out FAILED
> splazers -sm 18 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es1.out FAILED
> splazers -sm 18 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep0_es2.out FAILED
> splazers -sm 18 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es0.out FAILED
> splazers -sm 18 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es1.out FAILED
> splazers -sm 18 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml18_ep1_es2.out FAILED
> splazers -sm 19 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es0.out FAILED
> splazers -sm 19 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es1.out FAILED
> splazers -sm 19 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep0_es2.out FAILED
> splazers -sm 19 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es0.out FAILED
> splazers -sm 19 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es1.out FAILED
> splazers -sm 19 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml19_ep1_es2.out FAILED
> splazers -sm 20 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es0.out FAILED
> splazers -sm 20 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es1.out FAILED
> splazers -sm 20 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep0_es2.out FAILED
> splazers -sm 20 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es0.out FAILED
> splazers -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es1.out FAILED
> splazers -sm 20 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20_ep1_es2.out FAILED
> splazers -sm 21 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es0.out FAILED
> splazers -sm 21 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es1.out FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml21_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml22_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml23_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml24_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep0_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es0.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es0.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es2.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml25_ep1_es2.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-r_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-r_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-f_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-f_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i90_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i90_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i91_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i91_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i92_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i92_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> splazers -sm 21 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep0_es2.out FAILED
> splazers -sm 21 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es0.out FAILED
> splazers -sm 21 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es1.out FAILED
> splazers -sm 21 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml21_ep1_es2.out FAILED
> splazers -sm 22 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es0.out FAILED
> splazers -sm 22 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es1.out FAILED
> splazers -sm 22 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep0_es2.out FAILED
> splazers -sm 22 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es0.out FAILED
> splazers -sm 22 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es1.out FAILED
> splazers -sm 22 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml22_ep1_es2.out FAILED
> splazers -sm 23 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es0.out FAILED
> splazers -sm 23 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es1.out FAILED
> splazers -sm 23 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep0_es2.out FAILED
> splazers -sm 23 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es0.out FAILED
> splazers -sm 23 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es1.out FAILED
> splazers -sm 23 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml23_ep1_es2.out FAILED
> splazers -sm 24 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es0.out FAILED
> splazers -sm 24 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es1.out FAILED
> splazers -sm 24 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep0_es2.out FAILED
> splazers -sm 24 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es0.out FAILED
> splazers -sm 24 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es1.out FAILED
> splazers -sm 24 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml24_ep1_es2.out FAILED
> splazers -sm 25 -ep 0 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es0.out FAILED
> splazers -sm 25 -ep 0 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es1.out FAILED
> splazers -sm 25 -ep 0 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep0_es2.out FAILED
> splazers -sm 25 -ep 1 -es 0 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es0.out FAILED
> splazers -sm 25 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es1.out FAILED
> splazers -sm 25 -ep 1 -es 2 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml25_ep1_es2.out FAILED
> splazers -r -id -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-r_ep1_es1.out FAILED
> splazers -f -id -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-f_ep1_es1.out FAILED
> splazers -i 90 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i90_ep1_es1.out FAILED
> splazers -i 91 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i91_ep1_es1.out FAILED
> splazers -i 92 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i92_ep1_es1.out Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i93_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i93_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i94_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i94_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i95_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i95_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i96_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i96_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i97_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i97_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i98_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i98_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i99_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-i99_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of3_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of3_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of4_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-of4_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so0_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so0_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so1_ep1_es1.out to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/se-adeno-reads100_1_mml20-so1_ep1_es1.stdout to /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/anchored_adeno_example100.out to /tmp/tmprx9q3bb2/anchored_adeno_example100.out: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/splazers/tests/anchored_adeno_example100.stdout to /tmp/tmprx9q3bb2/anchored_adeno_example100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmprx9q3bb2
> FAILED
> splazers -i 93 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i93_ep1_es1.out FAILED
> splazers -i 94 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i94_ep1_es1.out FAILED
> splazers -i 95 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i95_ep1_es1.out FAILED
> splazers -i 96 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i96_ep1_es1.out FAILED
> splazers -i 97 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i97_ep1_es1.out FAILED
> splazers -i 98 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i98_ep1_es1.out FAILED
> splazers -i 99 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-i99_ep1_es1.out FAILED
> splazers -of 3 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of3_ep1_es1.out FAILED
> splazers -of 4 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-of4_ep1_es1.out FAILED
> splazers -so 0 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so0_ep1_es1.out FAILED
> splazers -so 1 -sm 20 -ep 1 -es 1 /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads100_1.fa -o /tmp/tmprx9q3bb2/se-adeno-reads100_1_mml20-so1_ep1_es1.out FAILED
> splazers -an /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/splazers/tests/adeno-reads-pe.sam -o /tmp/tmprx9q3bb2/anchored_adeno_example100.out -ll 300 -le 90 FAILED
> ==============================
> total tests: 78
> failed tests: 78
> successful tests: 0
> ==============================
>
> test 416
> Start 416: app_test_yara
>
> 416: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/apps/yara/tests/run_tests.py" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu"
> 416: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/apps/yara
> 416: Test timeout computed to be: 10000000
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dot to /tmp/tmp5ekwwrj7/example1.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dot to /tmp/tmp5ekwwrj7/example2.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dot to /tmp/tmp5ekwwrj7/example3.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.nj.dot to /tmp/tmp5ekwwrj7/example1.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.min.dot to /tmp/tmp5ekwwrj7/example1.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.max.dot to /tmp/tmp5ekwwrj7/example1.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 416: Error when trying to compare /<<PKGBUILDDIR>>/apps/yara/tests/gold/adeno-reads_1.t1.sam to /tmp/tmp0n7s21ut/adeno-reads_1.t1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 416: DELETING TEMP DIR /tmp/tmp0n7s21ut
> 416: Executing test for Yara
> 416: ==============================
> 416:
> 416: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/yara_indexer /<<PKGBUILDDIR>>/apps/yara/tests/input/adeno-genome.fa -o /tmp/tmp0n7s21ut/adeno-genome OK
> 416: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/yara_mapper /<<PKGBUILDDIR>>/apps/yara/tests/gold/adeno-genome /<<PKGBUILDDIR>>/apps/yara/tests/input/adeno-reads_1.fa -o /tmp/tmp0n7s21ut/adeno-reads_1.t1.sam --threads 1 FAILED
> 416: ==============================
> 416: total tests: 2
> 416: failed tests: 1
> 416: successful tests: 1
> 416: ==============================
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.wavg.dot to /tmp/tmp5ekwwrj7/example1.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 409/416 Test #416: app_test_yara .....................................................................***Failed 0.16 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/yara/tests/gold/adeno-reads_1.t1.sam to /tmp/tmp0n7s21ut/adeno-reads_1.t1.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp0n7s21ut
> Executing test for Yara
> ==============================
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/yara_indexer /<<PKGBUILDDIR>>/apps/yara/tests/input/adeno-genome.fa -o /tmp/tmp0n7s21ut/adeno-genome OK
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/yara_mapper /<<PKGBUILDDIR>>/apps/yara/tests/gold/adeno-genome /<<PKGBUILDDIR>>/apps/yara/tests/input/adeno-reads_1.fa -o /tmp/tmp0n7s21ut/adeno-reads_1.t1.sam --threads 1 FAILED
> ==============================
> total tests: 2
> failed tests: 1
> successful tests: 1
> ==============================
>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.nj.dot to /tmp/tmp5ekwwrj7/example2.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.min.dot to /tmp/tmp5ekwwrj7/example2.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.max.dot to /tmp/tmp5ekwwrj7/example2.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.avg.dot to /tmp/tmp5ekwwrj7/example2.avg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.wavg.dot to /tmp/tmp5ekwwrj7/example2.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.nj.dot to /tmp/tmp5ekwwrj7/example3.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.min.dot to /tmp/tmp5ekwwrj7/example3.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.max.dot to /tmp/tmp5ekwwrj7/example3.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.avg.dot to /tmp/tmp5ekwwrj7/example3.avg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.wavg.dot to /tmp/tmp5ekwwrj7/example3.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dot to /tmp/tmp5ekwwrj7/example1.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.newick to /tmp/tmp5ekwwrj7/example1.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dot to /tmp/tmp5ekwwrj7/example2.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.newick to /tmp/tmp5ekwwrj7/example2.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dot to /tmp/tmp5ekwwrj7/example3.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.newick to /tmp/tmp5ekwwrj7/example3.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> 415: DELETING TEMP DIR /tmp/tmp5ekwwrj7
> 415: Executing test for tree_recomb
> 415: ==============================
> 415:
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.dot FAILED
> 415: tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.nj.dot FAILED
> 415: tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.min.dot FAILED
> 415: tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.max.dot FAILED
> 415: tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.wavg.dot FAILED
> 415: tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.nj.dot FAILED
> 415: tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.min.dot FAILED
> 415: tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.max.dot FAILED
> 415: tree_recomb -b avg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.avg.dot FAILED
> 415: tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.wavg.dot FAILED
> 415: tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.nj.dot FAILED
> 415: tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.min.dot FAILED
> 415: tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.max.dot FAILED
> 415: tree_recomb -b avg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.avg.dot FAILED
> 415: tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.wavg.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.newick FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.newick FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.dot FAILED
> 415: tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.newick FAILED
> 415: ==============================
> 415: total tests: 23
> 415: failed tests: 23
> 415: successful tests: 0
> 415: ==============================
> 410/416 Test #415: app_test_tree_recon ...............................................................***Failed 0.35 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dot to /tmp/tmp5ekwwrj7/example1.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dot to /tmp/tmp5ekwwrj7/example2.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dot to /tmp/tmp5ekwwrj7/example3.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.nj.dot to /tmp/tmp5ekwwrj7/example1.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.min.dot to /tmp/tmp5ekwwrj7/example1.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.max.dot to /tmp/tmp5ekwwrj7/example1.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.wavg.dot to /tmp/tmp5ekwwrj7/example1.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.nj.dot to /tmp/tmp5ekwwrj7/example2.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.min.dot to /tmp/tmp5ekwwrj7/example2.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.max.dot to /tmp/tmp5ekwwrj7/example2.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.avg.dot to /tmp/tmp5ekwwrj7/example2.avg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.wavg.dot to /tmp/tmp5ekwwrj7/example2.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.nj.dot to /tmp/tmp5ekwwrj7/example3.nj.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.min.dot to /tmp/tmp5ekwwrj7/example3.min.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.max.dot to /tmp/tmp5ekwwrj7/example3.max.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.avg.dot to /tmp/tmp5ekwwrj7/example3.avg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.wavg.dot to /tmp/tmp5ekwwrj7/example3.wavg.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dot to /tmp/tmp5ekwwrj7/example1.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.newick to /tmp/tmp5ekwwrj7/example1.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dot to /tmp/tmp5ekwwrj7/example2.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.newick to /tmp/tmp5ekwwrj7/example2.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dot to /tmp/tmp5ekwwrj7/example3.dot: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.newick to /tmp/tmp5ekwwrj7/example3.newick: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp5ekwwrj7
> Executing test for tree_recomb
> ==============================
>
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.dot FAILED
> tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.nj.dot FAILED
> tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.min.dot FAILED
> tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.max.dot FAILED
> tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.wavg.dot FAILED
> tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.nj.dot FAILED
> tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.min.dot FAILED
> tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.max.dot FAILED
> tree_recomb -b avg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.avg.dot FAILED
> tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.wavg.dot FAILED
> tree_recomb -b nj -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.nj.dot FAILED
> tree_recomb -b min -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.min.dot FAILED
> tree_recomb -b max -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.max.dot FAILED
> tree_recomb -b avg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.avg.dot FAILED
> tree_recomb -b wavg -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.wavg.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example1.dist -o /tmp/tmp5ekwwrj7/example1.newick FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example2.dist -o /tmp/tmp5ekwwrj7/example2.newick FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.dot FAILED
> tree_recomb -m /<<PKGBUILDDIR>>/apps/tree_recon/tests/example3.dist -o /tmp/tmp5ekwwrj7/example3.newick FAILED
> ==============================
> total tests: 23
> failed tests: 23
> successful tests: 0
> ==============================
>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i98.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i98.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m0mp1oa.stdout to /tmp/tmp34kegdlh/snp_store_realign_m0mp1oa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m0mp1oa.vcf to /tmp/tmp34kegdlh/snps_realign_m0mp1oa.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m0mp1oa.gff to /tmp/tmp34kegdlh/indels_realign_m0mp1oa.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.by_qname.sam to /tmp/tmp8kaw0mny/gold-adeno-edit-08.by_qname.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.stdout to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.gsi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.stdout to /tmp/tmp8kaw0mny/gold-adeno-edit-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi to /tmp/tmp8kaw0mny/gold-adeno-edit-08.gsi: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-08.stdout to /tmp/tmp8kaw0mny/razers2-adeno-hamming-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-04.stdout to /tmp/tmp8kaw0mny/razers2-adeno-hamming-04.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-08.stdout to /tmp/tmp8kaw0mny/razers2-adeno-edit-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-04.stdout to /tmp/tmp8kaw0mny/razers2-adeno-edit-04.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 401: DELETING TEMP DIR /tmp/tmp8kaw0mny
> 401: Executing test for rabema
> 401: =========================
> 401:
> 401: rabema_prepare_sam -i /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.sam -o /tmp/tmp8kaw0mny/gold-adeno-hamming-08.by_qname.sam FAILED
> 401: rabema_prepare_sam -i /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.sam -o /tmp/tmp8kaw0mny/gold-adeno-edit-08.by_qname.sam FAILED
> 401: rabema_build_gold_standard --distance-metric hamming -e 8 -o /tmp/tmp8kaw0mny/gold-adeno-hamming-08.gsi --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.by_coordinate.sam FAILED
> 401: rabema_build_gold_standard --distance-metric edit -e 8 -o /tmp/tmp8kaw0mny/gold-adeno-edit-08.gsi --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.by_coordinate.sam FAILED
> 401: rabema_evaluate --distance-metric hamming -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-08.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi FAILED
> 401: rabema_evaluate --distance-metric hamming -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-04.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi FAILED
> 401: rabema_evaluate --distance-metric edit -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-08.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi FAILED
> 401: rabema_evaluate --distance-metric edit -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-04.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi FAILED
> 401: ==============================
> 401: total tests: 8
> 401: failed tests: 8
> 401: successful tests: 0
> 401: ==============================
> 411/416 Test #401: app_test_rabema ...................................................................***Failed 41.19 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.by_qname.sam to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.by_qname.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.by_qname.sam to /tmp/tmp8kaw0mny/gold-adeno-edit-08.by_qname.sam: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.stdout to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi to /tmp/tmp8kaw0mny/gold-adeno-hamming-08.gsi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.stdout to /tmp/tmp8kaw0mny/gold-adeno-edit-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi to /tmp/tmp8kaw0mny/gold-adeno-edit-08.gsi: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-08.stdout to /tmp/tmp8kaw0mny/razers2-adeno-hamming-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-04.stdout to /tmp/tmp8kaw0mny/razers2-adeno-hamming-04.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-08.stdout to /tmp/tmp8kaw0mny/razers2-adeno-edit-08.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-04.stdout to /tmp/tmp8kaw0mny/razers2-adeno-edit-04.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp8kaw0mny
> Executing test for rabema
> =========================
>
> rabema_prepare_sam -i /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.sam -o /tmp/tmp8kaw0mny/gold-adeno-hamming-08.by_qname.sam FAILED
> rabema_prepare_sam -i /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.sam -o /tmp/tmp8kaw0mny/gold-adeno-edit-08.by_qname.sam FAILED
> rabema_build_gold_standard --distance-metric hamming -e 8 -o /tmp/tmp8kaw0mny/gold-adeno-hamming-08.gsi --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.by_coordinate.sam FAILED
> rabema_build_gold_standard --distance-metric edit -e 8 -o /tmp/tmp8kaw0mny/gold-adeno-edit-08.gsi --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.by_coordinate.sam FAILED
> rabema_evaluate --distance-metric hamming -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-08.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi FAILED
> rabema_evaluate --distance-metric hamming -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-hamming-04.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-hamming-08.gsi FAILED
> rabema_evaluate --distance-metric edit -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-08.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi FAILED
> rabema_evaluate --distance-metric edit -e 8 --reference /tmp/tmp8kaw0mny/adeno-genome.fa --in-bam /<<PKGBUILDDIR>>/apps/rabema/tests/razers2-adeno-edit-04.sam --in-gsi /<<PKGBUILDDIR>>/apps/rabema/tests/gold-adeno-edit-08.gsi FAILED
> ==============================
> total tests: 8
> failed tests: 8
> successful tests: 0
> ==============================
>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i99.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i99.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-1.stdout to /tmp/tmpghevdggs/e-1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-1.gff to /tmp/tmpghevdggs/e-1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i100.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i100.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m0mp1oa_it1ipt01.stdout to /tmp/tmp34kegdlh/snp_store_realign_m0mp1oa_it1ipt01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m0mp1oa_it1ipt01.vcf to /tmp/tmp34kegdlh/snps_realign_m0mp1oa_it1ipt01.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m0mp1oa_it1ipt01.gff to /tmp/tmp34kegdlh/indels_realign_m0mp1oa_it1ipt01.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 412: DELETING TEMP DIR /tmp/tmp34kegdlh
> 412: Executing test for snp_store
> 412: =========================
> 412:
> 412: snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.gff -o /tmp/tmp34kegdlh/snps_default.vcf -id /tmp/tmp34kegdlh/indels_default.gff FAILED
> 412: snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -re -o /tmp/tmp34kegdlh/snps_realign.vcf -id /tmp/tmp34kegdlh/indels_realign.gff FAILED
> 412: snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -it 1 -re -oa -mp 1 -m maq -hq -o /tmp/tmp34kegdlh/snps_realign_m1mp1oa.vcf -id /tmp/tmp34kegdlh/indels_realign_m1mp1oa.gff FAILED
> 412: snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.gff -it 2 -re -oa -mp 1 -hq -o /tmp/tmp34kegdlh/snps_realign_m0mp1oa.vcf -id /tmp/tmp34kegdlh/indels_realign_m0mp1oa.gff FAILED
> 412: snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -it 1 -ipt 0.1 -osc -re -oa -hq -o /tmp/tmp34kegdlh/snps_realign_m0mp1oa_it1ipt01.vcf -id /tmp/tmp34kegdlh/indels_realign_m0mp1oa_it1ipt01.gff FAILED
> 412: ==============================
> 412: total tests: 5
> 412: failed tests: 5
> 412: successful tests: 0
> 412: ==============================
> 412/416 Test #412: app_test_snp_store ................................................................***Failed 14.41 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_default.stdout to /tmp/tmp34kegdlh/snp_store_default.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_default.vcf to /tmp/tmp34kegdlh/snps_default.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_default.gff to /tmp/tmp34kegdlh/indels_default.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign.stdout to /tmp/tmp34kegdlh/snp_store_realign.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign.vcf to /tmp/tmp34kegdlh/snps_realign.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign.gff to /tmp/tmp34kegdlh/indels_realign.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m1mp1oa.stdout to /tmp/tmp34kegdlh/snp_store_realign_m1mp1oa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m1mp1oa.vcf to /tmp/tmp34kegdlh/snps_realign_m1mp1oa.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m1mp1oa.gff to /tmp/tmp34kegdlh/indels_realign_m1mp1oa.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m0mp1oa.stdout to /tmp/tmp34kegdlh/snp_store_realign_m0mp1oa.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m0mp1oa.vcf to /tmp/tmp34kegdlh/snps_realign_m0mp1oa.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m0mp1oa.gff to /tmp/tmp34kegdlh/indels_realign_m0mp1oa.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snp_store_realign_m0mp1oa_it1ipt01.stdout to /tmp/tmp34kegdlh/snp_store_realign_m0mp1oa_it1ipt01.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/snps_realign_m0mp1oa_it1ipt01.vcf to /tmp/tmp34kegdlh/snps_realign_m0mp1oa_it1ipt01.vcf: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/snp_store/tests/indels_realign_m0mp1oa_it1ipt01.gff to /tmp/tmp34kegdlh/indels_realign_m0mp1oa_it1ipt01.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmp34kegdlh
> Executing test for snp_store
> =========================
>
> snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.gff -o /tmp/tmp34kegdlh/snps_default.vcf -id /tmp/tmp34kegdlh/indels_default.gff FAILED
> snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -re -o /tmp/tmp34kegdlh/snps_realign.vcf -id /tmp/tmp34kegdlh/indels_realign.gff FAILED
> snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -it 1 -re -oa -mp 1 -m maq -hq -o /tmp/tmp34kegdlh/snps_realign_m1mp1oa.vcf -id /tmp/tmp34kegdlh/indels_realign_m1mp1oa.gff FAILED
> snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.gff -it 2 -re -oa -mp 1 -hq -o /tmp/tmp34kegdlh/snps_realign_m0mp1oa.vcf -id /tmp/tmp34kegdlh/indels_realign_m0mp1oa.gff FAILED
> snp_store /<<PKGBUILDDIR>>/apps/snp_store/tests/human-chr22-inf2.fa /<<PKGBUILDDIR>>/apps/snp_store/tests/human-reads2.sam -it 1 -ipt 0.1 -osc -re -oa -hq -o /tmp/tmp34kegdlh/snps_realign_m0mp1oa_it1ipt01.vcf -id /tmp/tmp34kegdlh/indels_realign_m0mp1oa_it1ipt01.gff FAILED
> ==============================
> total tests: 5
> failed tests: 5
> successful tests: 0
> ==============================
>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.stdout to /tmp/tmpghevdggs/5e-2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.gff to /tmp/tmpghevdggs/5e-2.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of1.fa to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of2.eland to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/25e-3.stdout to /tmp/tmpghevdggs/25e-3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/25e-3.gff to /tmp/tmpghevdggs/25e-3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of3.gff to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of3.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so1.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 402: DELETING TEMP DIR /tmp/tmpodsw9ypw
> 402: razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.razers FAILED
> 402: razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.razers FAILED
> 402: razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.razers FAILED
> 402: razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.razers FAILED
> 402: razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.razers FAILED
> 402: razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.razers FAILED
> 402: razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.razers FAILED
> 402: razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.razers FAILED
> 402: razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.razers FAILED
> 402: razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.razers FAILED
> 402: razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.razers FAILED
> 402: razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.razers FAILED
> 402: razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.razers FAILED
> 402: razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.razers FAILED
> 402: razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.razers FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.fa FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.eland FAILED
> 402: razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.gff FAILED
> 402: razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.razers FAILED
> 402: razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.razers FAILED
> 402: ==============================
> 402: total tests: 84
> 402: failed tests: 84
> 402: successful tests: 0
> 402: ==============================
> 413/416 Test #402: app_test_razers ...................................................................***Failed 46.91 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-r.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-r.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-f.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-f.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i90.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i90.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i91.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i91.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i92.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i92.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i93.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i93.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i94.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i94.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i95.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i95.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i96.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i96.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i97.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i97.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i98.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i98.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i99.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i99.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i100.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-i100.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of0.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of1.fa to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of2.eland to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of2.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of3.gff to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-of3.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so0.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so1.razers to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads36_1-id-so1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-r.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-r.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-f.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-f.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i90.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i90.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i91.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i91.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i92.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i92.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i93.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i93.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i94.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i94.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i95.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i95.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i96.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i96.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i97.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i97.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i98.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i98.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i99.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i99.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for razers
> =========================
>
> razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id.razers FAILED
> razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-r.razers FAILED
> razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-f.razers FAILED
> razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i90.razers FAILED
> razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i91.razers FAILED
> razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i92.razers FAILED
> razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i93.razers FAILED
> razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i94.razers FAILED
> razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i95.razers FAILED
> razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i96.razers FAILED
> razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i97.razers FAILED
> razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i98.razers FAILED
> razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i99.razers FAILED
> razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-i100.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of0.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of1.fa FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of2.eland FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-of3.gff FAILED
> razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so0.razers FAILED
> razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads36_1-id-so1.razers FAILED
> razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id.razers FAILED
> razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-r.razers FAILED
> razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-f.razers FAILED
> razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i90.razers FAILED
> razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i91.razers FAILED
> razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i92.razers FAILED
> razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i93.razers FAILED
> razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i94.razers FAILED
> razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i95.razers FAILED
> razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i96.razers FAILED
> razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i97.razers FAILED
> razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i98.razers FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i100.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-i100.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of0.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of1.fa to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of2.eland to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of2.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of3.gff to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-of3.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so0.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so0.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so1.razers to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/se-adeno-reads100_1-id-so1.stdout to /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-r.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-r.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-f.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-f.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i90.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i90.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i91.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i91.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i92.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i92.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i93.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i93.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i94.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i94.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i95.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i95.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i96.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i96.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i97.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i97.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i98.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i98.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i99.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i99.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i100.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-i100.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of1.fa to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of2.eland to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of3.gff to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-of3.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so1.razers to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads36_2-id-so1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i99.razers FAILED
> razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-i100.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of0.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of1.fa FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of2.eland FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-of3.gff FAILED
> razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so0.razers FAILED
> razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa -o /tmp/tmpodsw9ypw/se-adeno-reads100_1-id-so1.razers FAILED
> razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id.razers FAILED
> razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-r.razers FAILED
> razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-f.razers FAILED
> razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i90.razers FAILED
> razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i91.razers FAILED
> razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i92.razers FAILED
> razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i93.razers FAILED
> razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i94.razers FAILED
> razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i95.razers FAILED
> razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i96.razers FAILED
> razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i97.razers FAILED
> razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i98.razers FAILED
> razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i99.razers FAILED
> razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-i100.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of0.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of1.fa FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of2.eland FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-of3.gff FAILED
> razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so0.razers FAILED
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-r.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-r.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-f.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-f.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i90.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i90.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i91.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i91.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i92.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i92.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i93.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i93.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i94.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i94.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i95.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i95.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i96.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i96.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i97.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i97.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i98.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i98.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i99.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i99.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i100.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-i100.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of1.fa to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.fa: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of2.eland to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.eland: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of2.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of3.gff to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-of3.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so0.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so0.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so1.razers to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.razers: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/razers/tests/pe-adeno-reads100_2-id-so1.stdout to /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpodsw9ypw
> razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads36_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads36_2-id-so1.razers FAILED
> razers --low-memory /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id.razers FAILED
> razers --low-memory -id -r /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-r.razers FAILED
> razers --low-memory -id -f /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-f.razers FAILED
> razers --low-memory -id -i 90 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i90.razers FAILED
> razers --low-memory -id -i 91 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i91.razers FAILED
> razers --low-memory -id -i 92 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i92.razers FAILED
> razers --low-memory -id -i 93 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i93.razers FAILED
> razers --low-memory -id -i 94 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i94.razers FAILED
> razers --low-memory -id -i 95 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i95.razers FAILED
> razers --low-memory -id -i 96 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i96.razers FAILED
> razers --low-memory -id -i 97 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i97.razers FAILED
> razers --low-memory -id -i 98 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i98.razers FAILED
> razers --low-memory -id -i 99 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i99.razers FAILED
> razers --low-memory -id -i 100 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-i100.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of0.razers FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of1.fa FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of2.eland FAILED
> razers --low-memory -id /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-of3.gff FAILED
> razers --low-memory -id -so 0 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so0.razers FAILED
> razers --low-memory -id -so 1 /<<PKGBUILDDIR>>/apps/razers/tests/adeno-genome.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_1.fa /<<PKGBUILDDIR>>/apps/razers/tests/adeno-reads100_2.fa -o /tmp/tmpodsw9ypw/pe-adeno-reads100_2-id-so1.razers FAILED
> ==============================
> total tests: 84
> failed tests: 84
> successful tests: 0
> ==============================
>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/75e-3.stdout to /tmp/tmpghevdggs/75e-3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/75e-3.gff to /tmp/tmpghevdggs/75e-3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-4.stdout to /tmp/tmpghevdggs/e-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-4.gff to /tmp/tmpghevdggs/e-4.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.0005_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.0005_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen20.stdout to /tmp/tmpghevdggs/minLen20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen20.gff to /tmp/tmpghevdggs/minLen20.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i2.stdout to /tmp/tmpevzl6yhs/reads.illumina.fq.i2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i2.stderr to /tmp/tmpevzl6yhs/reads.illumina.fq.i2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen150.stdout to /tmp/tmpghevdggs/minLen150.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen150.gff to /tmp/tmpghevdggs/minLen150.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2txt.stdout to /tmp/tmpghevdggs/5e-2txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.txt to /tmp/tmpghevdggs/5e-2.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> 414: Executing test for stellar
> 414: =========================
> 414:
> 414: stellar -e 0.1 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/e-1.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_e-1.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_e-1.fa
> 414: FAILED
> 414: stellar -e 0.05 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/5e-2.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> 414: FAILED
> 414: stellar -e 0.025 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/25e-3.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_25e-3.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_25e-3.fa
> 414: FAILED
> 414: stellar -e 0.075 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/75e-3.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_75e-3.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_75e-3.fa
> 414: FAILED
> 414: stellar -e 0.0001 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/e-4.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_e-4.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_e-4.fa
> 414: FAILED
> 414: stellar -e 0.05 -l 20 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/minLen20.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> 414: FAILED
> 414: stellar -e 0.05 -l 150 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/minLen150.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> 414: FAILED
> 414: stellar -e 0.05 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/5e-2.txt /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> 414: FAILED
> 414: ==============================
> 414: total tests: 8
> 414: failed tests: 8
> 414: successful tests: 0
> 414: ==============================
> 414/416 Test #414: app_test_stellar ..................................................................***Failed 17.41 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-1.stdout to /tmp/tmpghevdggs/e-1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-1.gff to /tmp/tmpghevdggs/e-1.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.stdout to /tmp/tmpghevdggs/5e-2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.gff to /tmp/tmpghevdggs/5e-2.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/25e-3.stdout to /tmp/tmpghevdggs/25e-3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/25e-3.gff to /tmp/tmpghevdggs/25e-3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/75e-3.stdout to /tmp/tmpghevdggs/75e-3.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/75e-3.gff to /tmp/tmpghevdggs/75e-3.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-4.stdout to /tmp/tmpghevdggs/e-4.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/e-4.gff to /tmp/tmpghevdggs/e-4.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen20.stdout to /tmp/tmpghevdggs/minLen20.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen20.gff to /tmp/tmpghevdggs/minLen20.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen150.stdout to /tmp/tmpghevdggs/minLen150.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/minLen150.gff to /tmp/tmpghevdggs/minLen150.gff: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2txt.stdout to /tmp/tmpghevdggs/5e-2txt.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/stellar/tests/5e-2.txt to /tmp/tmpghevdggs/5e-2.txt: a bytes-like object is required, not 'str' <class 'TypeError'>
> Executing test for stellar
> =========================
>
> stellar -e 0.1 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/e-1.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_e-1.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_e-1.fa
> FAILED
> stellar -e 0.05 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/5e-2.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> FAILED
> stellar -e 0.025 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/25e-3.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_25e-3.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_25e-3.fa
> FAILED
> stellar -e 0.075 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/75e-3.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_75e-3.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_75e-3.fa
> FAILED
> stellar -e 0.0001 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/e-4.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_e-4.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_e-4.fa
> FAILED
> stellar -e 0.05 -l 20 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/minLen20.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> FAILED
> stellar -e 0.05 -l 150 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/minLen150.gff /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> FAILED
> stellar -e 0.05 -l 50 -x 10 -k 7 -n 5000 -s 10000 -f -v -t -o /tmp/tmpghevdggs/5e-2.txt /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq1_5e-2.fa /<<PKGBUILDDIR>>/apps/stellar/tests/512_simSeq2_5e-2.fa
> FAILED
> ==============================
> total tests: 8
> failed tests: 8
> successful tests: 0
> ==============================
>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i1.stdout to /tmp/tmpevzl6yhs/reads.454.fq.i1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i1.stderr to /tmp/tmpevzl6yhs/reads.454.fq.i1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.001_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.001_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.01_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.01_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.1_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.1_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.5_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.5_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.9_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.9_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_1_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_1_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_1.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_1.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_2.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_2.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: Error when trying to compare /tmp/tmpb3zt4jtf/expected/Example_emerging_1_2.res to /tmp/tmpb3zt4jtf/Example_emerging_1_2.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> 392: DELETING TEMP DIR /tmp/tmpb3zt4jtf
> 392: Executing test for dfi
> 392: ======================
> 392:
> 392: dfi /tmp/tmpb3zt4jtf/datasets/bbe.fa /tmp/tmpb3zt4jtf/datasets/kjv.fa --support 0.002 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/bbe.fa /tmp/tmpb3zt4jtf/datasets/kjv.fa --minmax 155 31102 --minmax 1 15551 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --minmax 10 2000 --minmax 1 1500 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.0005 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.001 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.01 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.1 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.5 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.9 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 1 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 1 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 2 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 5 -m FAILED
> 392: dfi /tmp/tmpb3zt4jtf/datasets/fasta1.fa /tmp/tmpb3zt4jtf/datasets/fasta2.fa --support 1 --growth 2 FAILED
> 392: ==============================
> 392: total tests: 15
> 392: failed tests: 15
> 392: successful tests: 0
> 392: ==============================
> 415/416 Test #392: app_test_dfi ......................................................................***Failed 82.33 sec
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/BasicEnglish_KingJames_Bible_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/BasicEnglish_KingJames_Bible_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/BasicEnglish_KingJames_Bible_minmax_155_15551.res to /tmp/tmpb3zt4jtf/BasicEnglish_KingJames_Bible_minmax_155_15551.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_minmax_10_1500.res to /tmp/tmpb3zt4jtf/Windows_Other_minmax_10_1500.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.0005_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.0005_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.001_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.001_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.01_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.01_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.1_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.1_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.5_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.5_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.9_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.9_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_1_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_1_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_1.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_1.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_2.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_2.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Windows_Other_emerging_0.002_5.res to /tmp/tmpb3zt4jtf/Windows_Other_emerging_0.002_5.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /tmp/tmpb3zt4jtf/expected/Example_emerging_1_2.res to /tmp/tmpb3zt4jtf/Example_emerging_1_2.res: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpb3zt4jtf
> Executing test for dfi
> ======================
>
> dfi /tmp/tmpb3zt4jtf/datasets/bbe.fa /tmp/tmpb3zt4jtf/datasets/kjv.fa --support 0.002 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/bbe.fa /tmp/tmpb3zt4jtf/datasets/kjv.fa --minmax 155 31102 --minmax 1 15551 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --minmax 10 2000 --minmax 1 1500 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.0005 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.001 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.01 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.1 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.5 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.9 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 1 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 1 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 2 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/CompWindows.fa /tmp/tmpb3zt4jtf/datasets/CompNonWindows.fa --support 0.002 --growth 5 -m FAILED
> dfi /tmp/tmpb3zt4jtf/datasets/fasta1.fa /tmp/tmpb3zt4jtf/datasets/fasta2.fa --support 1 --growth 2 FAILED
> ==============================
> total tests: 15
> failed tests: 15
> successful tests: 0
> ==============================
>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i2.stdout to /tmp/tmpevzl6yhs/reads.454.fq.i2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i2.stderr to /tmp/tmpevzl6yhs/reads.454.fq.i2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> 393: DELETING TEMP DIR /tmp/tmpevzl6yhs
> 393: Executing test for fiona
> 393: ========================
> 393:
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.sam --post /tmp/tmpevzl6yhs/reads.illumina.corrected.i1.fa
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona_illumina -nt 1 -i 1 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq /tmp/tmpevzl6yhs/reads.illumina.corrected.i1.fa
> 393: FAILED
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.sam --post /tmp/tmpevzl6yhs/reads.illumina.corrected.i2.fa
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona_illumina -nt 1 -i 2 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq /tmp/tmpevzl6yhs/reads.illumina.corrected.i2.fa
> 393: FAILED
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.sam --post /tmp/tmpevzl6yhs/reads.454.corrected.i1.fa
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona -nt 1 -i 1 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq /tmp/tmpevzl6yhs/reads.454.corrected.i1.fa
> 393: FAILED
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.sam --post /tmp/tmpevzl6yhs/reads.454.corrected.i2.fa
> 393: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona -nt 1 -i 2 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq /tmp/tmpevzl6yhs/reads.454.corrected.i2.fa
> 393: FAILED
> 393: ==============================
> 393: total tests: 4
> 393: failed tests: 4
> 393: successful tests: 0
> 393: ==============================
> 416/416 Test #393: app_test_fiona ....................................................................***Failed 88.59 sec
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i1.stdout to /tmp/tmpevzl6yhs/reads.illumina.fq.i1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i1.stderr to /tmp/tmpevzl6yhs/reads.illumina.fq.i1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i2.stdout to /tmp/tmpevzl6yhs/reads.illumina.fq.i2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq.i2.stderr to /tmp/tmpevzl6yhs/reads.illumina.fq.i2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i1.stdout to /tmp/tmpevzl6yhs/reads.454.fq.i1.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i1.stderr to /tmp/tmpevzl6yhs/reads.454.fq.i1.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i2.stdout to /tmp/tmpevzl6yhs/reads.454.fq.i2.stdout: a bytes-like object is required, not 'str' <class 'TypeError'>
> Error when trying to compare /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq.i2.stderr to /tmp/tmpevzl6yhs/reads.454.fq.i2.stderr: a bytes-like object is required, not 'str' <class 'TypeError'>
> DELETING TEMP DIR /tmp/tmpevzl6yhs
> Executing test for fiona
> ========================
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.sam --post /tmp/tmpevzl6yhs/reads.illumina.corrected.i1.fa
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona_illumina -nt 1 -i 1 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq /tmp/tmpevzl6yhs/reads.illumina.corrected.i1.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.sam --post /tmp/tmpevzl6yhs/reads.illumina.corrected.i2.fa
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona_illumina -nt 1 -i 2 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.illumina.fq /tmp/tmpevzl6yhs/reads.illumina.corrected.i2.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.sam --post /tmp/tmpevzl6yhs/reads.454.corrected.i1.fa
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona -nt 1 -i 1 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq /tmp/tmpevzl6yhs/reads.454.corrected.i1.fa
> FAILED
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/compute_gain -g /<<PKGBUILDDIR>>/apps/fiona/tests/genome.10k.fa --pre /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.sam --post /tmp/tmpevzl6yhs/reads.454.corrected.i2.fa
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/fiona -nt 1 -i 2 -g 10000 /<<PKGBUILDDIR>>/apps/fiona/tests/reads.454.fq /tmp/tmpevzl6yhs/reads.454.corrected.i2.fa
> FAILED
> ==============================
> total tests: 4
> failed tests: 4
> successful tests: 0
> ==============================
>
>
> 29% tests passed, 295 tests failed out of 416
>
> Total Test time (real) = 99.14 sec
>
> The following tests FAILED:
> 121 - test_demo_dox_align_align (Failed)
> 122 - test_demo_dox_align_compute_alignment_stats (Failed)
> 123 - test_demo_dox_align_gaps_example (Failed)
> 124 - test_demo_dox_align_global_alignment_banded (Failed)
> 125 - test_demo_dox_align_global_alignment_unbanded (Failed)
> 126 - test_demo_dox_align_integrate_align (Failed)
> 127 - test_demo_dox_align_extend_extend_alignment (Failed)
> 128 - test_demo_dox_align_split_split_alignment (Failed)
> 129 - test_demo_dox_bam_io_bam_tags_dict (Failed)
> 130 - test_demo_dox_basic_zip_iterator (Failed)
> 131 - test_demo_dox_consensus_consensus_alignment (Failed)
> 132 - test_demo_dox_find_finder_index (Failed)
> 133 - test_demo_dox_find_finder_online (Failed)
> 134 - test_demo_dox_graph_algorithms_all_pairs_shortest_path (Failed)
> 135 - test_demo_dox_graph_algorithms_bellman_ford_algorithm (Failed)
> 136 - test_demo_dox_graph_algorithms_breadth_first_search (Failed)
> 137 - test_demo_dox_graph_algorithms_dag_shortest_path (Failed)
> 138 - test_demo_dox_graph_algorithms_depth_first_search (Failed)
> 139 - test_demo_dox_graph_algorithms_dijkstra (Failed)
> 140 - test_demo_dox_graph_algorithms_floyd_warshall_algorithm (Failed)
> 141 - test_demo_dox_graph_algorithms_ford_fulkerson_algorithm (Failed)
> 142 - test_demo_dox_graph_algorithms_kruskals_algorithm (Failed)
> 143 - test_demo_dox_graph_algorithms_prims_algorithm (Failed)
> 144 - test_demo_dox_graph_algorithms_strongly_connected_components (Failed)
> 145 - test_demo_dox_graph_algorithms_topological_sort (Failed)
> 146 - test_demo_dox_graph_algorithms_transitive_closure (Failed)
> 147 - test_demo_dox_graph_types_graph_algo_dijkstra (Failed)
> 148 - test_demo_dox_index_begin_atEnd_representative (Failed)
> 149 - test_demo_dox_index_counting (Failed)
> 150 - test_demo_dox_index_finder (Failed)
> 151 - test_demo_dox_index_getOccurrences_getFrequency_range_getFibre (Failed)
> 152 - test_demo_dox_index_iterator (Failed)
> 153 - test_demo_dox_index_iterator_short (Failed)
> 154 - test_demo_dox_index_length_countSequences (Failed)
> 155 - test_demo_dox_index_mummy (Failed)
> 156 - test_demo_dox_index_open_save (Failed)
> 157 - test_demo_dox_index_sufarray (Failed)
> 158 - test_demo_dox_index_textAt_indexText_saAt_indexRequire (Failed)
> 159 - test_demo_dox_misc_enumerate_strings (Failed)
> 160 - test_demo_dox_misc_name_store_cache (Failed)
> 161 - test_demo_dox_modifier_cyclic_shape (Failed)
> 162 - test_demo_dox_modifier_modified_string (Failed)
> 163 - test_demo_dox_modifier_modified_string_mod_view (Failed)
> 164 - test_demo_dox_modifier_modified_string_nested (Failed)
> 165 - test_demo_dox_parallel_queue_example (Failed)
> 166 - test_demo_dox_parallel_splitter_example (Failed)
> 167 - test_demo_dox_score_score (Failed)
> 168 - test_demo_dox_seeds_seeds_chaining (Failed)
> 169 - test_demo_dox_seeds_seeds_extension (Failed)
> 170 - test_demo_dox_seq_io_fai_index_example (Failed)
> 171 - test_demo_dox_sequence_container_view_zip (Failed)
> 172 - test_demo_dox_sequence_string2 (Failed)
> 173 - test_demo_dox_sequence_stringset (Failed)
> 174 - test_demo_dox_stream_lexical_cast (Failed)
> 175 - test_demo_howto_align_gaps_clipping (Failed)
> 176 - test_demo_howto_custom_file_endings (Failed)
> 177 - test_demo_howto_filter_similar_sequences (Failed)
> 178 - test_demo_howto_scores_init_score (Failed)
> 179 - test_demo_howto_scores_load_score (Failed)
> 180 - test_demo_tutorial_a_first_example_basic_code (Failed)
> 181 - test_demo_tutorial_a_first_example_basic_code_detailed (Failed)
> 182 - test_demo_tutorial_a_first_example_code_encapsulation (Failed)
> 183 - test_demo_tutorial_a_first_example_final_result (Failed)
> 184 - test_demo_tutorial_a_first_example_solution_1 (Failed)
> 185 - test_demo_tutorial_a_first_example_solution_2 (Failed)
> 186 - test_demo_tutorial_a_first_example_solution_3 (Failed)
> 187 - test_demo_tutorial_a_first_example_solution_4 (Failed)
> 188 - test_demo_tutorial_a_first_example_solution_5 (Failed)
> 189 - test_demo_tutorial_a_first_example_solution_6 (Failed)
> 190 - test_demo_tutorial_alignment_align (Failed)
> 191 - test_demo_tutorial_alignment_align_assignment1 (Failed)
> 192 - test_demo_tutorial_alignment_graph (Failed)
> 193 - test_demo_tutorial_alignment_graph_assignment1 (Failed)
> 194 - test_demo_tutorial_alignment_scoring_scheme_affine_dgs (Failed)
> 195 - test_demo_tutorial_alignment_scoring_scheme_matrix (Failed)
> 196 - test_demo_tutorial_alignment_scoring_scheme_simple (Failed)
> 197 - test_demo_tutorial_alphabets_assignment_1 (Failed)
> 198 - test_demo_tutorial_alphabets_assignment_1_solution (Failed)
> 199 - test_demo_tutorial_alphabets_example_bitsPerValue (Failed)
> 200 - test_demo_tutorial_alphabets_example_ordValue (Failed)
> 201 - test_demo_tutorial_alphabets_example_size (Failed)
> 202 - test_demo_tutorial_background_and_motivation_example (Failed)
> 203 - test_demo_tutorial_basic_techniques_base (Failed)
> 204 - test_demo_tutorial_basics_allocator (Failed)
> 205 - test_demo_tutorial_basics_base (Failed)
> 206 - test_demo_tutorial_basics_show_alphabets (Failed)
> 207 - test_demo_tutorial_basics_strings (Failed)
> 208 - test_demo_tutorial_bed_io_base (Failed)
> 209 - test_demo_tutorial_bed_io_example1 (Failed)
> 210 - test_demo_tutorial_bed_io_solution1 (Failed)
> 211 - test_demo_tutorial_bed_io_solution2 (Failed)
> 212 - test_demo_tutorial_bed_io_solution3 (Failed)
> 213 - test_demo_tutorial_blast_io_read_assignment (Failed)
> 214 - test_demo_tutorial_blast_io_write_assignment (Failed)
> 215 - test_demo_tutorial_consensus_alignment_with_positions (Failed)
> 216 - test_demo_tutorial_consensus_alignment_without_positions (Failed)
> 217 - test_demo_tutorial_file_io_overview_example1 (Failed)
> 218 - test_demo_tutorial_file_io_overview_solution1 (Failed)
> 219 - test_demo_tutorial_file_io_overview_solution2 (Failed)
> 220 - test_demo_tutorial_file_io_overview_solution3 (Failed)
> 221 - test_demo_tutorial_fragment_store_access_aligned_reads (Failed)
> 222 - test_demo_tutorial_fragment_store_access_aligned_reads2 (Failed)
> 223 - test_demo_tutorial_fragment_store_base (Failed)
> 224 - test_demo_tutorial_fragment_store_display_aligned_reads (Failed)
> 225 - test_demo_tutorial_generic_programming_example_hashing (Failed)
> 226 - test_demo_tutorial_generic_programming_template_subclassing (Failed)
> 227 - test_demo_tutorial_genome_annotations_assignment_1_hint (Failed)
> 228 - test_demo_tutorial_genome_annotations_assignment_1_solution (Failed)
> 229 - test_demo_tutorial_genome_annotations_assignment_2_solution (Failed)
> 230 - test_demo_tutorial_genome_annotations_assignment_3_solution (Failed)
> 231 - test_demo_tutorial_genome_annotations_assignment_4_solution (Failed)
> 232 - test_demo_tutorial_genome_annotations_base (Failed)
> 233 - test_demo_tutorial_gff_and_gtf_io_base (Failed)
> 234 - test_demo_tutorial_gff_and_gtf_io_example1 (Failed)
> 235 - test_demo_tutorial_gff_and_gtf_io_example2 (Failed)
> 236 - test_demo_tutorial_gff_and_gtf_io_solution1 (Failed)
> 237 - test_demo_tutorial_gff_and_gtf_io_solution2 (Failed)
> 238 - test_demo_tutorial_gff_and_gtf_io_solution3 (Failed)
> 239 - test_demo_tutorial_graph_graph_algo_scc (Failed)
> 240 - test_demo_tutorial_graph_graph_dijkstra (Failed)
> 241 - test_demo_tutorial_graph_graph_hmm (Failed)
> 242 - test_demo_tutorial_graph_solution_1 (Failed)
> 243 - test_demo_tutorial_index_iterators_index_assignment1 (Failed)
> 244 - test_demo_tutorial_index_iterators_index_assignment2 (Failed)
> 245 - test_demo_tutorial_index_iterators_index_bidirectional_search (Failed)
> 246 - test_demo_tutorial_index_iterators_index_preorder (Failed)
> 247 - test_demo_tutorial_index_iterators_index_property_maps (Failed)
> 248 - test_demo_tutorial_index_iterators_index_search (Failed)
> 249 - test_demo_tutorial_index_iterators_index_search2 (Failed)
> 250 - test_demo_tutorial_index_iterators_iterator_assignment2 (Failed)
> 251 - test_demo_tutorial_index_iterators_iterator_solution1 (Failed)
> 252 - test_demo_tutorial_index_iterators_iterator_solution2 (Failed)
> 253 - test_demo_tutorial_index_iterators_iterator_solution3 (Failed)
> 254 - test_demo_tutorial_indexed_fasta_io_base (Failed)
> 255 - test_demo_tutorial_indexed_fasta_io_solution1 (Failed)
> 256 - test_demo_tutorial_indexed_fasta_io_solution2 (Failed)
> 257 - test_demo_tutorial_indices_assignment_1 (Failed)
> 258 - test_demo_tutorial_indices_assignment_2 (Failed)
> 259 - test_demo_tutorial_indices_base (Failed)
> 260 - test_demo_tutorial_iterators_assignment_1 (Failed)
> 261 - test_demo_tutorial_iterators_assignment_1_solution (Failed)
> 262 - test_demo_tutorial_iterators_assignment_2_solution (Failed)
> 263 - test_demo_tutorial_iterators_assignment_3_workshop (Failed)
> 264 - test_demo_tutorial_iterators_assignment_3_workshop_solution (Failed)
> 265 - test_demo_tutorial_iterators_assignment_4_workshop_solution (Failed)
> 266 - test_demo_tutorial_iterators_base (Failed)
> 267 - test_demo_tutorial_iterators_sequence_iterator_demo (Failed)
> 268 - test_demo_tutorial_journaled_set_base (Failed)
> 269 - test_demo_tutorial_journaled_set_example_join (Failed)
> 270 - test_demo_tutorial_journaled_set_example_journal_string_basic (Failed)
> 271 - test_demo_tutorial_journaled_set_example_online_search (Failed)
> 272 - test_demo_tutorial_journaled_set_example_online_search_assignment1_hint (Failed)
> 273 - test_demo_tutorial_journaled_set_solution_online_search_assignment1 (Failed)
> 274 - test_demo_tutorial_journaled_set_solution_online_search_assignment2 (Failed)
> 275 - test_demo_tutorial_journaled_set_solution_online_search_assignment3 (Failed)
> 276 - test_demo_tutorial_journaled_set_solution_online_search_assignment4 (Failed)
> 277 - test_demo_tutorial_journaled_set_solution_online_search_finder (Failed)
> 278 - test_demo_tutorial_journaled_string_tree_journaled_string_tree_base (Failed)
> 279 - test_demo_tutorial_journaled_string_tree_journaled_string_tree_base_assignment1 (Failed)
> 280 - test_demo_tutorial_metafunctions_assignment1_solution (Failed)
> 281 - test_demo_tutorial_metafunctions_base (Failed)
> 282 - test_demo_tutorial_modifiers_UNUSED_modcomplementdna (Failed)
> 283 - test_demo_tutorial_modifiers_assignment1 (Failed)
> 284 - test_demo_tutorial_modifiers_assignment1_solution (Failed)
> 285 - test_demo_tutorial_modifiers_modreverse (Failed)
> 286 - test_demo_tutorial_modifiers_modview (Failed)
> 287 - test_demo_tutorial_modifiers_nested (Failed)
> 288 - test_demo_tutorial_multiple_sequence_alignment_assignment1 (Failed)
> 289 - test_demo_tutorial_multiple_sequence_alignment_consensus (Failed)
> 290 - test_demo_tutorial_multiple_sequence_alignment_msa (Failed)
> 291 - test_demo_tutorial_pairwise_sequence_alignment_alignment_banded (Failed)
> 292 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment1 (Failed)
> 293 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment2 (Failed)
> 294 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_assignment3 (Failed)
> 295 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_overlap (Failed)
> 296 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_specialised (Failed)
> 297 - test_demo_tutorial_pairwise_sequence_alignment_alignment_global_standard (Failed)
> 298 - test_demo_tutorial_pairwise_sequence_alignment_alignment_local (Failed)
> 299 - test_demo_tutorial_pairwise_sequence_alignment_alignment_local_assignment1 (Failed)
> 300 - test_demo_tutorial_pairwise_sequence_alignment_assignment5 (Failed)
> 301 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step1 (Failed)
> 302 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step2 (Failed)
> 303 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step3 (Failed)
> 304 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step4 (Failed)
> 305 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step5 (Failed)
> 306 - test_demo_tutorial_pairwise_sequence_alignment_assignment5_step6 (Failed)
> 307 - test_demo_tutorial_parsing_command_line_arguments_base (Failed)
> 308 - test_demo_tutorial_pattern_matching_assignment1 (Failed)
> 309 - test_demo_tutorial_pattern_matching_assignment1_solution (Failed)
> 310 - test_demo_tutorial_pattern_matching_assignment2 (Failed)
> 311 - test_demo_tutorial_pattern_matching_assignment2_solution (Failed)
> 312 - test_demo_tutorial_pattern_matching_assignment3 (Failed)
> 313 - test_demo_tutorial_pattern_matching_assignment3_solution (Failed)
> 314 - test_demo_tutorial_pattern_matching_find_approx (Failed)
> 315 - test_demo_tutorial_pattern_matching_find_exact (Failed)
> 316 - test_demo_tutorial_pattern_matching_find_index (Failed)
> 317 - test_demo_tutorial_pattern_matching_find_index_multiple (Failed)
> 318 - test_demo_tutorial_q_gram_index_index_assignment5 (Failed)
> 319 - test_demo_tutorial_q_gram_index_index_assignment6 (Failed)
> 320 - test_demo_tutorial_q_gram_index_index_qgram (Failed)
> 321 - test_demo_tutorial_q_gram_index_index_qgram_hash (Failed)
> 322 - test_demo_tutorial_realignment_step1 (Failed)
> 323 - test_demo_tutorial_realignment_step2 (Failed)
> 324 - test_demo_tutorial_sam_and_bam_io_base (Failed)
> 325 - test_demo_tutorial_sam_and_bam_io_example1 (Failed)
> 326 - test_demo_tutorial_sam_and_bam_io_example2 (Failed)
> 327 - test_demo_tutorial_sam_and_bam_io_example7 (Failed)
> 328 - test_demo_tutorial_sam_and_bam_io_solution1 (Failed)
> 329 - test_demo_tutorial_sam_and_bam_io_solution2 (Failed)
> 330 - test_demo_tutorial_sam_and_bam_io_solution3 (Failed)
> 331 - test_demo_tutorial_seed_and_extend_example1 (Failed)
> 332 - test_demo_tutorial_seed_and_extend_example2 (Failed)
> 333 - test_demo_tutorial_seed_and_extend_example3 (Failed)
> 334 - test_demo_tutorial_seed_and_extend_example4 (Failed)
> 335 - test_demo_tutorial_seed_and_extend_example5 (Failed)
> 336 - test_demo_tutorial_seed_and_extend_example6 (Failed)
> 337 - test_demo_tutorial_seed_and_extend_example7 (Failed)
> 338 - test_demo_tutorial_seed_and_extend_solution1 (Failed)
> 339 - test_demo_tutorial_seed_and_extend_solution2 (Failed)
> 340 - test_demo_tutorial_seed_and_extend_solution3 (Failed)
> 341 - test_demo_tutorial_seed_and_extend_solution4 (Failed)
> 342 - test_demo_tutorial_seed_and_extend_solution5 (Failed)
> 343 - test_demo_tutorial_seed_and_extend_solution6 (Failed)
> 344 - test_demo_tutorial_seeds_example1 (Failed)
> 345 - test_demo_tutorial_sequence_io_base (Failed)
> 346 - test_demo_tutorial_sequence_io_example1 (Failed)
> 347 - test_demo_tutorial_sequence_io_solution1 (Failed)
> 348 - test_demo_tutorial_sequence_io_solution2 (Failed)
> 349 - test_demo_tutorial_sequence_io_solution3 (Failed)
> 350 - test_demo_tutorial_sequence_io_solution4 (Failed)
> 351 - test_demo_tutorial_sequences_assignment_1_solution (Failed)
> 352 - test_demo_tutorial_sequences_assignment_2_solution (Failed)
> 353 - test_demo_tutorial_sequences_assignment_3_solution (Failed)
> 354 - test_demo_tutorial_sequences_assignment_4_solution (Failed)
> 355 - test_demo_tutorial_sequences_assignment_5_solution (Failed)
> 356 - test_demo_tutorial_sequences_assignment_6_solution (Failed)
> 357 - test_demo_tutorial_sequences_example_comparisons (Failed)
> 358 - test_demo_tutorial_sequences_example_conversions_copy (Failed)
> 359 - test_demo_tutorial_sequences_example_conversions_move (Failed)
> 360 - test_demo_tutorial_sequences_example_functionality1 (Failed)
> 361 - test_demo_tutorial_sequences_example_functionality2 (Failed)
> 362 - test_demo_tutorial_sequences_example_segments (Failed)
> 363 - test_demo_tutorial_sequences_in_depth_assignment_exact_generous_solution (Failed)
> 364 - test_demo_tutorial_sequences_in_depth_base (Failed)
> 365 - test_demo_tutorial_sequences_in_depth_example_overflow (Failed)
> 366 - test_demo_tutorial_simple_rna_seq_base (Failed)
> 367 - test_demo_tutorial_simple_rna_seq_genequant_assignment1 (Failed)
> 368 - test_demo_tutorial_simple_rna_seq_genequant_assignment2 (Failed)
> 369 - test_demo_tutorial_simple_rna_seq_genequant_assignment3 (Failed)
> 370 - test_demo_tutorial_simple_rna_seq_genequant_assignment4 (Failed)
> 371 - test_demo_tutorial_simple_rna_seq_genequant_assignment5 (Failed)
> 372 - test_demo_tutorial_simple_rna_seq_genequant_solution1 (Failed)
> 373 - test_demo_tutorial_simple_rna_seq_genequant_solution2 (Failed)
> 374 - test_demo_tutorial_simple_rna_seq_genequant_solution3 (Failed)
> 375 - test_demo_tutorial_simple_rna_seq_genequant_solution4 (Failed)
> 376 - test_demo_tutorial_simple_rna_seq_genequant_solution5 (Failed)
> 377 - test_demo_tutorial_simple_rna_seq_interval_tree (Failed)
> 378 - test_demo_tutorial_string_sets_assignment_1_solution (Failed)
> 379 - test_demo_tutorial_string_sets_assignment_2 (Failed)
> 380 - test_demo_tutorial_string_sets_assignment_2_solution (Failed)
> 381 - test_demo_tutorial_string_sets_assignment_3_workshop_solution (Failed)
> 382 - test_demo_tutorial_string_sets_assignment_4_workshop_solution (Failed)
> 383 - test_demo_tutorial_string_sets_example_functionality (Failed)
> 384 - test_demo_tutorial_string_sets_example_functionality_2 (Failed)
> 385 - test_demo_tutorial_string_sets_example_iterators (Failed)
> 386 - test_demo_tutorial_vcf_io_base (Failed)
> 387 - test_demo_tutorial_vcf_io_example1 (Failed)
> 388 - test_demo_tutorial_vcf_io_solution1 (Failed)
> 389 - test_demo_tutorial_vcf_io_solution2 (Failed)
> 390 - test_demo_tutorial_vcf_io_solution3 (Failed)
> 391 - app_test_bs_tools (Failed)
> 392 - app_test_dfi (Failed)
> 393 - app_test_fiona (Failed)
> 394 - app_test_gustaf (Failed)
> 395 - app_test_insegt (Failed)
> 396 - app_test_mason2 (Failed)
> 397 - app_test_micro_razers (Failed)
> 398 - app_test_ngs_roi (Failed)
> 399 - app_test_pair_align (Failed)
> 401 - app_test_rabema (Failed)
> 402 - app_test_razers (Failed)
> 403 - app_test_razers3 (Failed)
> 404 - app_test_razers3_sequential (Failed)
> 405 - app_test_sak (Failed)
> 406 - app_test_sam2matrix (Failed)
> 407 - app_test_samcat (Failed)
> 408 - app_test_searchjoin (Failed)
> 409 - app_test_seqan_tcoffee (Failed)
> 410 - app_test_seqcons2 (Failed)
> 411 - app_test_sgip (Failed)
> 412 - app_test_snp_store (Failed)
> 413 - app_test_splazers (Failed)
> 414 - app_test_stellar (Failed)
> 415 - app_test_tree_recon (Failed)
> 416 - app_test_yara (Failed)
> Errors while running CTest
> make[1]: *** [Makefile:74: test] Error 8
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> rm -fr -- /tmp/dh-xdg-rundir-Rdgq2Myx
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2022/12/20/seqan2_2.4.0+dfsg-14_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Debian-med-packaging
mailing list