>>> lua-fun: Building community/lua-fun 0.1.3-r12 (using abuild 3.16.0-r0) started Tue, 23 Dec 2025 15:07:28 +0000 >>> lua-fun: Validating /home/buildozer/aports/community/lua-fun/APKBUILD... >>> lua-fun: Analyzing dependencies... >>> lua-fun: Installing for build: build-base lua lua5.1 lua5.2 lua5.3 lua5.4 lua5.5 ( 1/10) Installing lua5.1-libs (5.1.5-r13) ( 2/10) Installing lua5.1 (5.1.5-r13) ( 3/10) Installing lua5.2-libs (5.2.4-r13) ( 4/10) Installing lua5.2 (5.2.4-r13) ( 5/10) Installing linenoise (1.0-r5) ( 6/10) Installing lua5.3-libs (5.3.6-r6) ( 7/10) Installing lua5.3 (5.3.6-r6) ( 8/10) Installing lua5.5-libs (5.5.0-r0) ( 9/10) Installing lua5.5 (5.5.0-r0) (10/10) Installing .makedepends-lua-fun (20251223.150730) Executing busybox-1.37.0-r30.trigger OK: 270.9 MiB in 113 packages >>> lua-fun: Cleaning up srcdir >>> lua-fun: Cleaning up pkgdir >>> lua-fun: Cleaning up tmpdir >>> lua-fun: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lua-fun-0.1.3.tar.gz /var/cache/distfiles/lua-fun-0.1.3.tar.gz: OK >>> lua-fun: Fetching https://distfiles.alpinelinux.org/distfiles/edge/lua-fun-0.1.3.tar.gz /var/cache/distfiles/lua-fun-0.1.3.tar.gz: OK >>> lua-fun: Unpacking /var/cache/distfiles/lua-fun-0.1.3.tar.gz... >>> lua-fun: Testing on Lua 5.1 Testing tests/basic.lua Testing tests/compositions.lua Testing tests/filtering.lua Testing tests/generators.lua Testing tests/indexing.lua Testing tests/operators.lua Testing tests/reducing.lua Testing tests/slicing.lua Testing tests/transformations.lua All tests have passed! >>> lua-fun: Testing on Lua 5.2 Testing tests/basic.lua Testing tests/compositions.lua Testing tests/filtering.lua Testing tests/generators.lua Testing tests/indexing.lua Testing tests/operators.lua Testing tests/reducing.lua Testing tests/slicing.lua Testing tests/transformations.lua All tests have passed! >>> lua-fun: Testing on Lua 5.3 Testing tests/basic.lua Testing tests/compositions.lua Testing tests/filtering.lua Testing tests/generators.lua Testing tests/indexing.lua Testing tests/operators.lua Testing tests/reducing.lua Testing tests/slicing.lua Testing tests/transformations.lua All tests have passed! >>> lua-fun: Testing on Lua 5.4 Testing tests/basic.lua Testing tests/compositions.lua Testing tests/filtering.lua Testing tests/generators.lua Testing tests/indexing.lua Testing tests/operators.lua Testing tests/reducing.lua Testing tests/slicing.lua Testing tests/transformations.lua All tests have passed! >>> lua-fun: Testing on Lua 5.5 Testing tests/basic.lua Testing tests/compositions.lua Testing tests/filtering.lua Testing tests/generators.lua --- tests/generators.lua +++ tests/generators.lua.new @@ -157,10 +157,10 @@ dump(range(1.2, 1.6, 0.1)) --[[test 1.2 1.3 -1.4 -1.5 +1.4000000000000001 +1.5000000000000002 --test]] -- Invalid step dump(range(0, 5, 0)) Testing tests/indexing.lua Testing tests/operators.lua --- tests/operators.lua +++ tests/operators.lua.new @@ -112,10 +112,10 @@ print(operator.div(10, 3)) print(operator.div(-10, 3)) --[[test 5 -3.3333333333333 --3.3333333333333 +3.3333333333333335 +-3.3333333333333335 --test]] print(operator.floordiv(10, 3)) print(operator.floordiv(11, 3)) @@ -153,13 +153,13 @@ print(operator.truediv(-10, 3)) print(operator.truediv(-11, 3)) print(operator.truediv(-12, 3)) --[[test -3.3333333333333 -3.6666666666667 +3.3333333333333335 +3.6666666666666665 4 --3.3333333333333 --3.6666666666667 +-3.3333333333333335 +-3.6666666666666665 -4 --test]] print(operator.mod(10, 2)) Testing tests/reducing.lua Testing tests/slicing.lua Testing tests/transformations.lua Failed tests: tests/generators.lua tests/operators.lua Please review *.new files and update tests >>> lua-fun: Entering fakeroot... >>> lua-fun*: Running postcheck for lua-fun >>> lua-fun*: Preparing package lua-fun... >>> lua-fun*: Tracing dependencies... lua >>> lua-fun*: Package size: 28.2 KB >>> lua-fun*: Compressing data... >>> lua-fun*: Create checksum... >>> lua-fun*: Create lua-fun-0.1.3-r12.apk >>> lua-fun: Build complete at Tue, 23 Dec 2025 15:07:30 +0000 elapsed time 0h 0m 2s >>> lua-fun: Cleaning up srcdir >>> lua-fun: Cleaning up pkgdir >>> lua-fun: Cleaning up tmpdir >>> lua-fun: Uninstalling dependencies... ( 1/10) Purging .makedepends-lua-fun (20251223.150730) ( 2/10) Purging lua5.1 (5.1.5-r13) ( 3/10) Purging lua5.2 (5.2.4-r13) ( 4/10) Purging lua5.3 (5.3.6-r6) ( 5/10) Purging lua5.5 (5.5.0-r0) ( 6/10) Purging lua5.1-libs (5.1.5-r13) ( 7/10) Purging lua5.2-libs (5.2.4-r13) ( 8/10) Purging lua5.3-libs (5.3.6-r6) ( 9/10) Purging lua5.5-libs (5.5.0-r0) (10/10) Purging linenoise (1.0-r5) Executing busybox-1.37.0-r30.trigger OK: 269.2 MiB in 103 packages >>> lua-fun: Updating the community/loongarch64 repository index... >>> lua-fun: Signing the index...