>>> hexyl: Building community/hexyl 0.9.0-r0 (using abuild 3.9.0_rc2-r1) started Sat, 23 Oct 2021 15:52:02 +0000 >>> hexyl: Checking sanity of /home/buildozer/aports/community/hexyl/APKBUILD... >>> hexyl: Analyzing dependencies... >>> hexyl: Installing for build: build-base cargo (1/11) Installing rust-stdlib (1.55.0-r2) (2/11) Installing libffi (3.4.2-r1) (3/11) Installing libxml2 (2.9.12-r1) (4/11) Installing llvm12-libs (12.0.1-r0) (5/11) Installing http-parser (2.9.4-r0) (6/11) Installing pcre (8.45-r1) (7/11) Installing libssh2 (1.10.0-r2) (8/11) Installing libgit2 (1.1.1-r2) (9/11) Installing rust (1.55.0-r2) (10/11) Installing cargo (1.55.0-r2) (11/11) Installing .makedepends-hexyl (20211023.155205) Executing busybox-1.34.1-r1.trigger OK: 1076 MiB in 106 packages >>> hexyl: Cleaning up srcdir >>> hexyl: Cleaning up pkgdir >>> hexyl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/hexyl-0.9.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> hexyl: Fetching https://github.com/sharkdp/hexyl/archive/v0.9.0/hexyl-0.9.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 121 100 121 0 0 620 0 --:--:-- --:--:-- --:--:-- 620 100 30336 0 30336 0 0 69244 0 --:--:-- --:--:-- --:--:-- 69244 >>> hexyl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/hexyl-0.9.0.tar.gz >>> hexyl: Checking sha512sums... hexyl-0.9.0.tar.gz: OK >>> hexyl: Unpacking /var/cache/distfiles/v3.15/hexyl-0.9.0.tar.gz... Compiling proc-macro2 v1.0.27 Compiling libc v0.2.98 Compiling unicode-xid v0.2.2 Compiling syn v1.0.73 Compiling bitflags v1.2.1 Compiling unicode-width v0.1.8 Compiling anyhow v1.0.42 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling ansi_term v0.12.1 Compiling quote v1.0.9 Compiling term_size v0.3.2 Compiling atty v0.2.14 Compiling textwrap v0.11.0 Compiling clap v2.33.3 Compiling thiserror-impl v1.0.26 Compiling thiserror v1.0.26 Compiling hexyl v0.9.0 (/home/buildozer/aports/community/hexyl/src/hexyl-0.9.0) Finished release [optimized] target(s) in 1m 00s Compiling memchr v2.4.0 Compiling autocfg v1.0.1 Compiling unicode-width v0.1.8 Compiling doc-comment v0.3.3 Compiling strsim v0.8.0 Compiling predicates-core v1.0.2 Compiling either v1.6.1 Compiling regex-syntax v0.6.25 Compiling ansi_term v0.11.0 Compiling treeline v0.1.0 Compiling regex-automata v0.1.10 Compiling difflib v0.4.0 Compiling lazy_static v1.4.0 Compiling normalize-line-endings v0.3.0 Compiling ansi_term v0.12.1 Compiling libc v0.2.98 Compiling bitflags v1.2.1 Compiling anyhow v1.0.42 Compiling thiserror v1.0.26 Compiling predicates-tree v1.0.2 Compiling itertools v0.10.1 Compiling num-traits v0.2.14 Compiling aho-corasick v0.7.18 Compiling bstr v0.2.16 Compiling term_size v0.3.2 Compiling atty v0.2.14 Compiling wait-timeout v0.2.0 Compiling textwrap v0.11.0 Compiling clap v2.33.3 Compiling float-cmp v0.8.0 Compiling regex v1.5.4 Compiling hexyl v0.9.0 (/home/buildozer/aports/community/hexyl/src/hexyl-0.9.0) Compiling predicates v2.0.0 Compiling assert_cmd v1.0.7 Finished release [optimized] target(s) in 1m 07s Running unittests (target/release/deps/hexyl-274f9616db232a0b) running 12 tests test squeezer::tests::first_char_diff ... ok test squeezer::tests::incomplete_while_squeeze ... ok test squeezer::tests::last_char_diff ... ok test squeezer::tests::mix_everything ... ok test squeezer::tests::never_squeeze_candidate ... ok test squeezer::tests::one_squeeze_no_delete ... ok test squeezer::tests::second_line_different ... ok test squeezer::tests::three_different_lines ... ok test squeezer::tests::three_same_lines ... ok test tests::empty_file_passes ... ok test tests::display_offset ... ok test tests::short_input_passes ... ok test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests (target/release/deps/hexyl-e0d5612c92943efa) running 1 test test test_parse_byte_offset ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/integration_tests.rs (target/release/deps/integration_tests-ccdecfc95d491382) running 13 tests test basic::can_print_simple_ascii_file ... ok test basic::can_read_input_from_stdin ... ok test basic::fails_on_non_existing_input ... ok test basic::prints_warning_on_empty_content ... ok test display_offset::basic ... ok test display_offset::display_offset_and_skip ... ok test length::fail_if_length_and_bytes_options_are_used_simultaneously ... ok test length::length_restricts_output_size ... ok test skip::fails_if_negative_offset_is_too_large ... ok test skip::basic ... ok test skip::negative_offset ... ok test skip::prints_warning_when_skipping_past_the_end ... ok test blocksize::fails_for_zero_or_negative_blocksize ... ok test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s Doc-tests hexyl running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> hexyl: Entering fakeroot... >>> hexyl*: Running postcheck for hexyl >>> hexyl*: Preparing package hexyl... >>> hexyl*: Stripping binaries >>> hexyl*: Scanning shared objects >>> hexyl*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 >>> hexyl*: Package size: 756.0 KB >>> hexyl*: Compressing data... >>> hexyl*: Create checksum... >>> hexyl*: Create hexyl-0.9.0-r0.apk >>> hexyl: Build complete at Sat, 23 Oct 2021 15:54:20 +0000 elapsed time 0h 2m 18s >>> hexyl: Cleaning up srcdir >>> hexyl: Cleaning up pkgdir >>> hexyl: Uninstalling dependencies... (1/11) Purging .makedepends-hexyl (20211023.155205) (2/11) Purging cargo (1.55.0-r2) (3/11) Purging rust (1.55.0-r2) (4/11) Purging rust-stdlib (1.55.0-r2) (5/11) Purging llvm12-libs (12.0.1-r0) (6/11) Purging libffi (3.4.2-r1) (7/11) Purging libxml2 (2.9.12-r1) (8/11) Purging libgit2 (1.1.1-r2) (9/11) Purging http-parser (2.9.4-r0) (10/11) Purging pcre (8.45-r1) (11/11) Purging libssh2 (1.10.0-r2) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> hexyl: Updating the community/x86_64 repository index... >>> hexyl: Signing the index...