>>> peanutbutter: Building community/peanutbutter 0.2-r0 (using abuild 3.12.0-r3) started Thu, 22 Feb 2024 09:44:07 +0000 >>> peanutbutter: Checking sanity of /home/buildozer/aports/community/peanutbutter/APKBUILD... >>> peanutbutter: Analyzing dependencies... >>> peanutbutter: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.4.5-r0) (2/8) Installing libxml2 (2.12.5-r0) (3/8) Installing llvm17-libs (17.0.6-r0) (4/8) Installing scudo-malloc (17.0.6-r0) (5/8) Installing rust (1.76.0-r0) (6/8) Installing cargo (1.76.0-r0) (7/8) Installing cargo-auditable (0.6.1-r3) (8/8) Installing .makedepends-peanutbutter (20240222.094408) Executing busybox-1.36.1-r19.trigger OK: 1100 MiB in 120 packages >>> peanutbutter: Cleaning up srcdir >>> peanutbutter: Cleaning up pkgdir >>> peanutbutter: Cleaning up tmpdir >>> peanutbutter: Fetching https://distfiles.alpinelinux.org/distfiles/edge/peanutbutter-0.2.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 100 21360 100 21360 0 0 141k 0 --:--:-- --:--:-- --:--:-- 141k >>> peanutbutter: Fetching https://distfiles.alpinelinux.org/distfiles/edge/peanutbutter-0.2.tar.gz >>> peanutbutter: Checking sha512sums... peanutbutter-0.2.tar.gz: OK >>> peanutbutter: Unpacking /var/cache/distfiles/edge/peanutbutter-0.2.tar.gz... Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling memchr v2.5.0 Compiling libc v0.2.151 Compiling proc-macro2 v1.0.66 Compiling pkg-config v0.3.27 Compiling unicode-ident v1.0.11 Compiling cc v1.0.79 Compiling bitflags v2.4.1 Compiling static_assertions v1.1.0 Compiling log v0.4.19 Compiling bitflags v1.3.2 Compiling downcast-rs v1.2.0 Compiling smallvec v1.11.0 Compiling rustix v0.38.28 Compiling scoped-tls v1.0.1 Compiling linux-raw-sys v0.4.12 Compiling fastrand v2.0.1 Compiling libloading v0.8.0 Compiling dlib v0.5.2 Compiling memoffset v0.7.1 Compiling wayland-sys v0.31.1 Compiling quick-xml v0.30.0 Compiling quote v1.0.31 Compiling wayland-backend v0.3.2 Compiling wayland-scanner v0.31.0 Compiling nix v0.26.2 Compiling tempfile v3.9.0 Compiling wayland-client v0.31.1 Compiling wayland-protocols v0.31.0 Compiling peanutbutter v0.2.0 (/home/buildozer/aports/community/peanutbutter/src/peanutbutter-0.2) warning: unused imports: `ZxdgOutputV1`, `zxdg_output_manager_v1::ZxdgOutputManagerV1` --> src/wayland_protocol.rs:15:126 | 15 | ...dg::xdg_output::zv1::client::{zxdg_output_manager_v1::ZxdgOutputManagerV1, zxdg_output_v1::{ZxdgOutputV1, self}}}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused variable: `touch` --> src/wayland_protocol.rs:193:9 | 193 | touch: &wl_touch::WlTouch, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_touch` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `qh` --> src/wayland_protocol.rs:197:9 | 197 | qh: &QueueHandle, | ^^ help: if this is intentional, prefix it with an underscore: `_qh` warning: unused variable: `width` --> src/wayland_protocol.rs:224:17 | 224 | width, | ^^^^^ help: try ignoring the field: `width: _` warning: unused variable: `height` --> src/wayland_protocol.rs:225:17 | 225 | height, | ^^^^^^ help: try ignoring the field: `height: _` warning: unused variable: `qh` --> src/wayland_protocol.rs:219:9 | 219 | qh: &QueueHandle, | ^^ help: if this is intentional, prefix it with an underscore: `_qh` warning: unused variable: `lock_surface` --> src/wayland_protocol.rs:247:21 | 247 | let lock_surface = state.lock.as_ref().unwrap().get_lock_surface( | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lock_surface` warning: unused variable: `compositor` --> src/wayland_protocol.rs:238:9 | 238 | compositor: &ext_session_lock_v1::ExtSessionLockV1, | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_compositor` warning: unused variable: `output` --> src/wayland_protocol.rs:321:9 | 321 | let output = state.zxdg_manager.as_ref().unwrap().get_xdg_output(state.output.as_ref().unwrap(), &state.queue_handle, ()); // launch ... | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` warning: unused variable: `state` --> src/wayland_protocol.rs:362:9 | 362 | state: &mut Self, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` warning: unused variable: `event` --> src/wayland_protocol.rs:364:9 | 364 | event: xdg_toplevel::Event, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` warning: unused variable: `zxdg_output` --> src/wayland_protocol.rs:379:9 | 379 | zxdg_output: &zxdg_output_v1::ZxdgOutputV1, | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_zxdg_output` warning: field `xdg_surface` is never read --> src/wayland_protocol.rs:53:5 | 37 | pub struct State { | ----- field in this struct ... 53 | xdg_surface: Option<(xdg_surface::XdgSurface, xdg_toplevel::XdgToplevel)>, | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `print` is never used --> src/touch_pass.rs:72:12 | 38 | impl TouchState { | --------------- method in this implementation ... 72 | pub fn print(&self) { | ^^^^^ warning: `peanutbutter` (bin "peanutbutter") generated 14 warnings (run `cargo fix --bin "peanutbutter"` to apply 12 suggestions) Finished release [optimized] target(s) in 41.39s >>> peanutbutter: Entering fakeroot... >>> peanutbutter*: Running postcheck for peanutbutter >>> peanutbutter*: Preparing package peanutbutter... >>> peanutbutter*: Stripping binaries >>> peanutbutter*: Scanning shared objects >>> peanutbutter*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> peanutbutter*: Package size: 432.0 KB >>> peanutbutter*: Compressing data... >>> peanutbutter*: Create checksum... >>> peanutbutter*: Create peanutbutter-0.2-r0.apk >>> peanutbutter: Build complete at Thu, 22 Feb 2024 09:44:58 +0000 elapsed time 0h 0m 51s >>> peanutbutter: Cleaning up srcdir >>> peanutbutter: Cleaning up pkgdir >>> peanutbutter: Uninstalling dependencies... (1/8) Purging .makedepends-peanutbutter (20240222.094408) (2/8) Purging cargo (1.76.0-r0) (3/8) Purging rust (1.76.0-r0) (4/8) Purging cargo-auditable (0.6.1-r3) (5/8) Purging llvm17-libs (17.0.6-r0) (6/8) Purging scudo-malloc (17.0.6-r0) (7/8) Purging libffi (3.4.5-r0) (8/8) Purging libxml2 (2.12.5-r0) Executing busybox-1.36.1-r19.trigger OK: 380 MiB in 112 packages >>> peanutbutter: Updating the community/x86 repository index... >>> peanutbutter: Signing the index...