>>> b3sum: Building community/b3sum 1.7.0-r0 (using abuild 3.14.1-r7) started Wed, 19 Mar 2025 05:57:23 +0000
>>> b3sum: Validating /home/buildozer/aports/community/b3sum/APKBUILD...
>>> b3sum: Analyzing dependencies...
>>> b3sum: Installing for build: build-base cargo cargo-auditable
(1/8) Installing libffi (3.4.7-r0)
(2/8) Installing xz-libs (5.6.4-r0)
(3/8) Installing libxml2 (2.13.6-r0)
(4/8) Installing llvm19-libs (19.1.7-r0)
(5/8) Installing rust (1.85.0-r0)
(6/8) Installing cargo (1.85.0-r0)
(7/8) Installing cargo-auditable (0.6.6-r0)
(8/8) Installing .makedepends-b3sum (20250319.055724)
Executing busybox-1.37.0-r14.trigger
OK: 504 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.7.0.tar.gz
>>> b3sum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/b3sum-1.7.0.tar.gz
>>> b3sum: Checking sha512sums...
b3sum-1.7.0.tar.gz: OK
>>> b3sum: Unpacking /var/cache/distfiles/edge/b3sum-1.7.0.tar.gz...
    Updating crates.io index
 Downloading crates ...
  Downloaded wild v2.2.1
  Downloaded terminal_size v0.4.2
  Downloaded os_pipe v1.2.1
  Downloaded constant_time_eq v0.3.1
  Downloaded shared_child v1.0.1
  Downloaded duct v0.13.7
  Downloaded getrandom v0.3.2
  Downloaded tempfile v3.19.0
  Downloaded blake3 v1.7.0
  Downloaded rustix v1.0.3
  Downloaded linux-raw-sys v0.9.3
   Compiling crossbeam-utils v0.8.21
   Compiling proc-macro2 v1.0.94
   Compiling rustix v1.0.3
   Compiling unicode-ident v1.0.18
   Compiling shlex v1.3.0
   Compiling rayon-core v1.12.1
   Compiling bitflags v2.9.0
   Compiling linux-raw-sys v0.9.3
   Compiling utf8parse v0.2.2
   Compiling libc v0.2.171
   Compiling anstyle-query v1.1.2
   Compiling colorchoice v1.0.3
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle v1.0.10
   Compiling anyhow v1.0.97
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.4
   Compiling cfg-if v1.0.0
   Compiling arrayvec v0.7.6
   Compiling arrayref v0.3.9
   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.16
   Compiling anstream v0.6.18
   Compiling crossbeam-epoch v0.9.18
   Compiling quote v1.0.40
   Compiling crossbeam-deque v0.8.6
   Compiling syn v2.0.100
   Compiling memmap2 v0.9.5
   Compiling terminal_size v0.4.2
   Compiling clap_builder v4.5.32
   Compiling blake3 v1.7.0
   Compiling clap_derive v4.5.32
   Compiling clap v4.5.32
   Compiling b3sum v1.7.0 (/home/buildozer/aports/community/b3sum/src/b3sum-1.7.0)
    Finished `release` profile [optimized] target(s) in 27.71s
   Compiling libc v0.2.171
   Compiling proc-macro2 v1.0.94
   Compiling crossbeam-utils v0.8.21
   Compiling rustix v1.0.3
   Compiling unicode-ident v1.0.18
   Compiling linux-raw-sys v0.9.3
   Compiling bitflags v2.9.0
   Compiling utf8parse v0.2.2
   Compiling rayon-core v1.12.1
   Compiling shlex v1.3.0
   Compiling cfg-if v1.0.0
   Compiling anstyle v1.0.10
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.2
   Compiling colorchoice v1.0.3
   Compiling getrandom v0.3.2
   Compiling anyhow v1.0.97
   Compiling clap_lex v0.7.4
   Compiling heck v0.5.0
   Compiling strsim v0.11.1
   Compiling once_cell v1.21.1
   Compiling arrayvec v0.7.6
   Compiling arrayref v0.3.9
   Compiling constant_time_eq v0.3.1
   Compiling wild v2.2.1
   Compiling fastrand v2.3.0
   Compiling hex v0.4.3
   Compiling anstyle-parse v0.2.6
   Compiling cc v1.2.16
   Compiling anstream v0.6.18
   Compiling crossbeam-epoch v0.9.18
   Compiling quote v1.0.40
   Compiling crossbeam-deque v0.8.6
   Compiling syn v2.0.100
   Compiling memmap2 v0.9.5
   Compiling shared_child v1.0.1
   Compiling os_pipe v1.2.1
   Compiling duct v0.13.7
   Compiling blake3 v1.7.0
   Compiling terminal_size v0.4.2
   Compiling tempfile v3.19.0
   Compiling clap_builder v4.5.32
   Compiling clap_derive v4.5.32
   Compiling clap v4.5.32
   Compiling b3sum v1.7.0 (/home/buildozer/aports/community/b3sum/src/b3sum-1.7.0)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 12.30s
     Running unittests src/main.rs (target/debug/deps/b3sum-37baadf6dbe7b72c)

running 3 tests
test test::test_args ... ok
test unit_tests::test_filepath_to_string ... ok
test unit_tests::test_parse_check_line ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

     Running tests/cli_tests.rs (target/debug/deps/cli_tests-ab8035e0b4e0c82f)

running 17 tests
test test_length_without_value_is_an_error ... ok
test test_hash_one_raw ... ok
test test_no_mmap ... ok
test test_newline_and_backslash_escaping_on_unix ... ok
test test_raw_with_multi_files_is_an_error ... ok
test test_hash_one ... ok
test test_missing_files ... ok
test test_invalid_unicode_on_unix ... ok
test test_hash_many_tag ... ok
test test_globbing ... ok
test test_derive_key ... ok
test test_hash_one_tag ... ok
test test_keyed ... ok
test test_hash_many ... ok
test test_check_invalid_characters ... ok
test test_hash_length_and_seek ... ok
test test_check ... ok

test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s

>>> 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-armv7.so.1
	so:libgcc_s.so.1
>>> b3sum*: Package size: 450.3 KB
>>> b3sum*: Compressing data...
>>> b3sum*: Create checksum...
>>> b3sum*: Create b3sum-1.7.0-r0.apk
>>> b3sum: Build complete at Wed, 19 Mar 2025 05:58:08 +0000 elapsed time 0h 0m 45s
>>> b3sum: Cleaning up srcdir
>>> b3sum: Cleaning up pkgdir
>>> b3sum: Uninstalling dependencies...
(1/8) Purging .makedepends-b3sum (20250319.055724)
(2/8) Purging cargo-auditable (0.6.6-r0)
(3/8) Purging cargo (1.85.0-r0)
(4/8) Purging rust (1.85.0-r0)
(5/8) Purging llvm19-libs (19.1.7-r0)
(6/8) Purging libffi (3.4.7-r0)
(7/8) Purging libxml2 (2.13.6-r0)
(8/8) Purging xz-libs (5.6.4-r0)
Executing busybox-1.37.0-r14.trigger
OK: 274 MiB in 104 packages
>>> b3sum: Updating the community/armv7 repository index...
>>> b3sum: Signing the index...