>>> b3sum: Building community/b3sum 1.5.5-r0 (using abuild 3.14.1-r3) started Thu, 28 Nov 2024 04:32:32 +0000 >>> b3sum: Validating /home/buildozer/aports/community/b3sum/APKBUILD... >>> b3sum: Analyzing dependencies... >>> b3sum: Installing for build: build-base cargo cargo-auditable (1/9) Installing libffi (3.4.6-r0) (2/9) Installing xz-libs (5.6.3-r0) (3/9) Installing libxml2 (2.13.4-r3) (4/9) Installing llvm19-libs (19.1.4-r0) (5/9) Installing scudo-malloc (19.1.4-r0) (6/9) Installing rust (1.82.0-r1) (7/9) Installing cargo (1.82.0-r1) (8/9) Installing cargo-auditable (0.6.6-r0) (9/9) Installing .makedepends-b3sum (20241128.043233) Executing busybox-1.37.0-r8.trigger OK: 737 MiB in 112 packages >>> b3sum: Cleaning up srcdir >>> b3sum: Cleaning up pkgdir >>> b3sum: Cleaning up tmpdir >>> b3sum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/b3sum-1.5.5.tar.gz >>> b3sum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/b3sum-1.5.5.tar.gz >>> b3sum: Checking sha512sums... b3sum-1.5.5.tar.gz: OK >>> b3sum: Unpacking /var/cache/distfiles/edge/b3sum-1.5.5.tar.gz... Updating crates.io index Downloading crates ... Downloaded wild v2.2.1 Downloaded duct v0.13.7 Downloaded shared_child v1.0.1 Downloaded blake3 v1.5.5 Compiling proc-macro2 v1.0.92 Compiling crossbeam-utils v0.8.20 Compiling unicode-ident v1.0.14 Compiling rustix v0.38.41 Compiling rayon-core v1.12.1 Compiling bitflags v2.6.0 Compiling shlex v1.3.0 Compiling libc v0.2.166 Compiling utf8parse v0.2.2 Compiling linux-raw-sys v0.4.14 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.3 Compiling anstyle v1.0.10 Compiling anstyle-query v1.1.2 Compiling clap_lex v0.7.3 Compiling heck v0.5.0 Compiling anyhow v1.0.93 Compiling strsim v0.11.1 Compiling arrayvec v0.7.6 Compiling arrayref v0.3.9 Compiling cfg-if v1.0.0 Compiling constant_time_eq v0.3.1 Compiling hex v0.4.3 Compiling wild v2.2.1 Compiling anstyle-parse v0.2.6 Compiling cc v1.2.1 Compiling anstream v0.6.18 Compiling crossbeam-epoch v0.9.18 Compiling quote v1.0.37 Compiling crossbeam-deque v0.8.5 Compiling syn v2.0.89 Compiling memmap2 v0.9.5 Compiling blake3 v1.5.5 Compiling terminal_size v0.4.0 Compiling clap_builder v4.5.21 Compiling clap_derive v4.5.18 Compiling clap v4.5.21 Compiling b3sum v1.5.5 (/home/buildozer/aports/community/b3sum/src/b3sum-1.5.5) Finished `release` profile [optimized] target(s) in 23.81s Compiling libc v0.2.166 Compiling crossbeam-utils v0.8.20 Compiling rustix v0.38.41 Compiling proc-macro2 v1.0.92 Compiling linux-raw-sys v0.4.14 Compiling unicode-ident v1.0.14 Compiling bitflags v2.6.0 Compiling utf8parse v0.2.2 Compiling rayon-core v1.12.1 Compiling shlex v1.3.0 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.3 Compiling anstyle-query v1.1.2 Compiling anstyle v1.0.10 Compiling anyhow v1.0.93 Compiling cfg-if v1.0.0 Compiling clap_lex v0.7.3 Compiling strsim v0.11.1 Compiling heck v0.5.0 Compiling once_cell v1.20.2 Compiling arrayvec v0.7.6 Compiling constant_time_eq v0.3.1 Compiling arrayref v0.3.9 Compiling fastrand v2.2.0 Compiling hex v0.4.3 Compiling wild v2.2.1 Compiling anstyle-parse v0.2.6 Compiling cc v1.2.1 Compiling anstream v0.6.18 Compiling crossbeam-epoch v0.9.18 Compiling quote v1.0.37 Compiling crossbeam-deque v0.8.5 Compiling syn v2.0.89 Compiling memmap2 v0.9.5 Compiling shared_child v1.0.1 Compiling os_pipe v1.2.1 Compiling blake3 v1.5.5 Compiling duct v0.13.7 Compiling terminal_size v0.4.0 Compiling tempfile v3.14.0 Compiling clap_builder v4.5.21 Compiling clap_derive v4.5.18 Compiling clap v4.5.21 Compiling b3sum v1.5.5 (/home/buildozer/aports/community/b3sum/src/b3sum-1.5.5) Finished `test` profile [unoptimized + debuginfo] target(s) in 8.49s Running unittests src/main.rs (target/debug/deps/b3sum-2b6c5dda93c35552) running 3 tests test unit_tests::test_filepath_to_string ... ok test unit_tests::test_parse_check_line ... ok test test::test_args ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/cli_tests.rs (target/debug/deps/cli_tests-a442c8b7120965a1) running 15 tests test test_length_without_value_is_an_error ... ok test test_newline_and_backslash_escaping_on_unix ... ok test test_invalid_unicode_on_unix ... ok test test_missing_files ... ok test test_no_mmap ... ok test test_globbing ... ok test test_raw_with_multi_files_is_an_error ... ok test test_hash_one_raw ... ok test test_hash_one ... ok test test_derive_key ... ok test test_hash_many ... ok test test_keyed ... ok test test_check_invalid_characters ... ok test test_hash_length_and_seek ... ok test test_check ... ok test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s >>> b3sum: Entering fakeroot... >>> b3sum*: Running postcheck for b3sum >>> b3sum*: Preparing package b3sum... >>> b3sum*: Stripping binaries >>> b3sum*: Scanning shared objects >>> b3sum*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 >>> b3sum*: Package size: 643.0 KB >>> b3sum*: Compressing data... >>> b3sum*: Create checksum... >>> b3sum*: Create b3sum-1.5.5-r0.apk >>> b3sum: Build complete at Thu, 28 Nov 2024 04:33:09 +0000 elapsed time 0h 0m 37s >>> b3sum: Cleaning up srcdir >>> b3sum: Cleaning up pkgdir >>> b3sum: Uninstalling dependencies... (1/9) Purging .makedepends-b3sum (20241128.043233) (2/9) Purging cargo-auditable (0.6.6-r0) (3/9) Purging cargo (1.82.0-r1) (4/9) Purging rust (1.82.0-r1) (5/9) Purging llvm19-libs (19.1.4-r0) (6/9) Purging scudo-malloc (19.1.4-r0) (7/9) Purging libffi (3.4.6-r0) (8/9) Purging libxml2 (2.13.4-r3) (9/9) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r8.trigger OK: 397 MiB in 103 packages >>> b3sum: Updating the community/aarch64 repository index... >>> b3sum: Signing the index...