>>> dfrs: Building community/dfrs 0.0.7-r0 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 23:12:06 +0000 >>> dfrs: Checking sanity of /home/buildozer/aports/community/dfrs/APKBUILD... >>> dfrs: Analyzing dependencies... >>> dfrs: Installing for build: build-base cargo scdoc (1/9) Installing rust-stdlib (1.60.0-r1) (2/9) Installing libffi (3.4.2-r1) (3/9) Installing xz-libs (5.2.5-r1) (4/9) Installing libxml2 (2.9.13-r0) (5/9) Installing llvm13-libs (13.0.1-r2) (6/9) Installing rust (1.60.0-r1) (7/9) Installing cargo (1.60.0-r1) (8/9) Installing scdoc (1.11.2-r0) (9/9) Installing .makedepends-dfrs (20220416.231208) Executing busybox-1.35.0-r8.trigger OK: 996 MiB in 97 packages >>> dfrs: Cleaning up srcdir >>> dfrs: Cleaning up pkgdir >>> dfrs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/dfrs-0.0.7.tar.gz >>> dfrs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/dfrs-0.0.7.tar.gz >>> dfrs: Checking sha512sums... dfrs-0.0.7.tar.gz: OK >>> dfrs: Unpacking /var/cache/distfiles/v3.16/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 Blocking waiting for file lock on package cache Downloading crates ... Blocking waiting for file lock on package cache Downloaded strum v0.20.0 Downloaded strum_macros v0.20.1 Downloaded nix v0.19.1 Downloaded env_logger v0.8.2 Downloaded libc v0.2.83 Downloaded anyhow v1.0.38 Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Compiling proc-macro2 v1.0.24 Compiling unicode-xid v0.2.1 Compiling version_check v0.9.2 Compiling libc v0.2.83 Compiling syn v1.0.60 Compiling memchr v2.3.4 Compiling bitflags v1.2.1 Compiling unicode-segmentation v1.7.1 Compiling once_cell v1.5.2 Compiling log v0.4.14 Compiling cfg-if v1.0.0 Compiling unicode-width v0.1.8 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling lazy_static v1.4.0 Compiling regex-syntax v0.6.22 Compiling vec_map v0.8.2 Compiling anyhow v1.0.38 Compiling humantime v2.1.0 Compiling termcolor v1.1.2 Compiling strum v0.20.0 Compiling textwrap v0.11.0 Compiling thread_local v1.1.2 Compiling aho-corasick v0.7.15 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling heck v0.3.2 Compiling quote v1.0.8 Compiling regex v1.4.3 Compiling atty v0.2.14 Compiling nix v0.19.1 Compiling clap v2.33.3 Compiling colored v2.0.0 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) Finished release [optimized] target(s) in 41.00s Compiling dfrs v0.0.7 (/home/buildozer/aports/community/dfrs/src/dfrs-0.0.7) Running unittests (target/release/deps/dfrs-fa3c57d84232a6d1) 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_zero ... ok test util::tests::format_count_megabyte ... ok test util::tests::format_count_very_large ... 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::get_best_mount_match_simple ... ok test util::tests::format_percentage_zero ... 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 Finished release [optimized] target(s) in 1m 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 cargo test --release --locked Finished release [optimized] target(s) in 0.33s Running unittests (target/release/deps/dfrs-fa3c57d84232a6d1) running 27 tests test util::tests::lvm_alias_four_dashes ... ok test util::tests::cmp_by_capacity_and_dir_name_equal ... ok test util::tests::lvm_alias_none ... ok test util::tests::format_count_zero ... ok test util::tests::format_percentage_none ... ok test util::tests::cmp_by_capacity_and_dir_name_equal_capacity_greater_name ... ok test util::tests::lvm_alias_simple ... ok test util::tests::format_percentage_fraction ... ok test util::tests::format_count_bytes ... ok test util::tests::get_best_mount_match_simple ... ok test util::tests::format_percentage_hundred ... ok test mount::tests::is_remote ... ok test mount::tests::parse_mounts ... ok test util::tests::calc_total_simple ... ok test util::tests::format_count_very_large ... 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::lvm_alias_five_dashes ... 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::calculate_path_match_score_simple ... ok test mount::tests::is_local ... ok test util::tests::cmp_by_capacity_and_dir_name_smaller_capacity_greater_name ... ok test util::tests::lvm_alias_three_dashes ... ok test util::tests::format_percentage_zero ... ok test util::tests::cmp_by_capacity_and_dir_name_greater_capacity_smaller_name ... 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.16s >>> dfrs: Entering fakeroot... >>> dfrs-doc*: Running split function doc... >>> dfrs-doc*: Preparing subpackage dfrs-doc... >>> dfrs-doc*: Running postcheck for dfrs-doc >>> dfrs-bash-completion*: Running split function bashcomp... '/home/buildozer/aports/community/dfrs/pkg/dfrs/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... >>> dfrs-bash-completion*: Running postcheck for dfrs-bash-completion >>> dfrs-zsh-completion*: Running split function zshcomp... '/home/buildozer/aports/community/dfrs/pkg/dfrs/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... >>> dfrs-zsh-completion*: Running postcheck for dfrs-zsh-completion >>> dfrs-fish-completion*: Running split function fishcomp... '/home/buildozer/aports/community/dfrs/pkg/dfrs/usr/share/fish/completions' -> '/home/buildozer/aports/community/dfrs/pkg/dfrs-fish-completion/usr/share/fish/completions' >>> dfrs-fish-completion*: Preparing subpackage dfrs-fish-completion... >>> dfrs-fish-completion*: Running postcheck for dfrs-fish-completion >>> dfrs*: Running postcheck for dfrs >>> dfrs*: Preparing package dfrs... >>> dfrs*: Stripping binaries >>> dfrs-bash-completion*: Scanning shared objects >>> dfrs-doc*: Scanning shared objects >>> dfrs-fish-completion*: Scanning shared objects >>> dfrs-zsh-completion*: Scanning shared objects >>> dfrs*: Scanning shared objects >>> dfrs-bash-completion*: Tracing dependencies... >>> dfrs-bash-completion*: Package size: 24.0 KB >>> dfrs-bash-completion*: Compressing data... >>> dfrs-bash-completion*: Create checksum... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now >>> dfrs-bash-completion*: Create dfrs-bash-completion-0.0.7-r0.apk >>> dfrs-doc*: Tracing dependencies... >>> dfrs-doc*: Package size: 24.0 KB >>> dfrs-doc*: Compressing data... >>> dfrs-doc*: Create checksum... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now >>> dfrs-doc*: Create dfrs-doc-0.0.7-r0.apk >>> dfrs-fish-completion*: Tracing dependencies... >>> dfrs-fish-completion*: Package size: 24.0 KB >>> dfrs-fish-completion*: Compressing data... >>> dfrs-fish-completion*: Create checksum... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now >>> dfrs-fish-completion*: Create dfrs-fish-completion-0.0.7-r0.apk >>> dfrs-zsh-completion*: Tracing dependencies... >>> dfrs-zsh-completion*: Package size: 24.0 KB >>> dfrs-zsh-completion*: Compressing data... >>> dfrs-zsh-completion*: Create checksum... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now >>> dfrs-zsh-completion*: Create dfrs-zsh-completion-0.0.7-r0.apk >>> dfrs*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> dfrs*: Package size: 1.1 MB >>> dfrs*: Compressing data... >>> dfrs*: Create checksum... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now >>> dfrs*: Create dfrs-0.0.7-r0.apk >>> dfrs: Build complete at Sat, 16 Apr 2022 23:13:51 +0000 elapsed time 0h 1m 45s >>> dfrs: Cleaning up srcdir >>> dfrs: Cleaning up pkgdir >>> dfrs: Uninstalling dependencies... (1/9) Purging .makedepends-dfrs (20220416.231208) (2/9) Purging cargo (1.60.0-r1) (3/9) Purging rust (1.60.0-r1) (4/9) Purging rust-stdlib (1.60.0-r1) (5/9) Purging scdoc (1.11.2-r0) (6/9) Purging llvm13-libs (13.0.1-r2) (7/9) Purging libffi (3.4.2-r1) (8/9) Purging libxml2 (2.9.13-r0) (9/9) Purging xz-libs (5.2.5-r1) Executing busybox-1.35.0-r8.trigger OK: 297 MiB in 88 packages >>> dfrs: Updating the community/armhf repository index... >>> dfrs: Signing the index... tar: -: Wrote only 8192 of 10240 bytes tar: Error is not recoverable: exiting now