>>> desed: Building testing/desed 1.2.1-r0 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 17:31:41 +0000 >>> desed: Checking sanity of /home/buildozer/aports/testing/desed/APKBUILD... >>> desed: Analyzing dependencies... >>> desed: Installing for build: build-base sed cargo (1/9) Installing sed (4.8-r1) (2/9) Installing rust-stdlib (1.64.0-r2) (3/9) Installing libffi (3.4.4-r0) (4/9) Installing xz-libs (5.2.7-r0) (5/9) Installing libxml2 (2.10.3-r1) (6/9) Installing llvm15-libs (15.0.3-r1) (7/9) Installing rust (1.64.0-r2) (8/9) Installing cargo (1.64.0-r2) (9/9) Installing .makedepends-desed (20221101.173142) Executing busybox-1.35.0-r27.trigger OK: 1158 MiB in 106 packages >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Fetching https://distfiles.alpinelinux.org/distfiles/edge/desed-1.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1393k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 71 1393k 71 991k 0 0 576k 0 0:00:02 0:00:01 0:00:01 576k 100 1393k 100 1393k 0 0 802k 0 0:00:01 0:00:01 --:--:-- 802k >>> 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... Downloading crates ... Downloaded crossterm v0.25.0 Downloaded kqueue v1.0.7 Downloaded tui v0.19.0 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 smallvec v1.10.0 Compiling bitflags v1.3.2 Compiling scopeguard v1.1.0 Compiling futures-core v0.3.25 Compiling os_str_bytes v6.3.0 Compiling anyhow v1.0.66 Compiling pin-project-lite v0.2.9 Compiling hashbrown v0.12.3 Compiling unicode-segmentation v1.10.0 Compiling cassowary v0.3.0 Compiling strsim v0.10.0 Compiling textwrap v0.16.0 Compiling termcolor v1.1.3 Compiling once_cell v1.15.0 Compiling unicode-width v0.1.10 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 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: associated function `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 Finished release [optimized] target(s) in 43.61s Compiling libc v0.2.137 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling log v0.4.17 Compiling signal-hook v0.3.14 Compiling parking_lot_core v0.9.4 Compiling smallvec v1.10.0 Compiling bitflags v1.3.2 Compiling scopeguard v1.1.0 Compiling futures-core v0.3.25 Compiling hashbrown v0.12.3 Compiling pin-project-lite v0.2.9 Compiling anyhow v1.0.66 Compiling os_str_bytes v6.3.0 Compiling strsim v0.10.0 Compiling unicode-width v0.1.10 Compiling unicode-segmentation v1.10.0 Compiling textwrap v0.16.0 Compiling cassowary v0.3.0 Compiling once_cell v1.15.0 Compiling termcolor v1.1.3 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 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: associated function `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 Finished test [unoptimized + debuginfo] target(s) in 12.91s Running unittests src/main.rs (target/debug/deps/desed-1b5b1462a79b5af5) 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-r0.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-r0.apk >>> desed: Build complete at Tue, 01 Nov 2022 17:32:49 +0000 elapsed time 0h 1m 8s >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Uninstalling dependencies... (1/9) Purging .makedepends-desed (20221101.173142) (2/9) Purging sed (4.8-r1) Executing sed-4.8-r1.post-deinstall (3/9) Purging cargo (1.64.0-r2) (4/9) Purging rust (1.64.0-r2) (5/9) Purging rust-stdlib (1.64.0-r2) (6/9) Purging llvm15-libs (15.0.3-r1) (7/9) Purging libffi (3.4.4-r0) (8/9) Purging libxml2 (2.10.3-r1) (9/9) Purging xz-libs (5.2.7-r0) Executing busybox-1.35.0-r27.trigger OK: 293 MiB in 97 packages >>> desed: Updating the testing/ppc64le repository index... >>> desed: Signing the index...