>>> lua-mpack: Building community/lua-mpack 1.0.9-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 02:26:08 +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-r10) (4/49) Installing lua5.1 (5.1.5-r10) (5/49) Installing lua5.1-dev (5.1.5-r10) (6/49) Installing lua5.2-dev (5.2.4-r9) (7/49) Installing linenoise (1.0-r1) (8/49) Installing lua5.3-libs (5.3.6-r3) (9/49) Installing lua5.3 (5.3.6-r3) (10/49) Installing lua5.3-dev (5.3.6-r3) (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-r2) (19/49) Installing lua5.2-system (0.2.1-r2) (20/49) Installing lua5.3-system (0.2.1-r2) (21/49) Installing lua5.1-system (0.2.1-r2) (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-r2) (26/49) Installing lua5.3-say (1.3-r2) (27/49) Installing lua5.1-say (1.3-r2) (28/49) Installing lua5.2-say (1.3-r2) (29/49) Installing lua-luassert (1.8.0-r1) (30/49) Installing lua5.2-luassert (1.8.0-r1) (31/49) Installing lua5.3-luassert (1.8.0-r1) (32/49) Installing lua5.1-luassert (1.8.0-r1) (33/49) Installing lua-term (0.07-r2) (34/49) Installing lua5.1-term (0.07-r2) (35/49) Installing lua5.3-term (0.07-r2) (36/49) Installing lua5.2-term (0.07-r2) (37/49) Installing lua-penlight (1.7.0-r2) (38/49) Installing lua-mediator (1.1.2-r2) (39/49) Installing lua5.3-mediator (1.1.2-r2) (40/49) Installing lua5.2-mediator (1.1.2-r2) (41/49) Installing lua5.1-mediator (1.1.2-r2) (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 (20220415.022611) Executing busybox-1.35.0-r8.trigger OK: 331 MiB in 137 packages >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 45804 0 --:--:-- --:--:-- --:--:-- 45831 >>> lua-mpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/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 -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.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 -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.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 -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.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.10 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.10 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.06 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 (1.65 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.09 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.08 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.08 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.10 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (40.76 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.18 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.38 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.11 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.15 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.26 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (0.68 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 (1.49 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.17 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (2.16 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.05 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.16 ms) [----------] 20 tests from test.lua (133.48 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (133.58 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.12 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.11 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.07 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 (1.64 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.11 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.10 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.09 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.11 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (21.86 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.21 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.41 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.11 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.14 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.27 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (0.64 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 (1.38 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.11 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (1.95 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.05 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.13 ms) [----------] 20 tests from test.lua (44.17 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (44.28 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.11 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.10 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.06 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 (1.56 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.10 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.10 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.09 ms) [ RUN ] test.lua @ 140: mpack handling cyclic references ok [ OK ] test.lua @ 140: mpack handling cyclic references ok (0.11 ms) [ RUN ] test.lua @ 156: mpack very large array ok [ OK ] test.lua @ 156: mpack very large array ok (22.84 ms) [ RUN ] test.lua @ 169: mpack very deep table ok [ OK ] test.lua @ 169: mpack very deep table ok (0.19 ms) [ RUN ] test.lua @ 199: mpack cases ok [ OK ] test.lua @ 199: mpack cases ok (0.35 ms) [ RUN ] test.lua @ 240: mpack ext packing/unpacking ok [ OK ] test.lua @ 240: mpack ext packing/unpacking ok (0.10 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.13 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.24 ms) [ RUN ] test.lua @ 300: mpack rpc ok [ OK ] test.lua @ 300: mpack rpc ok (0.56 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 (1.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.09 ms) [ RUN ] test.lua @ 386: mpack rpc grows session capacity [ OK ] test.lua @ 386: mpack rpc grows session capacity (1.72 ms) [ RUN ] test.lua @ 459: mpack NIL tostring() is human-readable [ OK ] test.lua @ 459: mpack NIL tostring() is human-readable (0.04 ms) [ RUN ] test.lua @ 464: mpack should allow to be required twice [ OK ] test.lua @ 464: mpack should allow to be required twice (0.13 ms) [----------] 20 tests from test.lua (65.51 ms total) [----------] Global test environment teardown. [==========] 20 tests from 1 test file ran. (65.61 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-s390x.so.1 so:libmpack.so.0 >>> lua5.1-mpack*: Package size: 68.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-s390x.so.1 so:libmpack.so.0 >>> lua5.2-mpack*: Package size: 68.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-s390x.so.1 so:libmpack.so.0 >>> lua5.3-mpack*: Package size: 68.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 Fri, 15 Apr 2022 02:26:18 +0000 elapsed time 0h 0m 10s >>> lua-mpack: Cleaning up srcdir >>> lua-mpack: Cleaning up pkgdir >>> lua-mpack: Uninstalling dependencies... (1/49) Purging .makedepends-lua-mpack (20220415.022611) (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-r10) (5/49) Purging lua5.2-dev (5.2.4-r9) (6/49) Purging lua5.3-dev (5.3.6-r3) (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-r2) (10/49) Purging lua-cjson (2.1.0-r10) (11/49) Purging lua-say (1.3-r2) (12/49) Purging lua-luassert (1.8.0-r1) (13/49) Purging lua-term (0.07-r2) (14/49) Purging lua-mediator (1.1.2-r2) (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-r2) (18/49) Purging lua5.1-cjson (2.1.0-r10) (19/49) Purging lua5.1-luassert (1.8.0-r1) (20/49) Purging lua5.1-say (1.3-r2) (21/49) Purging lua5.1-term (0.07-r2) (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-r2) (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-r2) (28/49) Purging lua5.3-cjson (2.1.0-r10) (29/49) Purging lua5.3-luassert (1.8.0-r1) (30/49) Purging lua5.3-say (1.3-r2) (31/49) Purging lua5.3-term (0.07-r2) (32/49) Purging lua5.3-mediator (1.1.2-r2) (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-r3) (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-r2) (39/49) Purging lua5.2-luassert (1.8.0-r1) (40/49) Purging lua5.2-say (1.3-r2) (41/49) Purging lua5.2-term (0.07-r2) (42/49) Purging lua5.2-mediator (1.1.2-r2) (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-r10) (47/49) Purging lua5.1-libs (5.1.5-r10) (48/49) Purging linenoise (1.0-r1) (49/49) Purging lua5.3-libs (5.3.6-r3) Executing busybox-1.35.0-r8.trigger OK: 323 MiB in 88 packages >>> lua-mpack: Updating the community/s390x repository index... >>> lua-mpack: Signing the index...