>>> lua-cqueues-pushy: Building community/lua-cqueues-pushy 0.20180530-r1 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 15:02:04 +0000 >>> lua-cqueues-pushy: Validating /home/buildozer/aports/community/lua-cqueues-pushy/APKBUILD... >>> lua-cqueues-pushy: Analyzing dependencies... >>> lua-cqueues-pushy: Installing for build: build-base linux-headers lua5.2-dev lua5.2-cqueues>=20150616 lua5.2-struct lua5.2-posix lua5.2-ldbus lua5.2-socket lua5.2-cjson lua5.2-penlight lua5.3-dev lua5.3-cqueues>=20150616 lua5.3-struct lua5.3-posix lua5.3-ldbus lua5.3-socket lua5.3-cjson lua5.3-penlight (1/29) Installing linux-headers (6.6-r1) (2/29) Installing lua5.2-libs (5.2.4-r13) (3/29) Installing lua5.2 (5.2.4-r13) (4/29) Installing lua5.2-dev (5.2.4-r13) (5/29) Installing lua5.2-cqueues (20200726-r6) (6/29) Installing lua5.2-struct (0.2-r4) (7/29) Installing lua5.2-posix (36.2.1-r0) (8/29) Installing dbus-libs (1.14.10-r4) (9/29) Installing lua5.2-ldbus (20150430-r4) (10/29) Installing lua5.2-socket (3.1.0-r1) (11/29) Installing lua5.2-cjson (2.1.0-r11) (12/29) Installing lua5.2-filesystem (1.8.0-r4) (13/29) Installing lua-filesystem (1.8.0-r4) (14/29) Installing lua-penlight (1.14.0-r0) (15/29) Installing lua5.2-penlight (1.14.0-r0) (16/29) Installing linenoise (1.0-r5) (17/29) Installing lua5.3-libs (5.3.6-r6) (18/29) Installing lua5.3 (5.3.6-r6) (19/29) Installing lua5.3-filesystem (1.8.0-r4) (20/29) Installing lua5.3-dev (5.3.6-r6) (21/29) Installing lua5.3-cqueues (20200726-r6) (22/29) Installing lua5.3-struct (0.2-r4) (23/29) Installing lua5.3-bit32 (5.3.0-r6) (24/29) Installing lua5.3-posix (36.2.1-r0) (25/29) Installing lua5.3-ldbus (20150430-r4) (26/29) Installing lua5.3-socket (3.1.0-r1) (27/29) Installing lua5.3-cjson (2.1.0-r11) (28/29) Installing lua5.3-penlight (1.14.0-r0) (29/29) Installing .makedepends-lua-cqueues-pushy (20241101.150238) Executing busybox-1.37.0-r5.trigger OK: 281 MiB in 130 packages >>> lua-cqueues-pushy: Cleaning up srcdir >>> lua-cqueues-pushy: Cleaning up pkgdir >>> lua-cqueues-pushy: Cleaning up tmpdir >>> lua-cqueues-pushy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/lua-cqueues-pushy-0.20180530.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> lua-cqueues-pushy: Fetching lua-cqueues-pushy-0.20180530.tar.gz::https://github.com/rameplayerorg/lua-cqueues-pushy/archive/5c4dc58a83490e18e977d880ca7cdee5ec5e70e5.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.21/lua-cqueues-pushy-0.20180530.tar.gz.part' lua-cqueues-pushy-0. 100% |********************************| 16250 0:00:00 ETA '/var/cache/distfiles/v3.21/lua-cqueues-pushy-0.20180530.tar.gz.part' saved >>> lua-cqueues-pushy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/lua-cqueues-pushy-0.20180530.tar.gz >>> lua-cqueues-pushy: Checking sha512sums... lua-cqueues-pushy-0.20180530.tar.gz: OK cqpushy.initd: OK >>> lua-cqueues-pushy: Unpacking /var/cache/distfiles/v3.21/lua-cqueues-pushy-0.20180530.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/lua5.2 -shared cqp/protocol/modem.c -o cqp/protocol/modem.so -L/usr/lib/lua5.2 -llua -lm gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/lua5.2 -shared cqp/protocol/i2c.c -o cqp/protocol/i2c.so -L/usr/lib/lua5.2 -llua -lm gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/lua5.3 -shared cqp/protocol/modem.c -o cqp/protocol/modem.so -L/usr/lib/lua5.3 -llua -lm gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/lua5.3 -shared cqp/protocol/i2c.c -o cqp/protocol/i2c.so -L/usr/lib/lua5.3 -llua -lm >>> WARNING: lua-cqueues-pushy: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> lua-cqueues-pushy: Entering fakeroot... for f in cqp/dbus.lua cqp/http.lua cqp/httpd.lua cqp/posixfd.lua cqp/process.lua cqp/push.lua cqp/camera/panasonic_aw.lua cqp/display/lcd-hd44780.lua cqp/input/gpio.lua cqp/input/xkeys.lua cqp/mixer/atem.lua cqp/protocol/crestron.lua; do \ install -D -m644 $f /home/buildozer/aports/community/lua-cqueues-pushy/pkg/lua-cqueues-pushy/usr/share/lua/5.2/$f ; \ done for f in cqp/protocol/modem.so cqp/protocol/i2c.so; do \ install -D -m644 $f /home/buildozer/aports/community/lua-cqueues-pushy/pkg/lua-cqueues-pushy/usr/lib/lua/5.2/$f ; \ done for f in cqp/dbus.lua cqp/http.lua cqp/httpd.lua cqp/posixfd.lua cqp/process.lua cqp/push.lua cqp/camera/panasonic_aw.lua cqp/display/lcd-hd44780.lua cqp/input/gpio.lua cqp/input/xkeys.lua cqp/mixer/atem.lua cqp/protocol/crestron.lua; do \ install -D -m644 $f /home/buildozer/aports/community/lua-cqueues-pushy/pkg/lua-cqueues-pushy/usr/share/lua/5.3/$f ; \ done for f in cqp/protocol/modem.so cqp/protocol/i2c.so; do \ install -D -m644 $f /home/buildozer/aports/community/lua-cqueues-pushy/pkg/lua-cqueues-pushy/usr/lib/lua/5.3/$f ; \ done >>> lua5.2-cqueues-pushy*: Running split function split_5_2... >>> lua5.2-cqueues-pushy*: Preparing subpackage lua5.2-cqueues-pushy... >>> lua5.2-cqueues-pushy*: Stripping binaries >>> lua5.2-cqueues-pushy*: Running postcheck for lua5.2-cqueues-pushy >>> lua5.3-cqueues-pushy*: Running split function split_5_3... >>> lua5.3-cqueues-pushy*: Preparing subpackage lua5.3-cqueues-pushy... >>> lua5.3-cqueues-pushy*: Stripping binaries >>> lua5.3-cqueues-pushy*: Running postcheck for lua5.3-cqueues-pushy >>> lua-cqueues-pushy*: Running postcheck for lua-cqueues-pushy >>> WARNING: lua-cqueues-pushy*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> lua-cqueues-pushy*: Preparing package lua-cqueues-pushy... >>> lua-cqueues-pushy*: Stripping binaries >>> WARNING: lua-cqueues-pushy*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-cqueues-pushy*: Scanning shared objects >>> lua5.2-cqueues-pushy*: Scanning shared objects >>> lua5.3-cqueues-pushy*: Scanning shared objects >>> lua-cqueues-pushy*: Tracing dependencies... >>> lua-cqueues-pushy*: Package size: 189.0 B >>> lua-cqueues-pushy*: Compressing data... >>> lua-cqueues-pushy*: Create checksum... >>> lua-cqueues-pushy*: Create lua-cqueues-pushy-0.20180530-r1.apk >>> lua5.2-cqueues-pushy*: Tracing dependencies... so:libc.musl-armv7.so.1 so:liblua-5.2.so.0 >>> lua5.2-cqueues-pushy*: Package size: 55.6 KB >>> lua5.2-cqueues-pushy*: Compressing data... >>> lua5.2-cqueues-pushy*: Create checksum... >>> lua5.2-cqueues-pushy*: Create lua5.2-cqueues-pushy-0.20180530-r1.apk >>> lua5.3-cqueues-pushy*: Tracing dependencies... so:libc.musl-armv7.so.1 so:liblua-5.3.so.0 >>> lua5.3-cqueues-pushy*: Package size: 55.6 KB >>> lua5.3-cqueues-pushy*: Compressing data... >>> lua5.3-cqueues-pushy*: Create checksum... >>> lua5.3-cqueues-pushy*: Create lua5.3-cqueues-pushy-0.20180530-r1.apk >>> lua-cqueues-pushy: Build complete at Fri, 01 Nov 2024 15:02:39 +0000 elapsed time 0h 0m 35s >>> lua-cqueues-pushy: Cleaning up srcdir >>> lua-cqueues-pushy: Cleaning up pkgdir >>> lua-cqueues-pushy: Uninstalling dependencies... (1/29) Purging .makedepends-lua-cqueues-pushy (20241101.150238) (2/29) Purging linux-headers (6.6-r1) (3/29) Purging lua5.2-dev (5.2.4-r13) (4/29) Purging lua5.2-cqueues (20200726-r6) (5/29) Purging lua5.2-struct (0.2-r4) (6/29) Purging lua5.2-posix (36.2.1-r0) (7/29) Purging lua5.2-ldbus (20150430-r4) (8/29) Purging lua5.2-socket (3.1.0-r1) (9/29) Purging lua5.2-cjson (2.1.0-r11) (10/29) Purging lua5.2-penlight (1.14.0-r0) (11/29) Purging lua5.2-filesystem (1.8.0-r4) (12/29) Purging lua5.3-penlight (1.14.0-r0) (13/29) Purging lua5.3-filesystem (1.8.0-r4) (14/29) Purging lua-penlight (1.14.0-r0) (15/29) Purging lua-filesystem (1.8.0-r4) (16/29) Purging lua5.2 (5.2.4-r13) (17/29) Purging lua5.3-dev (5.3.6-r6) (18/29) Purging lua5.3-cqueues (20200726-r6) (19/29) Purging lua5.3-struct (0.2-r4) (20/29) Purging lua5.3-posix (36.2.1-r0) (21/29) Purging lua5.3-bit32 (5.3.0-r6) (22/29) Purging lua5.3-ldbus (20150430-r4) (23/29) Purging lua5.3-socket (3.1.0-r1) (24/29) Purging lua5.3-cjson (2.1.0-r11) (25/29) Purging lua5.3 (5.3.6-r6) (26/29) Purging dbus-libs (1.14.10-r4) (27/29) Purging linenoise (1.0-r5) (28/29) Purging lua5.2-libs (5.2.4-r13) (29/29) Purging lua5.3-libs (5.3.6-r6) Executing busybox-1.37.0-r5.trigger OK: 271 MiB in 101 packages >>> lua-cqueues-pushy: Updating the community/armv7 repository index... >>> lua-cqueues-pushy: Signing the index...