>>> lua-evdev: Building main/lua-evdev 2.2.1-r3 (using abuild 3.17.0_rc1-r1) started Fri, 17 Apr 2026 14:31:40 +0000 >>> lua-evdev: Validating /home/buildozer/aports/main/lua-evdev/APKBUILD... >>> lua-evdev: Analyzing dependencies... >>> lua-evdev: Installing for build: build-base linux-headers lua5.1-dev lua5.2-dev lua5.3-dev ( 1/12) Installing linux-headers (7.0.0-r0) ( 2/12) Installing lua5.1-libs (5.1.5-r13) ( 3/12) Installing lua5.1 (5.1.5-r13) ( 4/12) Installing lua5.1-dev (5.1.5-r13) ( 5/12) Installing lua5.2-libs (5.2.4-r13) ( 6/12) Installing lua5.2 (5.2.4-r13) ( 7/12) Installing lua5.2-dev (5.2.4-r13) ( 8/12) Installing linenoise (1.0-r5) ( 9/12) Installing lua5.3-libs (5.3.6-r6) (10/12) Installing lua5.3 (5.3.6-r6) (11/12) Installing lua5.3-dev (5.3.6-r6) (12/12) Installing .makedepends-lua-evdev (20260417.143143) Executing busybox-1.37.0-r31.trigger OK: 434.6 MiB in 111 packages >>> lua-evdev: Cleaning up srcdir >>> lua-evdev: Cleaning up pkgdir >>> lua-evdev: Cleaning up tmpdir >>> lua-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/lua-evdev-2.2.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> lua-evdev: Fetching lua-evdev-2.2.1.tar.gz::https://github.com/Tangent128/lua-evdev/archive/evdev-2.2.1.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.24/lua-evdev-2.2.1.tar.gz.part' lua-evdev-2.2.1.tar. 100% |********************************| 18866 0:00:00 ETA '/var/cache/distfiles/v3.24/lua-evdev-2.2.1.tar.gz.part' saved /var/cache/distfiles/v3.24/lua-evdev-2.2.1.tar.gz: OK /home/buildozer/aports/main/lua-evdev/time64.patch: OK >>> lua-evdev: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/lua-evdev-2.2.1.tar.gz /var/cache/distfiles/v3.24/lua-evdev-2.2.1.tar.gz: OK /home/buildozer/aports/main/lua-evdev/time64.patch: OK >>> lua-evdev: Unpacking /var/cache/distfiles/v3.24/lua-evdev-2.2.1.tar.gz... >>> lua-evdev: time64.patch patching file evdev/core.c >>> lua-evdev: Building for Lua 5.1... gcc -shared -fPIC -Wall -Wextra -pedantic -std=c99 -Os -fstack-clash-protection -Wformat -Werror=format-security -D _GNU_SOURCE -I ./compat53 -include compat-5.3.h -o evdev/core.so ./evdev/core.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs In file included from ./evdev/core.c:34: In function 'write', inlined from 'uinput_init' at ./evdev/core.c:257:2: /usr/include/fortify/unistd.h:168:16: warning: '__orig_write' reading 1116 bytes from a region of size 80 [-Wstringop-overread] 168 | return __orig_write(__f, __s, __n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./evdev/core.c:38: /usr/include/linux/uinput.h: In function 'uinput_init': /usr/include/linux/uinput.h:224:14: note: source object 'name' of size 80 224 | char name[UINPUT_MAX_NAME_SIZE]; | ^~~~ In file included from /usr/include/fortify/strings.h:23, from /usr/include/string.h:59, from /usr/include/fortify/string.h:23, from ./compat53/compat-5.3.h:6, from : /usr/include/fortify/unistd.h:161:1: note: in a call to function '__orig_write' declared with attribute 'access (read_only, 2, 3)' 161 | _FORTIFY_FN(write) ssize_t write(int __f, const void * _FORTIFY_POS0 __s, | ^~~~~~~~~~~ >>> lua-evdev: Building for Lua 5.2... gcc -shared -fPIC -Wall -Wextra -pedantic -std=c99 -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.2 -D _GNU_SOURCE -I ./compat53 -include compat-5.3.h -o evdev/core.so ./evdev/core.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs In file included from ./evdev/core.c:34: In function 'write', inlined from 'uinput_init' at ./evdev/core.c:257:2: /usr/include/fortify/unistd.h:168:16: warning: '__orig_write' reading 1116 bytes from a region of size 80 [-Wstringop-overread] 168 | return __orig_write(__f, __s, __n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./evdev/core.c:38: /usr/include/linux/uinput.h: In function 'uinput_init': /usr/include/linux/uinput.h:224:14: note: source object 'name' of size 80 224 | char name[UINPUT_MAX_NAME_SIZE]; | ^~~~ In file included from /usr/include/fortify/strings.h:23, from /usr/include/string.h:59, from /usr/include/fortify/string.h:23, from ./compat53/compat-5.3.h:6, from : /usr/include/fortify/unistd.h:161:1: note: in a call to function '__orig_write' declared with attribute 'access (read_only, 2, 3)' 161 | _FORTIFY_FN(write) ssize_t write(int __f, const void * _FORTIFY_POS0 __s, | ^~~~~~~~~~~ >>> lua-evdev: Building for Lua 5.3... gcc -shared -fPIC -Wall -Wextra -pedantic -std=c99 -Os -fstack-clash-protection -Wformat -Werror=format-security -I/usr/include/lua5.3 -D _GNU_SOURCE -I ./compat53 -include compat-5.3.h -o evdev/core.so ./evdev/core.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs In file included from ./evdev/core.c:34: In function 'write', inlined from 'uinput_init' at ./evdev/core.c:257:2: /usr/include/fortify/unistd.h:168:16: warning: '__orig_write' reading 1116 bytes from a region of size 80 [-Wstringop-overread] 168 | return __orig_write(__f, __s, __n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./evdev/core.c:38: /usr/include/linux/uinput.h: In function 'uinput_init': /usr/include/linux/uinput.h:224:14: note: source object 'name' of size 80 224 | char name[UINPUT_MAX_NAME_SIZE]; | ^~~~ In file included from /usr/include/fortify/strings.h:23, from /usr/include/string.h:59, from /usr/include/fortify/string.h:23, from ./compat53/compat-5.3.h:6, from : /usr/include/fortify/unistd.h:161:1: note: in a call to function '__orig_write' declared with attribute 'access (read_only, 2, 3)' 161 | _FORTIFY_FN(write) ssize_t write(int __f, const void * _FORTIFY_POS0 __s, | ^~~~~~~~~~~ >>> lua-evdev: Entering fakeroot... >>> lua5.1-evdev*: Running split function _package... >>> lua5.1-evdev*: Preparing subpackage lua5.1-evdev... >>> lua5.1-evdev*: Stripping binaries Please specify at least one package name on the command line. >>> lua5.1-evdev*: Running postcheck for lua5.1-evdev >>> lua5.2-evdev*: Running split function _package... >>> lua5.2-evdev*: Preparing subpackage lua5.2-evdev... >>> lua5.2-evdev*: Stripping binaries Please specify at least one package name on the command line. >>> lua5.2-evdev*: Running postcheck for lua5.2-evdev >>> lua5.3-evdev*: Running split function _package... >>> lua5.3-evdev*: Preparing subpackage lua5.3-evdev... >>> lua5.3-evdev*: Stripping binaries Please specify at least one package name on the command line. >>> lua5.3-evdev*: Running postcheck for lua5.3-evdev >>> lua-evdev*: Running postcheck for lua-evdev >>> lua-evdev*: Preparing package lua-evdev... >>> lua-evdev*: Stripping binaries Please specify at least one package name on the command line. >>> WARNING: lua-evdev*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-evdev*: Scanning shared objects >>> lua5.1-evdev*: Scanning shared objects >>> lua5.2-evdev*: Scanning shared objects >>> lua5.3-evdev*: Scanning shared objects >>> lua-evdev*: Tracing dependencies... >>> lua-evdev*: Package size: 0.0 >>> lua-evdev*: Compressing data... >>> lua-evdev*: Create checksum... >>> lua-evdev*: Create lua-evdev-2.2.1-r3.apk >>> lua5.1-evdev*: Tracing dependencies... lua5.1 so:libc.musl-x86.so.1 >>> lua5.1-evdev*: Package size: 26.5 KB >>> lua5.1-evdev*: Compressing data... >>> lua5.1-evdev*: Create checksum... >>> lua5.1-evdev*: Create lua5.1-evdev-2.2.1-r3.apk >>> lua5.2-evdev*: Tracing dependencies... lua5.2 so:libc.musl-x86.so.1 >>> lua5.2-evdev*: Package size: 26.5 KB >>> lua5.2-evdev*: Compressing data... >>> lua5.2-evdev*: Create checksum... >>> lua5.2-evdev*: Create lua5.2-evdev-2.2.1-r3.apk >>> lua5.3-evdev*: Tracing dependencies... lua5.3 so:libc.musl-x86.so.1 >>> lua5.3-evdev*: Package size: 26.5 KB >>> lua5.3-evdev*: Compressing data... >>> lua5.3-evdev*: Create checksum... >>> lua5.3-evdev*: Create lua5.3-evdev-2.2.1-r3.apk >>> lua-evdev: Build complete at Fri, 17 Apr 2026 14:31:45 +0000 elapsed time 0h 0m 5s >>> lua-evdev: Cleaning up srcdir >>> lua-evdev: Cleaning up pkgdir >>> lua-evdev: Uninstalling dependencies... ( 1/12) Purging .makedepends-lua-evdev (20260417.143143) ( 2/12) Purging linux-headers (7.0.0-r0) ( 3/12) Purging lua5.1-dev (5.1.5-r13) ( 4/12) Purging lua5.1 (5.1.5-r13) ( 5/12) Purging lua5.1-libs (5.1.5-r13) ( 6/12) Purging lua5.2-dev (5.2.4-r13) ( 7/12) Purging lua5.2 (5.2.4-r13) ( 8/12) Purging lua5.2-libs (5.2.4-r13) ( 9/12) Purging lua5.3-dev (5.3.6-r6) (10/12) Purging lua5.3 (5.3.6-r6) (11/12) Purging lua5.3-libs (5.3.6-r6) (12/12) Purging linenoise (1.0-r5) Executing busybox-1.37.0-r31.trigger OK: 424.5 MiB in 99 packages >>> lua-evdev: Updating the main/x86 repository index... >>> lua-evdev: Signing the index...