>>> lua-mpack: Building community/lua-mpack 1.0.9-r0 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 05:01:06 +0000 >>> lua-mpack: Checking sanity of /home/buildozer/aports/community/lua-mpack/APKBUILD... >>> lua-mpack: Analyzing dependencies... >>> lua-mpack: Installing for build: build-base libmpack-dev>=1.0.5 lua5.1-dev lua5.2-dev lua5.3-dev lua-busted lua5.1-busted lua5.2-busted lua5.3-busted (1/46) Installing libmpack (1.0.5-r0) (2/46) Installing libmpack-dev (1.0.5-r0) (3/46) Installing lua5.1-libs (5.1.5-r12) (4/46) Installing lua5.1 (5.1.5-r12) (5/46) Installing lua5.1-dev (5.1.5-r12) (6/46) Installing lua5.2-dev (5.2.4-r12) (7/46) Installing linenoise (1.0-r3) (8/46) Installing lua5.3-libs (5.3.6-r5) (9/46) Installing lua5.3 (5.3.6-r5) (10/46) Installing lua5.3-dev (5.3.6-r5) (11/46) Installing lua-cliargs (3.0_p2-r2) (12/46) Installing lua-filesystem (1.8.0-r3) (13/46) Installing lua5.1-filesystem (1.8.0-r3) (14/46) Installing lua5.3-filesystem (1.8.0-r3) (15/46) Installing lua-system (0.2.1-r2) (16/46) Installing lua5.2-system (0.2.1-r2) (17/46) Installing lua5.3-system (0.2.1-r2) (18/46) Installing lua5.1-system (0.2.1-r2) (19/46) Installing lua-cjson (2.1.0-r11) (20/46) Installing lua5.3-cjson (2.1.0-r11) (21/46) Installing lua5.1-cjson (2.1.0-r11) (22/46) Installing lua-say (1.3-r2) (23/46) Installing lua5.3-say (1.3-r2) (24/46) Installing lua5.1-say (1.3-r2) (25/46) Installing lua5.2-say (1.3-r2) (26/46) Installing lua-luassert (1.8.0-r1) (27/46) Installing lua5.2-luassert (1.8.0-r1) (28/46) Installing lua5.3-luassert (1.8.0-r1) (29/46) Installing lua5.1-luassert (1.8.0-r1) (30/46) Installing lua-term (0.07-r2) (31/46) Installing lua5.1-term (0.07-r2) (32/46) Installing lua5.3-term (0.07-r2) (33/46) Installing lua5.2-term (0.07-r2) (34/46) Installing lua-penlight (1.13.1-r0) (35/46) Installing lua-mediator (1.1.2-r2) (36/46) Installing lua5.3-mediator (1.1.2-r2) (37/46) Installing lua5.2-mediator (1.1.2-r2) (38/46) Installing lua5.1-mediator (1.1.2-r2) (39/46) Installing lua-busted (2.1.1-r1) (40/46) Installing lua5.1-penlight (1.13.1-r0) (41/46) Installing lua5.1-busted (2.1.1-r1) (42/46) Installing lua5.3-penlight (1.13.1-r0) (43/46) Installing lua5.3-busted (2.1.1-r1) (44/46) Installing lua5.2-penlight (1.13.1-r0) (45/46) Installing lua5.2-busted (2.1.1-r1) (46/46) Installing .makedepends-lua-mpack (20230423.050119) Executing busybox-1.36.0-r7.trigger OK: 450 MiB in 144 packages >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/libmpack-lua-1.0.9.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 16087 100 16087 0 0 24563 0 --:--:-- --:--:-- --:--:-- 24597 >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/libmpack-lua-1.0.9.tar.gz >>> lua-mpack: Checking sha512sums... libmpack-lua-1.0.9.tar.gz: OK skip-memleak-test.patch: OK dont-install-busted.patch: OK >>> lua-mpack: Unpacking /var/cache/distfiles/v3.18/libmpack-lua-1.0.9.tar.gz... >>> lua-mpack: skip-memleak-test.patch patching file test.lua >>> lua-mpack: dont-install-busted.patch patching file Makefile Hunk #1 succeeded at 93 (offset 32 lines). >>> lua-mpack: Building for Lua 5.1... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' gcc -shared -Os -Wformat -Werror=format-security -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' >>> lua-mpack: Building for Lua 5.2... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' gcc -shared -Os -Wformat -Werror=format-security -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM -I/usr/include/lua5.2 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' >>> lua-mpack: Building for Lua 5.3... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' gcc -shared -Os -Wformat -Werror=format-security -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM -I/usr/include/lua5.3 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' >>> lua-mpack: Testing on Lua 5.1... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' /usr/bin/busted-5.1 -o gtest test.lua [==========] Running tests from scanned files. [----------] Global test environment setup. [----------] Running tests from test.lua [ RUN ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count [ OK ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count (0.18 ms) [ RUN ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count [ OK ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count (0.20 ms) [ RUN ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count [ OK ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count (0.13 ms) [ RUN ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call [ OK ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call (2.93 ms) [ RUN ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not (0.18 ms) [ RUN ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob [ OK ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob (0.16 ms) [ RUN ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not (0.16 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.19 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (53.30 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.27 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.76 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.19 ms) [ RUN ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking [ OK ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking (0.28 ms) [ RUN ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR [ OK ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR (0.49 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (1.17 ms) [ RUN ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option [ OK ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option (2.62 ms) [ RUN ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not (0.20 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.88 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.07 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.22 ms) [----------] 20 tests from test.lua (96.33 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (96.49 ms total) [ PASSED ] 20 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' >>> lua-mpack: Testing on Lua 5.2... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' /usr/bin/busted-5.2 -o gtest test.lua [==========] Running tests from scanned files. [----------] Global test environment setup. [----------] Running tests from test.lua [ RUN ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count [ OK ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count (0.19 ms) [ RUN ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count [ OK ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count (0.20 ms) [ RUN ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count [ OK ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count (0.13 ms) [ RUN ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call [ OK ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call (2.84 ms) [ RUN ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not (0.18 ms) [ RUN ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob [ OK ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob (0.17 ms) [ RUN ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not (0.17 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.19 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (53.69 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.29 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.80 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.19 ms) [ RUN ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking [ OK ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking (0.29 ms) [ RUN ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR [ OK ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR (0.50 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (1.16 ms) [ RUN ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option [ OK ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option (2.46 ms) [ RUN ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not (0.20 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.69 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.08 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.23 ms) [----------] 20 tests from test.lua (90.93 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (91.10 ms total) [ PASSED ] 20 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' >>> lua-mpack: Testing on Lua 5.3... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' /usr/bin/busted-5.3 -o gtest test.lua [==========] Running tests from scanned files. [----------] Global test environment setup. [----------] Running tests from test.lua [ RUN ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count [ OK ] test.lua @ 54: mpack unpack a msgpack chunk returns object and consumed count (0.17 ms) [ RUN ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count [ OK ] test.lua @ 62: mpack unpack a msgpack chunk with trailing data returns object and consumed count (0.18 ms) [ RUN ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count [ OK ] test.lua @ 70: mpack unpack an incomplete msgpack chunk returns nil and consumed count (0.11 ms) [ RUN ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call [ OK ] test.lua @ 78: mpack unpack msgpack chunk split over multiple calls has the same result as if the complete chunk was passed in a single call (2.58 ms) [ RUN ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 101: mpack unpack when used across coroutine boundaries has the same behavior as when not (0.16 ms) [ RUN ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob [ OK ] test.lua @ 118: mpack pack an object graph returns the corresponding msgpack blob (0.15 ms) [ RUN ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 130: mpack pack when used across coroutine boundaries has the same behavior as when not (0.15 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.17 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (49.30 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.29 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.77 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.18 ms) [ RUN ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking [ OK ] test.lua @ 250: mpack ext packing/unpacking errors on recursive packing or unpacking (0.27 ms) [ RUN ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR [ OK ] test.lua @ 280: mpack is_bin option controls if strings are serialized to BIN or STR (0.47 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (1.11 ms) [ RUN ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option [ OK ] test.lua @ 324: mpack rpc can unpack automatically if an unpacker is passed as option (2.36 ms) [ RUN ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not [ OK ] test.lua @ 378: mpack rpc when used across coroutine boundaries has the same behavior as when not (0.19 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.52 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.07 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.23 ms) [----------] 20 tests from test.lua (139.24 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (139.41 ms total) [ PASSED ] 20 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' >>> lua-mpack: Entering fakeroot... >>> lua5.1-mpack*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' mkdir -p "/home/buildozer/aports/community/lua-mpack/pkg/lua5.1-mpack/usr/lib/lua/5.1" install -Dm755 mpack.so "/home/buildozer/aports/community/lua-mpack/pkg/lua5.1-mpack/usr/lib/lua/5.1/mpack.so" make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.1' >>> lua5.1-mpack*: Preparing subpackage lua5.1-mpack... >>> lua5.1-mpack*: Stripping binaries >>> lua5.1-mpack*: Running postcheck for lua5.1-mpack >>> lua5.2-mpack*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' mkdir -p "/home/buildozer/aports/community/lua-mpack/pkg/lua5.2-mpack/usr/lib/lua/5.2" install -Dm755 mpack.so "/home/buildozer/aports/community/lua-mpack/pkg/lua5.2-mpack/usr/lib/lua/5.2/mpack.so" make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.2' >>> lua5.2-mpack*: Preparing subpackage lua5.2-mpack... >>> lua5.2-mpack*: Stripping binaries >>> lua5.2-mpack*: Running postcheck for lua5.2-mpack >>> lua5.3-mpack*: Running split function _subpackage... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' mkdir -p "/home/buildozer/aports/community/lua-mpack/pkg/lua5.3-mpack/usr/lib/lua/5.3" install -Dm755 mpack.so "/home/buildozer/aports/community/lua-mpack/pkg/lua5.3-mpack/usr/lib/lua/5.3/mpack.so" make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.9-5.3' >>> lua5.3-mpack*: Preparing subpackage lua5.3-mpack... >>> lua5.3-mpack*: Stripping binaries >>> lua5.3-mpack*: Running postcheck for lua5.3-mpack >>> lua-mpack*: Running postcheck for lua-mpack >>> lua-mpack*: Preparing package lua-mpack... >>> lua-mpack*: Stripping binaries >>> WARNING: lua-mpack*: No arch specific binaries found so arch should probably be set to "noarch" >>> lua-mpack*: Scanning shared objects >>> lua5.1-mpack*: Scanning shared objects >>> lua5.2-mpack*: Scanning shared objects >>> lua5.3-mpack*: Scanning shared objects >>> lua-mpack*: Tracing dependencies... >>> lua-mpack*: Package size: 4.0 KB >>> lua-mpack*: Compressing data... >>> lua-mpack*: Create checksum... >>> lua-mpack*: Create lua-mpack-1.0.9-r0.apk >>> lua5.1-mpack*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libmpack.so.0 >>> lua5.1-mpack*: Package size: 108.0 KB >>> lua5.1-mpack*: Compressing data... >>> lua5.1-mpack*: Create checksum... >>> lua5.1-mpack*: Create lua5.1-mpack-1.0.9-r0.apk >>> lua5.2-mpack*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libmpack.so.0 >>> lua5.2-mpack*: Package size: 108.0 KB >>> lua5.2-mpack*: Compressing data... >>> lua5.2-mpack*: Create checksum... >>> lua5.2-mpack*: Create lua5.2-mpack-1.0.9-r0.apk >>> lua5.3-mpack*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libmpack.so.0 >>> lua5.3-mpack*: Package size: 108.0 KB >>> lua5.3-mpack*: Compressing data... >>> lua5.3-mpack*: Create checksum... >>> lua5.3-mpack*: Create lua5.3-mpack-1.0.9-r0.apk >>> lua-mpack: Build complete at Sun, 23 Apr 2023 05:01:22 +0000 elapsed time 0h 0m 16s >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Uninstalling dependencies... (1/46) Purging .makedepends-lua-mpack (20230423.050119) (2/46) Purging libmpack-dev (1.0.5-r0) (3/46) Purging libmpack (1.0.5-r0) (4/46) Purging lua5.1-dev (5.1.5-r12) (5/46) Purging lua5.2-dev (5.2.4-r12) (6/46) Purging lua5.3-dev (5.3.6-r5) (7/46) Purging lua-busted (2.1.1-r1) (8/46) Purging lua-system (0.2.1-r2) (9/46) Purging lua-cjson (2.1.0-r11) (10/46) Purging lua-say (1.3-r2) (11/46) Purging lua-luassert (1.8.0-r1) (12/46) Purging lua-term (0.07-r2) (13/46) Purging lua-mediator (1.1.2-r2) (14/46) Purging lua5.1-busted (2.1.1-r1) (15/46) Purging lua5.1-system (0.2.1-r2) (16/46) Purging lua5.1-cjson (2.1.0-r11) (17/46) Purging lua5.1-luassert (1.8.0-r1) (18/46) Purging lua5.1-say (1.3-r2) (19/46) Purging lua5.1-term (0.07-r2) (20/46) Purging lua5.1-penlight (1.13.1-r0) (21/46) Purging lua5.1-filesystem (1.8.0-r3) (22/46) Purging lua5.1-mediator (1.1.2-r2) (23/46) Purging lua5.3-busted (2.1.1-r1) (24/46) Purging lua5.3-system (0.2.1-r2) (25/46) Purging lua5.3-cjson (2.1.0-r11) (26/46) Purging lua5.3-luassert (1.8.0-r1) (27/46) Purging lua5.3-say (1.3-r2) (28/46) Purging lua5.3-term (0.07-r2) (29/46) Purging lua5.3-mediator (1.1.2-r2) (30/46) Purging lua5.3-penlight (1.13.1-r0) (31/46) Purging lua5.3-filesystem (1.8.0-r3) (32/46) Purging lua5.3 (5.3.6-r5) (33/46) Purging lua5.2-busted (2.1.1-r1) (34/46) Purging lua5.2-system (0.2.1-r2) (35/46) Purging lua5.2-luassert (1.8.0-r1) (36/46) Purging lua5.2-say (1.3-r2) (37/46) Purging lua5.2-term (0.07-r2) (38/46) Purging lua5.2-mediator (1.1.2-r2) (39/46) Purging lua5.2-penlight (1.13.1-r0) (40/46) Purging lua-penlight (1.13.1-r0) (41/46) Purging lua-filesystem (1.8.0-r3) (42/46) Purging lua5.1 (5.1.5-r12) (43/46) Purging linenoise (1.0-r3) (44/46) Purging lua-cliargs (3.0_p2-r2) (45/46) Purging lua5.1-libs (5.1.5-r12) (46/46) Purging lua5.3-libs (5.3.6-r5) Executing busybox-1.36.0-r7.trigger OK: 440 MiB in 98 packages >>> lua-mpack: Updating the community/ppc64le repository index... >>> lua-mpack: Signing the index...