>>> desed: Building testing/desed 1.2.1-r1 (using abuild 3.13.0-r3) started Sun, 14 Jul 2024 05:40:00 +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.6-r0) (3/10) Installing xz-libs (5.6.2-r0) (4/10) Installing libxml2 (2.12.8-r0) (5/10) Installing llvm18-libs (18.1.8-r0) (6/10) Installing scudo-malloc (18.1.8-r0) (7/10) Installing rust (1.79.0-r1) (8/10) Installing cargo (1.79.0-r1) (9/10) Installing cargo-auditable (0.6.2-r0) (10/10) Installing .makedepends-desed (20240714.054004) Executing busybox-1.36.1-r31.trigger OK: 500 MiB in 111 packages >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Cleaning up tmpdir >>> 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> desed: Fetching https://github.com/SoptikHa2/desed/archive/v1.2.1/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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1393k 0 1393k 0 0 2193k 0 --:--:-- --:--:-- --:--:-- 2193k >>> 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/edge/desed-1.2.1.tar.gz... Downloading crates ... Downloaded parking_lot_core v0.9.4 Downloaded inotify v0.10.0 Downloaded os_str_bytes v6.3.0 Downloaded anyhow v1.0.66 Downloaded socket2 v0.4.7 Downloaded tui v0.19.0 Downloaded clap v3.2.23 Downloaded tokio v1.21.2 Compiling libc v0.2.155 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 bitflags v1.3.2 Compiling smallvec v1.10.0 Compiling scopeguard v1.1.0 Compiling futures-core v0.3.25 Compiling anyhow v1.0.66 Compiling hashbrown v0.12.3 Compiling pin-project-lite v0.2.9 Compiling os_str_bytes v6.3.0 Compiling once_cell v1.15.0 Compiling unicode-width v0.1.10 Compiling unicode-segmentation v1.10.0 Compiling termcolor v1.1.3 Compiling cassowary v0.3.0 Compiling strsim v0.10.0 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 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 | 17 | impl FileWatcherImpl { | -------------------- method in this implementation ... 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` profile [optimized] target(s) in 2m 31s Compiling libc v0.2.155 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 scopeguard v1.1.0 Compiling bitflags v1.3.2 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 unicode-width v0.1.10 Compiling once_cell v1.15.0 Compiling termcolor v1.1.3 Compiling textwrap v0.16.0 Compiling unicode-segmentation v1.10.0 Compiling strsim v0.10.0 Compiling cassowary v0.3.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 | 17 | impl FileWatcherImpl { | -------------------- method in this implementation ... 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` profile [unoptimized + debuginfo] target(s) in 44.28s Running unittests src/main.rs (target/debug/deps/desed-b565de1ea87d3bf7) 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-riscv64.so.1 so:libgcc_s.so.1 >>> desed*: Package size: 732.0 KB >>> desed*: Compressing data... >>> desed*: Create checksum... >>> desed*: Create desed-1.2.1-r1.apk >>> desed: Build complete at Sun, 14 Jul 2024 05:43:30 +0000 elapsed time 0h 3m 30s >>> desed: Cleaning up srcdir >>> desed: Cleaning up pkgdir >>> desed: Uninstalling dependencies... (1/10) Purging .makedepends-desed (20240714.054004) (2/10) Purging sed (4.9-r2) Executing sed-4.9-r2.post-deinstall (3/10) Purging cargo-auditable (0.6.2-r0) (4/10) Purging cargo (1.79.0-r1) (5/10) Purging rust (1.79.0-r1) (6/10) Purging llvm18-libs (18.1.8-r0) (7/10) Purging scudo-malloc (18.1.8-r0) (8/10) Purging libffi (3.4.6-r0) (9/10) Purging libxml2 (2.12.8-r0) (10/10) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 227 MiB in 101 packages >>> desed: Updating the testing/riscv64 repository index... >>> desed: Signing the index...