>>> dfrs: Building community/dfrs 0.0.7-r3 (using abuild 3.15.0-r0) started Thu, 09 Oct 2025 15:27:09 +0000 >>> dfrs: Validating /home/udu/aports/community/dfrs/APKBUILD... >>> dfrs: Analyzing dependencies... >>> dfrs: Installing for build: build-base cargo scdoc WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/7) Installing libxml2 (2.13.9-r0) (2/7) Installing llvm20-libs (20.1.8-r0) (3/7) Installing scudo-malloc (20.1.8-r0) (4/7) Installing rust (1.87.0-r0) (5/7) Installing cargo (1.87.0-r0) (6/7) Installing scdoc (1.11.3-r0) (7/7) Installing .makedepends-dfrs (20251009.152710) Executing busybox-1.37.0-r19.trigger OK: 690 MiB in 96 packages >>> dfrs: Cleaning up srcdir >>> dfrs: Cleaning up pkgdir >>> dfrs: Cleaning up tmpdir >>> dfrs: Fetching dfrs-0.0.7.tar.gz::https://github.com/anthraxx/dfrs/archive/0.0.7.tar.gz >>> dfrs: Fetching dfrs-0.0.7.tar.gz::https://github.com/anthraxx/dfrs/archive/0.0.7.tar.gz >>> dfrs: Checking sha512sums... dfrs-0.0.7.tar.gz: OK >>> dfrs: Unpacking /var/cache/distfiles/dfrs-0.0.7.tar.gz... cargo build --release --locked cargo test --release --locked scdoc < contrib/man/dfrs.1.scd > contrib/man/dfrs.1 Blocking waiting for file lock on package cache Updating crates.io index Blocking waiting for file lock on package cache Downloading crates ... Blocking waiting for file lock on package cache Downloaded cfg-if v1.0.0 Downloaded colored v2.0.0 Downloaded anyhow v1.0.38 Downloaded atty v0.2.14 Downloaded memchr v2.3.4 Downloaded env_logger v0.8.2 Downloaded ansi_term v0.11.0 Downloaded proc-macro2 v1.0.24 Downloaded proc-macro-error-attr v1.0.4 Downloaded once_cell v1.5.2 Downloaded clap v2.33.3 Downloaded unicode-xid v0.2.1 Downloaded thread_local v1.1.2 Downloaded termcolor v1.1.2 Downloaded strum v0.20.0 Downloaded vec_map v0.8.2 Downloaded unicode-width v0.1.8 Downloaded strsim v0.8.0 Downloaded humantime v2.1.0 Downloaded proc-macro-error v1.0.4 Downloaded log v0.4.14 Downloaded lazy_static v1.4.0 Downloaded textwrap v0.11.0 Downloaded quote v1.0.8 Downloaded aho-corasick v0.7.15 Downloaded version_check v0.9.2 Downloaded heck v0.3.2 Downloaded strum_macros v0.20.1 Downloaded regex v1.4.3 Downloaded unicode-segmentation v1.7.1 Downloaded nix v0.19.1 Downloaded regex-syntax v0.6.22 Downloaded bitflags v1.2.1 Downloaded structopt v0.3.21 Downloaded structopt-derive v0.4.14 Downloaded syn v1.0.60 Downloaded libc v0.2.83 Blocking waiting for file lock on package cache Compiling proc-macro2 v1.0.24 Compiling version_check v0.9.2 Compiling libc v0.2.83 Compiling unicode-xid v0.2.1 Compiling syn v1.0.60 Compiling memchr v2.3.4 Compiling bitflags v1.2.1 Compiling unicode-segmentation v1.7.1 Compiling cfg-if v1.0.0 Compiling unicode-width v0.1.8 Compiling once_cell v1.5.2 Compiling log v0.4.14 Compiling regex-syntax v0.6.22 Compiling vec_map v0.8.2 Compiling ansi_term v0.11.0 Compiling anyhow v1.0.38 Compiling lazy_static v1.4.0 Compiling strsim v0.8.0 Compiling humantime v2.1.0 Blocking waiting for file lock on build directory Compiling termcolor v1.1.2 Compiling textwrap v0.11.0 Compiling strum v0.20.0 Compiling thread_local v1.1.2 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling heck v0.3.2 Compiling aho-corasick v0.7.15 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/udu/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)]` 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)]` 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"` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 16.64s Compiling cfg-if v1.0.0 Compiling once_cell v1.5.2 Compiling unicode-width v0.1.8 Compiling ansi_term v0.11.0 Compiling strsim v0.8.0 Compiling lazy_static v1.4.0 Compiling vec_map v0.8.2 Compiling regex-syntax v0.6.22 Compiling libc v0.2.83 Compiling humantime v2.1.0 Compiling memchr v2.3.4 Compiling bitflags v1.2.1 Compiling termcolor v1.1.2 Compiling anyhow v1.0.38 Compiling strum v0.20.0 target/release/dfrs completions bash | install -Dm 644 /dev/stdin target/completion/bash/dfrs install: can't stat '/dev/stdin': No such file or directory make: *** [Makefile:53: completions] Error 1 make: *** Waiting for unfinished jobs.... 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/udu/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)]` 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)]` on by default warning: `dfrs` (bin "dfrs" test) generated 2 warnings (run `cargo fix --bin "dfrs" --tests` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 28.13s Running unittests src/main.rs (target/release/deps/dfrs-81443393db94933a) running 27 tests test mount::tests::is_local ... ok test mount::tests::is_remote ... ok test util::tests::calc_total_simple ... ok test util::tests::calculate_path_match_score_simple ... ok test mount::tests::parse_mounts ... 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_greater_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_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_very_large ... ok test util::tests::format_count_zero ... ok test util::tests::format_percentage_hundred ... ok test util::tests::format_count_megabyte ... ok test util::tests::format_percentage_fraction ... ok test util::tests::format_percentage_none ... ok test util::tests::format_percentage_zero ... ok test util::tests::lvm_alias_five_dashes ... ok test util::tests::lvm_alias_none ... ok test util::tests::get_best_mount_match_simple ... ok test util::tests::lvm_alias_four_dashes ... 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 >>> ERROR: dfrs: build failed >>> dfrs: Uninstalling dependencies... (1/7) Purging .makedepends-dfrs (20251009.152710) (2/7) Purging cargo (1.87.0-r0) (3/7) Purging rust (1.87.0-r0) (4/7) Purging scdoc (1.11.3-r0) (5/7) Purging llvm20-libs (20.1.8-r0) (6/7) Purging scudo-malloc (20.1.8-r0) (7/7) Purging libxml2 (2.13.9-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages