>>> keyd: Building community/keyd 1.3.0-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 02:13:15 +0000 >>> keyd: Checking sanity of /home/buildozer/aports/community/keyd/APKBUILD... >>> keyd: Analyzing dependencies... >>> keyd: Installing for build: build-base eudev-dev linux-headers (1/11) Installing udev-init-scripts (35-r0) Executing udev-init-scripts-35-r0.post-install (2/11) Installing eudev-libs (3.2.11-r0) (3/11) Installing libblkid (2.38-r0) (4/11) Installing xz-libs (5.2.5-r1) (5/11) Installing kmod-libs (29-r2) (6/11) Installing eudev (3.2.11-r0) (7/11) Installing eudev-dev (3.2.11-r0) (8/11) Installing linux-headers (5.16.7-r1) (9/11) Installing .makedepends-keyd (20220414.021318) (10/11) Installing udev-init-scripts-openrc (35-r0) (11/11) Installing eudev-openrc (3.2.11-r0) Executing busybox-1.35.0-r8.trigger Executing eudev-3.2.11-r0.trigger OK: 306 MiB in 99 packages >>> keyd: Cleaning up srcdir >>> keyd: Cleaning up pkgdir >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-1.3.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> keyd: Fetching https://github.com/rvaiya/keyd/archive/v1.3.0/keyd-1.3.0.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 129 100 129 0 0 547 0 --:--:-- --:--:-- --:--:-- 548 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30789 0 30789 0 0 63548 0 --:--:-- --:--:-- --:--:-- 233k >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-fix-overload-bug.patch % 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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> keyd: Fetching keyd-fix-overload-bug.patch::https://github.com/rvaiya/keyd/commit/ec423d0c01ca47fd80f07c26c414b7e7e1ae5f88.patch % 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 1706 100 1706 0 0 6356 0 --:--:-- --:--:-- --:--:-- 6365 >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-1.3.0.tar.gz >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-fix-overload-bug.patch >>> keyd: Checking sha512sums... keyd-1.3.0.tar.gz: OK keyd-fix-overload-bug.patch: OK ungit.patch: OK obey-build-flags.patch: OK musl-time64.patch: OK keyd.initd: OK >>> keyd: Unpacking /var/cache/distfiles/v3.16/keyd-1.3.0.tar.gz... >>> keyd: keyd-fix-overload-bug.patch patching file Makefile patching file src/main.c >>> keyd: ungit.patch patching file Makefile patching file src/main.c Hunk #1 succeeded at 1128 (offset 4 lines). Hunk #2 succeeded at 1169 (offset 4 lines). >>> keyd: obey-build-flags.patch patching file Makefile Hunk #1 succeeded at 9 with fuzz 2. >>> keyd: musl-time64.patch patching file src/main.c Hunk #1 succeeded at 298 (offset 78 lines). Hunk #2 succeeded at 323 with fuzz 2 (offset 81 lines). mkdir -p bin gcc -Os -fomit-frame-pointer -DVERSION=\"1.3.1\" -DCONFIG_DIR=\""/etc/keyd"\" -DLOG_FILE=\""/var/log/keyd.log"\" -DLOCK_FILE=\""/var/lock/keyd.lock"\" -I/usr/local/include -L/usr/local/lib -Wall -Wextra -pedantic src/*.c -o bin/keyd -ludev src/config.c:62:20: warning: 'modseq_to_string' defined but not used [-Wunused-function] 62 | static const char *modseq_to_string(uint16_t mods) | ^~~~~~~~~~~~~~~~ src/main.c: In function 'process_key_event': src/main.c:464:39: warning: variable 'lastd' set but not used [-Wunused-but-set-variable] 464 | static struct key_descriptor *lastd = NULL; | ^~~~~ src/main.c: In function 'monitor_exit': src/main.c:831:30: warning: unused parameter 'status' [-Wunused-parameter] 831 | static void monitor_exit(int status) | ~~~~^~~~~~ >>> keyd: Entering fakeroot... mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/etc/keyd mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/lib/systemd/system mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/bin mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/share/man/man1 install -m644 keyd.service /home/buildozer/aports/community/keyd/pkg/keyd/usr/lib/systemd/system install -m755 bin/keyd /home/buildozer/aports/community/keyd/pkg/keyd/usr/bin install -m644 keyd.1.gz /home/buildozer/aports/community/keyd/pkg/keyd/usr/share/man/man1 >>> keyd-doc*: Running split function doc... >>> keyd-doc*: Preparing subpackage keyd-doc... >>> keyd-doc*: Running postcheck for keyd-doc >>> keyd-openrc*: Running split function openrc... >>> keyd-openrc*: Preparing subpackage keyd-openrc... >>> keyd-openrc*: Running postcheck for keyd-openrc >>> keyd*: Running postcheck for keyd >>> keyd*: Preparing package keyd... >>> keyd*: Stripping binaries >>> keyd-doc*: Scanning shared objects >>> keyd-openrc*: Scanning shared objects >>> keyd*: Scanning shared objects >>> keyd-doc*: Tracing dependencies... >>> keyd-doc*: Package size: 24.0 KB >>> keyd-doc*: Compressing data... >>> keyd-doc*: Create checksum... >>> keyd-doc*: Create keyd-doc-1.3.0-r0.apk >>> keyd-openrc*: Tracing dependencies... >>> keyd-openrc*: Package size: 16.0 KB >>> keyd-openrc*: Compressing data... >>> keyd-openrc*: Create checksum... >>> keyd-openrc*: Create keyd-openrc-1.3.0-r0.apk >>> keyd*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libudev.so.1 >>> keyd*: Package size: 92.0 KB >>> keyd*: Compressing data... >>> keyd*: Create checksum... >>> keyd*: Create keyd-1.3.0-r0.apk >>> keyd: Build complete at Thu, 14 Apr 2022 02:13:21 +0000 elapsed time 0h 0m 6s >>> keyd: Cleaning up srcdir >>> keyd: Cleaning up pkgdir >>> keyd: Uninstalling dependencies... (1/11) Purging .makedepends-keyd (20220414.021318) (2/11) Purging eudev-dev (3.2.11-r0) (3/11) Purging eudev-openrc (3.2.11-r0) (4/11) Purging eudev (3.2.11-r0) (5/11) Purging udev-init-scripts-openrc (35-r0) (6/11) Purging udev-init-scripts (35-r0) (7/11) Purging eudev-libs (3.2.11-r0) (8/11) Purging linux-headers (5.16.7-r1) (9/11) Purging libblkid (2.38-r0) (10/11) Purging kmod-libs (29-r2) (11/11) Purging xz-libs (5.2.5-r1) Executing busybox-1.35.0-r8.trigger OK: 297 MiB in 88 packages >>> keyd: Updating the community/armhf repository index... >>> keyd: Signing the index...