>>> lua-cqueues-pushy: Building community/lua-cqueues-pushy 0.20180530-r1 (using abuild 3.8.0_rc3-r2) started Sat, 29 May 2021 14:02:34 +0000 >>> lua-cqueues-pushy: Checking sanity of /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.3-dev lua5.4-dev (1/11) Installing linux-headers (5.10.27-r0) (2/11) Installing lua5.2-dev (5.2.4-r7) (3/11) Installing linenoise (1.0-r1) (4/11) Installing lua5.3-libs (5.3.6-r0) (5/11) Installing lua5.3 (5.3.6-r0) (6/11) Installing lua5.3-dev (5.3.6-r0) (7/11) Installing lua5.4-libs (5.4.3-r0) (8/11) Installing readline (8.1.0-r0) (9/11) Installing lua5.4 (5.4.3-r0) (10/11) Installing lua5.4-dev (5.4.3-r0) (11/11) Installing .makedepends-lua-cqueues-pushy (20210529.140239) Executing busybox-1.33.1-r1.trigger OK: 321 MiB in 100 packages >>> lua-cqueues-pushy: Cleaning up srcdir >>> lua-cqueues-pushy: Cleaning up pkgdir >>> lua-cqueues-pushy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/lua-cqueues-pushy-0.20180530.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 16250 100 16250 0 0 191k 0 --:--:-- --:--:-- --:--:-- 193k >>> lua-cqueues-pushy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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.14/lua-cqueues-pushy-0.20180530.tar.gz... gcc -Os -fomit-frame-pointer -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 -fomit-frame-pointer -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 -fomit-frame-pointer -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 -fomit-frame-pointer -fPIC -I/usr/include/lua5.3 -shared cqp/protocol/i2c.c -o cqp/protocol/i2c.so -L/usr/lib/lua5.3 -llua -lm gcc -Os -fomit-frame-pointer -fPIC -I/usr/include/lua5.4 -shared cqp/protocol/modem.c -o cqp/protocol/modem.so -L/usr/lib/lua5.4 -llua -lm gcc -Os -fomit-frame-pointer -fPIC -I/usr/include/lua5.4 -shared cqp/protocol/i2c.c -o cqp/protocol/i2c.so -L/usr/lib/lua5.4 -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 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.4/$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.4/$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 >>> lua5.4-cqueues-pushy*: Running split function split_5_4... >>> lua5.4-cqueues-pushy*: Preparing subpackage lua5.4-cqueues-pushy... >>> lua5.4-cqueues-pushy*: Stripping binaries >>> lua5.4-cqueues-pushy*: Running postcheck for lua5.4-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 >>> lua5.4-cqueues-pushy*: Scanning shared objects >>> lua-cqueues-pushy*: Tracing dependencies... >>> lua-cqueues-pushy*: Package size: 36.0 KB >>> 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... lua5.2-cqueues>=20150616 lua5.2-struct lua5.2-posix lua5.2-ldbus lua5.2-socket lua5.2-cjson lua5.2-penlight so:libc.musl-x86.so.1 so:liblua-5.2.so.0 >>> lua5.2-cqueues-pushy*: Package size: 168.0 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... lua5.3-cqueues>=20150616 lua5.3-struct lua5.3-posix lua5.3-ldbus lua5.3-socket lua5.3-cjson lua5.3-penlight so:libc.musl-x86.so.1 so:liblua-5.3.so.0 >>> lua5.3-cqueues-pushy*: Package size: 168.0 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 >>> lua5.4-cqueues-pushy*: Tracing dependencies... lua5.4-cqueues>=20150616 lua5.4-struct lua5.4-posix lua5.4-ldbus lua5.4-socket lua5.4-cjson lua5.4-penlight so:libc.musl-x86.so.1 so:liblua-5.4.so.0 >>> lua5.4-cqueues-pushy*: Package size: 168.0 KB >>> lua5.4-cqueues-pushy*: Compressing data... >>> lua5.4-cqueues-pushy*: Create checksum... >>> lua5.4-cqueues-pushy*: Create lua5.4-cqueues-pushy-0.20180530-r1.apk >>> lua-cqueues-pushy: Build complete at Sat, 29 May 2021 14:02:41 +0000 elapsed time 0h 0m 7s >>> lua-cqueues-pushy: Cleaning up srcdir >>> lua-cqueues-pushy: Cleaning up pkgdir >>> lua-cqueues-pushy: Uninstalling dependencies... (1/11) Purging .makedepends-lua-cqueues-pushy (20210529.140239) (2/11) Purging linux-headers (5.10.27-r0) (3/11) Purging lua5.2-dev (5.2.4-r7) (4/11) Purging lua5.3-dev (5.3.6-r0) (5/11) Purging lua5.3 (5.3.6-r0) (6/11) Purging lua5.3-libs (5.3.6-r0) (7/11) Purging lua5.4-dev (5.4.3-r0) (8/11) Purging lua5.4 (5.4.3-r0) (9/11) Purging lua5.4-libs (5.4.3-r0) (10/11) Purging linenoise (1.0-r1) (11/11) Purging readline (8.1.0-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> lua-cqueues-pushy: Updating the community/x86 repository index... >>> lua-cqueues-pushy: Signing the index...