>>> tuc: Building community/tuc 1.3.0-r0 (using abuild 3.15.0-r5) started Sat, 04 Oct 2025 14:58:36 +0000 >>> tuc: Validating /home/buildozer/aports/community/tuc/APKBUILD... >>> tuc: Analyzing dependencies... >>> tuc: Installing for build: build-base cargo cargo-auditable (1/9) Installing libffi (3.5.2-r0) (2/9) Installing xz-libs (5.8.1-r0) (3/9) Installing libxml2 (2.13.9-r0) (4/9) Installing llvm21-libs (21.1.2-r1) (5/9) Installing scudo-malloc (21.1.2-r0) (6/9) Installing rust (1.90.0-r1) (7/9) Installing cargo (1.90.0-r1) (8/9) Installing cargo-auditable (0.7.0-r0) (9/9) Installing .makedepends-tuc (20251004.145837) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 830 MiB in 114 packages >>> tuc: Cleaning up srcdir >>> tuc: Cleaning up pkgdir >>> tuc: Cleaning up tmpdir >>> tuc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tuc-1.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tuc: Fetching https://github.com/riquito/tuc/archive/v1.3.0/tuc-1.3.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/tuc-1.3.0.tar.gz.part' tuc-1.3.0.tar.gz.par 100% |********************************| 84688 0:00:00 ETA '/var/cache/distfiles/edge/tuc-1.3.0.tar.gz.part' saved >>> tuc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tuc-1.3.0.tar.gz >>> tuc: Checking sha512sums... tuc-1.3.0.tar.gz: OK >>> tuc: Unpacking /var/cache/distfiles/edge/tuc-1.3.0.tar.gz... Updating crates.io index Downloading crates ... Downloaded treeline v0.1.0 Downloaded predicates-tree v1.0.2 Downloaded anstyle v1.0.0 Compiling memchr v2.7.5 Compiling serde v1.0.196 Compiling regex-syntax v0.8.5 Compiling libc v0.2.155 Compiling serde_json v1.0.143 Compiling anyhow v1.0.99 Compiling itoa v1.0.10 Compiling ryu v1.0.16 Compiling either v1.15.0 Compiling pico-args v0.5.0 Compiling itertools v0.14.0 Compiling aho-corasick v1.1.2 Compiling memmap2 v0.9.8 Compiling regex-automata v0.4.8 Compiling regex v1.11.2 Compiling bstr v1.12.0 Compiling tuc v1.3.0 (/home/buildozer/aports/community/tuc/src/tuc-1.3.0) Finished `release` profile [optimized] target(s) in 44.44s Compiling memchr v2.7.5 Compiling libc v0.2.155 Compiling regex-syntax v0.8.5 Compiling serde v1.0.196 Compiling serde_json v1.0.143 Compiling anyhow v1.0.99 Compiling ryu v1.0.16 Compiling either v1.15.0 Compiling itoa v1.0.10 Compiling doc-comment v0.3.3 Compiling predicates-core v1.0.6 Compiling assert_cmd v2.0.17 Compiling anstyle v1.0.0 Compiling difflib v0.4.0 Compiling pico-args v0.5.0 Compiling treeline v0.1.0 Compiling shlex v1.3.0 Compiling predicates-tree v1.0.2 Compiling itertools v0.14.0 Compiling predicates v3.1.3 Compiling aho-corasick v1.1.2 Compiling memmap2 v0.9.8 Compiling wait-timeout v0.2.0 Compiling regex-automata v0.4.8 Compiling bstr v1.12.0 Compiling regex v1.11.2 Compiling tuc v1.3.0 (/home/buildozer/aports/community/tuc/src/tuc-1.3.0) Finished `test` profile [unoptimized + debuginfo] target(s) in 12.29s Running unittests src/lib.rs (target/debug/deps/tuc-019993b32e7daf51) running 176 tests test bounds::side::tests::test_from_str_continue ... ok test bounds::side::tests::test_eq_trait ... ok test bounds::side::tests::test_from_str_invalid ... ok test bounds::side::tests::test_from_str_some ... ok test bounds::side::tests::test_from_str_zero ... ok test bounds::side::tests::test_partial_ord_different_sign ... ok test bounds::side::tests::test_partial_ord_same_sign ... ok test bounds::userbounds::tests::test_complement_bound ... ok test bounds::userbounds::tests::test_complement_std_range ... ok test bounds::userbounds::tests::test_unpack_bound ... ok test bounds::userbounds::tests::test_user_bounds_formatting ... ok test bounds::userbounds::tests::test_user_bounds_from_str ... ok test bounds::userboundslist::tests::test_user_bounds_cannot_be_empty ... ok test bounds::userboundslist::tests::test_user_bounds_is_sortable ... ok test bounds::userboundslist::tests::test_parse_bounds_list ... ok test bounds::userboundslist::tests::test_vec_of_bounds_can_complement ... ok test bounds::userboundslist::tests::test_vec_of_bounds_can_unpack ... ok test bounds::userboundslist::tests::test_vec_of_bounds_is_forward_only ... ok test bounds::userboundslist::tests::test_vec_of_bounds_is_sorted ... ok test cut_lines::tests::cut_lines_and_compress_delimiter ... ok test cut_lines::tests::cut_lines_handle_negative_idx ... ok test cut_lines::tests::cut_lines_ignore_last_empty_when_using_negative_idx ... ok test cut_lines::tests::cut_lines_zero_delimited ... ok test cut_lines::tests::fwd_cut_multiple_fields ... ok test cut_lines::tests::fwd_cut_one_field ... ok test cut_lines::tests::cut_lines_ignore_last_empty_when_using_positive_idx ... ok test cut_lines::tests::fwd_cut_zero_delimited ... ok test cut_lines::tests::fwd_handle_out_of_bounds ... ok test cut_lines::tests::fwd_ignore_last_empty ... ok test cut_lines::tests::fwd_support_ranges ... ok test cut_lines::tests::fwd_supports_no_join ... ok test cut_lines::tests::fwd_supports_no_right_bound ... ok test cut_str::tests::cut_str_it_complement_ranges ... ok test cut_str::tests::cut_str_complement_works_with_json ... ok test cut_str::tests::cut_str_it_compress_and_replace_delimiter ... ok test cut_str::tests::cut_str_it_cut_consecutive_delimiters ... ok test cut_str::tests::cut_str_it_compress_delimiters ... ok test cut_str::tests::cut_str_it_format_fields ... ok test cut_str::tests::cut_str_it_join_fields ... ok test cut_str::tests::cut_str_it_join_fields_with_a_custom_delimiter ... ok test cut_str::tests::cut_str_it_produce_json_output ... ok test cut_str::tests::cut_str_it_replace_delimiter ... ok test cut_str::tests::cut_str_it_supports_zero_terminated_lines ... ok test cut_str::tests::cut_str_it_trim_fields ... ok test cut_str::tests::cut_str_json_with_single_field_is_still_an_array ... ok test cut_str::tests::cut_str_supports_greedy_delimiter ... ok test cut_str::tests::read_and_cut_str_it_cut_a_field ... ok test cut_str::tests::read_and_cut_str_echo_non_delimited_strings ... ok test cut_str::tests::read_and_cut_str_it_cut_ranges ... ok test cut_str::tests::read_and_cut_str_skip_non_delimited_strings_when_requested ... ok test cut_str::tests::test_cut_bytes_stream_cut_simplest_field_with_eol_and_fallbacks ... ok test cut_str::tests::test_read_and_cut_str_echo_non_delimited_strings ... ok test cut_str::tests::test_read_and_cut_str_echo_non_delimited_strings_with_eol_zero ... ok test cut_str::tests::cut_str_regex_it_join_fields_with_a_custom_delimiter ... ok test cut_str::tests::cut_str_regex_it_replace_delimiter ... ok test cut_str::tests::cut_str_regex_it_compress_and_replace_delimiter ... ok test cut_str::tests::cut_str_it_cut_characters ... ok test cut_str::tests::cut_str_it_cut_characters_and_replace_the_delimiter ... ok test cut_str::tests::cut_str_json_on_characters_works ... ok test fast_lane::tests::cut_str_echo_non_delimited_strings ... ok test cut_str::tests::cut_str_regex_it_trim_fields ... ok test cut_str::tests::test_trim_regex_both ... ok test fast_lane::tests::cut_str_it_accept_repeated_fields ... ok test fast_lane::tests::cut_str_it_cut_a_field ... ok test cut_str::tests::test_trim_regex_left_match ... ok test cut_str::tests::test_trim_regex_left_no_match ... ok test cut_str::tests::read_and_cut_str_regex_it_cut_a_field ... ok test fast_lane::tests::cut_str_it_cut_consecutive_delimiters ... ok test cut_str::tests::cut_str_regex_supports_greedy_delimiter ... ok test fast_lane::tests::cut_str_it_cut_ranges ... ok test cut_str::tests::test_trim_regex_both_no_match ... ok test cut_str::tests::test_trim_regex_right_no_match ... ok test cut_str::tests::test_trim_regex_right ... ok test fast_lane::tests::cut_str_it_cut_with_negative_indices ... ok test fast_lane::tests::cut_str_it_fails_without_fallbacks ... ok test fast_lane::tests::cut_str_it_format_fields ... ok test cut_str::tests::test_trim_regex_left_no_match_risk_wrong_match ... ok test fast_lane::tests::cut_str_it_join_fields ... ok test fast_lane::tests::cut_str_it_supports_zero_terminated_lines ... ok test fast_lane::tests::cut_str_it_trim_fields ... ok test fast_lane::tests::cut_str_it_use_fallbacks ... ok test fast_lane::tests::cut_str_skip_non_delimited_strings_when_requested ... ok test fast_lane::tests::fail_to_convert_opt_with_long_delimiter_to_fastopt ... ok test cut_str::tests::cut_str_regex_it_compress_delimiters ... ok test fast_lane::tests::test_read_and_cut_str_echo_non_delimited_strings ... ok test fast_lane::tests::test_read_and_cut_str_echo_non_delimited_strings_with_zero_eol ... ok test finders::fixed::tests::backward_big_delimiter_empty_line ... ok test finders::fixed::tests::backward_big_delimiter_only_delimiter ... ok test finders::fixed::tests::backward_big_delimiter_regular_scenarios ... ok test finders::fixed::tests::backward_small_delimiter_empty_line ... ok test finders::fixed::tests::backward_small_delimiter_only_delimiter ... ok test finders::fixed::tests::backward_small_delimiter_regular_scenarios ... ok test finders::fixed::tests::forward_big_delimiter_empty_line ... ok test finders::fixed::tests::forward_big_delimiter_only_delimiter ... ok test finders::fixed::tests::forward_big_delimiter_regular_scenarios ... ok test finders::fixed::tests::forward_small_delimiter_empty_line ... ok test finders::fixed::tests::forward_small_delimiter_line_with_empty_fields ... ok test finders::fixed::tests::forward_small_delimiter_only_delimiter ... ok test finders::fixed::tests::forward_small_delimiter_regular_scenarios ... ok test finders::fixed_greedy::tests::backward_big_delimiter_only_delimiter_greedy ... ok test finders::fixed_greedy::tests::backward_big_delimiter_regular_scenarios_greedy ... ok test finders::fixed_greedy::tests::backward_small_delimiter_empty_line ... ok test finders::fixed_greedy::tests::backward_small_delimiter_only_delimiter ... ok test finders::fixed_greedy::tests::backward_small_delimiter_only_delimiter_greedy ... ok test finders::fixed_greedy::tests::backward_small_delimiter_regular_scenarios ... ok test finders::fixed_greedy::tests::backward_small_delimiter_regular_scenarios_greedy ... ok test finders::fixed_greedy::tests::forward_big_delimiter_only_delimiter_greedy ... ok test finders::fixed_greedy::tests::forward_big_delimiter_regular_scenarios_greedy ... ok test finders::fixed_greedy::tests::forward_small_delimiter_empty_line ... ok test finders::fixed_greedy::tests::forward_small_delimiter_only_delimiter ... ok test finders::fixed_greedy::tests::forward_small_delimiter_only_delimiter_greedy ... ok test finders::fixed_greedy::tests::forward_small_delimiter_regular_scenarios ... ok test finders::fixed_greedy::tests::forward_small_delimiter_regular_scenarios_greedy ... ok test finders::regex::tests::forward_big_delimiter_empty_line ... ok test finders::regex::tests::forward_big_delimiter_only_delimiter ... ok test finders::regex::tests::forward_big_delimiter_regular_scenarios ... ok test finders::regex::tests::forward_small_delimiter_empty_line ... ok test finders::regex::tests::forward_small_delimiter_only_delimiter ... ok test finders::regex::tests::forward_small_delimiter_regular_scenarios ... ok test options::tests::it_cannot_contain_both_join_and_no_join ... ok test plan::tests::extract_empty_line ... ok test plan::tests::extract_fields_basic ... ok test plan::tests::extract_fields_multibyte_delim_and_missing_field ... ok test plan::tests::extract_fields_no_delimiter ... ok test plan::tests::extract_fields_out_of_order ... ok test plan::tests::extract_fields_should_fail_if_without_bounds ... ok test options::tests::it_cannot_join_fields_with_regex_without_replace_delimiter ... ok test plan::tests::test_extract_every_field ... ok test options::tests::it_cannot_compress_fields_with_regex_without_replace_delimiter ... ok test plan::tests::test_extract_every_field_out_of_bound_negative ... ok test plan::tests::test_extract_every_field_out_of_bound_positive ... ok test plan::tests::test_extract_negative_fields ... ok test plan::tests::test_extract_negative_fields_greedy_multybyte ... ok test plan::tests::test_extract_negative_fields_out_of_bound ... ok test options::tests::it_can_compress_delimiter_only_with_fields_and_lines ... ok test plan::tests::test_extract_positive_fields_greedy_multybyte ... ok test plan::tests::test_extract_positive_fields ... ok test plan::tests::test_extract_positive_fields_out_of_bound ... ok test plan::tests::test_extract_positive_fields_with_fields_of_different_range ... ok test plan::tests::test_field_plan_from_bounds_duplicate_fields ... ok test plan::tests::test_field_plan_from_bounds_full_range ... ok test plan::tests::test_field_plan_from_bounds_multiple_ranges_and_order ... ok test plan::tests::test_field_plan_from_bounds_range_and_single_out_of_order ... ok test plan::tests::test_field_plan_from_bounds_single_and_range ... ok test plan::tests::test_get_field ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_keep_few_no_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_keep_few_with_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_multiline_with_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_no_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_small_buffer_few_no_eol_with_fallbacks ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_small_buffer_few_with_eol_with_fallbacks ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_eol_small_buffer_dropped_fields ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_join_and_eol ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_range_left_unlimited_case_1 ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_range_left_unlimited_case_2 ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_range_right_unlimited ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_range_right_unlimited_case_1 ... ok test stream::tests::test_cut_bytes_stream_cut_multiple_fields_with_range_right_unlimited_case_2 ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_multiline_with_eol ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_no_eol ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_with_eof_and_fallbacks ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_with_eof_out_of_bounds ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_with_eol ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_with_eol_and_fallbacks ... ok test stream::tests::test_cut_bytes_stream_cut_simplest_field_with_eol_out_of_bounds ... ok test stream::tests::test_cut_bytes_stream_it_supports_ranges ... ok test stream::tests::test_cut_bytes_stream_it_supports_ranges_with_join_case_1 ... ok test stream::tests::test_cut_bytes_stream_it_supports_ranges_with_join_case_2 ... ok test stream::tests::test_cut_bytes_stream_it_supports_replacing_delimiter_case_1 ... ok test stream::tests::test_cut_bytes_stream_it_supports_replacing_delimiter_case_2 ... ok test stream::tests::test_cut_bytes_stream_multiple_chunks_sizes ... ok test stream::tests::test_cut_bytes_stream_only_fillers_and_fallbacks ... ok test stream::tests::test_try_from_non_forward_bounds ... ok test stream::tests::test_try_from_repeated_bounds ... ok test stream::tests::test_try_from_valid_forward_bounds ... ok test result: ok. 176 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s Running unittests src/bin/tuc.rs (target/debug/deps/tuc-3c40e57a23cbaad2) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cli.rs (target/debug/deps/cli-cf5fa08235a7b131) running 47 tests test it_accept_empty_fallbacks ... ok test it_accepts_values_starting_with_hyphen ... ok test it_accept_fixed_memory_option ... ok test it_cannot_format_fields_alongside_json ... ok test it_checks_possible_regression_fallbacks_multi_delimiter ... ok test it_checks_possible_regression_on_negative_indices_and_fallbacks ... ok test it_checks_possible_regression_fallbacks_single_delimiter ... ok test it_cut_using_multibyte_delimiters ... ok test it_fails_if_fixed_memory_value_is_zero ... ok test it_emit_output_as_json ... ok test it_compresses_delimiters_when_requested ... ok test it_fails_if_both_join_and_nojoin_are_used_at_once ... ok test it_checks_possible_regression_on_negative_indices_and_fallbacks_with_regex ... ok test it_format_field_1_even_with_no_matching_parameters ... ok test it_cut_consecutive_delimiters ... ok test it_does_not_allow_to_replace_delimiter_with_json ... ok test it_cut_a_field ... ok test it_use_fallbacks_in_non_delimited_line ... ok test it_fails_if_there_are_unknown_arguments ... ok test it_does_not_support_json_on_bytes ... ok test it_fails_on_out_of_bound_fields_in_non_delimited_line ... ok test it_does_not_support_json_on_lines ... ok test it_display_the_version_when_requested ... ok test it_echo_first_field_in_non_delimited_line ... ok test it_support_zero_terminated_lines ... ok test it_fails_if_fixed_memory_option_is_used_with_unsupported_fields ... ok test it_cuts_using_a_greedy_delimiter ... ok test it_cuts_on_characters ... ok test it_display_short_help_when_run_without_arguments ... ok test it_compresses_delimiters_when_requested_and_handles_boundaries ... ok test it_cuts_on_bytes ... ok test it_skips_non_delimited_line_when_requested ... ok test it_fails_if_both_replace_and_nojoin_are_used_at_once ... ok test it_cuts_using_a_regex ... ok test it_accept_any_kind_of_range_as_long_as_its_safe ... ok test it_is_not_allowed_to_use_character_with_nojoin ... ok test it_fails_if_you_use_json_and_nojoin_at_once ... ok test it_display_help_when_requested ... ok test it_works_on_multiple_lines ... ok test it_can_complement_the_fields ... ok test it_fails_when_the_regex_is_malformed ... ok test it_format_fields ... ok test it_emit_output_as_json_even_when_cutting_on_chars ... ok test it_cuts_using_a_greedy_delimiter_and_a_regex ... ok test it_join_fields ... ok test it_cuts_on_lines ... ok test it_join_lines ... ok test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s Doc-tests tuc running 2 tests test src/bounds/userbounds.rs - bounds::userbounds::UserBounds::try_into_range (line 209) ... ok test src/bounds/userboundslist.rs - bounds::userboundslist::UserBoundsList::unpack (line 130) ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> tuc: Entering fakeroot... >>> tuc*: Running postcheck for tuc >>> tuc*: Preparing package tuc... >>> tuc*: Stripping binaries >>> tuc*: Scanning shared objects >>> tuc*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> tuc*: Package size: 1.3 MB >>> tuc*: Compressing data... >>> tuc*: Create checksum... >>> tuc*: Create tuc-1.3.0-r0.apk >>> tuc: Build complete at Sat, 04 Oct 2025 14:59:39 +0000 elapsed time 0h 1m 3s >>> tuc: Cleaning up srcdir >>> tuc: Cleaning up pkgdir >>> tuc: Uninstalling dependencies... (1/9) Purging .makedepends-tuc (20251004.145837) (2/9) Purging cargo-auditable (0.7.0-r0) (3/9) Purging cargo (1.90.0-r1) (4/9) Purging rust (1.90.0-r1) (5/9) Purging llvm21-libs (21.1.2-r1) (6/9) Purging scudo-malloc (21.1.2-r0) (7/9) Purging libffi (3.5.2-r0) (8/9) Purging libxml2 (2.13.9-r0) (9/9) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 426 MiB in 105 packages >>> tuc: Updating the community/x86 repository index... >>> tuc: Signing the index...