>>> hex: Building testing/hex 0.7.0-r0 (using abuild 3.16.0-r0) started Mon, 06 Apr 2026 14:04:00 +0000 >>> hex: Validating /home/buildozer/aports/testing/hex/APKBUILD... >>> hex: Analyzing dependencies... >>> hex: Installing for build: build-base cargo cargo-auditable (1/9) Installing libffi (3.5.2-r0) (2/9) Installing xz-libs (5.8.2-r0) (3/9) Installing libxml2 (2.13.9-r1) (4/9) Installing llvm22-libs (22.1.2-r1) (5/9) Installing rust (1.94.1-r0) (6/9) Installing sqlite-libs (3.51.2-r1) (7/9) Installing cargo (1.94.1-r0) (8/9) Installing cargo-auditable (0.7.4-r0) (9/9) Installing .makedepends-hex (20260406.140401) Executing busybox-1.37.0-r31.trigger OK: 714.4 MiB in 113 packages >>> hex: Cleaning up srcdir >>> hex: Cleaning up pkgdir >>> hex: Cleaning up tmpdir >>> hex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hex-0.7.0.tar.gz /var/cache/distfiles/edge/hex-0.7.0.tar.gz: OK /home/buildozer/aports/testing/hex/cargo-update.patch: OK >>> hex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hex-0.7.0.tar.gz /var/cache/distfiles/edge/hex-0.7.0.tar.gz: OK /home/buildozer/aports/testing/hex/cargo-update.patch: OK >>> hex: Unpacking /var/cache/distfiles/edge/hex-0.7.0.tar.gz... >>> hex: cargo-update.patch patching file Cargo.lock Updating crates.io index Downloading crates ... Downloaded toml v0.5.11 Downloaded rusty-hook v0.11.2 Downloaded getopts v0.2.21 Downloaded nias v0.5.0 Downloaded serde v1.0.192 Downloaded utf8parse v0.2.2 Downloaded indexmap v1.9.3 Downloaded doc-comment v0.3.3 Downloaded predicates-tree v1.0.9 Downloaded predicates-core v1.0.6 Downloaded ansi_term v0.12.1 Downloaded predicates v3.0.4 Downloaded anstyle-parse v0.2.2 Downloaded anstream v0.6.21 Downloaded difflib v0.4.0 Downloaded either v1.9.0 Downloaded clap v4.5.13 Downloaded assert_cmd v2.0.12 Downloaded anstyle-query v1.0.0 Downloaded no_color v0.2.0 Downloaded itertools v0.11.0 Downloaded memchr v2.6.4 Downloaded hashbrown v0.12.3 Downloaded unicode-width v0.1.5 Downloaded clap_builder v4.5.13 Downloaded termtree v0.4.1 Downloaded wait-timeout v0.2.0 Downloaded colorchoice v1.0.0 Downloaded is_terminal_polyfill v1.70.2 Downloaded autocfg v1.1.0 Downloaded anstyle v1.0.4 Downloaded clap_lex v0.7.6 Downloaded strsim v0.11.1 Downloaded bstr v1.8.0 Downloaded regex-automata v0.4.3 Downloaded libc v0.2.184 Downloaded envmnt v0.8.4 Downloaded fsio v0.1.3 Downloaded ci_info v0.10.2 Compiling utf8parse v0.2.2 Compiling anstyle v1.0.4 Compiling colorchoice v1.0.0 Compiling is_terminal_polyfill v1.70.2 Compiling anstyle-query v1.0.0 Compiling clap_lex v0.7.6 Compiling strsim v0.11.1 Compiling no_color v0.2.0 Compiling ansi_term v0.12.1 Compiling anstyle-parse v0.2.2 Compiling anstream v0.6.21 Compiling clap_builder v4.5.13 Compiling clap v4.5.13 Compiling hx v0.7.0 (/home/buildozer/aports/testing/hex/src/hex-0.7.0) Finished `release` profile [optimized] target(s) in 22.97s Compiling autocfg v1.1.0 Compiling serde v1.0.192 Compiling hashbrown v0.12.3 Compiling anstyle v1.0.4 Compiling utf8parse v0.2.2 Compiling fsio v0.1.3 Compiling libc v0.2.184 Compiling colorchoice v1.0.0 Compiling is_terminal_polyfill v1.70.2 Compiling anstyle-query v1.0.0 Compiling strsim v0.11.1 Compiling clap_lex v0.7.6 Compiling doc-comment v0.3.3 Compiling nias v0.5.0 Compiling either v1.9.0 Compiling predicates-core v1.0.6 Compiling regex-automata v0.4.3 Compiling termtree v0.4.1 Compiling memchr v2.6.4 Compiling unicode-width v0.1.5 Compiling difflib v0.4.0 Compiling no_color v0.2.0 Compiling ansi_term v0.12.1 Compiling hx v0.7.0 (/home/buildozer/aports/testing/hex/src/hex-0.7.0) Compiling anstyle-parse v0.2.2 Compiling getopts v0.2.21 Compiling predicates-tree v1.0.9 Compiling itertools v0.11.0 Compiling anstream v0.6.21 Compiling indexmap v1.9.3 Compiling clap_builder v4.5.13 Compiling envmnt v0.8.4 Compiling bstr v1.8.0 Compiling ci_info v0.10.2 Compiling wait-timeout v0.2.0 Compiling predicates v3.0.4 Compiling assert_cmd v2.0.12 Compiling clap v4.5.13 Compiling toml v0.5.11 Compiling rusty-hook v0.11.2 Finished `release` profile [optimized] target(s) in 33.79s Running unittests src/lib.rs (target/release/deps/hx-58458f946568cc1b) running 69 tests unsigned char ARRAY[3] = { 0x01, 0x02, 0x03 }; let ARRAY: [u8; 0] = [ ]; let a = [| 0x55uy; 0x66uy |] a := [3]byte{ 0x10, 0x20, 0x30, } byte[] a = new byte[]{ 0x11, 0x22, 0x33 }; val a = byteArrayOf( 0xff ) a = [ 0xaa, 0xbb ] let ARRAY: [u8; 3] = [ 0x42, 0x43, 0x44 ]; let a: [UInt8] = [ 0x99 ] let ARRAY: [u8; 10] = [ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09 ]; unknown array format 0x42 unknown array format test args::tests::test_arg_constants ... ok test array_output::tests::test_output_array_c ... ok test args::tests::test_is_stdin_no_args ... ok test args::tests::test_is_stdin_with_flags ... ok test array_output::tests::test_output_array_empty ... ok test args::tests::test_is_stdin_with_file ... ok test array_output::tests::test_output_array_fsharp ... ok test array_output::tests::test_output_array_go ... ok test array_output::tests::test_output_array_java ... ok test array_output::tests::test_output_array_kotlin ... ok test array_output::tests::test_output_array_python ... ok test array_output::tests::test_output_array_rust ... ok test array_output::tests::test_output_array_swift ... ok test array_output::tests::test_output_array_truncation ... ok test array_output::tests::test_output_array_unknown_format ... ok test buffer::tests::test_buf_to_array_column_width_one ... ok test buffer::tests::test_buf_to_array_data_integrity ... ok test buffer::tests::test_buf_to_array_empty ... ok test buffer::tests::test_buf_to_array_exact_column ... ok test buffer::tests::test_buf_to_array_multiple_lines ... ok test buffer::tests::test_buf_to_array_single_byte ... ok test buffer::tests::test_buf_to_array_truncation ... ok test format::tests::test_all_implemented_formats ... ok test format::tests::test_all_unimplemented_formats ... ok test format::tests::test_format_edge_cases ... ok test format::tests::test_format_error_display ... ok test format::tests::test_format_error_is_error ... ok test format::tests::test_format_error_lower_exp ... ok test format::tests::test_format_error_pointer_with_prefix ... ok test format::tests::test_format_error_pointer_without_prefix ... ok test format::tests::test_format_error_unknown ... ok test format::tests::test_format_error_upper_exp ... ok test format::tests::test_hex_binary ... ok test format::tests::test_hex_lower_hex ... ok test format::tests::test_hex_octal ... ok test format::tests::test_hex_upper_hex ... ok test function_output::tests::test_output_function_count ... ok test function_output::tests::test_output_function_decimal_places ... ok test function_output::tests::test_output_function_formatting ... ok test function_output::tests::test_output_function_small ... ok test function_output::tests::test_output_function_zero ... ok test function_output::tests::test_output_function_large ... ok test models::tests::test_line_default ... ok test models::tests::test_line_struct ... ok test models::tests::test_line_with_data ... ok test models::tests::test_page_default ... ok test models::tests::test_page_with_lines ... ok test output::tests::test_append_ascii_boundaries ... ok test output::tests::test_append_ascii_multiple ... ok test output::tests::test_append_ascii_no_color ... ok test output::tests::test_append_ascii_non_printable ... ok test output::tests::test_append_ascii_printable ... ok test output::tests::test_byte_to_color_edge_cases ... ok test output::tests::test_byte_to_color_non_zero ... ok test output::tests::test_byte_to_color_zero ... ok test output::tests::test_offset ... ok test output::tests::test_offset_max ... ok test output::tests::test_offset_zero ... ok test output::tests::test_print_byte_formats ... ok test output::tests::test_print_byte_prefix ... ok test output::tests::test_print_byte_with_invalid_format ... ok test output::tests::test_print_byte_with_valid_format ... ok test output::tests::test_print_offset ... ok test tests::test_cli_input_missing_file ... ok test tests::test_cli_arg_order_2 ... ok test tests::test_cli_arg_order_1 ... ok test tests::test_cli_input_directory ... ok test tests::test_cli_missing_param_value ... ok test tests::test_cli_input_stdin ... ok test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/main.rs (target/release/deps/hx-a282c44f60fb5c2a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/integration_tests.rs (target/release/deps/integration_tests-93a054201c3f4e06) running 8 tests test test_binary_execution_flags_before_file ... ok test test_binary_execution_with_file ... ok test test_binary_execution_with_file_and_flags ... ok test test_binary_execution_with_array_format ... ok test test_binary_execution_with_column_width ... ok test test_binary_execution_with_empty_stdin ... ok test test_binary_execution_with_format_flag ... ok test test_binary_execution_with_stdin ... ok test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests hx running 28 tests test src/args.rs - args::is_stdin (line 77) - compile ... ok test src/array_output.rs - array_output::output_array (line 66) - compile ... ok test src/function_output.rs - function_output (line 9) - compile ... ok test src/function_output.rs - function_output::output_function (line 48) - compile ... ok test src/lib.rs - run (line 156) - compile ... ok test src/lib.rs - run (line 170) - compile ... ok test src/lib.rs - run (line 183) - compile ... ok test src/lib.rs - run (line 199) - compile ... ok test src/args.rs - args (line 8) ... ok test src/array_output.rs - array_output (line 9) ... ok test src/buffer.rs - buffer::buf_to_array (line 66) ... ok test src/format.rs - format (line 8) ... ok test src/buffer.rs - buffer (line 10) ... ok test src/format.rs - format::Format (line 94) ... ok test src/format.rs - format::FormatError::fmt (line 49) ... ok test src/format.rs - format::FormatError (line 30) ... ok test src/format.rs - format::Format::format (line 155) ... ok test src/models.rs - models (line 10) ... ok test src/models.rs - models::Line (line 35) ... ok test src/models.rs - models::Line::new (line 68) ... ok test src/models.rs - models::Page::new (line 129) ... ok test src/output.rs - output (line 9) ... ok test src/models.rs - models::Page (line 95) ... ok test src/output.rs - output::append_ascii (line 211) ... ok test src/output.rs - output::offset (line 49) ... ok test src/output.rs - output::byte_to_color (line 169) ... ok test src/output.rs - output::print_byte (line 113) ... ok test src/output.rs - output::print_offset (line 77) ... ok test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s all doctests ran in 7.17s; merged doctests compilation took 7.16s >>> hex: Entering fakeroot... Installing hx v0.7.0 (/home/buildozer/aports/testing/hex/src/hex-0.7.0) Updating crates.io index Finished `release` profile [optimized] target(s) in 0.29s Installing /home/buildozer/aports/testing/hex/pkg/hex/usr/bin/hx Installed package `hx v0.7.0 (/home/buildozer/aports/testing/hex/src/hex-0.7.0)` (executable `hx`) warning: be sure to add `/home/buildozer/aports/testing/hex/pkg/hex/usr/bin` to your PATH to be able to run the installed binaries >>> hex*: Running postcheck for hex >>> hex*: Preparing package hex... >>> hex*: Stripping binaries >>> hex*: Scanning shared objects >>> hex*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> hex*: Package size: 543.3 KB >>> hex*: Compressing data... >>> hex*: Create checksum... >>> hex*: Create hex-0.7.0-r0.apk >>> hex: Build complete at Mon, 06 Apr 2026 14:05:10 +0000 elapsed time 0h 1m 10s >>> hex: Cleaning up srcdir >>> hex: Cleaning up pkgdir >>> hex: Cleaning up tmpdir >>> hex: Uninstalling dependencies... (1/9) Purging .makedepends-hex (20260406.140401) (2/9) Purging cargo-auditable (0.7.4-r0) (3/9) Purging cargo (1.94.1-r0) (4/9) Purging rust (1.94.1-r0) (5/9) Purging llvm22-libs (22.1.2-r1) (6/9) Purging sqlite-libs (3.51.2-r1) (7/9) Purging libffi (3.5.2-r0) (8/9) Purging libxml2 (2.13.9-r1) (9/9) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 342.2 MiB in 104 packages >>> hex: Updating the testing/armhf repository index... >>> hex: Signing the index...