>>> fennel: Building community/fennel 1.3.1-r0 (using abuild 3.11.20-r0) started Sat, 08 Jul 2023 03:36:25 +0000 >>> fennel: Checking sanity of /home/buildozer/aports/community/fennel/APKBUILD... >>> fennel: Analyzing dependencies... >>> fennel: Installing for build: build-base lua5.1-dev lua5.2-dev lua5.3-dev lua5.4-dev luajit-dev (1/15) Installing lua5.1-libs (5.1.5-r12) (2/15) Installing lua5.1 (5.1.5-r12) (3/15) Installing lua5.1-dev (5.1.5-r12) (4/15) Installing lua5.2-dev (5.2.4-r12) (5/15) Installing linenoise (1.0-r3) (6/15) Installing lua5.3-libs (5.3.6-r5) (7/15) Installing lua5.3 (5.3.6-r5) (8/15) Installing lua5.3-dev (5.3.6-r5) (9/15) Installing lua5.4-libs (5.4.6-r0) (10/15) Installing readline (8.2.1-r2) (11/15) Installing lua5.4 (5.4.6-r0) (12/15) Installing lua5.4-dev (5.4.6-r0) (13/15) Installing luajit (2.1_p20230410-r3) (14/15) Installing luajit-dev (2.1_p20230410-r3) (15/15) Installing .makedepends-fennel (20230708.033626) Executing busybox-1.36.1-r3.trigger OK: 324 MiB in 117 packages >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Cleaning up tmpdir >>> fennel: Fetching fennel-1.3.1.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.3.1.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 286k 0 286k 0 0 813k 0 --:--:-- --:--:-- --:--:-- 814k >>> fennel: Fetching fennel-1.3.1.tar.gz::https://git.sr.ht/~technomancy/fennel/archive/1.3.1.tar.gz >>> fennel: Checking sha512sums... fennel-1.3.1.tar.gz: OK >>> fennel: Unpacking /var/cache/distfiles/fennel-1.3.1.tar.gz... >>> fennel: Building for lua5.1... FENNEL_PATH=src/?.fnl lua5.1 bootstrap/aot.lua src/fennel/view.fnl > bootstrap/view.lua FENNEL_PATH=src/?.fnl lua5.1 bootstrap/aot.lua src/fennel.fnl --require-as-include > fennel.lua echo "#!/usr/bin/env lua5.1" > fennel FENNEL_PATH=src/?.fnl lua5.1 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/liblua.so /usr/include >>> fennel: Building for lua5.2... FENNEL_PATH=src/?.fnl lua5.2 bootstrap/aot.lua src/fennel/view.fnl > bootstrap/view.lua FENNEL_PATH=src/?.fnl lua5.2 bootstrap/aot.lua src/fennel.fnl --require-as-include > fennel.lua echo "#!/usr/bin/env lua5.2" > fennel FENNEL_PATH=src/?.fnl lua5.2 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.2/liblua.so /usr/include/lua5.2 >>> fennel: Building for lua5.3... FENNEL_PATH=src/?.fnl lua5.3 bootstrap/aot.lua src/fennel/view.fnl > bootstrap/view.lua FENNEL_PATH=src/?.fnl lua5.3 bootstrap/aot.lua src/fennel.fnl --require-as-include > fennel.lua echo "#!/usr/bin/env lua5.3" > fennel FENNEL_PATH=src/?.fnl lua5.3 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.3/liblua.so /usr/include/lua5.3 >>> fennel: Building for lua5.4... FENNEL_PATH=src/?.fnl lua5.4 bootstrap/aot.lua src/fennel/view.fnl > bootstrap/view.lua FENNEL_PATH=src/?.fnl lua5.4 bootstrap/aot.lua src/fennel.fnl --require-as-include > fennel.lua echo "#!/usr/bin/env lua5.4" > fennel FENNEL_PATH=src/?.fnl lua5.4 bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/lua5.4/liblua.so /usr/include/lua5.4 >>> fennel: Building for luajit... FENNEL_PATH=src/?.fnl luajit bootstrap/aot.lua src/fennel/view.fnl > bootstrap/view.lua FENNEL_PATH=src/?.fnl luajit bootstrap/aot.lua src/fennel.fnl --require-as-include > fennel.lua echo "#!/usr/bin/env luajit" > fennel FENNEL_PATH=src/?.fnl luajit bootstrap/aot.lua src/launcher.fnl --require-as-include >> fennel chmod 755 fennel FENNEL_PATH=src/?.fnl FENNEL_MACRO_PATH=src/?.fnl CC_OPTS= ./fennel --no-compiler-sandbox --compile-binary \ src/launcher.fnl fennel-bin /usr/lib/libluajit-5.1.so /usr/include/luajit-2.1 >>> fennel: Testing for lua5.1... lua5.1 bootstrap/aot.lua test/faith.fnl > test/faith.lua LUA_PATH=?.lua lua5.1 test/init.lua fatal: not a git repository (or any of the parent directories): .git -- Starting module "test.core", 17 test(s) ................ -- Starting module "test.mangling", 1 test(s) . -- Starting module "test.quoting", 3 test(s) ... -- Starting module "test.bit", 0 test(s) -- Starting module "test.fennelview", 11 test(s) ........... -- Starting module "test.parser", 6 test(s) ...... -- Starting module "test.failures", 11 test(s) ........... -- Starting module "test.repl", 0 test(s) -- Starting module "test.cli", 3 test(s) ... -- Starting module "test.macro", 20 test(s) .................... -- Starting module "test.linter", 4 test(s) .... -- Starting module "test.loops", 6 test(s) ...... -- Starting module "test.misc", 11 test(s) .......... -- Starting module "test.searcher", 2 test(s) .. -- Starting module "test.api", 1 test(s) . ---- Testing finished in 2.00 s, with 1578 assertion(s) ---- 94 passed, 0 failed, 0 error(s), 0 skipped. >>> fennel: Testing for lua5.2... lua5.2 bootstrap/aot.lua test/faith.fnl > test/faith.lua LUA_PATH=?.lua lua5.2 test/init.lua fatal: not a git repository (or any of the parent directories): .git -- Starting module "test.core", 17 test(s) ................ -- Starting module "test.mangling", 1 test(s) . -- Starting module "test.quoting", 3 test(s) ... -- Starting module "test.bit", 0 test(s) -- Starting module "test.fennelview", 11 test(s) ........... -- Starting module "test.parser", 6 test(s) ...... -- Starting module "test.failures", 11 test(s) ........... -- Starting module "test.repl", 22 test(s) ...................... -- Starting module "test.cli", 3 test(s) ... -- Starting module "test.macro", 20 test(s) .................... -- Starting module "test.linter", 4 test(s) .... -- Starting module "test.loops", 6 test(s) ...... -- Starting module "test.misc", 11 test(s) .......... -- Starting module "test.searcher", 2 test(s) .. -- Starting module "test.api", 1 test(s) . ---- Testing finished in 2.00 s, with 1779 assertion(s) ---- 116 passed, 0 failed, 0 error(s), 0 skipped. >>> fennel: Testing for lua5.3... lua5.3 bootstrap/aot.lua test/faith.fnl > test/faith.lua LUA_PATH=?.lua lua5.3 test/init.lua fatal: not a git repository (or any of the parent directories): .git -- Starting module "test.core", 17 test(s) ................ -- Starting module "test.mangling", 1 test(s) . -- Starting module "test.quoting", 3 test(s) ... -- Starting module "test.bit", 2 test(s) .. -- Starting module "test.fennelview", 11 test(s) ........... -- Starting module "test.parser", 6 test(s) ...... -- Starting module "test.failures", 11 test(s) ........... -- Starting module "test.repl", 22 test(s) ...................... -- Starting module "test.cli", 3 test(s) ... -- Starting module "test.macro", 20 test(s) .................... -- Starting module "test.linter", 4 test(s) .... -- Starting module "test.loops", 6 test(s) ...... -- Starting module "test.misc", 11 test(s) .......... -- Starting module "test.searcher", 2 test(s) .. -- Starting module "test.api", 1 test(s) . ---- Testing finished in 1.00 s, with 2097 assertion(s) ---- 118 passed, 0 failed, 0 error(s), 0 skipped. >>> fennel: Testing for lua5.4... lua5.4 bootstrap/aot.lua test/faith.fnl > test/faith.lua LUA_PATH=?.lua lua5.4 test/init.lua fatal: not a git repository (or any of the parent directories): .git -- Starting module "test.core", 17 test(s) ................ -- Starting module "test.mangling", 1 test(s) . -- Starting module "test.quoting", 3 test(s) ... -- Starting module "test.bit", 2 test(s) .. -- Starting module "test.fennelview", 11 test(s) ........... -- Starting module "test.parser", 6 test(s) ...... -- Starting module "test.failures", 11 test(s) ........... -- Starting module "test.repl", 22 test(s) ...................... -- Starting module "test.cli", 3 test(s) ... -- Starting module "test.macro", 20 test(s) .................... -- Starting module "test.linter", 4 test(s) .... -- Starting module "test.loops", 6 test(s) ...... -- Starting module "test.misc", 11 test(s) .......... -- Starting module "test.searcher", 2 test(s) .. -- Starting module "test.api", 1 test(s) . ---- Testing finished in 1.00 s, with 2097 assertion(s) ---- 118 passed, 0 failed, 0 error(s), 0 skipped. >>> fennel: Testing for luajit... luajit bootstrap/aot.lua test/faith.fnl > test/faith.lua LUA_PATH=?.lua luajit test/init.lua fatal: not a git repository (or any of the parent directories): .git -- Starting module "test.core", 17 test(s) ................ -- Starting module "test.mangling", 1 test(s) . -- Starting module "test.quoting", 3 test(s) ... -- Starting module "test.bit", 2 test(s) .. -- Starting module "test.fennelview", 11 test(s) ........... -- Starting module "test.parser", 6 test(s) ...... -- Starting module "test.failures", 11 test(s) ........... -- Starting module "test.repl", 22 test(s) ...................... -- Starting module "test.cli", 3 test(s) ... -- Starting module "test.macro", 20 test(s) .................... -- Starting module "test.linter", 4 test(s) .... -- Starting module "test.loops", 6 test(s) ...... -- Starting module "test.misc", 11 test(s) .......... -- Starting module "test.searcher", 2 test(s) .. -- Starting module "test.api", 1 test(s) . ---- Testing finished in 1.00 s, with 1794 assertion(s) ---- 118 passed, 0 failed, 0 error(s), 0 skipped. >>> fennel: Entering fakeroot... >>> fennel-doc*: Running split function doc... >>> fennel-doc*: Preparing subpackage fennel-doc... >>> fennel-doc*: Running postcheck for fennel-doc >>> fennel5.1*: Running split function _subpackage... >>> fennel5.1*: Preparing subpackage fennel5.1... >>> fennel5.1*: Stripping binaries >>> fennel5.1*: Running postcheck for fennel5.1 >>> fennel5.2*: Running split function _subpackage... >>> fennel5.2*: Preparing subpackage fennel5.2... >>> fennel5.2*: Stripping binaries >>> fennel5.2*: Running postcheck for fennel5.2 >>> fennel5.3*: Running split function _subpackage... >>> fennel5.3*: Preparing subpackage fennel5.3... >>> fennel5.3*: Stripping binaries >>> fennel5.3*: Running postcheck for fennel5.3 >>> fennel5.4*: Running split function _subpackage... >>> fennel5.4*: Preparing subpackage fennel5.4... >>> fennel5.4*: Stripping binaries >>> fennel5.4*: Running postcheck for fennel5.4 >>> fenneljit*: Running split function _subpackage... >>> fenneljit*: Preparing subpackage fenneljit... >>> fenneljit*: Stripping binaries >>> fenneljit*: Running postcheck for fenneljit >>> fennel*: Running postcheck for fennel >>> fennel*: Preparing package fennel... >>> fennel*: Stripping binaries >>> WARNING: fennel*: No arch specific binaries found so arch should probably be set to "noarch" >>> fennel-doc*: Scanning shared objects >>> fennel*: Scanning shared objects >>> fennel5.1*: Scanning shared objects >>> fennel5.2*: Scanning shared objects >>> fennel5.3*: Scanning shared objects >>> fennel5.4*: Scanning shared objects >>> fenneljit*: Scanning shared objects >>> fennel-doc*: Tracing dependencies... >>> fennel-doc*: Package size: 80.0 KB >>> fennel-doc*: Compressing data... >>> fennel-doc*: Create checksum... >>> fennel-doc*: Create fennel-doc-1.3.1-r0.apk >>> fennel*: Tracing dependencies... >>> fennel*: Package size: 4.0 KB >>> fennel*: Compressing data... >>> fennel*: Create checksum... >>> fennel*: Create fennel-1.3.1-r0.apk >>> fennel5.1*: Tracing dependencies... lua5.1 so:libc.musl-armhf.so.1 so:liblua.so.5 >>> fennel5.1*: Package size: 544.0 KB >>> fennel5.1*: Compressing data... >>> fennel5.1*: Create checksum... >>> fennel5.1*: Create fennel5.1-1.3.1-r0.apk >>> fennel5.2*: Tracing dependencies... lua5.2 so:libc.musl-armhf.so.1 so:liblua-5.2.so.0 >>> fennel5.2*: Package size: 544.0 KB >>> fennel5.2*: Compressing data... >>> fennel5.2*: Create checksum... >>> fennel5.2*: Create fennel5.2-1.3.1-r0.apk >>> fennel5.3*: Tracing dependencies... lua5.3 so:libc.musl-armhf.so.1 so:liblua-5.3.so.0 >>> fennel5.3*: Package size: 544.0 KB >>> fennel5.3*: Compressing data... >>> fennel5.3*: Create checksum... >>> fennel5.3*: Create fennel5.3-1.3.1-r0.apk >>> fennel5.4*: Tracing dependencies... lua5.4 so:libc.musl-armhf.so.1 so:liblua-5.4.so.0 >>> fennel5.4*: Package size: 544.0 KB >>> fennel5.4*: Compressing data... >>> fennel5.4*: Create checksum... >>> fennel5.4*: Create fennel5.4-1.3.1-r0.apk >>> fenneljit*: Tracing dependencies... luajit so:libc.musl-armhf.so.1 so:libluajit-5.1.so.2 >>> fenneljit*: Package size: 544.0 KB >>> fenneljit*: Compressing data... >>> fenneljit*: Create checksum... >>> fenneljit*: Create fenneljit-1.3.1-r0.apk >>> fennel: Build complete at Sat, 08 Jul 2023 03:37:19 +0000 elapsed time 0h 0m 54s >>> fennel: Cleaning up srcdir >>> fennel: Cleaning up pkgdir >>> fennel: Uninstalling dependencies... (1/15) Purging .makedepends-fennel (20230708.033626) (2/15) Purging lua5.1-dev (5.1.5-r12) (3/15) Purging lua5.1 (5.1.5-r12) (4/15) Purging lua5.1-libs (5.1.5-r12) (5/15) Purging lua5.2-dev (5.2.4-r12) (6/15) Purging lua5.3-dev (5.3.6-r5) (7/15) Purging lua5.3 (5.3.6-r5) (8/15) Purging lua5.3-libs (5.3.6-r5) (9/15) Purging lua5.4-dev (5.4.6-r0) (10/15) Purging lua5.4 (5.4.6-r0) (11/15) Purging lua5.4-libs (5.4.6-r0) (12/15) Purging luajit-dev (2.1_p20230410-r3) (13/15) Purging luajit (2.1_p20230410-r3) (14/15) Purging linenoise (1.0-r3) (15/15) Purging readline (8.2.1-r2) Executing busybox-1.36.1-r3.trigger OK: 314 MiB in 102 packages >>> fennel: Updating the community/armhf repository index... >>> fennel: Signing the index...