==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: dfrs 0.0.7-3 (Fri Mar 27 21:14:29 2026)
==> Retrieving sources...
  -> Found dfrs-0.0.7.tar.gz
  -> Found dfrs-0.0.7.tar.gz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    dfrs-0.0.7.tar.gz ... Passed
    dfrs-0.0.7.tar.gz.sig ... Skipped
==> Validating source files with b2sums...
    dfrs-0.0.7.tar.gz ... Passed
    dfrs-0.0.7.tar.gz.sig ... Skipped
==> Making package: dfrs 0.0.7-3 (Sat Mar 28 03:14:56 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
:: There are 2 providers available for cargo:
:: Repository extra
   1) rust  2) rustup

Enter a number (default=1): 
resolving dependencies...
looking for conflicting packages...

Packages (8) compiler-rt-22.1.1-1  libedit-20251016_3.1-1  libgit2-1:1.9.2-3  lld-22.1.1-1  llhttp-9.3.1-1  llvm-libs-22.1.1-1  rust-1:1.94.1-1  scdoc-1.11.4-1

Total Download Size:     0.01 MiB
Total Installed Size:  379.60 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 scdoc-1.11.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing compiler-rt...
installing llhttp...
installing libgit2...
installing libedit...
installing llvm-libs...
installing lld...
installing rust...
Optional dependencies for rust
    gdb: rust-gdb script
    lldb: rust-lldb script
installing scdoc...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found dfrs-0.0.7.tar.gz
  -> Found dfrs-0.0.7.tar.gz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting dfrs-0.0.7.tar.gz with bsdtar
==> Starting build()...
cargo build --release --locked
    Updating crates.io index
 Downloading crates ...
  Downloaded ansi_term v0.11.0
  Downloaded strum_macros v0.20.1
  Downloaded version_check v0.9.2
  Downloaded unicode-xid v0.2.1
  Downloaded structopt-derive v0.4.14
  Downloaded structopt v0.3.21
  Downloaded log v0.4.14
  Downloaded regex v1.4.3
  Downloaded unicode-segmentation v1.7.1
  Downloaded clap v2.33.3
  Downloaded proc-macro2 v1.0.24
  Downloaded nix v0.19.1
  Downloaded memchr v2.3.4
  Downloaded lazy_static v1.4.0
  Downloaded heck v0.3.2
  Downloaded syn v1.0.60
  Downloaded aho-corasick v0.7.15
  Downloaded unicode-width v0.1.8
  Downloaded thread_local v1.1.2
  Downloaded regex-syntax v0.6.22
  Downloaded quote v1.0.8
  Downloaded once_cell v1.5.2
  Downloaded vec_map v0.8.2
  Downloaded textwrap v0.11.0
  Downloaded termcolor v1.1.2
  Downloaded libc v0.2.83
  Downloaded strum v0.20.0
  Downloaded proc-macro-error v1.0.4
  Downloaded bitflags v1.2.1
  Downloaded anyhow v1.0.38
  Downloaded strsim v0.8.0
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded humantime v2.1.0
  Downloaded env_logger v0.8.2
  Downloaded colored v2.0.0
  Downloaded cfg-if v1.0.0
  Downloaded atty v0.2.14
   Compiling proc-macro2 v1.0.24
   Compiling version_check v0.9.2
   Compiling unicode-xid v0.2.1
   Compiling libc v0.2.83
   Compiling syn v1.0.60
   Compiling memchr v2.3.4
   Compiling proc-macro-error-attr v1.0.4
   Compiling bitflags v1.2.1
   Compiling proc-macro-error v1.0.4
   Compiling unicode-segmentation v1.7.1
   Compiling quote v1.0.8
   Compiling heck v0.3.2
   Compiling log v0.4.14
   Compiling unicode-width v0.1.8
   Compiling once_cell v1.5.2
   Compiling cfg-if v1.0.0
   Compiling textwrap v0.11.0
   Compiling atty v0.2.14
   Compiling thread_local v1.1.2
   Compiling aho-corasick v0.7.15
   Compiling anyhow v1.0.38
   Compiling regex-syntax v0.6.22
   Compiling vec_map v0.8.2
   Compiling lazy_static v1.4.0
   Compiling strsim v0.8.0
   Compiling ansi_term v0.11.0
   Compiling clap v2.33.3
   Compiling humantime v2.1.0
   Compiling regex v1.4.3
   Compiling termcolor v1.1.2
   Compiling env_logger v0.8.2
   Compiling structopt-derive v0.4.14
   Compiling strum_macros v0.20.1
   Compiling structopt v0.3.21
   Compiling colored v2.0.0
   Compiling nix v0.19.1
   Compiling strum v0.20.0
   Compiling dfrs v0.0.7 (/build/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 2m 39s
cargo test --release --locked
   Compiling dfrs v0.0.7 (/build/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 48.49s
     Running unittests src/main.rs (target/release/deps/dfrs-a3dadca746b073f2)

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_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_megabyte ... 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_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

scdoc < contrib/man/dfrs.1.scd > contrib/man/dfrs.1
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
==> Entering fakeroot environment...
==> Starting package()...
cargo build --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: 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 0.21s
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
install -Dm 755 target/release/dfrs -t /build/dfrs/pkg/dfrs/usr/bin
install -Dm 644 contrib/man/*.1 -t /build/dfrs/pkg/dfrs/usr/share/man/man1
install -Dm 644 target/completion/bash/dfrs -t /build/dfrs/pkg/dfrs/usr/share/bash-completion/completions
install -Dm 644 target/completion/zsh/_dfrs -t  /build/dfrs/pkg/dfrs/usr/share/zsh/site-functions
install -Dm 644 target/completion/fish/dfrs.fish -t  /build/dfrs/pkg/dfrs/usr/share/fish/vendor_completions.d
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dfrs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dfrs 0.0.7-3 (Sat Mar 28 03:18:48 2026)
==> Cleaning up...
[?12l[?25h