>>> lua-mpack: Building community/lua-mpack 1.0.8-r0 (using abuild 3.8.0_rc3-r2) started Mon, 24 May 2021 17:56:29 +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/49) Installing libmpack (1.0.5-r0) (2/49) Installing libmpack-dev (1.0.5-r0) (3/49) Installing lua5.1-libs (5.1.5-r7) (4/49) Installing lua5.1 (5.1.5-r7) (5/49) Installing lua5.1-dev (5.1.5-r7) (6/49) Installing lua5.2-dev (5.2.4-r7) (7/49) Installing linenoise (1.0-r1) (8/49) Installing lua5.3-libs (5.3.6-r0) (9/49) Installing lua5.3 (5.3.6-r0) (10/49) Installing lua5.3-dev (5.3.6-r0) (11/49) Installing lua-cliargs (3.0_p2-r0) (12/49) Installing lua5.3-cliargs (3.0_p2-r0) (13/49) Installing lua5.1-cliargs (3.0_p2-r0) (14/49) Installing lua5.2-cliargs (3.0_p2-r0) (15/49) Installing lua-filesystem (1.8.0-r1) (16/49) Installing lua5.1-filesystem (1.8.0-r1) (17/49) Installing lua5.3-filesystem (1.8.0-r1) (18/49) Installing lua-system (0.2.1-r1) (19/49) Installing lua5.2-system (0.2.1-r1) (20/49) Installing lua5.3-system (0.2.1-r1) (21/49) Installing lua5.1-system (0.2.1-r1) (22/49) Installing lua-cjson (2.1.0-r10) (23/49) Installing lua5.3-cjson (2.1.0-r10) (24/49) Installing lua5.1-cjson (2.1.0-r10) (25/49) Installing lua-say (1.3-r1) (26/49) Installing lua5.3-say (1.3-r1) (27/49) Installing lua5.1-say (1.3-r1) (28/49) Installing lua5.2-say (1.3-r1) (29/49) Installing lua-luassert (1.8.0-r0) (30/49) Installing lua5.2-luassert (1.8.0-r0) (31/49) Installing lua5.3-luassert (1.8.0-r0) (32/49) Installing lua5.1-luassert (1.8.0-r0) (33/49) Installing lua-term (0.07-r1) (34/49) Installing lua5.1-term (0.07-r1) (35/49) Installing lua5.3-term (0.07-r1) (36/49) Installing lua5.2-term (0.07-r1) (37/49) Installing lua-penlight (1.7.0-r2) (38/49) Installing lua-mediator (1.1.2-r1) (39/49) Installing lua5.3-mediator (1.1.2-r1) (40/49) Installing lua5.2-mediator (1.1.2-r1) (41/49) Installing lua5.1-mediator (1.1.2-r1) (42/49) Installing lua-busted (2.0.0-r0) (43/49) Installing lua5.1-penlight (1.7.0-r2) (44/49) Installing lua5.1-busted (2.0.0-r0) (45/49) Installing lua5.3-penlight (1.7.0-r2) (46/49) Installing lua5.3-busted (2.0.0-r0) (47/49) Installing lua5.2-penlight (1.7.0-r2) (48/49) Installing lua5.2-busted (2.0.0-r0) (49/49) Installing .makedepends-lua-mpack (20210524.175640) Executing busybox-1.33.1-r1.trigger OK: 317 MiB in 138 packages >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/libmpack-lua-1.0.8.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 15616 100 15616 0 0 195k 0 --:--:-- --:--:-- --:--:-- 195k >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/libmpack-lua-1.0.8.tar.gz >>> lua-mpack: Checking sha512sums... libmpack-lua-1.0.8.tar.gz: OK skip-memleak-test.patch: OK dont-install-busted.patch: OK >>> lua-mpack: Unpacking /var/cache/distfiles/v3.14/libmpack-lua-1.0.8.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.8-5.1' gcc -shared -Os -fomit-frame-pointer -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.1' >>> lua-mpack: Building for Lua 5.2... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.2' gcc -shared -Os -fomit-frame-pointer -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM -I/usr/include/lua5.2 lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.2' >>> lua-mpack: Building for Lua 5.3... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.3' gcc -shared -Os -fomit-frame-pointer -fPIC -DMPACK_DEBUG_REGISTRY_LEAK -DMPACK_USE_SYSTEM -I/usr/include/lua5.3 lmpack.c -o mpack.so -lmpack make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.3' >>> lua-mpack: Testing on Lua 5.1... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-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.19 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.12 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.73 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.17 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.23 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.18 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (55.51 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.74 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.20 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.30 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.53 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.21 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.84 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.08 ms) [----------] 19 tests from test.lua (92.08 ms total) [----------] Global test environment teardown. [==========] 19 tests from 1 test file ran. (92.24 ms total) [ PASSED ] 19 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.1' >>> lua-mpack: Testing on Lua 5.2... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-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.19 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.12 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.46 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 (48.35 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.72 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.22 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.06 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.26 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.21 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.72 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.08 ms) [----------] 19 tests from test.lua (80.56 ms total) [----------] Global test environment teardown. [==========] 19 tests from 1 test file ran. (80.71 ms total) [ PASSED ] 19 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-5.2' >>> lua-mpack: Testing on Lua 5.3... make: Entering directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-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.21 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.22 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.14 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.92 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.21 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.24 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.18 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.21 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (56.11 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.33 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.84 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.22 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.30 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.53 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (1.20 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.61 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.22 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (3.90 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.10 ms) [----------] 19 tests from test.lua (135.28 ms total) [----------] Global test environment teardown. [==========] 19 tests from 1 test file ran. (135.46 ms total) [ PASSED ] 19 tests. make: Leaving directory '/home/buildozer/aports/community/lua-mpack/src/libmpack-lua-1.0.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-r0.apk >>> lua5.1-mpack*: Tracing dependencies... so:libc.musl-x86.so.1 so:libmpack.so.0 >>> lua5.1-mpack*: Package size: 72.0 KB >>> lua5.1-mpack*: Compressing data... >>> lua5.1-mpack*: Create checksum... >>> lua5.1-mpack*: Create lua5.1-mpack-1.0.8-r0.apk >>> lua5.2-mpack*: Tracing dependencies... so:libc.musl-x86.so.1 so:libmpack.so.0 >>> lua5.2-mpack*: Package size: 72.0 KB >>> lua5.2-mpack*: Compressing data... >>> lua5.2-mpack*: Create checksum... >>> lua5.2-mpack*: Create lua5.2-mpack-1.0.8-r0.apk >>> lua5.3-mpack*: Tracing dependencies... so:libc.musl-x86.so.1 so:libmpack.so.0 >>> lua5.3-mpack*: Package size: 72.0 KB >>> lua5.3-mpack*: Compressing data... >>> lua5.3-mpack*: Create checksum... >>> lua5.3-mpack*: Create lua5.3-mpack-1.0.8-r0.apk >>> lua-mpack: Build complete at Mon, 24 May 2021 17:56:44 +0000 elapsed time 0h 0m 15s >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Uninstalling dependencies... (1/49) Purging .makedepends-lua-mpack (20210524.175640) (2/49) Purging libmpack-dev (1.0.5-r0) (3/49) Purging libmpack (1.0.5-r0) (4/49) Purging lua5.1-dev (5.1.5-r7) (5/49) Purging lua5.2-dev (5.2.4-r7) (6/49) Purging lua5.3-dev (5.3.6-r0) (7/49) Purging lua-busted (2.0.0-r0) (8/49) Purging lua-cliargs (3.0_p2-r0) (9/49) Purging lua-system (0.2.1-r1) (10/49) Purging lua-cjson (2.1.0-r10) (11/49) Purging lua-say (1.3-r1) (12/49) Purging lua-luassert (1.8.0-r0) (13/49) Purging lua-term (0.07-r1) (14/49) Purging lua-mediator (1.1.2-r1) (15/49) Purging lua5.1-busted (2.0.0-r0) (16/49) Purging lua5.1-cliargs (3.0_p2-r0) (17/49) Purging lua5.1-system (0.2.1-r1) (18/49) Purging lua5.1-cjson (2.1.0-r10) (19/49) Purging lua5.1-luassert (1.8.0-r0) (20/49) Purging lua5.1-say (1.3-r1) (21/49) Purging lua5.1-term (0.07-r1) (22/49) Purging lua5.1-penlight (1.7.0-r2) (23/49) Purging lua5.1-filesystem (1.8.0-r1) (24/49) Purging lua5.1-mediator (1.1.2-r1) (25/49) Purging lua5.3-busted (2.0.0-r0) (26/49) Purging lua5.3-cliargs (3.0_p2-r0) (27/49) Purging lua5.3-system (0.2.1-r1) (28/49) Purging lua5.3-cjson (2.1.0-r10) (29/49) Purging lua5.3-luassert (1.8.0-r0) (30/49) Purging lua5.3-say (1.3-r1) (31/49) Purging lua5.3-term (0.07-r1) (32/49) Purging lua5.3-mediator (1.1.2-r1) (33/49) Purging lua5.3-penlight (1.7.0-r2) (34/49) Purging lua5.3-filesystem (1.8.0-r1) (35/49) Purging lua5.3 (5.3.6-r0) (36/49) Purging lua5.2-busted (2.0.0-r0) (37/49) Purging lua5.2-cliargs (3.0_p2-r0) (38/49) Purging lua5.2-system (0.2.1-r1) (39/49) Purging lua5.2-luassert (1.8.0-r0) (40/49) Purging lua5.2-say (1.3-r1) (41/49) Purging lua5.2-term (0.07-r1) (42/49) Purging lua5.2-mediator (1.1.2-r1) (43/49) Purging lua5.2-penlight (1.7.0-r2) (44/49) Purging lua-penlight (1.7.0-r2) (45/49) Purging lua-filesystem (1.8.0-r1) (46/49) Purging lua5.1 (5.1.5-r7) (47/49) Purging lua5.1-libs (5.1.5-r7) (48/49) Purging linenoise (1.0-r1) (49/49) Purging lua5.3-libs (5.3.6-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> lua-mpack: Updating the community/x86 repository index... >>> lua-mpack: Signing the index...