>>> dfrs: Building community/dfrs 0.0.7-r3 (using abuild 3.17.0_rc1-r2) started Sat, 25 Apr 2026 20:18:24 +0000 >>> dfrs: Validating /home/buildozer/aports/community/dfrs/APKBUILD... >>> dfrs: Analyzing dependencies... >>> dfrs: Installing for build: build-base cargo scdoc ( 1/10) Installing libffi (3.5.2-r1) ( 2/10) Installing xz-libs (5.8.3-r0) ( 3/10) Installing libxml2 (2.13.9-r1) ( 4/10) Installing llvm22-libs (22.1.3-r0) ( 5/10) Installing scudo-malloc (22.1.3-r0) ( 6/10) Installing rust (1.95.0-r0) ( 7/10) Installing sqlite-libs (3.53.0-r0) ( 8/10) Installing cargo (1.95.0-r0) ( 9/10) Installing scdoc (1.11.4-r0) (10/10) Installing .makedepends-dfrs (20260425.201845) Executing busybox-1.37.0-r31.trigger OK: 848.6 MiB in 112 packages >>> dfrs: Cleaning up srcdir >>> dfrs: Cleaning up pkgdir >>> dfrs: Cleaning up tmpdir >>> dfrs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/dfrs-0.0.7.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/dfrs-0.0.7.tar.gz.part' dfrs-0.0.7.tar.gz.pa 100% |********************************| 29423 0:00:00 ETA '/var/cache/distfiles/v3.24/dfrs-0.0.7.tar.gz.part' saved /var/cache/distfiles/v3.24/dfrs-0.0.7.tar.gz: OK >>> dfrs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/dfrs-0.0.7.tar.gz /var/cache/distfiles/v3.24/dfrs-0.0.7.tar.gz: OK >>> dfrs: Unpacking /var/cache/distfiles/v3.24/dfrs-0.0.7.tar.gz... cargo build --release --locked cargo test --release --locked scdoc < contrib/man/dfrs.1.scd > contrib/man/dfrs.1 Updating crates.io index Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Downloading crates ... Blocking waiting for file lock on package cache Downloaded anyhow v1.0.38 Downloaded bitflags v1.2.1 Downloaded atty v0.2.14 Downloaded proc-macro-error-attr v1.0.4 Downloaded strsim v0.8.0 Downloaded cfg-if v1.0.0 Downloaded version_check v0.9.2 Downloaded vec_map v0.8.2 Downloaded unicode-width v0.1.8 Downloaded structopt v0.3.21 Downloaded quote v1.0.8 Downloaded unicode-segmentation v1.7.1 Downloaded heck v0.3.2 Downloaded proc-macro2 v1.0.24 Downloaded once_cell v1.5.2 Downloaded log v0.4.14 Downloaded lazy_static v1.4.0 Downloaded syn v1.0.60 Downloaded regex-syntax v0.6.22 Downloaded regex v1.4.3 Downloaded nix v0.19.1 Downloaded clap v2.33.3 Downloaded env_logger v0.8.2 Downloaded textwrap v0.11.0 Downloaded termcolor v1.1.2 Downloaded strum v0.20.0 Downloaded structopt-derive v0.4.14 Downloaded proc-macro-error v1.0.4 Downloaded memchr v2.3.4 Downloaded humantime v2.1.0 Downloaded colored v2.0.0 Downloaded ansi_term v0.11.0 Downloaded aho-corasick v0.7.15 Downloaded unicode-xid v0.2.1 Downloaded thread_local v1.1.2 Downloaded strum_macros v0.20.1 Downloaded libc v0.2.83 Blocking waiting for file lock on package cache Blocking waiting for file lock on artifact directory Compiling proc-macro2 v1.0.24 Compiling libc v0.2.83 Compiling version_check v0.9.2 Compiling unicode-xid v0.2.1 Compiling syn v1.0.60 Compiling bitflags v1.2.1 Compiling memchr v2.3.4 Compiling unicode-segmentation v1.7.1 Compiling log v0.4.14 Compiling once_cell v1.5.2 Compiling cfg-if v1.0.0 Compiling unicode-width v0.1.8 Compiling lazy_static v1.4.0 Compiling regex-syntax v0.6.22 Compiling ansi_term v0.11.0 Compiling anyhow v1.0.38 Compiling strsim v0.8.0 Compiling vec_map v0.8.2 Compiling termcolor v1.1.2 Compiling humantime v2.1.0 Compiling strum v0.20.0 Compiling textwrap v0.11.0 Compiling thread_local v1.1.2 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling aho-corasick v0.7.15 Compiling heck v0.3.2 Compiling quote v1.0.8 Compiling atty v0.2.14 Compiling nix v0.19.1 Compiling clap v2.33.3 Compiling colored v2.0.0 Compiling regex v1.4.3 Compiling env_logger v0.8.2 Compiling structopt-derive v0.4.14 Compiling strum_macros v0.20.1 Compiling structopt v0.3.21 Compiling dfrs v0.0.7 (/home/buildozer/aports/community/dfrs/src/dfrs-0.0.7) warning: unused imports: `error`, `info`, and `warn` --> src/errors.rs:2:22 | 2 | pub use log::{debug, error, info, warn}; | ^^^^^ ^^^^ ^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: field `base2` is never read --> src/args.rs:35:9 | 14 | pub struct Args { | ---- field in this struct ... 35 | pub base2: bool, | ^^^^^ | = note: `Args` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: fields `mnt_opts`, `mnt_freq`, and `mnt_passno` are never read --> src/mount.rs:17:9 | 13 | pub struct Mount { | ----- fields in this struct ... 17 | pub mnt_opts: String, | ^^^^^^^^ 18 | pub mnt_freq: i32, | ^^^^^^^^ 19 | pub mnt_passno: i32, | ^^^^^^^^^^ | = note: `Mount` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis warning: `dfrs` (bin "dfrs") generated 3 warnings (run `cargo fix --bin "dfrs" -p dfrs` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 36.78s Compiling once_cell v1.5.2 Compiling cfg-if v1.0.0 Compiling unicode-width v0.1.8 Compiling lazy_static v1.4.0 Compiling ansi_term v0.11.0 Compiling vec_map v0.8.2 Compiling strsim v0.8.0 Compiling regex-syntax v0.6.22 Compiling humantime v2.1.0 Compiling termcolor v1.1.2 Compiling strum v0.20.0 Compiling libc v0.2.83 Compiling memchr v2.3.4 Compiling bitflags v1.2.1 Compiling anyhow v1.0.38 target/release/dfrs completions bash | install -Dm 644 /dev/stdin target/completion/bash/dfrs target/release/dfrs completions zsh | install -Dm 644 /dev/stdin target/completion/zsh/_dfrs target/release/dfrs completions fish | install -Dm 644 /dev/stdin target/completion/fish/dfrs.fish Compiling log v0.4.14 Compiling textwrap v0.11.0 Compiling thread_local v1.1.2 Compiling aho-corasick v0.7.15 Compiling atty v0.2.14 Compiling nix v0.19.1 Compiling clap v2.33.3 Compiling colored v2.0.0 Compiling regex v1.4.3 Compiling env_logger v0.8.2 Compiling structopt v0.3.21 Compiling dfrs v0.0.7 (/home/buildozer/aports/community/dfrs/src/dfrs-0.0.7) warning: unused imports: `error`, `info`, and `warn` --> src/errors.rs:2:22 | 2 | pub use log::{debug, error, info, warn}; | ^^^^^ ^^^^ ^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: field `base2` is never read --> src/args.rs:35:9 | 14 | pub struct Args { | ---- field in this struct ... 35 | pub base2: bool, | ^^^^^ | = note: `Args` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `dfrs` (bin "dfrs" test) generated 2 warnings (run `cargo fix --bin "dfrs" -p dfrs --tests` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 1m 05s Running unittests src/main.rs (target/release/deps/dfrs-5fc2449bf6a4988f) running 27 tests test mount::tests::is_local ... ok test mount::tests::is_remote ... ok test mount::tests::parse_mounts ... ok test util::tests::calc_total_simple ... ok test util::tests::calculate_path_match_score_simple ... ok test util::tests::cmp_by_capacity_and_dir_name_equal ... ok test util::tests::cmp_by_capacity_and_dir_name_equal_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_equal_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_smaller_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_smaller_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_smaller_capacity_smaller_name ... ok test util::tests::format_count_bytes ... ok test util::tests::format_count_megabyte ... ok test util::tests::format_count_very_large ... ok test util::tests::format_count_zero ... ok test util::tests::format_percentage_fraction ... ok test util::tests::format_percentage_hundred ... ok test util::tests::format_percentage_none ... ok test util::tests::format_percentage_zero ... ok test util::tests::get_best_mount_match_simple ... ok test util::tests::lvm_alias_five_dashes ... ok test util::tests::lvm_alias_four_dashes ... ok test util::tests::lvm_alias_none ... ok test util::tests::lvm_alias_simple ... ok test util::tests::lvm_alias_three_dashes ... ok test util::tests::lvm_alias_two_dashes ... ok test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s cargo test --release --locked warning: unused imports: `error`, `info`, and `warn` --> src/errors.rs:2:22 | 2 | pub use log::{debug, error, info, warn}; | ^^^^^ ^^^^ ^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: field `base2` is never read --> src/args.rs:35:9 | 14 | pub struct Args { | ---- field in this struct ... 35 | pub base2: bool, | ^^^^^ | = note: `Args` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `dfrs` (bin "dfrs" test) generated 2 warnings (run `cargo fix --bin "dfrs" -p dfrs --tests` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 0.05s Running unittests src/main.rs (target/release/deps/dfrs-5fc2449bf6a4988f) running 27 tests test mount::tests::is_local ... ok test mount::tests::is_remote ... ok test util::tests::calc_total_simple ... ok test mount::tests::parse_mounts ... ok test util::tests::calculate_path_match_score_simple ... ok test util::tests::cmp_by_capacity_and_dir_name_equal ... ok test util::tests::cmp_by_capacity_and_dir_name_equal_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_equal_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_smaller_name ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_smaller_capacity_greater_name ... ok test util::tests::cmp_by_capacity_and_dir_name_smaller_capacity_smaller_name ... ok test util::tests::format_count_bytes ... ok test util::tests::format_count_megabyte ... ok test util::tests::format_count_very_large ... ok test util::tests::format_count_zero ... ok test util::tests::format_percentage_fraction ... ok test util::tests::format_percentage_none ... ok test util::tests::get_best_mount_match_simple ... ok test util::tests::format_percentage_zero ... ok test util::tests::lvm_alias_four_dashes ... ok test util::tests::lvm_alias_five_dashes ... ok test util::tests::lvm_alias_none ... ok test util::tests::lvm_alias_three_dashes ... ok test util::tests::lvm_alias_simple ... ok test util::tests::lvm_alias_two_dashes ... ok test util::tests::format_percentage_hundred ... ok test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> dfrs: Entering fakeroot... >>> dfrs-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/dfrs/pkg/dfrs-doc/usr/share/man' >>> dfrs-doc*: Preparing subpackage dfrs-doc... Please specify at least one package name on the command line. >>> dfrs-doc*: Running postcheck for dfrs-doc >>> dfrs-bash-completion*: Running split function bashcomp... 'usr/share/bash-completion/completions' -> '/home/buildozer/aports/community/dfrs/pkg/dfrs-bash-completion/usr/share/bash-completion/completions' >>> dfrs-bash-completion*: Preparing subpackage dfrs-bash-completion... Please specify at least one package name on the command line. >>> dfrs-bash-completion*: Running postcheck for dfrs-bash-completion >>> dfrs-zsh-completion*: Running split function zshcomp... 'usr/share/zsh/site-functions' -> '/home/buildozer/aports/community/dfrs/pkg/dfrs-zsh-completion/usr/share/zsh/site-functions' >>> dfrs-zsh-completion*: Preparing subpackage dfrs-zsh-completion... Please specify at least one package name on the command line. >>> dfrs-zsh-completion*: Running postcheck for dfrs-zsh-completion >>> dfrs-fish-completion*: Running split function fishcomp... 'usr/share/fish/vendor_completions.d' -> '/home/buildozer/aports/community/dfrs/pkg/dfrs-fish-completion/usr/share/fish/vendor_completions.d' >>> dfrs-fish-completion*: Preparing subpackage dfrs-fish-completion... Please specify at least one package name on the command line. >>> dfrs-fish-completion*: Running postcheck for dfrs-fish-completion >>> dfrs*: Running postcheck for dfrs >>> dfrs*: Preparing package dfrs... >>> dfrs*: Stripping binaries Please specify at least one package name on the command line. >>> dfrs*: Scanning shared objects >>> dfrs-bash-completion*: Tracing dependencies... >>> dfrs-bash-completion*: Package size: 2.6 KB >>> dfrs-bash-completion*: Compressing data... >>> dfrs-bash-completion*: Create checksum... >>> dfrs-bash-completion*: Create dfrs-bash-completion-0.0.7-r3.apk >>> dfrs-doc*: Tracing dependencies... >>> dfrs-doc*: Package size: 1.1 KB >>> dfrs-doc*: Compressing data... >>> dfrs-doc*: Create checksum... >>> dfrs-doc*: Create dfrs-doc-0.0.7-r3.apk >>> dfrs-fish-completion*: Tracing dependencies... >>> dfrs-fish-completion*: Package size: 2.2 KB >>> dfrs-fish-completion*: Compressing data... >>> dfrs-fish-completion*: Create checksum... >>> dfrs-fish-completion*: Create dfrs-fish-completion-0.0.7-r3.apk >>> dfrs-zsh-completion*: Tracing dependencies... >>> dfrs-zsh-completion*: Package size: 2.8 KB >>> dfrs-zsh-completion*: Compressing data... >>> dfrs-zsh-completion*: Create checksum... >>> dfrs-zsh-completion*: Create dfrs-zsh-completion-0.0.7-r3.apk >>> dfrs*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> dfrs*: Package size: 935.1 KB >>> dfrs*: Compressing data... >>> dfrs*: Create checksum... >>> dfrs*: Create dfrs-0.0.7-r3.apk >>> dfrs: Build complete at Sat, 25 Apr 2026 20:19:55 +0000 elapsed time 0h 1m 31s >>> dfrs: Cleaning up srcdir >>> dfrs: Cleaning up pkgdir >>> dfrs: Uninstalling dependencies... ( 1/10) Purging .makedepends-dfrs (20260425.201845) ( 2/10) Purging cargo (1.95.0-r0) ( 3/10) Purging rust (1.95.0-r0) ( 4/10) Purging scdoc (1.11.4-r0) ( 5/10) Purging llvm22-libs (22.1.3-r0) ( 6/10) Purging scudo-malloc (22.1.3-r0) ( 7/10) Purging sqlite-libs (3.53.0-r0) ( 8/10) Purging libffi (3.5.2-r1) ( 9/10) Purging libxml2 (2.13.9-r1) (10/10) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 425.2 MiB in 102 packages >>> dfrs: Updating the community/x86 repository index... >>> dfrs: Signing the index...