>>> lua-fun: Building community/lua-fun 0.1.3-r12 (using abuild 3.16.0-r0) started Tue, 23 Dec 2025 14:36:30 +0000 >>> lua-fun: Validating /home/buildozer/aports/community/lua-fun/APKBUILD... >>> lua-fun: Analyzing dependencies... >>> lua-fun: Installing for build: build-base lua luajit lua5.1 lua5.2 lua5.3 lua5.4 lua5.5 ( 1/11) Installing lua5.1-libs (5.1.5-r13) ( 2/11) Installing lua5.1 (5.1.5-r13) ( 3/11) Installing luajit (2.1_p20240815-r1) ( 4/11) Installing lua5.2-libs (5.2.4-r13) ( 5/11) Installing lua5.2 (5.2.4-r13) ( 6/11) Installing linenoise (1.0-r5) ( 7/11) Installing lua5.3-libs (5.3.6-r6) ( 8/11) Installing lua5.3 (5.3.6-r6) ( 9/11) Installing lua5.5-libs (5.5.0-r0) (10/11) Installing lua5.5 (5.5.0-r0) (11/11) Installing .makedepends-lua-fun (20251223.143632) Executing busybox-1.37.0-r30.trigger OK: 389.4 MiB in 118 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> lua-fun: Fetching lua-fun-0.1.3.tar.gz::https://github.com/rtsisyk/luafun/archive/0.1.3.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/edge/lua-fun-0.1.3.tar.gz.part' lua-fun-0.1.3.tar.gz 100% |********************************| 66651 0:00:00 ETA '/var/cache/distfiles/edge/lua-fun-0.1.3.tar.gz.part' saved /var/cache/distfiles/edge/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/edge/lua-fun-0.1.3.tar.gz: OK >>> lua-fun: Unpacking /var/cache/distfiles/edge/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: Testing on Lua jit 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: 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 14:36:35 +0000 elapsed time 0h 0m 5s >>> lua-fun: Cleaning up srcdir >>> lua-fun: Cleaning up pkgdir >>> lua-fun: Uninstalling dependencies... ( 1/11) Purging .makedepends-lua-fun (20251223.143632) ( 2/11) Purging luajit (2.1_p20240815-r1) ( 3/11) Purging lua5.1 (5.1.5-r13) ( 4/11) Purging lua5.2 (5.2.4-r13) ( 5/11) Purging lua5.3 (5.3.6-r6) ( 6/11) Purging lua5.5 (5.5.0-r0) ( 7/11) Purging linenoise (1.0-r5) ( 8/11) Purging lua5.1-libs (5.1.5-r13) ( 9/11) Purging lua5.2-libs (5.2.4-r13) (10/11) Purging lua5.3-libs (5.3.6-r6) (11/11) Purging lua5.5-libs (5.5.0-r0) Executing busybox-1.37.0-r30.trigger OK: 386.7 MiB in 107 packages >>> lua-fun: Updating the community/s390x repository index... >>> lua-fun: Signing the index...