>>> desed: Building testing/desed 1.2.1-r1 (using abuild 3.11.0-r1) started Tue, 23 May 2023 23:13:09 +0000 >>> desed: Checking sanity of /home/buildozer/aports/testing/desed/APKBUILD... >>> desed: Analyzing dependencies... >>> desed: Installing for build: build-base sed cargo cargo-auditable (1/10) Installing sed (4.9-r2) (2/10) Installing libffi (3.4.4-r3) (3/10) Installing xz-libs (5.4.3-r1) (4/10) Installing libxml2 (2.11.4-r0) (5/10) Installing llvm16-libs (16.0.4-r3) (6/10) Installing scudo-malloc (16.0.4-r1) (7/10) Installing rust (1.69.0-r10) (8/10) Installing cargo (1.69.0-r10) (9/10) Installing cargo-auditable (0.6.1-r1) (10/10) Installing .makedepends-desed (20230523.231310) Executing busybox-1.36.0-r11.trigger OK: 1025 MiB in 110 packages >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/desed-1.2.1.tar.gz >>> desed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/desed-1.2.1.tar.gz >>> desed: Checking sha512sums... desed-1.2.1.tar.gz: OK Cargo.lock: OK >>> desed: Unpacking /var/cache/distfiles/desed-1.2.1.tar.gz... Compiling libc v0.2.137 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling log v0.4.17 Compiling parking_lot_core v0.9.4 Compiling signal-hook v0.3.14 Compiling scopeguard v1.1.0 Compiling bitflags v1.3.2 Compiling smallvec v1.10.0 Compiling futures-core v0.3.25 Compiling pin-project-lite v0.2.9 Compiling anyhow v1.0.66 Compiling os_str_bytes v6.3.0 Compiling hashbrown v0.12.3 Compiling unicode-segmentation v1.10.0 Compiling cassowary v0.3.0 Compiling once_cell v1.15.0 Compiling unicode-width v0.1.10 Compiling strsim v0.10.0 Compiling termcolor v1.1.3 Compiling textwrap v0.16.0 Compiling clap_lex v0.2.4 Compiling lock_api v0.4.9 Compiling tokio v1.21.2 Compiling indexmap v1.9.1 Compiling mio v0.8.5 Compiling signal-hook-registry v1.4.0 Compiling socket2 v0.4.7 Compiling atty v0.2.14 Compiling inotify-sys v0.1.5 Compiling parking_lot v0.12.1 Compiling clap v3.2.23 Compiling signal-hook-mio v0.2.3 Compiling crossterm v0.25.0 Compiling tui v0.19.0 Compiling inotify v0.10.0 Compiling desed v1.2.1 (/home/buildozer/aports/testing/desed/src/desed-1.2.1) warning: unused import: `Text` --> src/ui/tui.rs:17:17 | 17 | use tui::text::{Text, Span, Spans}; | ^^^^ | = note: `#[warn(unused_imports)]` on by default warning: type alias `FileWatch` is never used --> src/file_watcher/mod.rs:7:18 | 7 | pub type FileWatch = crate::file_watcher::inotify::FileWatchImpl; | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `descriptor` is never read --> src/file_watcher/inotify.rs:14:5 | 13 | pub struct FileWatchImpl { | ------------- field in this struct 14 | descriptor: inotify::WatchDescriptor, | ^^^^^^^^^^ warning: method `rm_watch` is never used --> src/file_watcher/inotify.rs:46:12 | 46 | pub fn rm_watch(&mut self, fw: &FileWatchImpl) -> Result<()> { | ^^^^^^^^ warning: `desed` (bin "desed") generated 4 warnings (run `cargo fix --bin "desed"` to apply 1 suggestion) Finished release [optimized] target(s) in 35.40s Compiling libc v0.2.137 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling log v0.4.17 Compiling parking_lot_core v0.9.4 Compiling signal-hook v0.3.14 Compiling bitflags v1.3.2 Compiling scopeguard v1.1.0 Compiling smallvec v1.10.0 Compiling futures-core v0.3.25 Compiling os_str_bytes v6.3.0 Compiling hashbrown v0.12.3 Compiling pin-project-lite v0.2.9 Compiling anyhow v1.0.66 Compiling cassowary v0.3.0 Compiling unicode-segmentation v1.10.0 Compiling once_cell v1.15.0 Compiling termcolor v1.1.3 Compiling textwrap v0.16.0 Compiling unicode-width v0.1.10 Compiling strsim v0.10.0 Compiling clap_lex v0.2.4 Compiling lock_api v0.4.9 Compiling indexmap v1.9.1 Compiling tokio v1.21.2 Compiling mio v0.8.5 Compiling signal-hook-registry v1.4.0 Compiling socket2 v0.4.7 Compiling inotify-sys v0.1.5 Compiling atty v0.2.14 Compiling clap v3.2.23 Compiling parking_lot v0.12.1 Compiling signal-hook-mio v0.2.3 Compiling crossterm v0.25.0 Compiling tui v0.19.0 Compiling inotify v0.10.0 Compiling desed v1.2.1 (/home/buildozer/aports/testing/desed/src/desed-1.2.1) warning: unused import: `Text` --> src/ui/tui.rs:17:17 | 17 | use tui::text::{Text, Span, Spans}; | ^^^^ | = note: `#[warn(unused_imports)]` on by default warning: type alias `FileWatch` is never used --> src/file_watcher/mod.rs:7:18 | 7 | pub type FileWatch = crate::file_watcher::inotify::FileWatchImpl; | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: field `descriptor` is never read --> src/file_watcher/inotify.rs:14:5 | 13 | pub struct FileWatchImpl { | ------------- field in this struct 14 | descriptor: inotify::WatchDescriptor, | ^^^^^^^^^^ warning: method `rm_watch` is never used --> src/file_watcher/inotify.rs:46:12 | 46 | pub fn rm_watch(&mut self, fw: &FileWatchImpl) -> Result<()> { | ^^^^^^^^ warning: `desed` (bin "desed" test) generated 4 warnings (run `cargo fix --bin "desed" --tests` to apply 1 suggestion) Finished test [unoptimized + debuginfo] target(s) in 8.15s Running unittests src/main.rs (target/debug/deps/desed-04708a959991a323) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> desed: Entering fakeroot... >>> desed-doc*: Running split function doc... >>> desed-doc*: Preparing subpackage desed-doc... >>> desed-doc*: Running postcheck for desed-doc >>> desed*: Running postcheck for desed >>> desed*: Preparing package desed... >>> desed*: Stripping binaries >>> desed-doc*: Scanning shared objects >>> desed*: Scanning shared objects >>> desed-doc*: Tracing dependencies... >>> desed-doc*: Package size: 24.0 KB >>> desed-doc*: Compressing data... >>> desed-doc*: Create checksum... >>> desed-doc*: Create desed-doc-1.2.1-r1.apk >>> desed*: Tracing dependencies... sed so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 >>> desed*: Package size: 912.0 KB >>> desed*: Compressing data... >>> desed*: Create checksum... >>> desed*: Create desed-1.2.1-r1.apk >>> desed: Build complete at Tue, 23 May 2023 23:13:59 +0000 elapsed time 0h 0m 50s >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Uninstalling dependencies... (1/10) Purging .makedepends-desed (20230523.231310) (2/10) Purging sed (4.9-r2) Executing sed-4.9-r2.post-deinstall (3/10) Purging cargo (1.69.0-r10) (4/10) Purging rust (1.69.0-r10) (5/10) Purging cargo-auditable (0.6.1-r1) (6/10) Purging llvm16-libs (16.0.4-r3) (7/10) Purging scudo-malloc (16.0.4-r1) (8/10) Purging libffi (3.4.4-r3) (9/10) Purging libxml2 (2.11.4-r0) (10/10) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 257 MiB in 100 packages >>> desed: Updating the testing/ppc64le repository index... >>> desed: Signing the index...