>>> batmon: Building testing/batmon 0.0.1-r0 (using abuild 3.13.0-r3) started Tue, 18 Jun 2024 22:23:47 +0000 >>> batmon: Checking sanity of /home/buildozer/aports/testing/batmon/APKBUILD... >>> batmon: Analyzing dependencies... >>> batmon: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.4.6-r0) (2/8) Installing libxml2 (2.12.7-r0) (3/8) Installing llvm17-libs (17.0.6-r2) (4/8) Installing scudo-malloc (17.0.6-r0) (5/8) Installing rust (1.79.0-r0) (6/8) Installing cargo (1.79.0-r0) (7/8) Installing cargo-auditable (0.6.2-r0) (8/8) Installing .makedepends-batmon (20240618.222349) Executing busybox-1.36.1-r31.trigger OK: 724 MiB in 121 packages >>> batmon: Cleaning up srcdir >>> batmon: Cleaning up pkgdir >>> batmon: Cleaning up tmpdir >>> batmon: Fetching https://distfiles.alpinelinux.org/distfiles/edge/batmon-0.0.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 >>> batmon: Fetching batmon-0.0.1.tar.gz::https://github.com/6543/batmon/archive/refs/tags/v0.0.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 100 13164 0 13164 0 0 25514 0 --:--:-- --:--:-- --:--:-- 25514 100 737k 0 737k 0 0 1209k 0 --:--:-- --:--:-- --:--:-- 7789k >>> batmon: Fetching https://distfiles.alpinelinux.org/distfiles/edge/batmon-0.0.1.tar.gz >>> batmon: Checking sha512sums... batmon-0.0.1.tar.gz: OK >>> batmon: Unpacking /var/cache/distfiles/edge/batmon-0.0.1.tar.gz... Updating crates.io index Downloading crates ... Downloaded mio v0.6.23 Downloaded iovec v0.1.4 Downloaded signal-hook v0.1.17 Downloaded net2 v0.2.39 Downloaded unicode-xid v0.1.0 Downloaded stderrlog v0.6.0 Downloaded starship-battery v0.8.3 Downloaded proc-macro2 v0.4.30 Downloaded uom v0.36.0 Downloaded crossterm v0.24.0 Downloaded crossterm v0.14.2 Downloaded parking_lot_core v0.7.3 Downloaded itertools v0.8.2 Downloaded structopt-derive v0.2.18 Downloaded quote v0.6.13 Downloaded syn v0.15.44 Downloaded structopt v0.2.18 Downloaded tui v0.8.0 Compiling autocfg v1.3.0 Compiling libc v0.2.154 Compiling log v0.4.21 Compiling scopeguard v1.2.0 Compiling smallvec v1.13.2 Compiling cfg-if v0.1.10 Compiling proc-macro2 v0.4.30 Compiling cfg-if v1.0.0 Compiling unicode-xid v0.1.0 Compiling bitflags v1.3.2 Compiling typenum v1.17.0 Compiling unicode-width v0.1.12 Compiling parking_lot_core v0.9.10 Compiling signal-hook v0.3.17 Compiling syn v0.15.44 Compiling either v1.11.0 Compiling unicode-segmentation v1.11.0 Compiling iana-time-zone v0.1.60 Compiling once_cell v1.19.0 Compiling lazy_static v1.4.0 Compiling starship-battery v0.8.3 Compiling quick-error v1.2.3 Compiling lazycell v1.3.0 Compiling termcolor v1.1.3 Compiling cassowary v0.3.0 Compiling lock_api v0.3.4 Compiling textwrap v0.11.0 Compiling humantime v1.3.0 Compiling thread_local v1.1.8 Compiling clap v2.34.0 Compiling itertools v0.8.2 Compiling itertools v0.12.1 Compiling num-traits v0.2.19 Compiling slab v0.4.9 Compiling lock_api v0.4.12 Compiling heck v0.3.3 Compiling quote v0.6.13 Compiling uom v0.36.0 Compiling chrono v0.4.38 Compiling signal-hook-registry v1.4.2 Compiling net2 v0.2.39 Compiling iovec v0.1.4 Compiling parking_lot_core v0.7.3 Compiling mio v0.8.11 Compiling is-terminal v0.4.12 Compiling parking_lot v0.12.2 Compiling parking_lot v0.10.2 Compiling mio v0.6.23 Compiling signal-hook-mio v0.2.3 Compiling crossterm v0.24.0 Compiling structopt-derive v0.2.18 Compiling signal-hook v0.1.17 Compiling crossterm v0.14.2 Compiling stderrlog v0.6.0 Compiling tui v0.8.0 Compiling structopt v0.2.18 Compiling batmon v0.0.1 (/home/buildozer/aports/testing/batmon/src/batmon-0.0.1) warning: unused variable: `stdin` --> src/app/events.rs:33:21 | 33 | let stdin = io::stdin(); | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stdin` | = note: `#[warn(unused_variables)]` on by default warning: fields `input_handle` and `tick_handle` are never read --> src/app/events.rs:21:5 | 19 | pub struct EventHandler { | ------------ fields in this struct 20 | rx: mpsc::Receiver, 21 | input_handle: thread::JoinHandle<()>, | ^^^^^^^^^^^^ 22 | tick_handle: thread::JoinHandle<()>, | ^^^^^^^^^^^ | = note: `EventHandler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: field `config` is never read --> src/app/ui/interface.rs:42:5 | 41 | pub struct Interface { | --------- field in this struct 42 | config: Arc, | ^^^^^^ | = note: `Interface` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis warning: `batmon` (bin "batmon") generated 3 warnings Finished `release` profile [optimized] target(s) in 1m 18s Compiling libc v0.2.154 Compiling autocfg v1.3.0 Compiling log v0.4.21 Compiling scopeguard v1.2.0 Compiling cfg-if v0.1.10 Compiling smallvec v1.13.2 Compiling cfg-if v1.0.0 Compiling proc-macro2 v0.4.30 Compiling unicode-xid v0.1.0 Compiling bitflags v1.3.2 Compiling unicode-width v0.1.12 Compiling parking_lot_core v0.9.10 Compiling signal-hook v0.3.17 Compiling unicode-segmentation v1.11.0 Compiling syn v0.15.44 Compiling typenum v1.17.0 Compiling either v1.11.0 Compiling once_cell v1.19.0 Compiling starship-battery v0.8.3 Compiling lazy_static v1.4.0 Compiling iana-time-zone v0.1.60 Compiling termcolor v1.1.3 Compiling cassowary v0.3.0 Compiling lazycell v1.3.0 Compiling quick-error v1.2.3 Compiling lock_api v0.3.4 Compiling humantime v1.3.0 Compiling textwrap v0.11.0 Compiling thread_local v1.1.8 Compiling clap v2.34.0 Compiling itertools v0.8.2 Compiling itertools v0.12.1 Compiling num-traits v0.2.19 Compiling slab v0.4.9 Compiling lock_api v0.4.12 Compiling heck v0.3.3 Compiling quote v0.6.13 Compiling chrono v0.4.38 Compiling uom v0.36.0 Compiling signal-hook-registry v1.4.2 Compiling net2 v0.2.39 Compiling iovec v0.1.4 Compiling parking_lot_core v0.7.3 Compiling mio v0.8.11 Compiling is-terminal v0.4.12 Compiling parking_lot v0.12.2 Compiling mio v0.6.23 Compiling parking_lot v0.10.2 Compiling signal-hook-mio v0.2.3 Compiling crossterm v0.24.0 Compiling signal-hook v0.1.17 Compiling crossterm v0.14.2 Compiling stderrlog v0.6.0 Compiling structopt-derive v0.2.18 Compiling tui v0.8.0 Compiling structopt v0.2.18 Compiling batmon v0.0.1 (/home/buildozer/aports/testing/batmon/src/batmon-0.0.1) warning: unused variable: `stdin` --> src/app/events.rs:33:21 | 33 | let stdin = io::stdin(); | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stdin` | = note: `#[warn(unused_variables)]` on by default warning: fields `input_handle` and `tick_handle` are never read --> src/app/events.rs:21:5 | 19 | pub struct EventHandler { | ------------ fields in this struct 20 | rx: mpsc::Receiver, 21 | input_handle: thread::JoinHandle<()>, | ^^^^^^^^^^^^ 22 | tick_handle: thread::JoinHandle<()>, | ^^^^^^^^^^^ | = note: `EventHandler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: field `config` is never read --> src/app/ui/interface.rs:42:5 | 41 | pub struct Interface { | --------- field in this struct 42 | config: Arc, | ^^^^^^ | = note: `Interface` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis warning: `batmon` (bin "batmon" test) generated 3 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 46.47s Running unittests src/main.rs (target/debug/deps/batmon-c612de51aa44be2a) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> batmon: Entering fakeroot... >>> batmon*: Running postcheck for batmon >>> batmon*: Preparing package batmon... >>> batmon*: Stripping binaries >>> batmon*: Scanning shared objects >>> batmon*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> batmon*: Package size: 844.0 KB >>> batmon*: Compressing data... >>> batmon*: Create checksum... >>> batmon*: Create batmon-0.0.1-r0.apk >>> batmon: Build complete at Tue, 18 Jun 2024 22:25:59 +0000 elapsed time 0h 2m 12s >>> batmon: Cleaning up srcdir >>> batmon: Cleaning up pkgdir >>> batmon: Uninstalling dependencies... (1/8) Purging .makedepends-batmon (20240618.222349) (2/8) Purging cargo-auditable (0.6.2-r0) (3/8) Purging cargo (1.79.0-r0) (4/8) Purging rust (1.79.0-r0) (5/8) Purging llvm17-libs (17.0.6-r2) (6/8) Purging scudo-malloc (17.0.6-r0) (7/8) Purging libffi (3.4.6-r0) (8/8) Purging libxml2 (2.12.7-r0) Executing busybox-1.36.1-r31.trigger OK: 380 MiB in 113 packages >>> batmon: Updating the testing/x86 repository index... >>> batmon: Signing the index...